@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

html {
background: #F2FDE3 url(../images/body_bg.png) top center repeat-y;
	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #8C6331;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.boxer { 
background-attachment: scroll; 
background-image: url(../images/boxback.gif); 
background-color:FFFFFF;
text-align:top;
} 

.HeadText
{
	font-size: 11pt; 
}

.SmHeadText
{
	font-size: 8pt; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background:  url(../images/html_bg.jpg) top left repeat-x;
}

#wrapper {
	background: url(../images/body_bg.png) top center repeat-y;
	padding: 0 11px;
	width: 960px;
	margin: 0 auto;
}

#body {

}

#header {
	background: url(../images/header_bg.png) top center no-repeat;
	width: 960px;
	height: 120px;
}

#logo {
	background: url(../images/header_logo.png) top left no-repeat;
	width: 338px;
	height: 65px;
	float: left;
	margin-top: 23px;
	cursor: pointer;
	cursor: hand;
}

#login {
	background: url(../images/header_login.png) top right no-repeat;
	width: 211px;
	height: 115px;
	float: right;
	
}

#leftnav {
	width: 180px;
	margin-right: 40px;
	float: left;
}

#leftnav ul li a.green {
	color: #52820C;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	margin: 20px 0;
}

#leftnav li{
	position: relative;
	z-index: 1000;
	width: auto;
    list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#leftnav li a{
    cursor:pointer;    
    color: #333333;
	text-decoration: none;
	background: url(../images/nav_bg.jpg) no-repeat bottom left;
	padding: 10px 10px 5px 20px;
	width: 150px;
	display: block;
}
#leftnav li a:hover{
	background: url(../images/nav_bg_over.jpg) no-repeat bottom left;
}

#leftnav li:hover ul {
	display:block;
}

#leftnav li ul {
	padding:0;
	list-style:none;
	position:absolute;
	display:none;
	width: 160px;
	z-index:1000 !important;
	left: 180px;
	top: -6px;
}
#leftnav li ul li{
	background: #5D900D;
	border-bottom:none;
	display:block;
	padding:0;
	width: 160px;
}
#leftnav li ul li a
{
    background: none;
    clear: none;
	padding:0 0 0 7px;
	font-size:12px;
	color:#fff;
	line-height:24px;
	font-weight:normal;
	text-align: left;
	margin: 0;
	width: 153px;
}
#leftnav li ul li a:hover
{
	background: #98C15C;
	text-decoration:none;
	color: white;
	
	
}



#content {
	width: 570px;
	margin-right: 30px;
	float: left;
	
}

.infoitem p {
	margin: 5px 0 20px 55px;
}

#footer {
 margin-top: 40px;
}

#footermain {
	float: right;
	width: 750px;
	text-align: center;
}
#footerlinks {
width: 700px;
margin: 0 auto;
}

#footerlinks ul {
	margin: 0 0 0 -20px;
}

#footerlinks ul li {
 padding: 0; 
 float: left;
 list-style: none;
}

#footerlinks ul li a {
	padding: 0 10px;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

#legal {
	width: 180px;
	text-align: center;
	font-size: 9px;
	float: left;
}

#credit {
 padding: 20px 0;
}

#credit a {
	font-size: 9px;
	color: #5B910D;
	
}

