@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}


body {
background-color:#656565;
font-family:Arial, Helvetica, sans-serif;
}


#container {
	text-align:left;
	width:996px;
	background-color:#FFFFFF;
	margin: auto;
	margin-top: 5px;
	background-image: url(../images/bg.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
}

#banner {
	position: relative;
	margin-top: 3px;
}
#sideboxheader {
	height: 41px;
	width: 211px;
	background-image: url(../images/sideboxheader.gif);
	text-align: center;
}
#sidebox {
	float: left;
	border: solid 1px #c3e2b3;
	margin-left: 15px;
	width: 211px;
}
#mainbody {
	margin-top: 10px;
	overflow: auto;
	height: auto;
	margin-bottom: 10px;
	clear: both;
	width: 996px;
}


#sideboxcontent {
	height: auto;
	background-image: url(../images/sideboxbg.gif);
	background-color: #dbdbdb;
	width: 191px;
	background-repeat: repeat-x;
	overflow: auto;
	padding: 10px;
}




#bannerback {
	position: absolute;
	left: 133px;
	top: 22px;
}
#bannerfront {
	width: 996px;
	height: 236px;
	position: relative;
}
#footer {
	height: 51px;
	width: 996px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#address {
	float: left;
	font-weight: normal;
	margin-left: 20px;
	font-size: 1.15em;
	margin-top: 15px;
}
#phone {
	float: left;
	margin-left: 45px;
	font-size: 1.6em;
	margin-top: 10px;
}
#othercontacts {
	float: right;
	font-size: 0.9em;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
}
#othercontacts a {
	color: #FFFFFF;
	font-size: 1em;
}

#othercontacts a:hover {
	text-decoration:underline;
}
#maincontent {
	float: right;
	width: 705px;
	padding-right: 30px;
	min-height: 350px;
	font-size: 0.7em;
	color: #888888;
	padding-bottom: 5px;
}
#sideboxheader h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 38px;
}
#sideboxcontent p {
	font-size: 0.7em;
	color: #888888;
}
#maincontent h1 {
	font-size: 2.8em;
	font-weight: lighter;
	color: #62b337;
	padding-bottom: 5px;
}
#maincontent p {
	font-size: 1em;
	color: #888888;
	padding-bottom: 5px;
}
#mainmenu ul {
	 list-style: none;
}
#mainmenu li {
	float: left;
	height: 31px;
	width: 125px;
	margin-right: 3px;
}
#mainmenu {
	position:absolute;
	left: 227px;
	top: 192px;
	width: 768px;
}
#mainmenu a {
	display:block;
	height: 31px;
	width: 125px;
	background-image: url(../images/tab.gif);
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
}
#mainmenu a:hover {
	background-image: url(../images/tab_over.gif);
}
#sidebox ul {
	list-style-type: none;

}
#sidebox ul li a {
	text-decoration: none;
	border: 1px solid #7DCD49;
	height: 30px;
	width: 189px;
	display: block;
	color: #666666;
	margin-bottom: 5px;
	text-align: center;
	line-height: 30px;

}
#sidebox ul li a:hover {
	background-color: #ADE08E;


}
#maincontent a {
	color: #0066FF;
	text-decoration: none;
}
#maincontent a:hover {
	color: #0033CC;
	text-decoration: underline;
}
#maincontent h2 {
	font-size: 1.2em;
	color: #666666;
	padding-bottom: 5px;
}
#maincontent ul {
	font-size: 1em;
	color: #888888;
	list-style-type: circle;
	list-style-position: inside;
}
#maincontent img {
	margin: 8px;
	padding: 5px;
	border: solid 1px #7DCD49;
}
.jform h2 {
display:none;
}
#sitedetails {
	width: 996px;
	margin: auto;
	text-align: center;
	color: #999999;
	font-size: 10px;
	overflow: auto;
	margin-bottom: 2px;
	height: 25px;
	position: relative;
	display: block;
}
#sitedetails a {
color: #999999;
}
#sitedetails a:hover {
text-decoration:none;
}
#login {
	position: absolute;
	left: 940px;
	width: 50px;
	height: 15px;

}
#details {
	width: 500px;
	clear: none;
	float: left;
	position: absolute;
	left: 250px;
}
.componentheading {
	font-size: 2em;
	font-weight: lighter;
	color: #62b337;
	padding-bottom: 5px;
}
