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

body {
	background-color:#2e2d2d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
}

/*Layered Ids*/

#quote #top {
	background-image:url(../images/quoteTop.jpg);
	background-repeat:no-repeat;
	width:231px;
	height:54px;
}

#quote #middle {
	background-image:url(../images/quoteMid.jpg);
	background-repeat:repeat-y;
	width:231px;
	text-align:center;
	color:#000000;
}

#quote #bottom {
	background-image:url(../images/quoteBottom.jpg);
	background-repeat:no-repeat;
	width:231px;
	height:54px;
	padding-bottom:20px;
}

#testimonial{
	color:#FFFFFF;
	text-align:left;
	margin-bottom:50px;
}

#testimonial #quoted{
	display:block;
	margin-left:40px;
	margin-top:20px;
}

a {
	color:#ffffff;
}
/*******************************************************************************/

/*Ids*/

#descriptionText{
	color:#FFFFFF;
	margin-bottom:30px;
}

#header{
	height:223px;
	background-color:#FFFFFF;
}

#contentBkgd {
	background-image:url(../images/bckgradient.jpg);
	width:100%;
	background-repeat:repeat-x;
}

#content {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	
}

#leftDiv {
	float:left;
	width:550px;
	margin-left:20px;
}

#rightDiv {
	width:300px;
	float:right;
	margin-right:10px;
}

#banner{
	width:902px;
	height:308px;
	background-image:url(../images/bannerNew.jpg);
}

#bannerSub{
	width:891px;
	height:237px;
	background-image:url(../images/bannerSmall.jpg);
	background-repeat:no-repeat;
}
#bannerSubNew{
	width:876px;
	height:164px;
	padding-bottom:60px;
	margin-bottom:20px;
}

#currentnews{
	padding-top:30px;
	text-align:left;
}

#tree{
	float:left;
	height:223;
}

#greenline{
	width:100%;
	height:5px;
	background-color:#82A737;
}

#quote{
	float:right;
	width:300px;
	margin-bottom:-50px;
	margin-right:-20px;
}

#navbar{
	padding-top:65px;
	font-family:Arial, Helvetica, sans-serif;
	border-width:0;
	color:#4B93B4;
	font-size:16px;
	width:35em;
}

#navDiv
{
	position:relative;
	top:70px;
	#top:-19px;
	left:100px;
	#left:250px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:750px;
}

#navDiv ul
{
	margin:0;
	padding:0;
	
}

#navDiv li
{
	float:left;
	list-style:none;
	margin-right:25px;
	font-size:16px;
	color:#4B93B4;
	top:-5px;
}

#navDiv li:hover
{
	font-weight:bold;
}

#navDiv a
{
	color:#4B93B4;
	height:25px;
	text-decoration:none;
}

#footer{
	padding-top:40px;
	color:#FFFFFF;
	width:900px;
}

#hcontent{
width:857px;

}

#spacer{
	width:600px;
	height:1px;
}

/*******************************************************************************/

/*classes*/

#navbar a:link{
	color:#4B93B4;
	font-size:16px;
	text-decoration:none;
}

#navbar a:visited{
	color:#4B93B4;
	font-size:16px;
	text-decoration:none;
}

.newsItm {
	text-align:left;
	color:#FFFFFF;
	width:525px;
	font-family:Arial, Helvetica, sans-serif
}

.newsItm #date {
	float:left;
	margin-right:10px;
}

.newsItm #date #top {
	background-image:url(../images/dateTop.jpg);
	background-repeat:no-repeat;
	width:78px;
	height:12px;
}

.newsItm #date #middle {
	background-image:url(../images/dateMiddle.jpg);
	background-repeat:repeat-y;
	width:78px;
	text-align:center;
}

.newsItm #date #bottom {
	background-image:url(../images/dateBottom.jpg);
	background-repeat:no-repeat;
	width:78px;
	height:21px;
}

.newsItm #dateClear {
	clear:both;
}

.newsItm h1 {
	padding-bottom:5px;
}

.greentext{
	color:#82A737;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.header {
	font-size:24px;
	color:#4B93B4;
}

.bluehighlight {
	color: #4B93B4;
}


/** Contact Form **/

.blueTxt{
	color:#4B93B4;
}

.contactFormLabel{
	display:block;
	margin-bottom:5px;
}

/** End Contact Form **/
