@charset "UTF-8";
/* CSS Document */
/* styles for background-image */
html {
	height: 100%;
	overflow:auto;
}
body
{
	background-color: #172913;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
img#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
}
#header {
	background-image: url(../siteimages/header_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	background-position: right bottom;
}
#headercontent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
}
#headercontent #logo {
	position: absolute;
	left: -40px;
}
#maincontent {
	height: auto;
	width: 910px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
	font-size: 12px;
	position: relative;
	line-height: 1.5em;
}
h2  {
	font-size: 16px;
	line-height: 39px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../siteimages/blueheader_bg.gif);
	height: 39px;
	display: block;
	margin-top: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#homenewscolumn {
	width: 235px;
	position: relative;
	float: right;
}
#homenewscolumn p a {
	color: #154174;
	padding-left: 10px;
	display: block;
}
#homenewscolumn p a:hover {
	color: #27B34F;
}
#tagline {
	position: absolute;
	left: 215px;
	top: 103px;
}
#navbar {
	background-image: url(../siteimages/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
}
#navcontainer {
	height: 26px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
}
.SlidingPanelsContent h1 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #27B34F;
	display: block;
	margin-top: 20px;
}
#maincontentscroller {
	width: 655px;
	position: relative;
	float: left;
}
.clearer {
	clear: both;
	height: 1px;
}
#bottomnavbar {
	background-image: url(../siteimages/bottomnavbar_bg.jpg);
	background-repeat: repeat-x;
	height: 57px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footeraddphone {
	position:absolute;
	width:370px;
	height:57px;
	z-index:1;
	top: 0px;
	right: 0px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-shadow: 1px 1px 3px #000000;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 10px;
}
#footeraddphone span {
	font-size: 16px;
}
#scrollcontrols {
	float: left;
	width: 655px;
	padding-bottom: 10px;
}
#maincontentsub {
	height: auto;
	width: 710px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 12px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 220px;
	background-image: url(../siteimages/maincontentsubbg.gif);
	background-repeat: repeat-y;
	line-height: 1.5em;
	text-align: left;
}
#maincontentsub p {
	padding-left: 10px;
	padding-right: 20px;
}
h3 {
	padding-left: 10px;
	font-weight: bold;
	color: #27B34F;
}
#maincontentsub a {
	color: #154174;
}
#maincontentsub a:hover {
	color: #27B34F;
}
.tinytext {
	font-size: 10px;
}
.AccordionPanelContent img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #154174;
}
.newsimage {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #154174;
}
#scrollcontrols table tr td a.scrolldot{
	height: 15px;
	width: 15px;
	background-image: url(../siteimages/scrollcontrol_dot.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: center center;
	text-decoration: none;
}
#scrollcontrols table tr td a.scrolldot:hover {
	background-image: url(../siteimages/scrollcontrol_dot_over.gif);
}
