@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #0E4361;
	background-image:url(../images/bg_body.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
	height: 100%;
}
h1, h2, h3, h4 {
	font-size: 14pt;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
}
h2 {
	color: #E51B24;
	margin-bottom: 20px;
}
h3 {
	color: #0079C2;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
a img {
	border: none;
}
a {
	color: #0079C2;
}
strong {
	color: #163E6C;
	font-weight: bold;
}
#container {
	text-align:left;
	width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
 	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */

}
#header {
	height: 306px;
	width: 900px;
	background-image:url(../images/header/requestinfo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#topnav {
	height: 306px;
	width: 900px;
	background-image: url(../images/top_overlay.png);
	background-repeat: no-repeat;
}
#logo {
	text-align:left;
	height: 147px;
	width: 879px;
	padding-top: 40px;
	padding-left: 22px;
}
#logo h1 {
	display: none;
}
#nav {
	text-align: left;
	width: 700px;
	height: 25px;
	padding-top: 90px;
	padding-left: 22px;
	text-transform: lowercase;
}
#content {
	background-color: #FFFFFF;
	width: 856px;
	padding: 22px 22px 40px 22px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	height: 100%;
}
#content2 {
	background-color: #FFFFFF;
	width: 556px;
	padding: 22px 22px 40px 22px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	height: 100%;
}
#content h2 {
	width: 856px;
}
#content ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
}
#content p {
	line-height:16pt;
	margin-bottom: 30px;
}
.center_text  {
	text-align:center;
} 
/*#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 40px;
  visibility: hidden;
}*/
#spacer {
	height: 136px;
}
#footer {
	font-size: 8pt;
	padding-top: 5px;
	width: 900px;
	height: 136px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align: center;
	color:#FFFFFF;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}
#footer p:first-child {
	margin-top: 60px;
}
#footer p {
	margin-top: 15px;
}
.left {
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
}
.right {
	padding-left: 20px;
	float:right;
	border-left: dotted 1px #999999;
	margin-bottom: 20px;
}
.clr_both {
	clear:both;
}
.big_red {
	font-size: 14pt;
	color: #E51B24;
}
.big_blue {
	font-size: 13pt;
	color: #163e6c;
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: #E51B24;
}
.lt_blue {
	color: #0079C2;
	font-weight: bold;
}
.dk_blue {
	color: #163e6c;
	font-weight: bold;
}
