@charset "utf-8";
/* CSS Document */

html
{overflow:scroll;
}

body{
	margin:0px;
	background:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
}


#wrapper{
	width:960px;
	background:#FFF;
	margin: 0 auto;
	margin-top:10px;
	text-align:center;
}



#home_content{
	width:960px;
	background-color:#FFF;
	margin:auto;
	margin-top:10px;
}

image{
	border:0px;
}

#home_lt{
	background-color:#FFF;
	display:block;
	width:480px;
	height:345px;
	float:left;
	margin-top:0px;

}

#home_tplt{
	background-color:#FFF;
	background-image:url("../images/index.jpg");
	background-repeat:no-repeat;
	display:block;
	width:480px;
	height:345px;
	margin-top:0px;
}

#home_btlt{
	background-color:#8a7719;
	display:block;
	width:480px;
	height:235px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	text-align:justify;
}

#home_rt{
	background-color:#FFF;
	display:block;
	width:480px;
	height:235px;
	float:right;
	margin-top:0px;
}

#home_tprt{
	background:#3a7729;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	display:block;
	width:480px;
	height:345px;
	margin-top:0px;
}

#home_btrt{
	background-color:#FFF;
	display:block;
	width:480px;
}

	
#header{
	width:960px;
	height:115px;
	background-color:#3a7729; 
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	margin:auto;
	text-align:left;
	color:#fff;
}
.header_text{
	font-size:40px;
	font-weight:600;
	display:block;
	width: 600px;
	position:relative;
	left:288px;
	line-height:45px;
	top:35%;
	z-index:2000;
	}

#content{
	width:960px;
	margin:auto;
	background:#fff;
	color:#000;
	clear:float;
	z-index:1000;
}

#main{float:left;
	clear:both;
	width:820px;
	background:#fff;
	color:#000;
	text-align:left;
	position:relative;
	left:119px;
	z-index:1;	
}

.text_content{
	float:left;
	clear:both;
	text-align:justify;
	width:800px;
	z-index:10;
}

.right_column_1, .right_column_2, .right_column_3, .right_column_4, .right_column_5{
	float:right;
	width:385px;
	text-align:justify;
	z-index:10;
	clear:right;
	
}

.left_column_1, .left_column_2, .left_column_3, .left_column_4, .left_column_5{
	float:left;
	width:385px;
	text-align:justify;
	z-index:10;
	clear:left;	
}



.separate{clear:both;;padding:10px 0px 10px 0px;width:800px;}

hr{height:1px;color:#8a7719;}

#leftColumn_links li {
	margin-bottom:10px;

}
#rightColumn_links li {
	margin-bottom:10px;

}
.page_title{
	float:left;
	clear:both;
	width:560px;
	position:relative;
	top: 10px;
	font-size:26px;
	line-height:30px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	padding-bottom: 30px;
	z-index:10;		
}

.content_list li{
	list-style-type:none;
	width:300px;
	position:relative;
	left:0px;
	z-index:10;
	padding-bottom:5px;
	background-image:url(../images/bullets.png);
	list-style-type:none;*/
	} 
		
li{	
	text-align:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}

.sub_heading{
	font-size:18px;
	font-weight:600;
	line-height:normal;
	color:#3a7729;
	}
	
.sub_heading a{
	display:inline;
	color:#3a7729;
	text-decoration:none;
	}

.superscript{font-size:xx-small; vertical-align:top;}

.subscript{font-size:xx-small; vertical-align:bottom;} 

table{width:780;border:0px solid #000; cellpadding:3px;text-align:left;background-color:#ccc693;clear:both;}

td{padding:25px;width:260px;}



a{display:block;	
}

#footer{width:960px;height:30px;background:#fff;margin:auto;clear:all;}

