/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #ffffff url(images/bg_tile.gif) repeat-x;
	font-family: Tahoma, Arial;
	font-size: 75%;
	text-align: center;		
}

.clear {
	clear: both;
}

#wrap { 
	width: 808px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	height: 152px;
	background: url(images/header_bg.gif) no-repeat;
}

#header_logo {
	float: left;
	margin-left: 357px;
}

.ie6 #header_logo {
	margin-left: 178px;
}

#header_text {
	float: right;
	text-align: right;
	margin: 78px 25px 0px 0px;
	color: #a6a6a6;
	font-size: 1.3em;
	line-height: 15pt;
}

.ie6 #header_text {
	margin-right: 12px;
}

.green_text {
	color: #b8d631;
}

#header_text a {
	color: #a6a6a6;
	text-decoration: none; 
}

#header_text a:hover {
	text-decoration: underline; 
}

#nav {
	height: 42px;
	padding-left: 17px;
	border-left: 1px solid #e5e4e3;
	border-right: 1px solid #e5e4e3;
}

ul.main_nav {
	list-style: none;
}

ul.main_nav li {
	float: left;
}

ul.main_nav li a {
	float: left;
	display: block;
	width: 181px;
	height: 34px;
	padding: 8px 0px 0px 12px;
	background: url(images/nav_off.gif) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

ul.main_nav li a:hover {
	background: url(images/nav_hover.gif) no-repeat;
}

ul.main_nav li a.active {
	background: url(images/nav_active.gif) no-repeat !important;
}

#page_wrap {
	padding: 0px 10px;
	border-left: 1px solid #e5e4e3;
	border-right: 1px solid #e5e4e3;
}

#page {
	padding: 10px 9px 20px 9px;
	border-top: 1px solid #e7e6e4;
	border-left: 1px solid #e7e6e4;
	border-right: 1px solid #e7e6e4;
	background: #f3f3f3 url(images/page_bg.gif) bottom left no-repeat;
	line-height: 14pt;
	font-size: 1em;
	color: #757575;
}

#page a {
	color: #008b38;
	text-decoration: underline;
}

h1 {
	margin: 25px 0px 0px 10px;
	color: #acadb0;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 22pt;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}

h3 {
	margin: 0px 0px 10px 10px;
	font-size: 1.3em;
}

.ie6 h3 {
	margin-left: 5px;
}

h4 {
	margin: 30px 0px 0px 10px;
	font-size: 1.2em;
}

.ie6 h4 {
	margin-left: 5px;
}

.text_col {
	float: left;
	width: 355px;
	margin: 20px 0px 0px 10px;
	padding-right: 10px;
}

.ie6 .text_col {
	margin-left: 5px;
}

.large_text {
	font-size: 1.2em;
}

.full_text {
	margin: 20px 0px 0px 10px;
	padding-right: 10px;
}

.ie6 .full_text {
	margin-left: 5px;
}

.dark_green_text {
	color: #008b38;
}

.team_wrap {
	margin: 40px 0px 20px 10px;
}

.team_wrap p {
	float: left;
	width: 340px;
}

.team_img {
	width: 363px;
	float: right;
}

.team_col {
	float: left;
	width: 355px;
	margin: 0px 0px 0px 10px;
	padding-right: 10px;
	line-height: 20pt;
}

.ie6 .team_col {
	margin-left: 5px;
}

.page_bottom {
	display: block;
}

.ie6 .page_bottom {
	margin-left: 1px;
}

#footer {
	width: 808px;
	height: 44px;
	padding-top: 13px;
	background: url(images/footer_bg.gif) no-repeat;
	color: #8d8d8d;
	font-size: 0.9em;
}

.footer_left {
	float: left;
	margin-left: 30px;
}

.footer_right {
	float: right;
	margin-right: 30px;
}

#footer a {
	color: #8d8d8d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.ie6 #footer {
	margin-left: 1px;
}