@charset "utf-8";
/* CSS Document */

/*	
Header color list items
DARK PURPLE 
	#240033

Line
YELLOW
#C79D46
	
*/


.footer {
	background: url(/static/images/footer_repeater.jpg) repeat-y;
	width: 1012px;
	height: auto;
	float:left;
} 

.footer-holder-watermark {
	background: url(/static/images/footer_watermark.jpg) no-repeat;
	width: 962px;
	height: auto;
	min-height: 250px;
	padding:30px 0 0 50px;
	float: left;
}

.footer-bottom {
	width: 1012px;
	height: 52px;
}

.footer-disclaimer
{
	width: 899px;
	/*text-align: right;*/
	font-size: 10px;
	border-top: solid 1px #E2CDA0;
	padding: 10px 0 0 0;
	margin: 10px 62px  0 51px;
	float:left;
}


.footer-holder-watermark a,
.footer-holder-watermark a:link,
.footer-holder-watermark a:visited,
.footer-holder-watermark a:active {
	color: #240033;	
}

.footer-holder-watermark a:hover {
	text-decoration:none;
	color: #240033;	
}


.footer-holder-watermark ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
}

.footer-holder-watermark ul li {
	font-size: 11px;
	line-height: 22px;
	width: 225px;
	float: left;
}

.footer-holder-watermark ul .footer-list-header {
	width: 210px;
	float: left;
	border-bottom: solid 1px #C79D46;
	color: #240033;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.service-phone-numbers 
{
	font-size: 12px;
	float: left;
	width: 650px;
	padding: 0px 0 5px 0;
	margin: 0 0 0 20px;
} 

.service-phone-numbers span 
{
	float: left;
	padding: 2px 0 0 0;
	line-height: 17px;
}

.service-phone-numbers img 
{
	float: left;
	padding: 5px 10px 0 0;

}

.office-hours 
{
	/*padding: 50px 0 0 0;*/
	margin: 5px 0 0 0 ;
	font-size: 10px;
	float: left;
}
.office-text 
{
	/*padding: 50px 0 0 0;*/
	margin: 0;
	padding : 0 0 0 5px;
	font-size: 10px;
}

.disclaimer-info 
{
	float: right;
    padding: 10px 0 0 0;
}
.footer-social-media 
{
  float: left;
}
