/* Footer navigation */
/* #footernav {
	background-image: url(/images/new/footer/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
	padding: 0px;
	height: 26px;
	width: 100%;
}

#footernav_inner {
	background: url(/images/new/footer/footer_nav_inner_bg.gif) center center no-repeat;
	width: 100%;
	padding: 20px 0px 0px 0px;
	height: 47px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin: 0px;
}
#footer {
	padding: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: left;
}
#footerinfo {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #666666;
}


#footernav_inner ul {
	height: 20px;
	font-size: 9px;
	color: #999999;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footernav_inner li {
	margin: 0px;
	padding: 0px;
	color: #999999;
	text-align: left;
	display: inline;
	list-style-type: none;
	width: auto;
	height: 20px;
}
#footerinfo img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footernav a, footernav a:visited {
	color: #999999;
	text-decoration: none;
}
#footernav a:hover {
	color: #990000;
	text-decoration: none;
} */



/* ------------------- FOOTER ------------------- */

.footer_wrapper {
	background: #fdecc1;
	margin: 0px;
	height: auto;
	border-top: 1px solid #c9b47f;
	font-family: Verdana, Arial, Tahoma;
}
.footer {
	width: 800px;
	margin: 0 auto;
	padding: 25px 0px;
	overflow:visible;
}

.footer a:hover {
	color: #3399FF;
}
.footer_social {
	margin: 0px;
	height:50px;
	background: url(/images/new/footer/footer_social_bg.gif) left top no-repeat;
/*	border: 1px solid #f1deb0;*/
	padding: 0px 0px 0px 190px;
	overflow:hidden;
}
/* CHECK CONDITIONAL IE CSS FOR CHANGE TO THIS RULE */
.footer_social li {
	display:block;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 8px 50px 10px 0px;
	float:left;
}
/* CHECK CONDITIONAL IE CSS FOR CHANGE TO THIS RULE */
.footer_social li a{
	display:block;
	width: auto;
	font-size:10px;
	color: #a24f27;
	text-decoration:none;
	float:left;
	position: relative;
	padding: 10px;
}
.footer_social li a img{
	position: absolute;
	left: -30px;
	top: 0px;
}
/* CHECK CONDITIONAL IE CSS FOR ADDED RULE TO THIS DIV */
div.footer_palm {
	position: relative;
	display:block;
	float:left;
}
.footer_palm img{
	bottom:-15px;
	position:absolute;
	right:-800px;
}
.footer_blocks_wrapper {
	padding: 25px 0px 10px 0px;
	overflow: visible;
	height: 120px;
}
.footer_blocks {
	overflow:visible;
	display:block;
	height:80px;
	width:240px;
	position:relative;
	float:left;
	font-size: 10px;
	text-align:left;
}
.footer_blocks_inner {
	position:relative;
	background: url(/images/new/footer/footer_block_bg.gif) left bottom no-repeat;
	height: auto;
	min-height: 70px;
	width:185px;
	padding: 0px 10px 15px 45px;

}
.footer_right_block {
	padding: 0px 0px 0px 0px;
	float:right;
}
.footer_left_block {
	padding: 0px 38px 0px 0px;
}
.footer_blocks img {
	top:-45px;
	position:absolute;
	left: -5px;
}
.footer_feature_container {
	width: 790px;
	color:#c27b54;
	font-size: 10px;
	line-height: 14px;
	height: 147px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	float:left;
	padding: 18px 5px 0px 5px;
	background: url(/images/new/footer/home_features_footer_bg.gif) left top no-repeat;
}
.footer_blocks a {
	background: url(/images/new/footer/footer_block_bg.gif) left top no-repeat;
	color: #a24f27;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 10px 45px;
	display:block;
}

.footer_quicklinks {
/* 	float: left; */
/* 	width: 800px; */
	text-align:center;
	font-size:10px;
	padding: 10px 0px 15px 0px;
}
.footer_quicklinks a {
	color: #a24f27;
	font-weight: bold;
	text-decoration: none;
}
.footer_quicklinks a:hover {
	color: #daa265;
	font-weight: bold;
	text-decoration: underline;
}


