
*{
	margin: 0; padding: 0;
}
/*--------------------main style--------------------*/
body {
	background: #010201 url(../images/graphics/bg.jpg) repeat-x;
	font:90%/150% "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;
	color: #003300;}
	
#container {
	width: 900px;
	height:100%;
	margin: 10px auto 0 auto;
	background:url(../images/graphics/content_bg.jpg) repeat;
	position: relative; 
}
#header{
	background: url(../images/graphics/logo.gif) no-repeat top center; width: 850px; height: 165px; color: #0066CC; float: left;
}

#header h1{
	position: relative; font-size: 11pt; float: left; clear: left; margin-top: 10px;
}

/*--------------------navigation--------------------*/

ul#sub_nav{
	background: #776923 url(../images/sub_navtop.gif) no-repeat top right;
	width: 159px;
	top: 0;
	position: absolute;
	right: -170px;
	top: 140px;
	padding-top: 14px;
	height: 350px;
	background-color: #666666;
	z-index:10;
}
ul#sub_nav li{
	padding-left: 10px;
	display: block;
	margin: 5px 14px;
	list-style-type: none;
	background-color: #666666;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#sub_nav li a{
	display: block;
	width: 104px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul#sub_nav li a:hover{
	color: #95C4F7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
ul#sub_nav li a.last, ul#sub_nav li a.last:hover {
		border: none;
}
ul#sub_nav li.last{
	background: #776923 url(../images/sub_navbot.gif) no-repeat top right; display: block; width: 159px; height: 20px; padding: 0 !important; margin: 0 !important;
}

/*--------------------styles--------------------*/

p{line-height:22px; padding:0 0 10px 0;}

a:link,a:visited {
	color: #010201;
	text-decoration: underline;
}
a:hover {
	color: #66a081;
	text-decoration: none;
}


h2{
	font: bold 18px;
	margin: 20px 5px 0 0;
	padding: 0;
	xpadding-left: 16px;
	background:none;
	display: block;
}

h3{
		line-height:22px;
		font-size:1.2em;
		font-weight:normal;
		padding:0 0 10px 0;
		}	

h3 a:link {
		color: #5ea07c;
		text-decoration: none;
		border-bottom:1px solid #5ea07c;
				}
		
h3 a:hover {
		color: #010201;
		text-decoration: none;
		border-bottom:none;
		}

#header p,h1, #footer p{
	text-indent: -9999px;
}

#copyright {
	margin-left: 12px;
	font-size: 10px;
}
.top {
	display: none;
}

#clear {clear:both;}

.imgLeft {float:left; padding:3px; margin:5px 20px 7px 0;
	border:3px solid #ddd; }
	
	.imgRight {float:right; padding:3px; margin:5px 150px 7px 0;
	border:3px solid #ddd; }

#content {
clear:both;
float:left;
width:820px;
margin: 0 25px;
}

	#subcontent {
	clear:both;
	float:left;
	width:820px;
	margin: 0 25px;
	padding:0;
	}
	
	
	#images {text-align:center;}
	#subcontent .left{width:245px; float:left;}
	#subcontent .middle{width:245px; float:left; margin:0 0 0 40px;}
	#subcontent .right{width:245px; float:right;}
	
	#subcontent h2{margin:0 0 0 10px;}
	#subcontent h3{margin:20px 0 0 10px;}
	#subcontent h4{margin:0 0 5px 10px;}
	#subcontent p{margin:0 0 0 10px;}
	#subcontent li {padding: 3px; margin:0 0 3px 35px;}
	
	
	
#content h2 {
	margin: 0 0 10px 0;
}

#content ol {}


#home_lower{
		width:820px;
		float:left;
		margin:10px 0 0 30px;
		padding:0;
		position:relative;
		background:none;

		}
		
		/*#content {
		float:right;
		width: 610px;
		min-height:305px;
		height:305px;
		background:url(../imgs/content_bkgd.jpg) no-repeat;
		margin:0 0 0 0;
		position:relative;
		border: 1px solid red;
		
		
		}*/

		#home_lower h3{
		line-height:22px;
		font-size:1.4em;
		font-weight:normal;
		width:230px;
		}	
		#home_lower h3 a:link {
		color: #5ea07c;
		text-decoration: none;
		border-bottom:1px solid #5ea07c;
		width:230px;
				}
		
		#home_lower h3 a:hover {
		color: #010201;
		text-decoration: none;
		border-bottom:none;
		}
		
		#home_lower h4{
		font: bold 14px;
		color:#5ea07c;
		padding:0;
		}
				
		#home_lower p {padding:5px 0 0 0;}
		#home_lower li {padding: 0; margin:0 0 0 20px;}
			

		#left{
		width:230px; 
		float:left;
		padding:15px 5px 0 0;
		margin:0 0 0 0;
		}
		
		#middle{
		width:230px; 
		float:left;
		padding:15px 5px 0 5px;
		margin:0 0 0 45px;
		}
		
		
		#right{
		float:left;
		width:230px; 
		padding:15px 5px 0 5px;
		margin:0 0 0 35px;
		}
		
#footer{
	background: url(../images/graphics/footer.gif) no-repeat center center; width: 900px; height: 125px; color: #776923; text-align: center; clear: both; padding: 20px 0; margin:10px 0 0 0;
}
