﻿/* General Tags */

body, html
{
background: #f2f1f1;
}

h1
{
	font-family: Arial, Verdana, Geneva;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
}
a {
	
	color: #005480;
}

a:active {
	
	color: #eb3625 !important;
}
a:visited
{
	color: #5e95b8;
}

/* Layout and main skin styles */

#hd
{
	background-image: url("imgs/redbar.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
	margin-bottom: 1px;
}


#bd
{
	background-image: url("imgs/montage.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 582px;
	position: relative;
}

#bdTop
{
	width: 100%;
	height: 375px;
}

#bdBottom
{
	width: 100%;
	height: 207px;
	background-color:Transparent;
}

#bdBottomInterior 
{
	min-height:550px;
	height:auto;
	background-image: url("imgs/nav_bkgrd.png");
	background-repeat:repeat-y;
	background-position: left top;
}
* html #bdBottomInterior 
{
	height:550px;
	
}



#navDiv
{
	background-color: #5E95B8;
	height: 207px; /*margin-top:-16px;*/
}

#contentDiv
{
	height: auto;
	padding-top:25px;
	padding-bottom:30px;
}

#contentDiv p, br, h1, h2, h3
{
	margin-left: 35px;
	margin-right: 45px;
}

#brownBar
{
	background-image: url("imgs/brownbar.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	margin-top: 1px;
	margin-bottom: 3px;
}


#ft
{
	padding-right: 1px;
}

#ftSiteMap
{
	text-align: right;
}

#ft ul li
{
	display: inline;
	margin-left: 2px;
	padding-left: 5px;
	border-left: solid 1px #5e95b8;
	margin-right: 1px;
}

#ft .firstLi
{
	border-left: none;
}

.footer
{
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}

a.footer:link
{
	color: #5e95b8;
	text-decoration: none;
}

a.footer:active
{
	color: #5e95b8;
	text-decoration: none;
}

a.footer:visited
{
	color: #5e95b8;
	text-decoration: none;
}

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

.bottomNav
{
	font-family: Arial, Verdana, Geneva;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}

a.bottomNav:link
{
	color: #5e95b8;
	text-decoration: none;
}

a.bottomNav:active
{
	color: #5e95b8;
	text-decoration: none;
}

a.bottomNav:visited
{
	color: #5e95b8;
	text-decoration: none;
}

a.bottomNav:hover
{
	color: #005480;
	text-decoration: none;
}

.callout
{
	font-family: Arial, Verdana, Geneva;
	font-size: 13px;
	font-weight:300;
	line-height: 17px;
	color: #005480;
}

a.callout:link
{
	color: #005480;
	text-decoration: underline;
}

a.callout:active
{
	color: #eb3625;
	text-decoration: underline;
}

a.callout:visited
{
	color: #005480;
	text-decoration: underline;
}

a.callout:hover
{
	color: #ee3424;
	text-decoration: underline;
}

.callout h2
{
	font-family: Arial, Verdana, Geneva;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #005480;
}





/*Interior Page Styles*/

.content
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

a.content:link
{
	color: #5e95b8;
	text-decoration: underline;
}

a.content:active
{
	color: #eb3625;
	text-decoration: underline;
}

a.content:visited
{
	color: #5e95b8;
	text-decoration: underline;
}

a.content:hover
{
	color: #005480;
	text-decoration: underline;
}

.content h2
{
	font-family: Arial, Verdana, Geneva;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #005480;
}

.content h3
{
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-top: 20px;
}

.content p
{
	margin-left: 20px;
}

a.subhead:link
{
	color: #5e95b8;
	text-decoration: underline;
}

a.subhead:active
{
	color: #eb3625;
	text-decoration: underline;
}

a.subhead:visited
{
	color: #5e95b8;
	text-decoration: underline;
}

a.subhead:hover
{
	color: #ee3424;
	text-decoration: underline;
}

#bdInterior
{
	background-color: #EEEEEE;
}

#bdTopInterior
{
	background-color: #e7edf4;
	border-bottom: solid 2px white;
}

#breadCrumbDiv
{
	text-align: right;
}

#breadCrumbDiv ul
{
	margin-top: 70px;
	margin-right: 10px;
}

#breadCrumbDiv li
{
	display: inline;
}

#navDivInterior
{
	position:relative;
	min-height: 100%;
	
	height: 100%;
}
* html #navDivInterior
{
	width:  180px !important;
}
.formForm
{
	margin-left:40px;
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.formForm h3
{ margin-left:0px;}

.formField
{
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 14px;
	font-family: Arial, Verdana, Geneva;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.questionnaireInset{padding-left: 30px !important;}
