
/* CSS Document */
/******************************************************************************************
Created by: Eric Carbaugh
Date Created: 19 JAN 2009

Person(s) Modified by:
	Eric D. Carbaugh			-
	
Last Modified Date:	20 JAN 2009

******************************************************************************************/
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }
a {
	margin:0px;
	padding:0px;
	text-decoration: underline;
	color: #468818;
	font-weight: bold;
}

a:hover { text-decoration: none; }

address { font-style:normal; }

html,body { 
	height: 100%;
	color: #000;
}
	
body { 
	padding:0;
	margin:0; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	background: url(../images/bg.jpg);
    line-height:1.125em; /* 16?1.125=18px */
}
       
#outer_wrapper{
 	min-height: 100%;
	width:100%;
	text-align: left;
	padding:0;
	margin: 0 auto 0 auto;
	/*border: 1px solid #ff0000;*/
}

html > body #outer_wrapper {
/*Because height is set to 100% in the body and html above,*/
/*this will cascade to child containers*/

/*    min-height: 100%;
      height: auto;
*/
}

/*
a{
	outline:none;
	text-decoration:none;
	vertical-align:bottom;
	height:85px;
	margin:0;
	padding:0;
}
*/
/************** Start Multiple Use Classes **************/

.border {
	border: 1px solid;
	border-color:#FFFF00
}

.bgNoRepeat {
	background-repeat: no-repeat;
}

.bgRepeatX {
	background-repeat: repeat-x;
}

.bgRepeatY {
	background-repeat: repeat-y;
}

.bgCenter {
	background-position: center;
}

.txtIndent{ text-indent: -9999px; }


/****************** End Multiple Use Classes ******************/

/************************* PNG Fix *******************************/
.PNGfix
	{ behavior: url(includes/iepngfix.htc); }

/************************ END FIX *******************************/

h3 { color:#468818; font-size:32px; }
h4 { color:#468818; font-size:18px; }

#mainCnr
{
	margin: 0 auto;
	width: 990px;
	min-height: 600px;
	background: url(../images/mc_bg.jpg) repeat-y;
	line-height: 150%;
}

#headerCnr
{
	float: left;
	clear: both;
	width: 990px;
	height: 322px;
	background-image: url(../images/headerPlaceholder.jpg);
}

#logoBox
{
	float: left;
	width: 344px;
	clear: none;
}

#billboardFContainer
{
	float: left;
	clear: none;
	width: 614px;
}

#billboardRight
{
	float: left;
	clear: none;
	width: 32px;
}

#gNavContainer
{
	margin-left: 12px;
	height: 43px;
	clear: both;
}

#homeBtn
{
	float: left;
	width: 79px;
	height: 43px;
}

#cmBtn
{
	float: left;
	width: 159px;
	height: 43px;
}

#dhBtn
{
	float: left;
	width: 217px;
	height: 43px;
}

#bodyContent_wrap
{
	position: relative;
}

#bodyHimage
{
	height: 86px;
	position: absolute;
	top: 0px;
}

#bodyFimage
{
	position: absolute;
	height: 162px;
	bottom: 0px;
}

#bodyTile
{
	background: url(../images/body_hTile.jpg) repeat-y 0px 86px;
	min-height: 400px;
}

#marginedContent
{
	position: relative;
	left: 36px;
	top: 36px;
	width: 940px;
}

#hpLeftCol
{
	float: left;
	width: 388px;
	background: url(../images/vLine.png) right center no-repeat
}

#mapText
{
	margin-left: -12px;
	height: 188px;
	background: url(../images/homepage/mapIt.png) no-repeat;
}

#phoneNumber
{
	position: absolute;
	top: 210px;
	left: 68px;
}

.fbIcon
{
	margin-left: -8px;
}

.twIcon
{
	margin-right: 12px;
}

#fbPar
{
	width: 374px;
}

#twPar
{
	width: 350px;
}

#hpRightCol
{
	float: left;
	margin-left: 18px;
	width: 500px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
}

iframe
{
	border: 2px solid #663300;
}


/************************ FOOTER STUFF ***************************/

#gFooterContr {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 70px;
	text-align: center;
	color: #FFF;
}

#gFooterContr a
{
	text-decoration: underline;
	color: #FFF;
}

#gFooterContr a:hover
{
	text-decoration: none;
}

.fNavLinks:hover { text-decoration: none; }

.poweredBy { font-size: 11px; }

.poweredBy a { text-decoration: underline; }
.poweredBy a:hover { text-decoration: none; }

