@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
.nav {
	width: 160px;
	float: left;
	display: inline;
}
.clear {
	clear: both;
	}

a:link {
	color: #1F2E76;
}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.oneColElsCtrHdr #header {
	padding: 20px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
.oneColElsCtrHdr #menu {
} 
#content  {
	padding-top: 20px;
	width: 415px;
	padding-bottom: 40px;
	float: left;
	display: inline;
	margin-top: 20px;
}
.textheading {
	font-size: 13px;
	font-weight: bold;
	color: #1f2e76;
	text-transform: uppercase;
	display: inline;
}
.textblue {
	color: #1f2e76;
	font-size: 11px;
}
#footer {
	position: absolute;
	margin-bottom: 0px;
	background-color: #B3B2B3;
	padding-top: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#casestudy {
	width: 318px;
	float: right;
	background-color: #eaeaea;
	margin-top: 40px;
	display: inline;
}
#studytextholder {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}
.studyitals {
	font-style: italic;
}
#bottommenu {
	width: 415px;
	float: left;
	display: inline;
}
.bottommenutextblue {
	color: #1f2e76;
}
#bottommenuright {
	width: 318px;
	float: right;
	text-align: right;
	display: inline;
}
.textblueunderline {
	color: #1f2e76;
	font-size: 11px;
	text-decoration: underline;
}

.labels{
	float:left;
	margin-right:10px;
	text-align:right;
	width: 100px;
}
.form{
	margin-top:0px}#studytextholderhome {
	padding-right: 30px;
	margin-top: 20px;
}
#contentform {
	padding-top: 20px;
	width: 258px;
	padding-bottom: 40px;
	float: left;
	display: inline;
	margin-top: 20px;
}
#formpanel {
	width: 420px;
	float: right;
	background-color: #eaeaea;
	margin-top: 40px;
	display: inline;
	margin-bottom: 20px;
}
#contactcontent {
	padding-top: 20px;
	width: 325px;
	padding-bottom: 40px;
	float: left;
	display: inline;
	margin-top: 20px;
}
