/*.page_content_container{
	height: 700px;
}*/


/*Container for background image and FAQ Content/Text Container*/
/*1) Identifies and formats background image*/
/*2) Encloses FAQ Content/Text Container for positioning relative to image*/
.image_container{
	width: 767px;
	height: 150px;
	float:left;
}

.image{
	background-image: url(images/site_map_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.banner_text{
	color: rgb(110,94,79);
	float: right;
	margin-top: 75px;
	margin-right: 50px;
}

.banner_text span{
	margin-left: 120px;
	font-size: 100%;
}
/*Content/Text Container*/
/*1) Sizes and positions the text container relative to the image*/
/*2) Sets "default" text properties for the container; inherited by included blocks*/


.page_left_container{
	float: left;
	Width: 550px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(images/home_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.page_left_container h3{
	margin-bottom: 15px;
	color: rgb(110,94,79);
}

.page_left_container h3 a{
	color: rgb(110,94,79);
	text-decoration: none;
}

.page_left_container h3 a:hover{
	color: rgb(110,94,79);
	text-decoration: underline;
}


.prodsvc_container{
	width: 230px;
	float: left;
	background-image: url(images/prodsvcs_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 100px;

}

.contact_container{
	width: 200px;
	float: left;
	background-image: url(images/contact_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;

}

.info_container{
	width: 230px;
	float: left;
	background-image: url(images/info_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 100px;

}

.extras_container{
	width: 200px;
	float: left;
	background-image: url(images/extras_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;

}

.header{
	float: left;
	margin-top: 12px;
	margin-left: 52px;
	color: rgb(110,94,79);
}

.map_list{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 125px;
	font-size: 75%;
}

.map_list li{
	list-style-type: none;
	list-style:none;
	color: rgb(0,0,0);
	
}

.map_list li a{
	color: rgb(0,0,0);
	text-decoration: none;
}

.map_list li a:hover{
	color: rgb(110,94,79);
	text-decoration: underline;

}


/*Formatting for Ad Panel*/
.ad_pnl{
	width: 165px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid rgb(118,81,83);
}

.ad_banner{
	width: 160px;
	float: left;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(118,80,41);
	font-size: 14px;
	padding-left: 5px;
	background-color: rgb(222,205,189);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(118,81,83);
}


.ad_hdr_lg_text{
	font-size: 22px;
}

.ad_body_right{
	width: 165px;
	float: left;
	height: 240px;

}


.ad_body_right p{
	float: left;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	margin-top: 7px;
	margin-left: 4px
}

.ad_body_lg_text{
	font-size: 14px;
	font-weight: bolder;
		color: rgb(118,80,41);
}

.ad_image_right{

	background-image: url(images/site_map_ad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.ad_bead_rt{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/ad_bead.jpg);
}

.ad_links {
	float: left;
	margin-left: 20px;
	height: 17px;
	color: rgb(118,80,41);
}

.ad_links a{
	float: left;
	margin-left: 20px;
	color: rgb(118,80,41);
	text-decoration: none;
	font-weight: bold;
}

.ad_links a:hover{
	color: rgb(118,80,41);
}

#terms_div{
	background-color: rgb(231, 222, 207);
}

