@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");

a:link, a:visited {
	color: #525252;
	text-decoration: underline;
}
a:hover, a:active {
	color: #014dba;
	color: #739a33;
	text-decoration: underline;
}
html {
	background: #79b4db url(../images/bg.gif) 0 0 repeat-x;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 640px;
	margin: 0 auto;
	_behavior: url("/css/csshover.htc");
	padding-bottom: 30px;
}
#container {
	background: #FFF url(../images/content.gif) 0 0 repeat-y;
	color: #525252;
	position: relative;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 308px;
	margin: 0;
	text-indent: -1234em;
}
#navigation {
	position: absolute;
	left: 0;
	top: 237px;
	width: 217px;
	height: 187px;
	margin: 0;
	list-style: none;
	text-indent: -1234em;
	background: url(../images/menu.jpg) 0 0 no-repeat;
}
#navigation li {
	position: absolute;
	left: 0;
	margin: 0;
	height: 23px;
	width: 217px;
}
#navigation li a {
	display: block;
	height: 23px;
	text-decoration: none;
}
#navigation li a:hover {	background-image: url(../images/menu.jpg);}
#home {	top: 2px;}
#home a:hover {	background-position: -217px -2px;}
#who {	top: 28px;}
#who a:hover {	background-position: -217px -28px;}
#what {	top: 54px;}
#what a:hover {	background-position: -217px -54px;}
#services {	top: 80px;}
#services a:hover {	background-position: -217px -80px;}
#how {	top: 106px;}
#how a:hover {	background-position: -217px -106px;}
#news {	top: 132px;}
#news a:hover {	background-position: -217px -132px;}
#contact {	top: 158px;}
#contact a:hover {	background-position: -217px -158px;}
#navigation ul {	display: none;}

#navigation li:hover ul {
	display: block;
	width: 150px;
	position: absolute;
	left: 217px;
	top: 0;
	margin: 0;
	background: #FDFDF2;
	padding: 2px 2px 5px;
	list-style: none;
	text-indent: 0;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}
#navigation li li {
	position: static;
	height: auto;
	width: auto;
}
#navigation li li a {
	height: auto;
	padding: 3px;
	line-height: 14px;
	vertical-align: bottom;
	color: #525252;
	_height: 1px;
}
#navigation li li a:hover {
	color: #739a33;
	font-weight: bold;
	font-size: 14px;
	background: transparent;
}

#content {
	min-height: 300px;
	_height: 300px;
	padding: 10px 10px 5px 233px;
}
#title {
	margin: 0 0 15px;
	color: #014dba;
	font-weight: normal;
	font-size: 18px;
}
#footer {
	background: url(../images/footer.gif) 0 100% no-repeat;
	padding: 5px 10px 5px 233px;
	text-align: center;
	color: #525252;
	font-size: 11px;
	position: relative;
}
#footer a {
	color: #525252;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#footer p {
	margin: 0 0 10px;
}
#footer #byline {
	font-size: 10px;
	margin: 0;
}
#logo {
	position: absolute;
	left: 8px;
	bottom: 10px;
	_left: -425px;
	_top: -180px;
}
#logo img {
	border: 0;
	margin: 0;
}
/* Index Changes */
#index #container {
	background: url(../images/indexcontent.gif) 0 0 repeat-y;
}
#title span {	color: #525252;}
#index #content {
	border-top: 2px solid #FFF;
	padding-right: 171px;
}
#column {
	position: absolute;
	left: 479px;
	width: 161px;
	top: 310px;
	text-align: center;
}
#column img {
	border-width: 0;
	margin: 0;
}
#newswire {
	text-align: left;
	padding: 5px 8px;
}
#newswire h2 {
	margin: 5px 0 5px;
	font-weight: normal;
	font-size: 18px;
}
h2.heading span {	color: #6c9922;}
#newswire * {
	font-weight: normal;
}
#newswire h5, #newswire h5 a {
	color: #739a33;
}
form {
	width: 390px;
}
textarea {
	width: 200px;
	height: 130px;
}
p.paypal {
	margin: 0px 0 3px;
	padding: 0;
}
#content form.paypal {
	width: auto;
	margin: 0 0 20px;
	float: none;
}
input.hidden {	display: none;}

