@charset "UTF-8";
/* CSS Document */

#footer_wrapper {
	background-image: url(images/footer_bkgrnd.jpg);
	background-repeat: repeat-x;
	height: 530px;
	width: 100%;
	clear: both;
}

#footer_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	padding-top: 48px;
	height: 530px;
}

#footer_column_1 {
	float: left;
	width: 230px;
}
#footer_column_2 {
	float: left;
	width: 220px;
	margin-left: 20px;
}
#footer_column_3 {
	float: left;
	width: 220px;
	margin-left: 20px;
}

#footer_column_3 li {
	float: left;
	width: 210px;
	vertical-align: middle;
	height: 48px;
	margin-top: 20px;
}
#footer_column_4 {
	float: left;
	width: 230px;
	margin-left: 20px;
}
#footer_container h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: lighter;
}
#footer_container  ul {
	padding-left: 5px;
	font-size: 14px;
	margin-bottom: 0px;
}
#footer_container li {
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 20px;
}
#footer_container a:link {
	text-decoration: none;
	color: #CB6B35;
}
#footer_container a:visited {
	text-decoration: none;
	color: #CB6B35;
}

#footer_column_3  img {
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin-right: 10px;
}

.footer_note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-top: 0px;
	margin-bottom: 0px;
}

