
/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: arial, verdana, sans-serif;
  font-size: 0.62em;
  color: #666;
  background-color: #FFF;
}

a {
  color: #869C69;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

/* ul, ol {
  padding: 0;
  margin-left: 0;
/*  line-height: 14pt; 
  list-style-position: outside; 
} */




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 900px;
  margin: 0px auto;
  text-align: left;
  background-color: #FFF;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/

#titles {
  float: left;
  width: 500px;
  padding-left: 5px;
  height: 90px;
  content: "Testing";
}

.title {
  padding: 0 0 0 10px;
  font-size: 3.3em;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

.subtitle {
  padding: 10px 0 0 10px;
  font-size: 1.7em;
  line-height: 0.9em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

#flags {
  width: 360px;
  height: 20px;
  float: right;
  text-align: right;
  padding: 0 20px 0 0;
}

#flags a.imglink  {
  color: #EEE;
}

#flags img {
  padding-bottom: 5px;
}

#contactdetails {
  width: 360px;
  height: 70px;
  float: right;
  text-align: right;
  padding: 0 20px 0 0;
}

#contactdetails p {
  padding: 5px 0 0 10px;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

#header {
  clear: both;
  height: 50px;
  padding: 12px;
  background: url(../images/montage.jpg) no-repeat top center;
}



/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  padding-top: 7px;
  text-align: left;
  margin: 0 0 20px 0;
  background-color: #ccc;
  width: 880px;
  height: 22px;
}

#menu a {
  padding: 5px 25px 5px 25px;
  text-decoration: none;
/*  text-transform: uppercase; */
  font-size: 1.2em;
  color: #ccc;
  background-color: #555;
  border-color: #555;
}

#menu img {
  border-color: #eee;
}

#menu a:hover, #menu a.active {
  color: #fff;
}

/***************************************************
   Main text section styles
 ***************************************************/

#text {
  width: 850px;
  float: left;
  color: #555;
  font-size: 1.4em;
  margin: 25px, 0;
}

#text p {
  line-height: 20px;
  padding: 5px 5px 0 0;
  margin: 5px 0 5px 0;
}

ul {
  line-height: 20px;
  padding: 8px 0 0 5px;
  margin: 5px 0 5px 0;
}

li {
  margin-left: 40px; 
  padding-left: 10px;
}

td li {
  margin-left: 5px; 
  padding-left: 10px;
}

#text h1 {
  background: url(../images/text_underline_red.png) no-repeat bottom center;
  font-size: 1.6em;
  clear: both;
  padding: 10px 0 12px 10px;
  margin: 0;  
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

#text h2 {
  background: url(../images/text_underline_red.png) no-repeat bottom center;
  font-size: 1.6em;
  clear: both;
  padding: 10px 0 12px 10px;
  margin: 0;  
  font-weight: normal;
  letter-spacing: -0.5px;
  font-size: 1.7em;
}


strong {
  clear: both;
  padding: 0 0 0 0;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: bold;
/*  text-transform: uppercase;  color: #222275;  */
  color: #465C29;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #465C29;
}




/***************************************************
   Tabel layout
   -------------------------------------------
***************************************************/


tr {
  margin: 10px, 0;
}

td {
  vertical-align: top;
  text-align: left:
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  width: 850px;
  height: 80px;
  padding: 10px 3px 0 10px;
  margin: 30px 0 20px 0;
  color: #666;
  background-color: #DDD;
  border-radius: 13px;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer .rightlink {
	margin: 0 30px 0 20px;
	float: right;
}

#footer a:hover {
  background-color: #CCC;
}


/***************************************************
   Display Classes
 ***************************************************/

pre {
  font-size: 1.5em;
  padding: 8px 0 0 5px;
  margin: 5px 0 5px 0;

}

.comment {
  color: #67a;
}

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

