@charset "UTF-8";
/* CSS Document */


/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	background-color: #dce7f6;
}

/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* General Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bgRepeat.gif);
	background-repeat: repeat-x;
	background-color: #E8EEF8;
	background-position: 0px 50px;
}
#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
/*	height: 1248px; */
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	background-image: url(../images/home/headerBG.jpg);
	height: 118px;
	width: 800px;
}
#logo {
	height: 89px;
	width: 213px;
	float: left;
}
#searchbox {
	height: 100px;
	width: 300px;
	float: right;
	color: #87B338;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	letter-spacing: 1px;
	padding-right: 8px;
	padding-top: 8px;
	font-weight: normal;
}
#clearFloat {
	clear: both;
}
#mainPic {
	height: 150px;
	width: 800px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #96b852;
	letter-spacing: 1px;
	margin-bottom: 1px;
}
#content {
	background-color: #FFF;
	width: 780px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	min-height: 450px;
	line-height: 1.3em;
}
#footer {
	height: 25px;
	width: 800px;
	margin-top: 1px;
	color: #CCC;
}
#footerLinks {
	height: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #96b852;
	letter-spacing: 5px;
	padding-left: 24px;
}
#grass {
	width: 900px;
	text-align: right;
}
h1 {
	font-size: 24px;
	color: #96b852;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #475F28;
	margin: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 2em;
}
.blockquote {
	font-size: 20px;
	color: #39C;
	padding-right: 90px;
	text-align: right;
	line-height: 1em;
}
a:link {
	color: #475F28;
}
a:visited {
	color: #475F28;
}
a:hover {
	color: #96b852;
}
a:active {
	color: #96b852;
}
#wrapper #container #footerLinks a:link {
	color: #29190E;
	text-decoration: none;
	letter-spacing: 0px;
}
#wrapper #container #footerLinks a:visited {
	color: #29190E;
	text-decoration: none;
	letter-spacing: 0px;
}
#wrapper #container #footerLinks a:hover {
	color: #29190E;
	text-decoration: underline;
	letter-spacing: 0px;
}
#wrapper #container #footerLinks a:active {
	color: #29190E;
	text-decoration: underline;
	letter-spacing: 0px;
}

#wrapper #container #header #searchbox a:link {
	color: #87B338;
	text-decoration: none;
}
#wrapper #container #header #searchbox a:visited {
	color: #87B338;
	text-decoration: none;
}
#wrapper #container #header #searchbox a:hover {
	color: #FFF;
	text-decoration: underline;
}
#wrapper #container #header #searchbox a:active {
	color: #87B338;
	text-decoration: underline;
}

.imgNoBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	margin-left: 20px;
	}
	
#announce {
	width:200px;
	z-index:1;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	color: #89B53A;
	font-size: 16px;
}

#announce a {
	color:#89B53A;
}

#announce p {
	color:#FFF;
	font-size:12px;
}
