﻿/* Footer */
.footerContainer
{
	clear:both;
	font-size:1.2em;
	padding-top:14px;
}

.footer
{
	margin: 0 auto;
	width:974px;
	padding-top:8px;
}
.footerRow
{
	width:100%;
}
.footer .footerSection
{
	width:153px;
	margin-right:14px;
	float:left;
	display: inline;
}
.footer .keepInTouch
{
	width:306px;
	float:left;
	display: inline;
}
.footer .keepInTouch p 
{
    padding:0 0 16px;
    margin:0;
}
.footer .keepInTouch fieldset 
{
    padding:10px 8px 0;
}
.footer h5
{
	border-bottom:1px solid #DFDFDF;
	font-size:130%;
	padding-bottom:0.5em;
	padding-left:8px;
	background-image:url('cssImages/gradient_logoless.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.footer .footerSection ul 
{
    margin-top:8px;
}
.footer .footerSection ul li
{
	padding: 2px 0 2px 8px;
	margin-left:8px;
	background:url("cssImages/right_arrow.png") left center no-repeat;
}
.footer .footerSection ul li a
{
	color:#666;
}
.footer .footerSection ul li a:hover, 
.footer .footerSection ul li a:focus
{
	color:#0e2b8d;
}
.footer p
{
	line-height:1.75em;
}
.footer a
{
	text-decoration:none;
}
.footer .keepInTouch form
{
	margin-top:1em;
}
.footer .keepInTouch .emailInput
{
	width:180px;
    height:18px;
    padding:2px;
}
.footer .copyright
{
	padding:32px 0 10px 8px;
}