div#footerheader {
	margin: 0px;
	background-color: #336;
	min-height: 2em;
	height: 2em;
	padding-top: 1em;
}

div#footerheadercontainer {
    width: 960px;
    margin: 0px auto 0 auto;
}

div.fhcontent1, div.fhcontent2, div.fhcontent3, div.fhcontent4 {
	width: 239px;
	display: inline;
	float: left;
	text-align: center;
}

div.fhcontent1 h2, div.fhcontent2 h2, div.fhcontent3 h2, div.fhcontent4 h2 {
	color: #FFF;
	background-color: #336;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 0px #e5e5ee;
}

div#footer {
	background: #ffffff;
}

div#footercontainer {
	width: 960px;
    margin: 0px auto 0 auto;
}

div#footerimage {
	width: 960px;
	margin-top: 40px;
}



div.fcontent1, div.fcontent2, div.fcontent3, div.fcontent4 {
	width: 239px;
	display: inline;
	float: left;
	margin-top: 5px;
	min-height:200px;  
	height:auto !important;  
	height:200px; 
	text-align: center;
}



div.fcontent1 p, div.fcontent2 p, div.fcontent3 p, div.fcontent4 p {
	font: 'bntbody, 'Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 1em;
	letter-spacing: normal;
	color: #000000;
	margin: 10px;
	text-align: left;
}

div.fcontent1 {
	margin-left: 0px;
}

div.fcontent1 img{
	padding: 10px 0 10px 0;
}

div.fcontent2 {
	border-left: 1px solid #EAF3F8;
}

div.fcontent3 {
	border-left: 1px solid #EAF3F8;
}

div.fcontent4 {
	border-left: 1px solid #EAF3F8;
}

div#footerbottom {
	color: #7f7f7f;
	font-size: 0.8em;
	padding: 10px;
}

div#footer input.input-text {
	padding: 3px 4px;
	border: 1px solid #bbb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px #fff;
	font: 'bntbody, 'Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	text-shadow: 0 0 1px #fff;
	color: #000;
	line-height: 1.5em;
}

div#footer a.emaillink {
	color: #336;
	text-decoration: none;
	-webkit-transition: color .2s ease;
}

div#footer a.emaillink:hover {
	color: #7f7f7f;
	text-decoration: none;
	-webkit-transition: color .2s ease;
}