html,body,div,span,hr,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Arial,Helvetica,sans-serif;}



/* Main page body. */

body {
background: #DBEEFC url(../graphics/layout/back.jpg) 50% 0 no-repeat;
color: #8D8D8D;
font-size: 62.5%;
text-align: center;
}

	#subpages { display: none; }



/* Main wrappers */

#container {
background: url(../graphics/layout/grass.jpg) 50% 100% no-repeat;
min-height: 850px;
}

	#wrapper {
	background: url(../graphics/layout/logo.png) 50% 15px no-repeat;
	margin: 0 auto;
	padding: 127px 0 0;
	text-align: left;
	width: 905px;
	}



/* Top navigation. */

ul#nav {
background: url(../graphics/layout/nav_back.png) 100% 0 no-repeat;
font-size: 1.2em;
list-style: none;
padding: 0 0 0 20px;
}

	ul#nav li {
	background: url(../graphics/layout/nav.png) -50px 0 no-repeat;
	float: left;
	padding: 0 0 0 1px;
	}
	
		ul#nav li a {
		background: #84B413;
		border-bottom: 1px solid #658B0A;
		border-top: 1px solid #84B413;
		border-right: 1px solid #658B0A;
		color: #fff;
		float: left;
		}
	
		ul#nav li a span {
		border-bottom: 1px solid #76A20E;
		border-left: 1px solid #76A20E;
		border-right: 1px solid #76A20E;
		float: left;
		font-weight: bold;
		padding: 6px 10px 5px;
		}
	
		ul#nav li#nav_right {
		background: url(../graphics/layout/nav_back.png) -20px 0 no-repeat;
		height: 33px;
		width: 10px;
		}
		
			ul#nav li:hover, ul#nav li.active {
			background: url(../graphics/layout/nav_over.gif) repeat-x;
			}
			
			ul#nav li:hover a, ul#nav li.active a {
			background: #fff;
			border-bottom: 1px solid #fff;
			border-top: 1px solid #fff;
			border-left: 1px solid #cdcdcd;
			border-right: 1px solid #cdcdcd;
			color: #8D8D8D;
			}
			
			ul#nav li:hover a span, ul#nav li.active a span {
			border-bottom: 1px solid #fff;
			border-left: 0;
			border-right: 1px solid #fff;
			}



/* Content wrapper. */

#main {
background: #fff;
padding: 0 31px 0 37px;
}

	p#trail {
	font-size: 1.1em;
	padding: 25px 0;
	}
	
	p#trail a {
	color: #84B413;
	}
	
		p#trail a:hover {
		color: #000;
		}


/* Content area. */

#content {
float: left;
font-size: 1.2em;
margin: 0 31px 0 0;
min-height: 525px;
width: 593px;
}

	#content.process {
	width: auto;
	}

	h1, h2, h3, h4, h5, h6 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 20px;
	}
	
	#content p {
	line-height: 1.7em;
	padding: 0 0 16px;
	}
	
	#content a {
	color: #84B413;
	}
	
		#content a:hover {
		color: #000;
		}



/* Right panel. */

#right {
background: #84B413 url(../graphics/layout/right_bottom.gif) 0 100% no-repeat;
color: #fff;
float: left;
font-size: 1.2em;
padding: 0 0 10px;
width: 213px;
}

	#right_top {
	background: url(../graphics/layout/right_top.gif) no-repeat;
	min-height: 400px;
	}
	
	#right p {
	line-height: 1.4em;
	padding: 0 15px 15px;
	}

		#right p#title, #right h1 {
		font-size: 1.2em;
		font-weight: bold;
		padding: 10px 15px 15px;
		}



/* Footer. */

#footer {
background: url(../graphics/layout/footer.png) no-repeat;
color: #fff;
font-size: 1.1em;
font-weight: bold;
line-height: 1.8em;
padding: 25px 0 0 20px;
text-align: center;
}

	#footer a {
	color: #fff;
	padding: 0 2px;
	}

		#footer a:hover {
		color: #000;
		}



/* Bug fixes. */

		  #nav,			  #main { height: 1%; }
html>body #nav, html>body #main { height: auto; overflow: auto; }
