@charset "utf-8";
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body {
	background: #f6f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

p {
	padding: 5px 0px;
}

.clear { clear: both; }

a img { border: none; }

a {
	color: #306B99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

/* ------------------------- Template Elements ------------------------- */

#page-wrapper {
	position: relative;
	margin: 0pt auto;
	width: 928px;
}

#logo {
	padding: 10px 0px 10px 20px;
}

#call_box {
	position: absolute;
	top: 0px;
	right: 40px;
}

#header {
	background: url(../images/global/topEdge.gif) bottom left no-repeat;
}

#content-wrapper {
	background: url(../images/global/contentBG.gif) top left repeat-y;
	position: relative;
	padding: 2px 9px;
}

#splash {
	padding-top: 3px;
}

#content {
	padding: 10px;
	position: relative;
}

#footer {
	background: url(../images/global/botEdge.gif) top left no-repeat;
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#nav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 0 3px 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	margin-right: 3px;
}

#nav ul li a {
	background: url(../images/global/nav.jpg) top left repeat-x;
	display: block;
	width: 148px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

#nav ul li a:hover {
	background: url(../images/global/nav_hover.jpg) top left repeat-x;
}

/* ------------------- Right Column Links ---------------- */

ul.roundedBtnList {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	position: relative;
}

ul.roundedBtnList li {
	padding-bottom: 8px;
}

ul.roundedBtnList li a {
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	
}

ul.roundedBtnList li a:hover {
	color: #306b99;
}

ul.roundedBtnList li.applyBtn a {
	background: url(../images/global/topBtn_bg.jpg) top left no-repeat;
	line-height: 53px;
	text-indent: 7px;
}

ul.roundedBtnList li.careerBtn a {
	background: url(../images/global/second_bg.jpg) top left no-repeat;
	line-height: 53px;
	text-indent: 7px;
}

ul.roundedBtnList li.contactBtn a {
	background: url(../images/global/third_bg.jpg) top left no-repeat;
	line-height: 53px;
	text-indent: 7px;
}

ul.roundedBtnList li.guaranteedBtn a {
	background: url(../images/global/fourth_bg.jpg) top left no-repeat;
	line-height: 53px;
	text-indent: 7px;
}

/* ------------ Utilities ---------------- */

#content p.pageHeading {
	background: url(../images/global/heading_BG.gif) top left no-repeat;
	line-height: 22px;
	text-indent: 26px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-left: 0px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.auto { width: auto; }

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.rightHeading {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #666666;
}

.cntr {
	text-align: center;
}

.leftCol {
	width: 48%;
	padding-right: 1%;
	float: left;
	padding-left: 1%;
}

.rightCol {
	width: 48%;
	float: left;
}

.ajaxForm_error { color: red; font-size: 12px; }

table { 
	border: none;
	width: 98%;
	margin: 0pt auto;
}

table th {
	padding: 2px;
	background: #CCCCCC;
}

table td {
	padding: 2px;
}

.valueStatementList{list-style:none;}
.valueStatementList li{margin-bottom:10px;}
.valueStatementList span{font-size:130%; color: #000066;}

h2{font-size:16px; color: #666666; font-weight:bold;}

