/* CSS Document for Chelsea E. Hardesty © 2008 */
/* body */
<!--
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	width:100%;
}
html { 
	margin-bottom: 1px; 
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:lighter;
	font-style:normal;
	font-variant:normal;
	color:#475b76; 
	background-color:#ffffff;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance { 
	width:1px;
	height:10%;
	background-color:#ffffff;
	float:left;
}
#wrapper {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;		
	width:955px;
	height:auto;
	color:#475b76; 
	background-color:#ffffff;
}
body img {
	border-style:none;
	padding:0px;
	margin:0px;
	outline:none;
	text-align:left;
	vertical-align:top;
}
body a {
	border-style:none;
	outline:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#8cc63f;
}
body a:hover, a:focus {
	color:#c4df9b;
}
body p {
	text-align:justify;
}
/* begin header style */
#header {
	float:left;
	width:950px;
	height:100px;
	padding:0px;
	margin-bottom:15px;
	background-color:#8cc63f;
}
#header a {
	outline:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	border:0px;
}
#header #halftone {
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:100px;
	padding:0px;
	margin:0px;
}
#halftone img { 
	border:0px;
	margin:0px;
	padding:0px;
	outline:none;
}

/* begin leftnav and main content area style */
#container {
	float:left;
	width: 950px;
	border:0px;
	color:#475b76;
	background-color:#f0f7e8;
	margin-bottom:30px;
}
table#content {
	width: 950px;
   	height:auto;
	background-color:#ffffff;
	border-style:none;
}
table#content td.leftCol {
    width:130px;
	padding:35px 15px 0px 15px;
	margin:0px;
	border: 1px solid #e0dfe3;
	color:#475b76;
	background-color:#ffffff;
	text-align:left;
	vertical-align:top;
}
div.logo {
	width:120px;
	height: 50px;
	padding:20px 5px 0px 5px;
	margin-bottom:60px;
	vertical-align:top;
	text-align:left;
}
div.logo img {
	border: none;
	outline:none;
}
div.logo a {
	text-decoration: none;
	outline:none;
}
table#content td.leftColFooter {
    width:160px;
	height:20px;
	padding:0px;
	margin:0px;
	border-style:none;
	background-color:#8cc63f;
}
table#content td.spacerCol {
    width:15px;
	padding:0px;
	margin:0px;
	border-style:none;
	background-color:#ffffff;
}
table#content td.contentCol {
    width:734px;
	padding:35px 25px 35px 15px;
	margin:0px;
	border: 1px solid #e0dfe3;
	color:#475b76;
	background-color:#ffffff;
	text-align:left;
	vertical-align:top;
}

/* extra div to color background in some ihf pages */
table#content td.contentCol div.lightGreen {
	float:left;
	width:725px;
	padding:0px;
	margin:0px;
	background-color:#e5f0d4;
}

/* extra div to contain multiple divs within the content area */
#subContentWrapper {
	float:left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	height:auto;
	text-align:left;
	vertical-align:top;
}
#subContentWrapper div.divider {
	display:block;
	width:700px;
	height:1px;
	margin:5px 0px 5px 0px;
	padding:0px;
	border-top:1px solid #e0dfe3;
}

/* styles for homepage */
#homepageText {
	float:left;
	width:235px;
	padding-right:15px;
	height:auto;
}
#homepageSlideshow {
	float:left;
	width:450px;
	height:300px;
	padding:0px;
	border: 1px solid #e0dfe3;
	background-color:#e0dfe3;
}
/* styles for about section */
#aboutPhoto {
	float:left;
	width:200px;
	height:280px;
	margin-right:15px;
}
#smallPhoto {
	float:left;
	width:235px;
	height:auto;
	margin-right:15px;
}
.smallPhotocaption {
	padding-top:5px;
	font-size:10px;
	line-height:11px;
	letter-spacing:normal;
	color:#848799;
	margin-bottom:15px;
}
a.smallPhotocaption {
	color:#848799;
	text-decoration:underline;
}
a.smallPhotocaption:hover,
a.smallPhotocaption:focus {
	color:#8cc63f;
}
#singleWideCol {
	float:left;
	width:480px;
	height:auto;
	text-align:left;
	vertical-align:top;
}
#singleWideCol p {
	margin-top:0px;
	padding-top:0px;
	text-align:left;
}
#singleWideCol ul {
	list-style-type:none;	
}
#singleWideCol li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:25px;
	margin-bottom:8px;
	padding:0px;
	font-size:11px;
	line-height:11px;
}
#singleWideCol li.noBullet {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:11px;
	color:#475b76;
	margin-bottom:8px;
}
#leftTextColumn {
	float:left;
	width:350px;
	height:auto;
	margin-right:15px;
}
#rightTextColumn {
	float:left;
	width:350px;
	height:auto;
}
#leftTextColumn a,
#rightTextColumn a  {
	color:#475b76;
	text-decoration:underline;
}
#leftTextColumn a:hover, #leftTextColumn a:focus,
#rightTextColumn a:hover, #rightTextColumn a:focus {
	color:#8cc63f;
}
ul.linksResources {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ul.linksResources li {
	list-style-type:none;
	color:#475b76;
	line-height:12px;
	padding-bottom:10px;
	text-align:left;
}
table#content td.contentColFooter {
    width:755px;
	height:20px;
	padding-right:25px;
	margin:0px;
	border-style:none;
	background-color:#8cc63f;
	text-align:left;
	vertical-align:middle;
}
td.leftCol ul {
	list-style:none;
} 
td.leftCol ul li {
	list-style:none;
	margin-left:20px;
	padding:0px;
	text-align:left;
	font-size:11px;
}
td.leftCol ul li a {
	display:block;
	width:120px;
	padding:7px 5px 7px 5px;
	border-bottom: 1px solid #e0dfe3;
	color:#475b76;
	background-color:#ffffff;
	font-size:11px;
}
td.leftCol ul li a:hover,
td.leftCol ul li a:focus {
	color:#475b76;
	background-color:#c4df9b;
}
td.leftCol ul li a#current {
	color:#475b76;
	background-color:#c4df9b;
}
div.marketStats {
	float:left;
	border-top: 1px solid #e0dfe3;
	padding-top:5px;
	margin-bottom:25px;
}
ul.markets {
	list-style-type:none;
}
ul.markets li {
	width:650px;
	margin-bottom:1px;
	margin-left:15px;
	font-size:12px;
	letter-spacing:1px;
}
ul.markets li a {
	color:#475b76; 
}
ul.markets li a:hover,
ul.markets li a:focus {
	color:#8cc63f;
}
ul.markets li.noStyle {
	margin-left:0px;
}
/* end leftnav and main content area style */

/* begin footer style */
div.leftFooter {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#475b76;
	padding-left:15px;
	text-align:left;
	vertical-align:middle;
}
div.rightFooter {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#75859c;
	text-align:right;
	vertical-align:middle;
}
div.rightFooter a {
	color:#75859c;
	text-decoration:none;
}
div.rightFooter a:hover,
div.rightFooter a:focus {
	color:#f0f7e8;
	background-color:#8cc63f;
}
/* end footer style */

/*typography*/
p {
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#8cc63f;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8cc63f;
	margin-bottom:5px;
}
/*all classes*/
.boldText {
	font-weight:bold;
	color:#8cc63f;
}
.subheadLinksResources {
	font-weight:bold;
	color:#475b76;
	font-size:12px;
}	
.introText {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:lighter;
	color:#475b76;
}
.topBorder {
	border-top: 1px solid #e0dfe3;
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color:#475b76;
}
.green {
	color:#8cc63f;
}
.dividerLine {
	border-top:1px solid #e0dfe3;
	padding-bottom:10px;
	width:350px;
	height:1px;
}
.grayBoldText {
	color:#475b76;
	font-weight:bold;
}
.grayUnderline {
	color:#475b76;
	text-decoration:underline;
}
ul.testimonials {
	list-style-type:none;
}
ul.testimonials li {
	width:650px;
	padding-top:5px;
	margin-bottom:15px;
	border-top:1px solid #97a3b7;
	text-align:justify;
	font-size:12px;
	letter-spacing:1px;
	line-height: 20px;
	font-weight:lighter;
	font-style:normal;
	font-variant:normal;
}
