@charset "UTF-8";
/* CSS Document */

* { 
	margin:0; 
	padding:0; 
	list-style:none;
	text-decoration:none;
}

body{
	margin:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}

a{
	color:#679146;
        
}

p{
	margin:0px;
}


.contDivs{
	width:100%;
        min-width:1020px;
}

/****************************************************************************

class styles

*****************************************************************************/

.grey_headline{
	color: #4a4a4a;
	font-size: 14;
	font-weight: bold;
}

.green_bld{
	color: #679146;
	font-size: 18px;
        font-family: "ltc-squareface-1","ltc-squareface-2","Trebuchet MS",sans-serif;
}

.green_light{
	color: #679146;
	font-size: 17px;
        font-family: "mitigate-1","mitigate-2","Trebuchet MS",sans-serif;
}

.green_headline_lht{
	color: #679146;
	font-size: 16;
}

.green_smBold{
	color: #679146;
	font-size: 13;
	font-weight: bold;
}

.smBold{
	color: #2a2a2a;
	font-size: 13;
	font-weight: bold;
}

p.smBold{
	color: #2a2a2a;
	font-size: 13;
	font-weight: bold;
	margin-bottom:13px;
}

.lgBold{
	color: #2a2a2a;
	font-size: 16;
	font-weight: bold;
}



/****************************************************************************

Header and Nav

*****************************************************************************/
#intHeader{
	background:url(../graphics/design/index/headerBG.gif) repeat-x;
}

#header{
	margin:0 auto;
	position:relative;
	
	width: 1020px;
	height: 103px;
}

#logo{
	position:absolute;
	top:13px;
	left:28px;
}

#nav{
	position:absolute;
	top:40px;
	right:18px;
	width:1000px;
	color:#7d7d7d;
}

#nav a{
	color:#7d7d7d;
}

#nav_items{
	float:right;
}

#nav_items li{
	display:block;
	padding-left:24px;
	padding-top:2px;
	margin-right:14px;
	height:25px;
	float:left;
}




#nav_items p{
	margin-top:2px;
}




/****************************************************************************

Footer

*****************************************************************************/

#intFooter{
	background:url(../graphics/design/index/footerBG.gif) repeat-x;	
}

#footer{
	margin:0 auto;
	position:relative;
	width: 1020px;
	height: 94px;
}

#footer ul li{
	margin:0px;
	list-style:none;
	display:inline;
	list-style:none;
}

#socialMediaAndSearch{
	position:absolute;
	right: 75px;
	top: 23px;
	float:left;
	display:block;
    width:308px;
}

/****************************************************************************

INDEX

*****************************************************************************/



/****************************************************************************

Banner Topper

*****************************************************************************/

#internalFArea{
	width: 1020px;
	height: 231px;
}

/****************************************************************************

Feature Boxes

*****************************************************************************/
#intContent{
	background:url(../graphics/design/internal/internalBG.jpg) repeat-x;	
}

#featureBoxes{
	margin:0 auto;
	position:relative;
	width: 1020px;
	min-height:500px;
	height:auto;
	color:#679146;
	padding-bottom:15px;
}

#boxContainer{
	padding: 17px 0px 0px 26px;
	height: 197px;
}

#boxContainer a{
	color:#679146;
}

#boxContainer div{
	float:left;
	margin-right:5px;
	width:320px;
	height:174px;
}

/****************************************************************************

Bottom Content

*****************************************************************************/

#btmContent{
	position:relative;
	background-image:url(../graphics/design/index/featureBoxBG2.jpg);
	width: 1020px;
	height: 296px;
	color:#4b4b4b;
}

#btmContent a{
font-weight:bold;
}

#btmContent div{
	position:absolute;
	left:30px;
}

#intContent p{
	font-weight:bold;
	color:#2a2a2a;
	/*margin-left:20px;*/
	margin-bottom:20px;
}

#intContent ul{
	font-size:13px;
	font-weight:bold;
	color:#2a2a2a;
	/*margin-left:20px;*/
	margin-bottom:20px;
}
