@charset "utf-8";

@import url("../css/reset.css");
@import url("../css/nav.css");

/* main layout */
body {
	background-color: #31603f;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	padding-bottom: 10px;
}
a {
	color: #417f53;
	font-weight: bold;
}
#header {
	height: 75px;
	width: 750px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	position: relative;
	margin: 15px auto 2px auto;
	z-index: 20; /* bring it over the top of the nav */
}
#logo {
	position: absolute;
	top: -7px;
	left: -38px;
}
#headerNav {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
}
#headerNav li {
	text-align: right;
	padding-bottom: 3px;
}
#headerNav a {
	color: #31603f;
	text-decoration: none;
}
#mainWrapper {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-color: #fff;
	color: #7b7c7b;
	width: 750px;
	margin: auto;
}
#subWrapper {
	background-image: url(../images/sub_bg.png);
	background-repeat: repeat-y;
	background-color: #fff;
	color: #7b7c7b;
	width: 750px;
	margin: auto;
	overflow: auto;
	line-height: 16px;
}
#mainFooter {
	background-image: url(../images/main_footer_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	margin: auto;
	overflow: auto;
	line-height: 12px;
	padding-bottom: 25px;
}
#subFooter {
	background-image: url(../images/sub_footer_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	margin: auto;
	overflow: auto;
	line-height: 12px;
	padding-bottom: 25px;
}
#footerNav {
	width: 215px;
	text-align: right;
	margin-top: 20px;
	float: right;
	font-size: 9px;
	padding-right: 6px;
}
#footerNav a {
	color: #fff;
	text-decoration: none;
}
#footerNav ul {
	list-style-type: none;
	color: #fff;
}
#footerNav li {
	display: inline;
	padding: 3px;
}
#copyright {
	width: 215px;
	float: left;
	font-size: 9px;
	color: #fff;
	padding-top: 20px;
	padding-left: 6px;
}
#memberLogos {
	padding-top: 18px;
	text-align: center;
}

#mainContent {
	font-size: 12px;
	overflow: auto;
	line-height: 17px;
	width: 493px;
}
.striedCalloutMain {
	font-size: 14px;
	color: #305e3e;
	font-weight: bold;
}
#mainCols {
	float: left;
	width: 200px;
	zoom: 1; /* IE6 hasLayout */
	padding: 18px 0 10px 33px;
}
#mainSidebar {
	float: right;
	width: 247px;
	line-height: 24px;
}
#mainSidebar img {
}
#mainSidebarButtons {
	padding-top: 7px;
}
#galleryButton {
	margin-left: 11px;
}
#mainSidebarCopy {
	font-size: 16px;
	padding: 11px 15px 0 0;
	text-align: center;
}
.striedCalloutSidebar {
	color: #417f53;
	font-weight: bold;
}
#mainSidebarCopy a{
	color: #7b7c7b;
}
#flashWrapper {
	height: 277px;
}
/* sub layout */
#subSidebar {
	float: left;
	padding: 18px 0 0 16px;
	width: 143px;
}
#subContent {
	margin: 30px 32px 25px 173px;
	height: 1%; /* IE6 3px jog */
}
.subHeader {
	color: #417f53;
	font-weight: bold;
}
#subHead {
	padding-bottom: 10px;
}
#subSidebar li {
	padding-bottom: 10px;
}
#subSidebar li a {
	text-decoration: none;
	font-weight: normal;
}
#subSidebar li a.active {
	font-weight: bold;
}
.striedCalloutSub {
	color: #417f53;
	font-weight: bold;
}
#subQuote {
	font-size: 12px;
	font-style: italic;
	color: #417f53;
	padding: 20px 16px 0 0;
}
#subQuoteSource {
	color: #417f53;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding: 6px 16px 0 0;
}

#contentBlock {
	width: 400px;
}
#contentSidebar {
	float: right;
	width: 127px;
	padding-bottom: 15px;
}
#contentQuote {
	font-size: 13px;
	font-style: italic;
	color: #417f53;
	padding-top: 20px;
}
#contentQuoteSource {
	color: #417f53;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding-top: 7px;
}

/* community */
#communityContent td {
	padding-bottom: 22px;
	vertical-align: top;
	line-height: 16px;
}
#communityContent td.imgSidebar {
	padding-left: 10px;
}
#communityContent td img {
	display: block;
	padding-bottom: 2px;
}

/* employment opportunities */
#employmentForm td {
	padding: 0 7px 10px 0;
	vertical-align: top;
}

/* contact us */
#contactForm td {
	padding: 0 7px 10px 0;
	vertical-align: top;
}

/* customer survey */
#surveyForm td {
	padding: 0 7px 10px 0;
	vertical-align: top;
}

/* faqs */
#faqsTable td {
	vertical-align: top;
}
#faqsTable td.questionQ {
	color: #417f53;
	padding-right: 8px;
}
#faqsTable td.questionText {
	color: #417f53;
}
#faqsTable td.answerA {
	color: #417f53;
	padding-right: 8px;
}
#faqsTable td.answerText {
	padding-bottom: 15px;
}

/* our resources */
.striedResources {
	padding-bottom: 20px;
}
.striedResourcesSpacer {
	padding-top: 30px;
}

/* site map */
#siteMap ul {
	margin-left: 20px;
}
#siteMap li {
	padding-bottom: 6px;
}

/* our services */
ul.ourServicesList {
	list-style-type: disc;
	margin-left: 25px;
	padding-bottom: 20px;
}
#ourServicesGalleryThumb {
	float: right;
	font-size: 10px;
	text-align: center;
}
#ourServicesGalleryThumb img {
	display: block;
}

/* Gallery */
.galleryBlock {
	padding: 10px 0 0 0;
	overflow: auto;
}
.galleryThumb {
	float: left;
	padding-bottom: 18px;
}
.galleryDescription {
	padding-left: 103px;
}
.galleryDescription p {
	padding-bottom: 0;
}
