/* page format: */

html, body {
	padding: 0px;
	margin: 0px;
}

body{
	min-height: 100%;
	background-color: #464545;
	font-family: Verdana;
}

#wrapper{
	z-index: 0;
	position: relative;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	width:844px;
	padding: 0px;
	background-color: #fff;
}

* html #wrapper {
	min-height: 100%;
}
#head{
	position: relative;
	
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: 160px;
	width: 844px;
	background-color: #fff;
}
#left_logo{
	position: absolute;
	left: 5px;
	top: 0;
}
#right_logo{
	position: absolute;
	right: 11px;
	top: 8px;
}
#nav_middle{
	position: absolute;
	left: 324px;
	color: #5e5e5e;
}
#nav_middle table td a{
	display: block;
	background-color: #fff;
	color: #5e5e5e;
	text-decoration: none;
	padding: 2px 23px 2px 5px;
	font-size: 14px;
}
#nav_middle table td a:hover{
	color: #fff;
	background-color: #00934e;
	text-decoration: none;
}
#nav_middle table .active{
	background-color: #00934e;
	padding-right: 15px;
	color: #fff;
}
/*
#menu{
	background-color: white;
	position: absolute;
	top: 167px;
	left: 2px;
	padding-left: 3px;
	margin: 0px;
	height: 440px;
	width: 175px	
}
*/
#main_content #banner{
	position: relative;
	width: 844px;
	background-color: white;
}
#main_content #content{
	position: relative;
	width: 844px;
	/*min-height: 400px;*/
	/*height:auto !important;
  	height:400px;*/
	top: 0px;
	margin: 0px;
	
	background-color: white;
}
#main_content #page_title h2{
	position: relative;
	width: 829px;
	height: 31px;
	margin: 0;
	background-color: white;
	padding: 2px 0 0 15px;
	color: #009347;
	font: bold 25px Arial;
}
#main_content #page_title p{
	
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(banner_color.png);
	height: 6px;
}
#main_content #content #left_cont{
	position: relative;
	width: 486px;
	height: 100%;
	background-color: white;
	font-family: Verdana;
	color: #5e5e5e;
	line-height: 1.4;
	padding: 15px;
}
#main_content #content #right_nav{
	position: absolute;
	height: 100%;
	background-color: white;
	right: 1px;
	top: 1px;
	padding-top: 15px;
}
#footer{
	position: relative;
	width: 844px;
	height: 29px;
	background: url(banner_color.png) repeat;
}
#footer p{
	margin: 0;
	padding-top: 6px;
	padding-left: 15px;
	font: bold 14px Arial;
	color: #fff;
}