/*---------------*/
/* footer styles */
/*---------------*/

#footer {
	background-color: #EE9D5B;
	clear: both;
}

#footer_top {
	background-color: #FFF;
	height: 45px;
	margin-bottom: 0;
	position: relative;
	z-index: 180;
}
#yesmartinsvillelogo {
	float: right;
	height: 29px;
	margin-right: 30px;
	width: 184px;
}
#footer_top_content {
	height: 29px;
	padding-bottom: 16px;
	width: 960px;
}
#footer_top_content #face_book{
	height:20px;
	width:20px;
	float:left;
	margin:6px 0 0 10px;
	padding:0px;
	
}
#footer_text {
	background-color: #FFF;
	border-top: 1px solid #E5E5E5;
	padding-left: 50px;
	margin-bottom: -16px;
	position: relative;
	/*
	*/
}
#footer_links {
	background-color: #FFF;
	padding: 0 0 0 00;
	width: 910px; /* 960px (total width) - 0 (padding right) - 0 (padding left) */
}
#footer_img {
	height: 62px;
	margin-top: -62px;
	position: relative;
	width: 127px;
	z-index: 300;
}
#footer_mid {
}
#footer_btm {
	background-color: #EE9D5B;
	border-top: 1px solid #E5E5E5;
	clear: both;
	height: 113px;
	position: relative;
	top: -16px;
	/* margin-bottom: -16px;
	*/
}
#footer_btm_bg {
	background-image: url(../images/footer_bg_gradient.jpg);
	background-repeat: repeat-x;
	height: 113px;
}
#footer_btm_content {
	width: 910px;
}
#footer_btm_txt {
	font-size: 10px;
	padding-top: 10px;
	width: 910px;
}
div.ftr_lnks {
	color: #999;
	float: left;
	font-size: 10px;
	height: 10px; /* 62px (total height) - 26px (padding top) - 10px (padding bottom) */
	line-height: 10px;
	padding: 26px 15px 10px 15px;
	position: relative;
	top: -16px;
	/*
	margin-bottom: -16px;
	*/
}
.ftr_lnks_event{
	margin-left:20px;
	z-index:1000;
}

#footer_top a,
div.ftr_lnks a {
	color: #999;
}
#ftr_img {
	float: left;
	position: relative;
	margin-top: -16px;
	width: 127px;
}

#webdevelopment {
	float: right;
	padding: 5px;
}


