/* CSS Document for footer content. Also used sparingly on homepage */

.info_bar {
	padding: 0 20px;
	}
	
.info_bar div.first, .info_bar .second {
	float: left;
	}

.info_bar div.third {
	float: right;
	}
	
.info_bar div.first {
	width: 315px;
	}

 .info_bar div.second {
	width: 245px;
	}

.info_bar div.third {
	width: 215px;
	}

.info_bar h4, .info_bar h5 {
	color: #ba7a46;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

.info_bar h5 a {
	color: #ba7a46;
	text-decoration: none;
	}
.info_bar h5 a:hover {
	color: #da9a66;
	text-decoration: underline;
	}

#footer, #supplement {
	font-size: .9em;
	}
	
#supplement {
	background: url(./images/supplement_bg.jpg) top no-repeat #561216;
	border: 1px solid #111;
	}

#supplement h5 {
	margin: 0;
	padding-bottom: 10px;
	font-size: .9em;
	}

#supplement h5 img {
	vertical-align: middle;
	}

#supplement h4 {
	font-size: 1em;
	}

#supplement .first {
	background: url(./images/search_bg.gif) 0 16px no-repeat;
	}
	
#supplement .first form { 
	margin: 25px 10px 10px 88px;
	}

#supplement .first form h4 {
	padding-bottom: 1em;
	}

#supplement .first form #query_input {
	border: 1px solid #66261a;
	background-color: #290b12;
	color: #aaa;
	font: 1em Arial, Helvetica, sans-serif;
	width: 120px;
	padding: 3px;
	margin-right: 5px;
	display: block;
	float: left;
	} 

#supplement .second, #supplement .third {
	padding-top: 22px;
	}
	
#supplement .third img {
	float: right;
	}
	
#supplement .third p {
	color: #b5806d;
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.3;
	}	

#supplement .third .get_started {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #7f895b;
	font-size: .9em;
	}	

#supplement .third .get_started:hover {
	text-decoration: underline;
	}

#footer a {
	color: #999;
	}

#footer_nav {
	float: left;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 5px 0;
	}
	
#footer_nav li {
	line-height: 1;
	padding: 0 5px;
	float: left;
	border-left: 1px solid #777;
	}

#footer_nav li.first {
	border-left: none;
	padding-left: 0;
	}
	
#footer_nav li a {
	color: #777;
	text-decoration: none;
	}
	
#footer_nav li a:hover {
	text-decoration: underline;
	}
	
#footer .directions {
	margin: 15px 0 0;
	padding: 0;
	float: right;
	}
	
#footer .facebook_button {
	clear: both;
	padding-top: 15px;
	margin: 0;
}

#footer .address {
	padding: 0 0 18px 0;
	margin: 0;
	clear: both;
	float: right;
	text-align: right;
	color: #dcdada;
	}
	
#footer .hours {
	clear: left;
	float: left;
	width: 555px;
	padding: 33px 0 18px;
	margin: 0;
	color: #dcdada;
	}
	
#footer .hours big {
	font-size: 1em;
	text-transform: uppercase;
	color: #75635c;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
