﻿body {
	margin-right: auto;
	margin-left: auto;
	background-color: #1C2E66;
	width: 1004px;
	font-family: Calibri, Arial, "Lucida Console", "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	padding-bottom: 10px;
}
.page_content{
	background-image: url('images/backgd.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	clear: both;
	min-width: 1004px;
	height: 670px;
}

.header {
	height: 125px;
	background: url(images/masthead_background.png) no-repeat left top;
	background-color: #FFFFFF;
	min-width: 1004px;


}
.heading_masthead {
	margin: 0px;
	float: left;
	width: 250px;
}

.heading_h2_masthead{
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	top: 92px;
	left: 15px;
	bottom: 0px;
	position: relative;
}
.heading_h3_masthead{
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #666666;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

.banner_masthead {
	margin: 0px auto 0px auto;
	padding-top: 14px;
	float: left;
	width: 576px;
	min-width: 576px;
}
.heading2_masthead {
	float: right;
	clear: none;
	width: 150px;
	color: #263B7C;
}

.menu{
	border-style: none;
	padding: 0px;
	font-family: Calibri, Arial, "Lucida Console", "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 600px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
}
.menu ul{
	list-style: none;
	padding: 0 auto 0px auto;
	margin: 6px 5px 0 0;

}

.menu li{
	float:left;
	padding:0px 5px 0px 5px;
	}

.menu li a{
	color: #666666;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.menu li a:hover{
	color:#000000;
	text-decoration:none;
}

.left_col {
	width: 300px;
	float: left;
	padding: 10px;
	margin: 20px 0px 0px 40px;
	background-image: url('images/left_col_backgd.png');
	background-repeat: repeat;
}
a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: none;
}

.right_col {
	padding: 20px;
	margin: 0px 0px 0px 360px;



}

.footer {
	padding: 10px 50px 6px 50px;
	clear: both;
	text-align: center;
	font-size: 12px;
	height: 110px;
	background-image: url('images/footer_background.png');
	background-repeat: no-repeat;
}
.team_links {
	padding:0px;
	margin:0px;
}

.team_links a{
	text-decoration: none;

}

.bio_splash_page {
	width: 600px;
	height: 600px;
	overflow: scroll;
}
.ind_bio {
	margin-right: 15px;
	margin-left: 20px;
}
.services_style {
	height: 125px;
}  


#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}

p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:10px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}


