html { height: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%; 
	margin: 0;
	padding-bottom: -12px;
}
a:focus { outline: none; }
#bodyWrapper {
	height: 100%; width: 100%;
	position: absolute;
	margin-bottom: -45px;
}
#pageWrapper {
	background: url(../images/logo-large-bg.gif) no-repeat top left;
	height: 100%;
}
#header {
	background: transparent;
	margin-left: 22px;
	padding: 12px 0;
}
#header a img { border:0; }
.menu {
	background: transparent;
	float: right;
	display: block;
	min-width: 700px;
	margin-right: 50px;
	width: 700px;
}
#contentWrap {
	background: transparent;
	clear: both;
	display: block;
	height: 100%;
	padding-top: 22px;
}
.content { 
	color: #5C8452;
	font-size: 13px;
	height: 100%;
	padding: 0 20px 7px 20px;
}
.content a,.content a:visited {
	color: #719A60;
	text-decoration: none;
}
.content a:hover { color: #333333; }
.content td { /* cellspacing */ padding: 0 10px;}
.content h1 { font-size:24px;margin: 0 0 0 0; }
.content h2 {
	color: #666;
	font-size:20px;
	margin: 0 0 0 26px;
	line-height: 40px;
}
.content p { margin: 10px 0 7px 0; }
.content .padbottom10 { margin-bottom: 16px; }
.content .undent { margin-left: 0; }
.content #index_text {
	margin: 0;
	min-width: 300px;
	padding-top: 30px;
	text-align: left;
}
.content #index_3photos {
	min-width: 125px;
}
#news_item { border-bottom:1px dashed #ccc;padding:0 0 10px 0; }
#news_item h1 { color: #666; font-size: 16px; margin: 24px 0 0 0; }
#news_item h2 { color: #999999;font-size: 12px;font-weight:normal;font-style:italic;margin: 0 0 0 0; }
#greenBar { background: #719A60; height: 40px; }
#grayBar { background: #E3EBDE;	height: 10px; }	
#footer {
	width: 100%;
}
#footer_text, #footer_text a, #footer_text a:visited {
	color: white;
	font-size: 13px;
	padding-left: 13px;
	line-height: 42px;
	text-align: center;
}
#footer_text a,#footer_text a:visited {
	padding-left: 0;
	text-decoration: none;
}
#footer_text a:hover {
	color: #ccc;
}
.content td#index_3photos object,.content td#index_3photos embed { width: 100%; }
