@charset "UTF-8";
/* CSS Document */
/* Author: 	JD Hendrickson
 * Date: 	08/15/2007
 *************************************************/
 
/* TAG BASED STYLES ******************************/
*{
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	/*background-color: #f4ffe4;*/
}

h1{
	color: #5c743d;
	font-size: 1.75em;
}


h2{
	color: #993300;
	font-size: 0.90em;
	font-weight: normal;
}


h2 a{
	color: #993300;
	font-size: 1.0em;
	}
	
h2 a:hover {	
	text-decoration:underline;
	}

a{
	text-decoration: none;
	color: #993300;
}


.vertical {
	border-top: 1px dashed #99cc66;
	width: 100%;
	margin-top: 30px;
	}

/* ID BASED STYLES ******************************/
#header-container{
	background-color: #d5edb3;
}

#header-panel{
	padding: 0.5em;
	margin: auto;
	width: 770px;
}

#header-panel-text{
	margin-bottom: 0.25em;
	margin-top: 1em;
	color: #666;
}

#header-info-bar-outer{
	background-color: #99cc66;
	border-top: 2px solid #5c743d;
	border-bottom: 2px solid #5c743d;
}

#header-info-bar-inner{
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0.5em;
}

#header-info-bar-panel{
	margin: auto;
	width: 770px;
}

#header-info-bar-date-panel{
	color: #993300;
}

#body-container{
	background: url('../images/content-background.jpg') repeat-x top left;
	min-height: 400px;
}

#body-inner-container{
	margin: auto;
	width: 770px;
	padding-top: 1em;
}

#navigation-panel{
	width: 185px;
	min-height: 300px;
	line-height: 1.75em;
	font-size: 1.15em;
	padding-left: 0.5em;
	padding-right: 0.15em;
	border-right: 1px dashed #99cc66;
}

#navigation-panel ul{
	list-style: none;
}

#navigation-panel ul li{
	border-bottom: 1px solid #99cc66;
	padding-left: 0.25em;
}

#navigation-panel a{
	/*color: #d5edb0;*/
}

#main-content-panel{
	width: 550px;
	padding-right: 0.5em;
	color: #333;
	line-height: 1.5em;
}

#main-content-panel h1{
	color: #7ba64f;
	margin-bottom: 0.60em;
	font-weight: normal;
	font-size: 1.25em;
	letter-spacing: 0.21em;
}

#main-content-left-panel{
	width: 370px;
	font-size: 1.1em;
}

#main-content-left-panel p{
	margin-bottom: 1.5em;
}

#main-content-left-panel ul{
	padding-left: 2.5em;
}

#main-content-left-panel li{
	margin-bottom: 0.50em;
}

#main-content-left-panel-header{
	margin-bottom: 1em;
}

#main-content-right-panel{
	border-left: 1px dashed #99cc66;
	padding-left: 1em;
	width: 150px;
	min-height: 300px;
	color: #666;
}

.right-note {
	font-style:italic;
	line-height:normal;
	}

#main-content-right-panel h1{
	font-weight: bold;
	color: #993300;
	font-size: 1em;
	letter-spacing: 0.25em;
}

#main-content-right-panel p{
	margin-bottom: 1.75em;
}

#main-content-right-panel ul{
	list-style: none;
	line-height: 2em;
	margin-top: -1em;
}

#contact-box{
	border:1px solid #99cc66;
	background-color: #f4ffe4;
	padding: 1em;
	width:770px;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	text-align: center;
}

#contact-box.hover{
	color: #FFF;
	background-color:#99cc66;
	border: 1px solid #000;
	font-weight: bold;
}

/* 	For the Cost savings page
 *	Take action block (get a consult) */
.consult {
	text-align: center;
	margin: 3em 3em;
	padding: 0;
	font-size: 85%;
	line-height: 14px;
	color: #333;
	border: 1px solid #ddd;
}
.consult a {
	display: block;
}
.consult a, .consult a:link, .consult a:visited {
	display: block;
	padding: .5em 1em 1em 1em;
	text-decoration: underline;
	background-color: #fff;
}
.consult a:hover, .consult a:active, .consult a:visited:hover {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #fff;
	text-decoration: underline;
	background-color: #99cc66;
}

#stimulus {
	color: #666; 
	font-size:12px; 
	line-height: 1.5em;
	}

#mnghpa{
	margin-top:20px;
	color: #666; 
	font-size:12px; 
	line-height: 1.5em;
}
#mnghpa img{
	float:left;
	padding:5px 10px 0 0;
}
	

/* FOOTER STYLES
 *******************************/
#footer-container{}

#footer-info-bar-outer{
	background-color: #99cc66;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 2px solid #5c743d;
	border-bottom: 2px solid #5c743d;
	margin-top: 2em;
}

#footer-info-bar-inner{
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	padding: 0.50em;
	font-size: 0.80em;
	text-align: center;
	color: #333;
}

#footer-info-bar-panel{
	width: 770px;
	margin: auto;
}

#footer-panel{
	text-align: center;
	font-size: 0.80em;
	color: #999;
	margin: 0.5em;
}

/* CLASS BASED STYLES ***************************/
.panel-left{
	float: left;
}

.panel-right{
	float: right;
}

.gallery-row{
	margin-bottom: 1em;
}

.gallery-caption{
	width: 120px;
	line-height: 1em;
	padding-top: 0.15em;
}

/* BROWSER HACKS ********************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
