
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:962px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 

} 
 
#header{
 position:relative; 
 height:264px; 
 background: #4586f0; 
 width:100%;
} 

#header *
{

	padding:0;
	margin:0;
}

#headertop
{
font-family: arial;
height: 61px; padding-top: 10px;
	padding-left: 25px;
	background: url('img/header-background.png') repeat-x left top;
}
.coname
{
text-transform: uppercase;
	font-size: 24px;
	color: #e3e76e;
}

.wwwaddress
{
    font-size: 14px;
	color: white;
}
#headimage
{
height : 140px;
background: url("img/title-image.jpg") no-repeat;
}

#Menu
{
	height: 53px;
	margin-top: 0px;
	padding-left: 3px;
	background: url('img/menu-background.png') repeat-x left top;
}


#Menu a
{
	height: 53px;
	line-height: 50px;
padding-right: 18px; padding-left: 18px;
	background: url('img/menu-devider.png') right top no-repeat;

	float: left;
	margin-left: 3px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	font-family: arial;
}

#header #Menu a:hover, #Top #Menu a.active
{

	text-decoration: underline;
}

 


 
#leftcol {
 width:202px; 
 float:left; 
 position: relative;
 margin:0px;
 padding:5px;
font-family: arial;
  
 }


#sidemenu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
#sidemenu ul{
	list-style:none;
	padding:0px;
	margin:0px;
font-size: 14px;
	}
	
#sidemenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#sidemenu li a:link, #sidemenu li a:visited {
	color: #26370A;
	display: block;
	background: url(img/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#sidemenu li a:hover {
	color: #5E7830;
	background: url(img/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#sidemenu li a:active {
	color: #5E7830;
	background: url(img/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	

#LeftHeader
{
margin: 0px;
background: url('img/left-header.png') no-repeat left top;
height: 38px;
font-family: arial;
font-size: 18px;

color: #e3e76e;
line-height: 37px;
padding-left: 10px;
}

#lowerleft{border-style: solid;
	border-color: #d0d1d0;
	border-size: 1px;
	border-width: 1px;
font-size: 14px;
background: #f3ffdb;

}

 
#maincol{
 float: right; 
 position: relative; 
 width:740px; 
margin:0px;
 padding:5px;
font-family: arial;
 }

#mainnewsouter{
background-color: #53890F;
border-style: solid;
	border-color: #d0d1d0;
	border-size: 1px;
	border-width: 1px;

}

#mainnews{
background: url('img/gradback.gif') repeat-x left top;
padding: 5px;
font-size: 14px;
font-family: arial;
text-align: left;
}

#maincolouter{border-style: solid;
	border-color: #d0d1d0;
	border-size: 1px;
	border-width: 1px;
font-size: 14px;
background: #f3ffdb;

}
#maincolbody{
padding: 5px

}


#maincolheader{
margin: 0px;
background: url('img/content-header.png') repeat-x left top;
height: 38px;
font-family: arial;
font-size: 18px;

color: #e3e76e;
line-height: 37px;
padding-left: 10px;}
 
#footer{
  height: 32px;
    width: 962px;
background: url('img/footer-background.png') repeat-x left top;
text-align: center;
line-height: 32px;
clear: both;
	margin: 0px auto;
	font-family: arial;
	font-size: 12px;
	color: #e3e76e;
 } 
 
#headertopright
{
float: right;
padding-right: 10px;
font-size: 12px;

}
#headertopright a
{
padding-left: 16px;
padding-right: 4px;
color: #d2e288;
text-decoration: none;
background: no-repeat 0px 0px;

}

#headertopright a:hover
{
text-decoration: underline;
color: white;
}
#headertopright a:hover 
{
background-position: 0px -12px; 
}

#headertopright a#home 
{
background-image: url('img/home-icon.png');
}

#headertopright a#home:hover 
{
background-position: 0px -14px; 
}

#headertopright a#contacts 
{
background-image: url('img/contact-icon.png');
}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

