/* --- Homepage CSS ------------------------------- */

#headerhp{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	float: left;
  	width: 990px;
	background: #000 url(images/header_bg_hp.gif) no-repeat;
	background-position: left;
	}
	
#logohp{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	float: left;
  	width: 243px;
	}
	
#taglinehp{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	float: left;
  	width: 547px;
	}
		
/* ---[ Navigation ]------------------------------- */
	
#mainnavhp{
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	background-color: #FA962A;
	}
	
#navhp{
	clear: both;
	height: 20px;
	width: 984px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	}

/* ---[ Footer nav ]------------------------------- */

#footerhp{
	clear: both;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 35px 0px;
	color: #000;
	font-size: 12px;
	}

#footerhp a{
	color: #1F0E02;
	width: 6em;
	text-decoration: underline;
	}

#footerhp a:hover, a:active{
	background-color: #9C9F71;
	color: #fff;
	text-decoration: none;
	}

#footerhp a:visited{
	color: #7B6F67;
	text-decoration: underline;
	}
	
#homehp{
	float: left;
	width: 990px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#flashbox08{
	clear: both;
	width: 990px;	
	height:	429px;	
	margin: 0 auto;
	padding: 0;
	text-align: center;	
	background: url(images/Flash_2008_static.jpg) no-repeat;
	}
	
#flashbox11{
	clear: both;
	width: 990px;	
	height:	496px;	
	margin: 0 auto;
	padding: 0;
	text-align: center;	
	background: url(images/Flash_2008_static.jpg) no-repeat;
	}
	
#feat{
	float: left;
	width: 123px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	}
	
#zipcode{
	clear: both;
	width: 123px;
	height:	76px;	
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	background: #640D0F url(images/Zip_bg.gif) no-repeat;
	}
	
.zipfeat{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #fff;
	padding: 3px 0px 0px 5px;
	font-size: 11px;
	font-weight: normal;
	}

#middroughhp{
	float: left;
	width: 990px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#homecontenthp{
	float: left;
	width: 990px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	background: #CEBF7C url(images/side_bg_thick_hp.gif) repeat;
	background-position: left;
	}
	
#hometexthp{
	float: left;
	text-align: left;	
	margin: 0;
	padding: 20px 90px 25px 30px;
    color: #1F0E02;
	}

#partnershp{
	clear: both;
	width: 990px;	
	text-align: center;	
	margin: 0 auto;
	padding: 0;
	}

	
/* ---[ MainNav ]----------------------------- */

#chromemenuhp{
width: 100%;

}

#chromemenuhp:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenuhp ul{

width: 100%;
background: #E28A26;
margin-left: 0;
padding-left: 0px;
margin: 0;
float: left;
font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 11px;
}


#chromemenuhp ul li{
display: inline;
}


#chromemenuhp ul li a{
float: left;
color: #000;
font-weight: bold;
padding: 5px 17px 5px 17px;
text-decoration: none;
background: url(images/divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenuhp ul li a:hover{
color: #fff;
background-color: #484B1C;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px dashed #B0A446; /*Theme Change here*/
border-bottom-width: 0;
font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 11px;
line-height:18px;
z-index:100;
background-color: #757943;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #B0A446; /*Theme Change here*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #484B1C;
color: #fff;
}
