/* **********************/
/* ***** FOOTER *****/
/* **********************/
	
div#footer{
	background-color:#285694;
	margin: 0 auto;
	overflow:auto;}
	
div.footer_heading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	padding:20px;}
	
div#footer_left{
	background-color:#20416c;
	width:299px;
	margin: 0;
	border-right:1px solid #285694;
	float:left;}
	
div#footer_right{
	background-color:#20416c;
	width:299px;
	margin: 0;
	float:right;}
	
div#footer_center{
	background-color:#20416c;
	width: 300px;
	border-right:1px solid #285694;
	float:left;}
	
div.footer_content{
	font-size:11px;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#285694;
	color:#fff;
	padding:10px 20px;
	min-height:122px;
	height:auto !important;
	height:122px; 
	border-right:1px solid #20416c;}

	
div.footer_content img{
	float:left;
	border:4px solid #fff;
	margin-right:10px;}
	
div.footer_content a{
	color:#000;
	font-weight:bold;
	text-decoration:none;}
	
div.footer_content a:hover{ text-decoration:underline;}

div#links{ height:100%; background-color:#285694;}
div#links_left{float:left}
div#links_right{float:right;}
div#links a{color:#fff; text-decoration:underline;}
div#links a:hover{color:#000; text-decoration:underline;}
		
div.footer_top{padding:10px;}
	
div#footer_bottom{	
	padding: 10px 20px 20px 20px;
	text-align:justify;
	font-size:11px;
	color:#fff;
	background-color:#000;
	clear:both;}
	
div#footer_bottom a{ color:#fa6806; text-decoration:none;}	
div#footer_bottom a:hover{text-decoration:underline}
div#footer_bottom_left{ float:left;}
div#footer_bottom_right{ float:right; text-align:right;}