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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/mainbg.jpg);
}
#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	left: auto;
	top: 5px;
	text-align:center;
	
}
/**** Top ***/
#top {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#top a {
	text-decoration: none;
}
#top a:hover {
	text-decoration: none;
}
/**** Main Menu ***/
#greenbar {
	position: relative;
	height: 20px;
	top: 3px;
	width: 100%;
	font-size: 12px;
	padding-top: 10px;
	color:#FFFFFF;
	background-color: #084020;
}

#menu {
	position: absolute;
	top: -25px;
	height: 30px;
	width: 666px;
	font-size: 11px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
	text-align: left;
}
#menu a {
	text-decoration: none;
	color: #EEFDF4;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

#menu a:hover {
	color: #D98F0F;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#herotitle {
	position: absolute;
	top: 68px;
	left: 327px;
	width: 305px;
	color: #FFFFFF;
	font-size: 24px;
	height: auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#herotext {
	position: absolute;
	top: 104px;
	left: 332px;
	width: 628px;
	color: #FFFFFF;
	font-size: 16px;
	height: auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#herotext_subs {
	position: absolute;
	top: 49px;
	left: 332px;
	width: 628px;
	color: #FFFFFF;
	font-size: 16px;
	height: auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#herotext_subs a {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#herotext_subs a:hover {
	color: #084020;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/**** Content Container ***/
#content {
	width: 1000px;
	height: 525px;
	text-align: center;
	position: relative;
}
#content2 {
	width: 1000px;
	height: 1000px;
	text-align: center;
	position: relative;
}
#content3 {
	width: 1000px;
	height: 1400px;
	text-align: center;
	position: relative;
}
#content4 {
	width: 1000px;
	height: 1500px;
	text-align: center;
	position: relative;
}
#content5 {
	width: 1000px;
	height: 1175px;
	text-align: center;
	position: relative;
}
#content6 {
	width: 1000px;
	height: 550px;
	text-align: center;
	position: relative;
}
#content7 {
	width: 1000px;
	height: 500px;
	text-align: center;
	position: relative;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

/**** Content background-color: #DEDEDE ***/
#left {
	width: 313px;
	float:left;
	display: inline;
	padding-top: 0px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	height: 160px;
	font-weight: normal;
}
.lefttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;

}
#left a {
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-left: 80px;
}
#left a:hover {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
.phone {
	color: #084020;
}

/**** Sidebar ***/
#right {
	width: 650px;
	float: right;
	display:block;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}
#right a {
	color: #000000;
	text-decoration: none;
}
#right a:hover {
	color: #084020;
	text-decoration: underline;
}

#bsstatement {
	text-align: center;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
#line {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

/**** Footer ***/
#footer {
	text-align: center;
	width: 1000px;
	color: #666666;
	padding-top: 8px;
	font-size: 12px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
#footer a {
	color: #093F1F;
	text-decoration: none;
}
#footer a:hover {
	color: #093F1F;
	text-decoration: underline;
}
.footertitle {
	color: #093F1F;
	font-size: 14px;
	font-weight: bold;
}
.footercopyright {
	font-size: 10px;
}

