
/***************************************************
   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: 100%;
  margin: 0px auto;
  text-align: left;
  background-color: #FFF;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/

#titles {
  float: left;
  width: 100%;
  padding-bottom: 0;
}

.title {
  font-size: 2.0em;
  line-height: 1em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

.subtitle {
  display: none;
  font-size: 1.2em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

#flags {
  width: 80px;
  height: 20px;
  float: right;
  padding: 5px 10px 0 0;
}

#flags a.imglink  {
  color: #EEE;
}

#flags img {
  float: right;
  padding-bottom: 0px;
  padding-left: 10px;
}

#contactdetails {
  width: 60%;
/*  height: 40px; */
  float: left;
  text-align: left;
  padding: 0 0 10px 5px;
}

#contactdetails p {
  padding: 5px 0 0 0;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  clear: both;
  margin: 0;  
  font-weight: normal;
}

#header {
  width: 100%;
  clear: both;
  height: 30px;
  margin-bottom: 10px;
  background: url(../images/montage.jpg) no-repeat top center;
  background-size: 100% 100%;
}



/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  padding-top: 0px;
  text-align: left;
  line-height: 27px; 
  margin: 0 0 20px 0;
/*  background-color: #ccc; */
  width: 100%;
/*  height: 22px; */
}

#menu a {
  padding: 5px 20px 5px 20px;
  margin: 0 0 0 0;
  text-decoration: none;
/*  text-transform: uppercase; */
  font-size: 1.2em;
  color: #ccc;
  background-color: #555; 
  border-color: #555;
  border-radius: 10px;
}

#menu img {
  border-color: #eee;
}

#menu a:hover, #menu a.active, #menu a.focus {
  color: #fff;
}

/***************************************************
   Main text section styles
 ***************************************************/

#text {
  width: 100%;
  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.4em;
  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.4em;
  clear: both;
  padding: 10px 0 12px 10px;
  margin: 0;  
  font-weight: normal;
  letter-spacing: -0.5px;
}


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: 0.8em;
  font-weight: bold;
  color: #465C29;
}




/***************************************************
   Tabel layout
   -------------------------------------------
***************************************************/


tr {
  margin: 10px, 0;
}

td {
  vertical-align: top;
  text-align: left:
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  width: 90%;
  padding: 0 3px 0 10px;
  margin: 15px 0 10px 0;
  color: #666;
  background-color: #DDD;
  border-radius: 13px;
}

#footer p {
  font-size: 0.8em;
  margin: 0 0 0 0;
}

#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;
}

