/*
#2D3D00 = dark green
#5E636E = dark grey
#A9BAA2 = light green

*/

/* Globals
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

body { 
	background: #A9BAA2 url(../gfx/bg_topomap.jpg) repeat-x 0 0; 
	color:#5E636E;
	padding: 20px 0;
	font: 13px/1 Arial, Helvetica, Sans-Serif; 
}
ul { list-style: none; }

a {
	text-decoration: underline;
	color:#333;
}
a:hover {
	color:#5E636E;
}

a img { border: none; outline: none; text-decoration: none; }


/* Layout
--------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(../gfx/bg_top.gif) no-repeat 0 0;
	position: relative;
}
#header {
	height: 126px;
	position: relative;
}
body#default #header,
body#home #header {
	height: 250px;
	background: url(../gfx/h_header.jpg) no-repeat 0 0;
}
#subhead {
	position: absolute;
	top: 126px;
	left: 0;
	width: 750px;
	text-align: center;
}
#contentarea {
	padding: 165px 25px 0;
	background: url(../gfx/bg_mid.gif) repeat-y 0 0;
}
body#default #contentarea {
	padding: 25px 25px 0;
}
#primary  {
	float: right;
	width: 340px;
	padding: 0 24px 0 0;
}
body#default #primary {
	width: 532px;
	padding: 108px 0 24px 0;
	background: url(../gfx/h_subheader.jpg) no-repeat 0 0;
}
#secondary {
	float: left;
	width: 315px;
}
body#default #secondary {
	width: 151px;
}
#footer {
	clear: both;
	padding: 45px 25px 12px;
	font-size: 11px;
	background: url(../gfx/bg_foot.gif) no-repeat 0 100%;
}
/* Primary Content
--------------------------------------------------------------------------------------------------- */
#primary h1 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: bold;
	color:#2D3D00;
}
#primary h2 {
	padding: 5px 0 0 0;
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: normal;
	color:#2D3D00;
}
#primary h3 {
	font-size: 14px;
	color:#999;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h4 {
	font-size: 14px;
	color:#666;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h5 {
	font-size: 13px;
	color:#666;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary h6 {
	font-size: 12px;
	color:#999;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 4px;
}
#primary p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
#primary ul {
	margin: 0 0 15px 30px;
	line-height: 1.6em;
	list-style: square;
}
#primary ul li ul {
	margin: 0 0 0 30px;
}
#primary p.pdf {
	margin: 0 0 15px 15px;
}
#primary .pdf a {
	padding: 2px 0 2px 22px;
	background: url(../gfx/pdficon.gif) no-repeat 0 0;
}
body#default #primary dl {
	float: left;
	width: 177px;
}
dl dt {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0 12px;
}
dl dd {
	padding: 0 12px;
}
#primary dl dd p {
	font-size: 11px;
	line-height: 1.4em;
}
#primary dl dd p.more {
	margin: -10px 40px 0 0;
}

#secondary .sideinfo {
	float: right;
	width: 40%;
	line-height: 1.4em;
}
#secondary .sideinfo p {
	margin: 0 0 10px 0;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#secondary ul {
	padding: 10px 0;
}

#globalNav {
	float: left;
	width: 151px;
	height: 200px;
	margin: 0;
	background: url(../gfx/bg_nav.gif) no-repeat 0 0;
}
#globalNav li {
	height: 20px;
	line-height: 20px;
	width: 151px;
	text-align: right;
}
#globalNav a {
	display: block;
	font-weight: normal;
	color:#5E636E;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 126px;
	padding: 0 25px 0 0;
}
#globalNav a:hover,
#globalNav li.current a {
	color:#2D3D00;
}
#globalNav li.current a {
	background: url(../gfx/bg_nav_item.gif) no-repeat 100% 50%;
}

#subNav {
	float: right;
	width: 40%;
}
#subNav li {
	padding: 3px 0;
}
#subNav a {
	font-weight: bold;
	color:#5E636E;
	font-size: 11px;
	text-decoration: none;
}
#subNav a:hover,
#subNav li.current a {
	color:#2D3D00;
}
/* Header
--------------------------------------------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 8px;
	left: 25px;
}
#logo a {
	display: block;
	width: 289px;
	height: 102px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
}
#logo a:hover {
	background-position: -289px 0;
}
#tagline {
	position: absolute;
	top: 80px;
	left: 430px;
	display: block;
	float: right;
	width: 294px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(../gfx/tagline.gif) no-repeat 0 0;
}
body#default #logo,
body#default #tagline {
	display: none;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer p {
	display: inline;
	padding: 0 8px 0 0;
}

/* Contact Form
--------------------------------------------------------------------------------------------------- */
form {
	width: 75%;
}
form fieldset {
	border: none;
}
form fieldset legend {
	display: none;
}
form input,
form select,
form label {
	display: block;
	width: 65%;
	float: left;
	margin-bottom: 10px;
}
form label {
	text-align: left;
	width: 30%;
	float: right; 
	color:#2D3D00;
}
html>body form label { 	padding-right: 5px; }
form label.message {
	text-align: left;
	float: left;
}
form textarea#message {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	text-align: left;
	background: #eeeeee;
}
form input.checkbox {
	width: 10%;
	float: left;
}
form br {
	clear: both;
}
form #zemSubmit {
	clear: both;
	width:110px;
	margin-top: 15px;
}
form label.zemRequired {
	font-weight: bold;
}


/* Easy-Peasy Clearing 
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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