/*
	light blue: #007dc2
	middle blue: #afcae2
	dark blue: #004c91
	grey: #eaeff1
*/

body {
	background-color: #ffffff;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 1000px;
	min-height: 600px;
	margin: 0 !important;
}

/* forms */
.input-normal {
	padding-bottom: 4px;
	width: 214px;
}
.input-text {
	width: 214px;
}
.input-long {
	padding-bottom: 4px;
	width: 428px;
}
input-textarea {
	width: 428px;
}
.input-label {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input-normal .text-box {
	width: 210px;
}
.input-long .text-box {
	width: 424px;
}
.success {
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submit-button {
	width: 68px;
	height: 32px;
	border: none;
	background: url(/images/submit-button.png);
}	
/* end forms */

.header {
	background-color: #004c91;
	/*position: absolute;
	left: 0;
	top: 0;*/
	height: 110px;
	width: 100%;
	/*padding-left: 50px;*/
}

.header-left {
	/*float: left;*/
	/*position: absolute;*/
	top: 0;
	height: 110px;
	/*min-width: 50px;*/
	background-color: #007dc2;
}

.header-right {
	/*float: right;*/
	/*position: absolute;*/
	height: 110px;
	top: 0;
	/*min-width: 50px;*/
	background-color: #004c91;
}

.header-image {
	/*float: left;*
	position: absolute;*/
	top: 0;
	height: 110px;
	width: 1000px;
	background-image: url(/images/header.png);
	/*border: solid red 1px;*/
}

.navstrip {
	background-color: #ffffff;
	/*position: absolute;
	left: 0;
	top: 110;*/
	height: 45px;
	width: 100%;
	/*padding-left: 50px;*/
}

/*.nav-item {
	color: #808080;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 45px !important;
	min-width: 78px;
	padding: 0 10px;
}

.nav-item-current {
	background: #fff url(/images/nav_current.png) no-repeat center -2;
}

.nav-item-active {
	background: #fff url(/images/nav_active.png) no-repeat center -1;
}*/

.herostrip {
	*z-index: -1; /* IE Fix to get the dropdown menu to display over the top of the hero image div */
	/*background-color: #eaeff1;*/
	background: #d6d6d6 !important;
	/*position: absolute;
	left: 0;
	top: 155;*/
	height: 300px;
	width: 100%;
}

.primary-hero-image, .primary-hero-image.animation {
	font-size: 11px;
	background-color: #007dc2;
	width: 600px;
	height: 300px;
	/*margin-left: 50px;*/
	/*float: left;*/
}
.primary-hero-image.animation { position: relative; }
.primary-hero-image.animation li { list-style: none; }
.secondary-hero-image {
	background-color: #afcae2;
	width: 300px;
	height: 300px;
	/*float: left;*/
}
.hero-quote {
	/*background: url(/images/hero_quote.png);*/
	margin: 35px 0 35px 20px;
	width: 310px;
	height: 230px;
	
	vertical-align: middle !important;
	
	/*float: left;*/
}

.hero-quote p {
	color: #007dc2 !important;
	font-size: 26px;
}
.hero-quote table {
	width: 310px;
	height: 230px;
	vertical-align: middle !important;
}

.content {
	background-color: #ffffff;
	/*position: absolute;
	left: 0;
	top: 455;*/
	/*height: 120px;*/
	width: 100%;
	margin-top: 10px;
}

.content-no-hero {
	*z-index: -1; /* IE Fix to get the dropdown menu to display over the top of the hero image div */
	background-color: #ffffff;
	/*position: absolute;
	left: 0;
	top: 155;
	height: 420px;*/
	width: 100%;
	margin-top: 10px;
}

.content-column-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 900px;
}

.content-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 285px;
	margin-right: 15px;
	/*float: left;*/
}

.container {
	/*margin: 0 50px;*/
	/*border: solid red 1px;*/
}

.container-home-hero {
	margin: 0 20px 0 0;
	/*border: solid red 1px;*/
}

.nav-container {
	margin: 0 15px;
	/*border: solid red 1px;*/
}

.contact-form-wrapper {
	float:left;
}
.location-wrapper {
	float: right;
}
.location-details-wrapper {
	width: 400px;
}
.location-details-wrapper a {
	color: #808080;
	text-decoration: none;
}
.location-details-wrapper a:hover {
	color: #808080;
	text-decoration: underline;
}

.folio-grid tr td { width: 128px; height: 300px; vertical-align: top; }
.folio-grid a { text-decoration: none; border: none !important; }
.folio-grid a img { border: none !important; }

.sitemap {
	padding-left: 15px;
}
.sitemap-node {
}
.sitemap-node a {
	color: #808080;
	text-decoration: none;
}
.sitemap-node a:hover {
	color: #808080;
	text-decoration: underline;
}

.footer {
	/*position: absolute;
	left: 0;
	top: 575;*/
	height: 25px;
	width: 100%;
	/*padding-left: 50px;*/
	margin-top: 50px;
}

.footer-text {
	font-size: 9px;
}

.footer-text a 
{
	color: #808080;
	text-decoration: none;
}
.footer-text a:hover
{
	color: #808080;
	text-decoration: underline;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}