body {
	background:#fff;
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
input.styled,
select,
textarea {
	padding:3px;
	border:1px solid #999;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
input.bttn {
	font-family:arial, helvetica, sans-serif;
	background:#007c40;
	color:#fff;
	padding:2px 7px;
	border:2px solid #bfdecf;
}
a,
a:link,
a:active,
a:visited {
	color:#007c40;
}
a.nav {
	font-weight:bold;
	text-decoration:none;
}
a.nav:hover {
	text-decoration:underline;
}
a.navhere {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
div#header {
	margin:0 auto;
	width:743px;
	height:125px;
	position:relative;
}
div#header ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:0;
}
div#header ul li {
	float:left;
	margin:0;
	font-size:11px;
	padding:0;
}
div#header li a {
	position:relative;
	text-decoration:none;
	color:#004d29;
	float:left;
	margin:0 0 5px 0;
	padding:4px 10px;
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	background:#fff url(/images/tab_bg.gif) bottom left repeat-x;
}
div#header li a.here {
	border-bottom:5px solid #007c40;
	margin-bottom:0;
}
div#header li a.last {
	border-right:1px solid #ccc;
}
div#header li a:hover {
	background-image:none;
}
div#header h1 {
	position:absolute;
	margin:0;
}
div#header h1 a {
	position:absolute;
	display:block;
	top:15px;
	left:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(/images/logo.gif) center center no-repeat;
	width:237px;
	height:73px;
}
div#content {
/*	width:743px; */
	margin:0 auto;
	padding:20px 0;
	font-size:13px;
	line-height:17px;
}
div#content h2 {
	margin:0;
	font-size:36px;
	line-height:40px;
	letter-spacing:-2px;
	color:#007c40;
	
}
div#subnav {
	margin:10px 0;
}
div#content p {
	margin:0 0 10px;
}
div.hr {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	background:#ccc;
	margin:20px 0;
	
}
div#news {
	width:100%;
}
div#news h2 {
	font-size:24px;
	line-height:28px;
}
div.newsitem {
	float:left;
	display:inline;
	width:45%;
	_width:44%;
	margin-right:4%;
}
a.headline {
	display:block;
	font-weight:bold;
}
div#callout {
	background:#f4f4f4;
	float:right;
	width:46%;
	padding:2%;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#footer {
	background:#bfdecf;
	padding:10px;
	width:723px;
	margin:0 auto;
	font-size:10px;
}
div#logos {
	text-align:center;
	margin:20px 0;
}
div#logos img {
	padding:10px;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */