

article, aside, details, footer, header, menu, nav, section
{
	display: block;
}

.header
{
	background-color: #205685;
	padding:0px;
}
.header .shell
{
	padding: 21px 32px 0;
	width: 918px;
	background-color: #205685;
}
.header-top
{
	height: 72px;
}
#footer .footer-cols
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .footer-cols .col
	{
		width: 100%;
		float: none;
		display: block;
		padding-bottom: 20px;
	}
	#footer .footer-cols .col + .col
	{
		padding-left: 0px;
	}

	#footer .footer-bottom
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .footer-nav
	{
		float: none;
		display: block;
		padding-bottom: 12px;
	}
	#footer .footer-nav ul
	{
		padding-bottom: 12px;
	}
	#footer .footer-nav ul li
	{
		padding: 0 3px;
		border-right: 0;
		font-size: 11px;
		line-height: 11px;
	}
	#footer .footer-bottom p.copy
	{
		float: none;
		display: block;
		clear: both;
	}
	
	.footer
{
	background: #205685;
	width: 100%;
	padding: 15px 40px;
	margin: 0 0 -40px -40px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.footer a
{
	color: #333333;
	text-decoration: none;
}

#footer
{
	background: #205685;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0px;
	position: fixed;
	bottom: 0px;
}
#footer .shell
{
	background: #205685;
	padding: 7px 0;
}
#footer .footer-cols
{
	padding: 0 32px 26px;
}
#footer .col
{
	width: 212px;
	float: left;
}
#footer .col + .col
{
	padding-left: 22px;
}
#footer h2
{
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	background: #205685;
	padding-bottom: 10px;
	text-shadow: rgba(0,0,0,0.9) 1px 1px 1px;
	font-family: 'Jura' , sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#footer .col ul
{
	list-style: none;
	list-style-position: outside;
}
#footer .col ul li
{
	padding-left: 11px;
	background: #205685;
	padding-bottom: 7px;
	font-size: 11px;
}
#footer .col p
{
	font-size: 11px;
	color: #fff;
}

#footer .footer-bottom
{
	background: #205685;
	padding: 2px 2px 0;
}

#footer .footer-bottom p.copy
{
	float: right;
	line-height: 11px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
#footer .footer-bottom p.copy span
{
	padding: 0 8px;
}
#footer .footer-bottom p.copy a
{
	color: #fff;
	text-decoration: underline;
}
#footer .footer-bottom p.copy a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer .footer-nav
{
	float: left;
}
#footer .footer-nav ul
{
	list-style: none;
	list-style-position: outside;
	line-height: 11px;
}
#footer .footer-nav ul li
{
	float: left;
	border-right: 1px solid #181818;
	padding: 0 8px;
	text-shadow: rgba(0,0,0,0.7) 0px 1px 1px;
}
#footer .footer-nav ul li:first-child
{
	padding-left: 0;
}
#footer .footer-nav ul li a
{
	color: #fff;
}
#footer .footer-nav ul li a:hover
{
	color: #fff;
}

fieldset {
	border:1px solid #d9e6f0;
	display:block;
	padding:5px 5px 5px 5px;
	line-height:20px;
	margin-bottom:10px;
}
legend {
	border:1px solid #d9e6f0;
	background:#fff url(images/form_blue.gif) repeat-x center left;
	color:#375b91;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 5px 3px 3px;
	width:auto;
}