@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	outline: none;
	background-color: #000;
	background-image: url(SiteImages/AsphaltBGTile.jpg);
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
a {
	color: #388B33;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #F93;
	text-decoration: none;
}
.greyline_dotted {
	line-height: 21px;
	background-image: url(SiteImages/DottedGreyLineBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	color: #388B33;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747474;
	padding-bottom: 8px;
}
h2{
	color: #848484;
	font-weight: normal;
	margin-bottom: 0.5em;
	line-height: 15px;
	font-size: 16px;
	margin-top: 0em;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #F93;
	margin-top: 0em;
	margin-bottom: 1em;
}
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: default;
	position: relative;
	background-image: url(SiteImages/bkg_slice.jpg);
	background-repeat: repeat-y;
	border-right-width: medium;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #333;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #FFF;
}
#header {
	background-image: url(SiteImages/header.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 900px;
	position: relative;
}
#logo {
	height: 110px;
	width: 450px;
	position: relative;
	background-image: url(SiteImages/logo.jpg);
	background-repeat: no-repeat;
}
#flashbanner {
	float: left;
	height: 380px;
	width: 440px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#navbar {
	height: 205px;
	width: 205px;
	position: absolute;
	top: 140px;
	left: 10px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li{
	color: #C3C3C1;
	font-weight: normal;
	font-size: 14px;
	display: inline;
	line-height: 15px;
}
#navbar li a{
	text-decoration: none;
	color: #B7B8BA;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navbar li a:hover {
	color: #46A73E;
	vertical-align: middle;
}
#navbar li a.current {
	color: #F93;
	vertical-align: middle;
}
#contentarea {
	position: relative;
	width: 900px;
	line-height: 18px;
}
#contentarea p {
	font-size: 11px;
}
#leftcontent {
	float: left;
	width: 200px;
	padding-right: 25px;
	display: inline;
	padding-top: 50px;
	padding-left: 25px;
	background-image: url(SiteImages/sidebar_top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}
#leftcontent p {
	font-size: 10px;
	color: #378B33;
	line-height: 14px;
}
#rightcontent {
	float: right;
	width: 550px;
	padding-right: 50px;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 10px;
}
#rightcontent p {
	font-size: 11px;
}
#maintextarea {
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
}
#footer {
	background-image: url(SiteImages/footer.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 900px;
	clear: both;
	position: relative;
}
#splashweb {
	float: right;
	margin-top: 0px;
}
.clearfloat {
	line-height: 10px;
	clear: both;
}
.greentext {
	color: #4BAC41;
	font-size: 13px;
}
.smalltext {
	font-size: 10px;
	color: #060;
}
.formlabel {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 11px;
}
.formlabel_red {
	color: #135784;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 8px;
	font-weight: bold;
}
.tighterlinespacing {
	line-height: 12px;
	font-size: 11px;
}
.formfield_large {
	color: #2C2C2C;
	text-align: left;
	width: 290px;
	background-color: #F7FFF9;
}
.formfield_medium {
	color: #2C2C2C;
	text-align: left;
	width: 200px;
	background-color: #F7FFF9;
}
.formfield_smaller {
	color: #2C2C2C;
	text-align: left;
	width: 80px;
	background-color: #F7FFF9;
}
.formfield_small {
	color: #2C2C2C;
	text-align: left;
	width: 40px;
	background-color: #F7FFF9;
}
.formbutton {
	font-size: 11px;
	color: #000000;
	text-align: center;
	width: 80px;
	font-weight: bold;
	margin-right: 10px;
}
.tighterlinespacing {
	line-height: 12px;
	font-size: 11px;
}
.imageborder {
	border: 3px solid #1B78B6;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.imageright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#gallery {
	height: 500px;
	width: 800px;
	position: relative;
	background-color: #FFF;
	text-align: left;
	margin-top: 20px;
}
.pink {
	color: #F0F;
}
h4 {
	color: #B7B8BA;
	font-weight: normal;
	margin-bottom: 0.7em;
	line-height: 15px;
	font-size: 14px;
	margin-top: 0em;
}
.indent {
	padding-left: 15px;
}
.white {
	color: #FFF;
}
#contact {
	width: 190px;
	position: absolute;
	left: 35px;
	top: -20px;
}
#contact a {
	text-decoration: none;
	color: #B7B8BA;
	font-size: 14px;
	font-weight: normal;
}
#contact a:hover {
	color: #46A73E;
	text-decoration: none;
}
#leftcontent a {
	text-decoration: none;
	color: #B7B8BA;
	font-size: 14px;
	font-weight: normal;
}
#leftcontent a:hover {
	color: #46A73E;
	text-decoration: none;
}.current {
	color: #F93;
	text-decoration: none;
}
#rightcontent td {
	vertical-align: top;
}
.smallgreen {
	color: #388B33;
}
.smallsidetext {
	font-size: 10px;
	color: #CCC;
	line-height: 12px;
	font-weight: lighter;
}

