/* colors 
	green #0e6828;
	light green #569568;
	pale green #c6ddcc;
*/

html, body {
	font-family: arial, helvetica, sans-serif;
	background: #fff;
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

li {
	font-size: 1.2em;
	line-height: 1.4em;
}

a {
	color: #0e6828;
}

image {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}


#wrapper {
	position: relative;
	width: 792px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/bg-wrapper.gif) repeat-y;
	text-align: left;
}

/* header defs */

#header {
	position: relative;
	width: 780px;
	height: 127px;
	margin: 0 auto;
	padding: 0;
	z-index: 500;
}

#headerLogo {
	float: left;
}

#headerPhone {
	position: absolute;
	top: 30px;
	right: 12px;
	font-weight: bold;
}

#headerPhone p {
	font-size: 1.4em;
}

#headerNav {
	margin: 0;
	padding: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	z-index: 1000;
}

#content {
	position: relative; /* get IE7 to display background - AKB */
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/bg-content.gif) top left no-repeat;
	padding-top: 40px;
}

/* home defs */

#heroGroup { /* not used */
	position: relative;
	width: 780px;
}

.hero {
	position: relative;
	float: left;
	display: inline;
	height: 180px;
	width: 180px;
	margin: 0 0 25px 12px;
	padding: 0;
}

.heroDetails {
	position: absolute;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	top: 0;
	color: #fff;
	z-index: 5;
	display: none;
}

.heroDetailsBG {
	position: absolute;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	top: 0;
	background: #000;
	
	z-index: 0;

	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}

.heroDetailsContent {
	position: absolute;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	top: 0;

	z-index: 100px;
}

.heroDetails p {
	padding: 10px 10px 0 10px;
	color: #fff;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.4em;
	line-height: 1.3em;
}

.heroDetails a {
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.heroTitle {
	position: absolute;
	width: 180px;
	margin: 0;
	padding: 0;
	bottom: 0;
	background: #0e6828;
	color: #fff;
	z-index: 10;
}

.heroTitle p {
	margin: 0;
	padding: 2px 5px;
	font-size: 1.6em;
	font-weight: bold;
}

.heroTitle a {
	color: #fff;
	text-decoration: none;
}

#homeSidebarLeft {
	float: left;
	display: inline;
	width: 152px;
	margin: 0;
	padding: 20px;
	background: #c6ddcc;
}

#homeSidebarLeft li {
	list-style: disc;
	margin: 0 0 6px 15px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: georgia, times new roman, times, serif;
}

#homeSidebarLeft p {
	margin: 0 0 6px 0;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: georgia, times new roman, times, serif;
}

#homeMain {
	float: left;
	display: inline;
	width: 372px;
	margin: 0 12px;
}

#homeMain p {
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: georgia, times new roman, times, serif;
}

#homeSidebarRight {
	float: left;
	display: inline;
	width: 192px;
	margin: 0;
	text-align: center;
}

#homeSidebarRightCTA {
	width: 152px;
	margin-bottom: 10px;
	padding: 20px;
	background: #c6ddcc;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#homeSidebarRightCTA p {
	font-size: 1.4em;
	line-height: 1.7em;
}

#homeSidebarRightCTA a {
	color: #000;
	text-decoration: none;
}

#homeSidebarRightCTA a:hover,
#homeSidebarRightCTA a:active {
	color: #0e6828;
	text-decoration: underline;
}

#footerCap {
	background: #fff;
	background-image: none;
}

/* subpage defs */

#contentTitle {
	width: 746px;
	margin-left: 12px;
	padding: 5px;
	background: #0e6828;
	color: #fff;
}

#contentTitle p {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

#contentHero {
	float: left;
	display: inline;
	margin-left: 12px;
	width: 370px;
	height: 370px;
}

#contentText {
	float: left;
	display: inline;
	width: 398px;
}

#contentText p {
	margin: 10px 12px 0px 10px;
	font-family: georgia, times new roman, times, serif;
	font-size: 1.5em;
}

#contentText p.CTA {
	margin: 0;
/*	margin-top: 10px; */
/*	padding: 5px 0px; */
	padding-top: 10px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #000;
}

#contentText p.CTA a {
	display: block;
	float: right;
	width: 130px; 
	margin: 0;
	padding: 5px 12px 5px 48px;
	background: #c6ddcc;
	color: #000;
	text-decoration: none;
}

#contentText p.CTA a:hover,
#contentText p.CTA a:active {
	color: #0e6828;
	text-decoration: underline;
}

#contentText p.CTA a.short {
	width: 140px;
	margin-left: 10px;
	padding-left: 18px;
}

#contentText p.CTA br {
	position: relative;
	display: table;
	clear: both;
}

#contentText .header {
	color: #0e6828;
	font-weight: bold;
}

#contentText .subhead {
	color: #999;
	font-size: .9em;
}

#footer {
	position: relative;
	width: 792px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	background-image: none;
	text-align: center;
}

#footer p { 
	font-size: 1.1em;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #0e6828;
	text-decoration: underline;
}

.clearIt {
	clear: both;
}

/* windows elements */
#navHidden {
	display: none;
}

.contentHeroSub {
	position: relative;
}

.contentHeroDetails {
	position: absolute;
	bottom: 0;
	width: 370px;
	background: #0e6828;
	color: #fff;
	z-index: 100;
}

.contentHeroDetails p {
	margin: 10px;
	font-family: georgia, times new roman, times, serif;
	font-size: 1.2em;
}

.contentHeroDetails a {
	color: #fff;
	text-decoration: none;
}

.contentHeroDetails a:hover,
.contentHeroDetails a:active
{
	text-decoration: underline;
}

/* form elements */
form {
	margin: 10px 0 20px 10px;
	padding: 0;
	font-family: georgia, times new roman, times, serif;
}

form p {
	font-size: 1.4em;
}

fieldset {
	border: 1px solid #c6ddcc;
	margin: 0;
	margin-top: 5px;
	margin-right: 12px;
	padding: 5px;
}

legend {
	padding: 0 5px;
	color: #0e6828;
	font-size: 1.4em;
}

input, textarea {
	/* display: block; */
	width: 220px;
	float: left;
	margin-bottom: 5px;
}

p input {
	display: inline;
	float: none;
/*	margin: 0; */
/*	width: auto; */
}

label {
	/* display: block; */
	float: left;
	width: 100px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	font-size: 1.2em;
}

select {
	/* display: block; */
	float: left;
	width: 300px;
	margin-bottom: 5px;
}

form br {
	clear: left;
}
	
.short {
	width: 100px;
}

#submit {
	margin: 0;
	padding: 5px 12px 5px 48px;
	background: #c6ddcc;
	color: #000;
	text-decoration: none;
	border: none;
	font-family: georgia, times new roman, times, serif;
	font-size: 1em;
}

#submit:hover,
#submit:active {
	text-decoration: underline;
	color: #0e6828;
}