﻿.featurePoints strong
{
	display: block;
}

.featurePoints li
{
	margin-bottom: 15px;
}

.headerImageMobile
{
	display: none !important;
}

.headerImageDesktop
{
	display: inherit !important;
}

legend
{
	margin-bottom: 10px;
}

legend + .control-group
{
	margin-top: 0px;
}

@media (min-width: 321px)
{
	.headerImageDesktop
	{
		display: inherit !important;
	}

	.headerImageMobile
	{
		display: none !important;
	}	
}

@media (max-width: 320px)
{
	.headerImageDesktop
	{
		display: none !important;
	}

	.headerImageMobile
	{
		display: inherit !important;
	}	
}

.container {
	background-color: #FFFFFF;
	border-left: 8px double #99CC00;
	border-right: 8px double #99CC00;
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
}

#copyright {
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 15px;
	padding-top: 20px;
}

#footer {
	background-color: #FFFFFF;
	border-top: 2px solid #FF9900;
	margin-left: 0;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}

	#footer p {
		text-align: center;
	}

#fullContent {
	padding: 10px 25px 0;
}

.logo {
	padding-top: 20px;
	padding-bottom: 10px;
}

p {
	margin: 0 0 20px;
}

.header-image {
	border-bottom: none;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	font-size: 11px;
	color: #333366;
}

.breadcrumb {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-weight: bold;
}

.header-image p {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	left: auto;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
