/* footer.css: included on every page */

#footer {
    font-family: Arial, Helvetica, sans-serif;
    width:959px;
    clear:both;
    margin:60px auto;
    height:100px;
    padding-top: 20px;
}
#footer_content {
    font-size: 13px;
	margin:0 auto;
	line-height:1.1em;
	width:960px;
}
.footer_column {
	margin:45px 20px 1em 20px;
	float:left;
	width:200px;
}
.footer_vertical_line{
	height:95%;
	width:1px;
	margin-top:4px;
	background-color: #CCCCCC;
}
.footer_horizontal_line{
	
	height:1px;
	width:95%;
	margin-top:4px;
	background-color: #efefef;
}
#footer_subheader_address {
    position: relative;
    margin-top: -20px;
    height: 20px;
    clear:both;
    background-color:#C2EBCD;
    text-align:center;
    font-size:13px;
    font-family: georgia;
    padding-bottom:10px;
}

#global_footer {
	background: #fafafa;
	border-top:1px solid #999;
	clear:both;
	text-align:center;
	width:100%;
	padding:.5em 0;
    color: #666;
	font-family: sans-serif;
	font-size: 8pt;
}

#global_footer a{
	color: #888;
}

