/*footer styles*/
/*//////////////////////////////////////////////*/

/**************** HOME PAGE FOOTER TAGS *****************/
#footer{
	width:760px;
	border-bottom:0px solid #BA231A;
	color:#A78953;
	height:30px;
	padding:8px 0px 8px 0px !important;
	padding:6px 0px 8px 0px;
}

/**************** INTERNAL PAGE FOOTER TAGS *****************/
#footer_internal{
	width:100%;
	background-image: url('../images/submenu_bgd4.gif'); background-repeat: repeat-x;
	border-bottom:0px solid #BA231A;
	color:#A78953;
	padding:8px 0px 8px 0px;
}

/**************** BOTH FOOTER TAGS *****************/
#footer a:link, #footer a:visited, #footer_internal a:link, #footer_internal a:visited{
	font-size:10px;
	color:#DADCE0;
	text-decoration: none;
}
#footer a:hover, #footer_internal a:hover{
	font-size:10px;
	color:#FFFFFF;
}
#footer_nav{
	font-size:9px;
	color:#DADCE0;
	border-bottom:0px solid #C4A66F;
	padding-bottom:10px;
	padding-top:2px;
}
.contentfooterTxt{
	font-size:9px;
	font-family: Verdana, Arial,sans-serif;
	color:#DADCE0;
}
.left{
	font-size:9px;
	color:#DADCE0;
	padding:8px 0px 10px 3px;
	float:left;
}
.right{
	font-size:9px;
	color:#DADCE0;
	padding:8px 3px 10px 0px;
	float:right;
}
