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

*	{ margin: 0; padding: 0; }
html	{ min-height: 100%; margin: 0 0 1px; }

body	{ background: url('../images/body.gif') repeat-x 0 0 #5fa2ef; text-align: center; font: 10px/10px Verdana, Geneva, sans-serif; color: #000; }
	body *	{ position: relative; }

h1	{ margin: 0 0 25px; font: 2.3em/1.2em Arial, Helvetica, sans-serif; border-bottom: 1px solid #748918; }
h2	{ margin: 0 0 15px; font: 1.4em/1em Verdana, Geneva, sans-serif; }
a:link	{ color: #0b5abe; }
a:visited	{ color: #0d61c2; }
a:hover	{ color: #748918; text-decoration: none; }

#container	{ top: 0; width: 918px; margin: 0 auto; text-align: left; }

#header	{ width: 918px; height: 102px; background: url('../images/header.jpg') no-repeat right top; }
	#header #logo	{ float: left; border: none; }
	#header #h_sitemap	{ float: right; right: 25px; top: 95px; font-size: 1.3em; font-weight: bold; }
		#header #h_sitemap a:link, #header #h_sitemap a:visited	{ color: #fff; text-decoration: none; }
		#header #h_sitemap a:hover	{ color: #748918; }

#main-wrapper { top: 0; width: 918px; background: url('../images/container-mid.gif') repeat-y 0 0; }
	#main-wrapper .top { position: absolute; left: 0; top: 0; width: 918px; height: 305px; background: url('../images/container-top.gif') no-repeat 0 0; z-index: 1 }
	#main-wrapper .bottom { position: absolute; left: 0; bottom: 0; width: 918px; height: 12px; background: url('../images/container-bottom.gif') no-repeat 0 0; z-index: 2 }

#content-wrapper	{ float: right; right: 0; top: 30px; width: 675px; margin: 0 0 60px; z-index: 3; }

#content	{ float: left; left: 12px; top: 0; width: 633px; margin: 0 30px 0 0; font-size: 1.3em; line-height: 1.6em; }
	#content p	{ margin: 0 0 20px; }
	#content ul, #content ol	{ margin: 0 0 25px 15px; }
	#content ul	{ list-style: none; }
	#content ul.colOne, #content ol.colOne	{ float: left; left: 15px; width: 285px; margin: 0 15px 25px 0; }
	#content ul.colTwo, #content ol.colTwo	{ float: left; left: 30px; width: 280px; margin: 0 0 25px; }
	#content li	{ background: url('../images/bullet1_round.png') no-repeat  0 8px; padding: 0 0 0 18px; }
	#content .toTop	{ text-align: right; font-size: .8em; }
		#content .toTop a	{ position: static; background: url('../images/document_top.png') no-repeat 0 0; padding: 2px 0 2px 15px; }
	
	#sitemap	{ left: 50px; margin: 0 50px 35px 0; }

#menu	{ float: left; left: 25px; top: 30px; width: 200px; margin: 0 25px 30px 0; list-style: none; font-size: 1.3em; line-height: 1em; z-index: 3 }
	#menu li	{ margin: 0 0 12px; }
	#menu a:link, #menu a:visited, #menu a:hover	{ text-decoration: none; color: #000; }
	#menu a:link	{  }
	#menu a:visited	{  }
	#menu a:hover	{ color: #748918; } 
	#menu li.on a:link, #menu li.on a:visited, #menu li.on a:hover	{ padding: 0 0 0 10px; font-weight: bold; color: #748918; background: url('../images/nav_arrow.png') no-repeat left center; }

#address { margin: 5px 0 10px; z-index: 3; }

.clear	{ clear: both; }
.floatR { float: right; margin: 0 0 10px 15px; }