@charset "UTF-8";

/* These are the general global styles */

body {
	background-color: #AED778;
	margin: 0px;
	background-image: url(../images/bgMasthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding-bottom:30px;
	font-size: 13px;
	line-height: 18px;
}
.clear {
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.error {
	color: #F00;
}
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* These are the styles for the masthead area */

#masthead {
	margin-left: auto;
	margin-right: auto;
	height: 152px;
	width: 875px;
	position: relative;
}
.search{
	position: absolute;
	right: 45px;
	top: 60px;
}
.search input{
	border: 0px;
	height: 15px;
	width: 190px;
	vertical-align: bottom;	
}
.search img{
	vertical-align: bottom;
}

.navHolder{
	position: absolute;
	bottom: 0px;
	left: 52px;
	width: 778px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8cc63f;
}

#mainNav {
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	float: right;
	line-height:normal;
	margin-right: -1px;
}
#mainNav ul {
    list-style:none;
}
#mainNav li {
	display:inline;
}
#mainNav a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-left: 14px;
	background: url("../images/left_both.gif") no-repeat left top;
}
#mainNav a span {
	float:left;
    display:block;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
    background: url("../images/right_both.gif") no-repeat right top;
    color:#5198cc;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainNav a span {float:none;}
/* End IE5-Mac hack */
#mainNav a:hover span {
	color:#FFF;
}
#mainNav #current a {
	background-position:0 -150px;
    cursor: default;
}
#mainNav #current a span {
	background-position:100% -150px;
	color:#FFF;
}
#mainNav a:hover {
	background-position:0% -150px;
}
#mainNav a:hover span {
	background-position:100% -150px;
}

/* These are the styles for the footer area */

#footer {
	font-size: 12px;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	height: 62px;
}
#footerNav {
	width: 528px;
	margin: 0 auto;
	padding-top: 10px;
}
#footerNav ul{
	list-style: none;
}
#footerNav li{
	display: inline;
}
#footerNav #leaf a {
	background: none;
	padding: 0px;
}
#footerNav a {
	padding-left: 15px;
	float:left;
	text-decoration:none;
	background: url("../images/left_both_footer.gif") no-repeat left top;
}
#footerNav a span {
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 1px;
	float:left;
    display:block;
    background: url("../images/right_both_footer.gif") no-repeat right top;
    color:#5198cc;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#footerNav a span {float:none;}
/* End IE5-Mac hack */
#footerNav img{
	vertical-align: middle;
	padding-left: 15px;
}
#footerNav a:hover span {
	color:#FFF;
}
#footer #footerOn a {
	background-position:0 -26px;
    cursor: default;
}
#footer #footerOn a span {
	background-position:100% -26px;
	color:#FFF;
}
#footer a:hover {
	background-position:0% -26px;
}
#footer a:hover span {
	background-position:100% -26px;
}
#footer #legal{
	clear: both;
	text-align: center;
	padding-top: 20px;
}
