/*
006F3A		
135636		
004C27		
098248		
10824B
*/


body {
margin: 0;
padding: 0;
font-family: Verdana,Tahoma,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 0.7em;
background: #5e5e5e;
color: #333;
}
#container {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 0;
border: 10px solid #135636;
background: #e9eee4;
color: #333;
}
			/*TOP BANNER*/
#topimg {
height: 206px;
padding: 0;
margin: 0;
background: #135636 url(img/topimg4.jpg) no-repeat;
color: #333;
}
#topimg img {
float: left;
margin: 10px 0 0 15px;
font-size: 150%;
color: #e9eee4;
background: transparent;
}
			/*TOP NAVIGATIONY*/	
#navcontainer ul {
float : left;
width : 100%;
padding : 0;
margin : 0px;
font-size : 110%;
border-top : 1px solid #004C27;
background : #135636;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float: left;
width: auto;
padding: 0.2em 1em;
text-decoration: none;
border-right: 1px solid #a9aea4;
background: #135636;
color: #e9eee4;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background: #10824B;
color: #002E09;
}
#navcontainershadow {
margin: 0 0 20px 0;
overflow: hidden;
padding: 0;
float: left;
width: 100%;
height: 3px;
background: url(img/drop_shadow.png) repeat-x top left;
}
			/*MAIN CONTENT*/
#content {
margin : 0 0 5px 170px;
padding : 5px 5px 5px 10px;
border-left : 1px dashed #999;
background : inherit;
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #006F3A;
}
#content a:hover {
background : inherit;
color : #10824B;
}
			/*SIDEBAR*/
			
#sidebar {
margin: 0px;
padding : 0 0 0 8px;
float : left;
width : 150px;
}
			/*SIDE MENU*/		
			
.sidemenu ul {
list-style-type : none;
text-align : right;
padding : 0 5px 0 5px;
margin: 0px;
}
.sidemenu ul li {
display : block;
color : #666;
background : inherit;
padding: 8px 1px 8px 0px;
margin: 0px;
border-bottom: 2px solid #098248;
}
.sidemenu ul li a {
font-family: verdana, lucida, sans-serif;
font-weight: bold;
text-decoration : none;
color : #098248;
}
.sidemenu ul li a:hover {
color: #666;
}
.sidemenu ul li a#current {
background: transparent url(img/list-active.gif) no-repeat left center;
color: #666;
}

/*FOOTER*/
div#footer {
clear: both;
padding: 5px;
margin: 20px 0 0 0;
font-size: 0.9em;
border-top: 1px solid #e9eee4;
background: #10824B;
color: #333;
overflow: hidden;
}
#footer a:link, #footer a:visited {
text-decoration: none;
background: inherit;
color: #e9eee4;
}
#footer a:hover {
border-bottom: 1px dashed #eee;
background: inherit;
color: #333;
}

/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}
h1,h2 {
font-family: 'Trebuchet MS',Arial,Sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 1em;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
h1 {
margin-top: 10px;
padding: 0;
font-size: 140%;
color: #135636;
background: inherit;
}
h2 {
margin : 10px 0 0 5px;
padding-left: 10px;
color: #e9eee4;
background: #098248;
}
			/*CLASSES*/
.img {
float: left;
padding: 10px;
border: none;
width: auto;
}
.img a {
border: none;
}
.post { 
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

form td.label {
text-align:right;
vertical-align:top;
}

span.mandatory {
color:red; 
vertical-align:top;
}

hr {
color:#777;
background-color:#fff;
}

div .servicesection {
overflow: auto;
display: block;
border-bottom: 1px solid #777;
}