/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
	outline:none;
}
body {
	background:#cad9e9 url(images/bodyBG.gif) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
p {
	margin:0px;
	padding:15px 0 15px 0;
	line-height:140%;
}
#wrapper {
	margin:auto;
	width:1000px;
	height:auto;
	padding:11px 0 0 0;
	background:#fff;
}
#header {
	float:left;
	width:975px;
	height:58px;
	background:url(images/headerBG.gif) repeat-x;
	border-top:#164a9d solid 1px;
	border-bottom:#164a9d solid 1px;
	padding:28px 0 0 25px;
}
#content {
	float:left;
	width:968px;
	height:auto;
	background:url(images/contentBG.gif) repeat-y center top;
	padding:0 16px 40px 16px;
}

#content .leftPanel{
	float:left;
	width:670px;
	height:auto;
	background:#fff url(images/contentBG.gif) repeat-y center top;
	padding:12px 13px 0 0 ;
}
#content .leftPanel .banner{
	float:left;
	width:670px;
	height:315px;
}
#content .leftPanel .banner img{
	float:left;
}
.banner ul {
	float:left;
	width:670px;
	height:26px;
	line-height:26px;
	background:url(images/navBG.gif) repeat-x left top;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.banner ul li{
	display:inline;
	list-style:none;
	background:url(images/navSep.gif) no-repeat right;
	padding:0 12px 0 12px;
}
.banner ul li.last{
	background:none;
}
.banner ul li a{
	color:#ababab;
	text-decoration:none;
}
.banner ul li a:hover, .banner ul li a.current {
	color:#FFFFFF;
}

#content .leftPanel .mainContent{
	float:left;
	width:670px;
	height:auto;
	padding:12px 0 0 0;
}
#content .leftPanel .mainContent h2{
	font-weight:normal;
	color:#011d35;
}
#content .leftPanel .mainContent a {
	font-weight:bold;
	text-decoration:none;
	color:#393939;
	line-height:180%;
}
#content .leftPanel .mainContent .boldText {
	font-weight:bold;
	color:#393939;
	line-height:180%;
}
#content .leftPanel .mainContent .bottomImages {
	float:left;
	width:670px;
	height:180px;
	text-align:center;
}
#content .leftPanel .mainContent .bottomImages .bottomBoxes {
	float:left;
	width:190px;
	height:150px;
	background:url(images/botBoxBorder.gif) no-repeat right;
	padding:30px 0 0 0;
}
#content .leftPanel .mainContent .bottomImages .noRgtBorder {
	background:none;
}
#content .leftPanel .mainContent a:hover{
	color:#011d35;
}
.rightWrap {
	position:absolute;
	width:241px;
	height:auto;
    margin:75px 0 0 705px;
	
}
.rightPanel {
	float:left;
	width:241px;
	height:auto;
	background:#011d35;
	color:#ababab;
	padding:20px 20px 10px 20px;
	border:2px solid #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.rightPanelBottom {
	float:left;
	width:241px;
	height:auto;
	color:#ababab;
	padding:10px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
}

.rightPanel .upperText{
	float:left;
	font-size:11px;
	text-align:center;	
	text-transform:uppercase;
	line-height:210%;
}
.rightPanel .upperText a{
	text-decoration:none;
	color:#FFFFFF;
}
.rightPanel .upperText a:hover{
	text-decoration:underline;
}
.whiteColor {
	color:#FFFFFF;
}
.freeCons {
	font-size:15px;
}
.font25px {
	font-size:25px;
}

.rightPanel .formPart{
	float:left;
	width:241px;
	height:auto;
	padding:10px 0 0 0;
}
.rightPanel .formPart .fieldsContainer{
	float:left;
	width:241px;
	height:auto;
	padding:3px 0 3px 0;
}
.rightPanel .formPart label{
	float:left;
	width:241px;
}
.rightPanel .formPart .textBox{
	float:left;
	width:241px;
	height:14px;
	margin:5px 0 5px 0;
	font-size:11px;
	color:#393939;
}
.rightPanel .formPart .dropDown{
	float:left;
	width:130px;
	margin:5px 0 5px 0;
	font-size:11px;
	color:#393939;
}
.rightPanel .formPart .smallDropDown{
	width:80px;
}
.rightPanel .formPart .bigDropDown{
	width:180px;
}
.submitBtn {
	width:107px;
	height:35px;
	background:url(images/submitBtn.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	margin:5px 0 0 65px;
}
#footer {
	float:left;
	width:1000px;
	text-align:center;
	font-size:11px;
	background:#cad9e9;
	padding:10px 0 40px 0;
}
#footer p{
	font-size:11px;
	background:#cad9e9;
	padding:5px 0 5px 0;
}
#footer ul{
	margin:0px;
	padding:0px;
}
#footer ul li{
	list-style:none;
	display:inline;
	background:url(images/footerNavSep.gif) no-repeat right 2px;
	padding:0 9px 0 7px;
	text-transform:uppercase;
}
#footer ul li.last{
	background:none;
}
#footer ul li a{
	text-decoration:none;
	color:#646464;
}
#footer ul li a:hover, #footer ul li a.currentFooter{
	color:#000000;
}