@charset "utf-8";

h1 {
	font-size: 36px;
}
h2 {
/*	font-size: 28px;
	margin: 30px 0 -10px 0;
*/}
h3 {
	font-size: 20px;
}
h5 {
	font-size: 20px;
}
body {
	background-image: url(/images/bg_page.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#header {
	background-image: url(/images/bg_header.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#headerContents {
	height: 180px;
	margin: 0 auto;
	padding: 0;
	width: 1030px;
}
#logo {
	float: left;
}
#apply {
	float: left;
	margin: 0 0 0 125px;
}
#chat {
	/*display: none;*/
	float: left;
	margin: 30px 0 0 108px;
}
#form1 #textfield {
	background-image: url(/images/chat_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #817f7c;
	color: #717171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	margin: 0px;
	padding: 5px 0 5px 5px;
	width: 176px;
}
#form1 #chatField {
	margin: 0px 0 0 -1px;
}
#nav {
	background-image: url(/images/nav_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	height: 47px;
	padding: 13px 0 0 0;
	width: 1030px;
}
.sf-menu, .sf-menu * {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}
.sf-menu {
	line-height: 2.0;
	z-index: 2;
}
.sf-menu a {
	color: #FFFFFF;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 178px;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 47px;
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 170px;
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 170px;
	top: 0;
}
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a {
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
}
.sf-menu li li {
	background-color: #20793d;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 5px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-image: url(/images/nav_on_bg.gif);
	background-repeat: repeat-x;
	outline: 0;
}
.sf-menu ul li {
	width: 100%;
}
/* A R R O W S */
.sf-sub-indicator {
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: .75em;

}
#search {
	float: right;
	height: 47px;
	margin: -39px 0 0 0px;
	width: 180px;
}
#breadcrumbs {
	clear: both;
	color: #2e4b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 1030px;
}
#breadcrumbs a {
	color: #2e4b3b;
	padding: 2px;
}
#breadcrumbs a:hover {
	background-color: #2e4b3b;
	color: #FFFFFF;
	text-decoration:none;
}
#pgTop {
	background-image: url(/images/bg_container_top.png);
	background-repeat: repeat-y;
	height: 99px;
	margin: 15px auto 0px auto;
	width: 1030px;
}
#pgContents {
	background-image: url(/images/bg_container_mid.png);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1030px;
}
#pgBot {
	background-image: url(/images/bg_container_bot.png);
	background-repeat: repeat-y;
	height: 39px;
	margin: 0px auto 0 auto;
	width: 1030px;
}
#lfCol {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
/*	list-style-image: url(/images/bullet_star_green_32.png);*/
	margin: -30px 0 0 55px;
	width: 610px;
}
#lfCol ul li {
	list-style-image: url(/images/bullet_star_green_32.png);
}
#lfCol h1 {
	margin: 0 0 0 0;
}
#lfCol h2 {
	font-size: 24px;
	margin: 30px 0 0 0;
}
#lfCol h3 {
	margin: 20px 0 0 0;
}
#lfCol p {
	color: #2c2c2c;
	line-height: 24px;
	margin: 0 0 20px 0;
}
#lfCol a {
	color: #0e7b3e;
	padding: 0;
}
#lfCol a:hover {
	background-color: #0e7b3e;
	color: #ffffff;
	text-decoration:none;
}
#lfCol li {
	color: #2c2c2c;
	margin: -10px 0 0 -15px;
	padding-bottom: 20px;
}
#rtCol {
	float: right;
	margin: -20px 0 0 0;
	width: 336px;
}
#rtCol h2 {
	margin: 50px 0 0 55px;
}
#rtCol #rtColimg h2 {
	margin: 20px 0 0 55px;
}
#rtCol p {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	margin: 30px 0 0 55px;
	font-size: 16px;
}
#rtCol ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	margin-left: 45px;
	list-style-image: url(/images/bullet_star_green_32.png);
}
#rtCol li {
	font-size: 16px;
}
#rtColform {
	margin: 0 0 0 55px;
	width: 250px;
}
#rtColform h3 {
	margin: 30px 0 -5px 0;
}
#siteSearch #query {
	background-image: url(/images/chat_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #817f7c;
	color: #717171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	margin: 0px;
	padding: 5px 0 5px 5px;
	width: 115px;
}
#siteSearch #imageField {
	position: absolute;
	margin: 0 0 0 -1px;
	padding: 0px;
	border: #817f7c solid 1px;
	border-left: #817f7c solid 0px;
	border-right: #817f7c solid 1px;
	border-top: #817f7c solid 1px;
}
#getStartedForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#getStartedForm #name, #getStartedForm #email, #getStartedForm #phone, #getStartedForm #address1, #getStartedForm #address2, #getStartedForm #city, #getStartedForm #zip, #getStartedForm #state {
	width: 200px;
	height: 18px;
	margin: 5px 0;
	padding: 5px 0 5px 5px;
	background-image: url(/images/chat_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #817f7c;
	color: #717171;
}
#getStartedForm #questions {
	width: 200px;
	height: 49px;
	background-image: url(/images/question_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #817f7c;
	color: #717171;
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 5px;
}
.required {
	color: #CC0000;
	font-weight: bold;
}
.hint {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
.searchField {
	margin: 50px 0 0 0px;
}
form#chat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	text-align: center;
	width: 238px;
}
#chat .text {
	background-image: url(images/chat_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #817f7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 26px;
	text-align: center;
	width: 176px;
}
#chat .buttons {
	background-image: url(images/chat_start.gif);
	background-repeat: repeat-x;
	border: 1px solid #2a2929;
	height: 30px;
	text-align: left;
	width: 52px;
}
#searchField {
	border-bottom-color: #817f7c;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #817f7c;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #817f7c;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #817f7c;
	border-top-style: solid;
	border-top-width: 0px;
}
#chatField {
	border-bottom-color: #817f7c;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #817f7c;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #817f7c;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #817f7c;
	border-top-style: solid;
	border-top-width: 0px;
}

/*  H O M E   P A G E  */

#homepgLead {	
	clear: both;
	float: left;
	width: 100%;
	margin-top: -16px;
	background-color: #e8e3e0;
}
#flashcontent {
	width: 1009px;
	height: 400px;
	margin: 0 auto;
}
#homepgStoryModule {
	clear: both;
	float: left;
	width: 100%;
	margin: 2px auto 0 auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#homepgStories {
	width: 1059px;
	margin: 0 auto;
	padding: 20px;
	background-image: url(/images/storyShading.jpg);
	background-repeat:no-repeat;
	min-height: 300px;
}
#homeStory1 {
	float: left;
	width: 410px;
	margin: 0 40px 0 0;
}
#homeStory1 img {
	float: left;
	margin: 0 20px 100px 0;
}
#homeStory1 h5 {
	margin: 0;
	display: inline;
}
#homeStory1 p {
	font-size: 16px;
}
#homeStory1 blockquote {
	position: absolute;
	width: 230px; /* required */
	margin-left: 190px;
}
#homeStory2 {
	float: left;
	width: 250px;
	margin: 0 40px 0 0;
}
#homeStory2 li {
	list-style-image: url(/images/homeWhitebullet.png);
	margin: 0px 0 0 -15px;
	padding: 0 0 10px 0;
}
#homeStory2 p {
	font-size: 14px;
}
#homeStory2 a {
	color: #FFFFFF;
}
#homeStory2 a:hover {
	color: #0e7b3e;
}
#homeStory2 h5 {
	margin: 0 0 -10px 0px;
	display: inline;
}
#homeStory3 {
	float: left;
	width: 315px;
	margin: 0;
}
#homeStory3 h5 {
	margin: 0px 0 5px 0px;
}
#footer {
	clear: both; 
	/*float: left;*/
	width: 1030px;
	height: 70px;
	margin: 40px auto 20px auto;
}
#footer img {
	float: left;
}
#footer p {
	float: left;
	font-size: 16px;
	margin: 49px 0 0 50px;
	color: #000000;
}
#footer a {
	color: #2e4b3b;
}
#footer a:hover {
	color: #ffffff;
}
#siteCredit {
	width: 1030px;
	padding: 40px 0 10px 0;
	margin: 0 auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
#siteCredit a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
}
#siteCredit a:hover {
	background-color: #2e4b3b;
	color: #FFFFFF;
}
#ie6Warning {
	display: none;
}

/* For SEO Pages Only */
.highlighted {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF33;
}
#video {
	float: left;
	margin: 0 0 50px 0;
	text-align: center;
}
