﻿@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#5D9732;
	background-image:url(/assets/layouts/v1/images/background_body.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size:90%;
	line-height:140%;
	color: #717174;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 980px;
	height:auto;
	background-image:url(/assets/layouts/v1/images/background_container.jpg);
}
#header {
	width:auto;
	height:199px;
	padding: 0;
}
body#homepage #header {
	width:auto;
	height:321px;
	padding: 0;
	background-image:url(/assets/layouts/v1/images/header_homepage_background.jpg);


}
#tagline {
	width: 600px;
	height: 100px;
	margin: 170px 0 0 310px;
	padding: 0;
	float:left;
	
}
#tagline h1{
	color:#666;
	font-size:34px;
	line-height:35px;
	font-weight:bold;
	margin: 0;
}
#tagline h2{
	color:#5D9732;
	font-size:18px;
	line-height:33px;
	font-weight:bold;
}
#globalNav {
	margin: 150px 0 0 30px;
	_margin: 150px 0 0 15px;
	padding: 0 0 0 0;
	width: 225px;
	height:auto;
	float:left;
}
#pagecontent {
	margin: 0 0 0 300px;
	padding: 0 0 0 0;
	width: 630px;
	height:auto;
}
#footer {
	margin: 0;
	padding: 0 0 0 0;
	width: 980px;
	height:135px;
	background-image:url(/assets/layouts/v1/images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#bottomNav {
	margin: 0px auto 0px auto;
	width: 900px;
	height:auto;
	padding: 0;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
/* typography */
h1, h2, h3 {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-size:200%;
	line-height:110%;
	margin-bottom: 15px;
}
h2 {
	font-size:150%;
	line-height:100%;
}
h3 {
	margin: 10px 0 3px 0;
	font-size:120%;
	line-height:100%;
	font-style:italic;
}
p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	color: #222;
}
a {
	color: #4E7F2B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#bottomNav a {
	color:#FFFFFF;
}
blockquote {
	color:#5D9732;
	font-size:1.4em;
	line-height:1.3em;
	margin: 0 0 20px 80px;
}
.citation {
	color:#666666;
	font-size:.7em;
}
.CallToAction {
	background-image:url(images/cta_background.gif);
	width:603px;
	height:138px;
	padding: 5px;
	margin: 5px;
}
.GreenText {
	color:#5D9732;
}

