/* **********************/
/* ***** FOOTER *****/
/* **********************/
	
div#footer{
	background-color:#eee;
	margin: 0 auto;
	overflow:auto;}
	
div.footer_heading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	height: auto !important; /* Firefox, Safari, IE7, etc */
    height: 43px; /* IE6 */
    min-height:43px; /* Firefox, Safari, IE7, etc */
	padding:10px;}
	
div#footer_left{
	background-color:#819165;
	width:299px;
	margin: 0;
	border-right:1px solid #333;
	float:left;}
	
div#footer_right{
	background-color:#819165;
	width:299px;
	margin: 0;
	float:right;}
	
div#footer_center{
	background-color:#819165;
	width: 300px;
	border-right:1px solid #333;
	float:left;	
	}
	
div.footer_content{
	font-size:11px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#eee;
	height: auto !important; /* Firefox, Safari, IE7, etc */
    height: 165px; /* IE6 */
    min-height:165px; /* Firefox, Safari, IE7, etc */
	color:#333;
	padding:10px 20px;
	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%;}
div#links_left{float:left}
div#links_right{float:right;}
div#links a{color:#003399; text-decoration:underline;}
div#links a:hover{color:#003399; 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;}