/* CSS Document */

/*----------------- PAGE/GENERAL -----------------*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #464646;
 }
html {
	background-color: #000283;
}
body {
	border: 0;
	background-color: #000283;
}
#wrapper {
	width: 954px;
	margin: 0 auto;
}
.clearFix {
	clear: both;
	display: block;
}
.hide {
	display: none;
}
td {
	padding-right: 15px;
	padding-bottom: 10px;
}
img {
	border: 0;
}
img.float {
	margin-top: -65px;
	z-index: 1;
	float: right;
	position: absolute;
	margin-left: -180px;
}
img.floatApplyToday {
	float: left;
	position: relative;
	margin-bottom: 20px;
}
img.floatApplyTodayRANDOM {
	margin-top: 425px;
	z-index: 1;
	float: right;
	position: absolute;
	margin-left: -165px;
}
img.floatCategory1 {
	margin-top: 475px;
	z-index: 1;
	float: right;
	position: absolute;
	margin-left: -165px;
}
img.floatBgd {
	margin-top: -14px;
	z-index: 1;
	float: right;
	position: absolute;
	margin-left: -253px;
}
img.RiskManual {
	float: right;
	padding-left: 15px;
	padding-right: 150px;
}
img.Testimonials {
	float: left;
	padding-right: 15px;
}
.lastPipe {
	background: none;
}
#hr {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-position: left center;
	background-image: url(/CSS/Global/1x1Gray.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#hrGreen {
	height: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-position: left center;
	background-image: url(/CSS/Global/2x1Green.gif);
	background-repeat: repeat-x;
	width: 100%;
}

/*-----------------The CSS that's required for Transparent PNG's-----------------*/
/*Background PNG images can't be tiled. This is a limitation of the IE filter. Padding and borders don't indent the PNG image. An easy fix for this is wrapping your PNG images in container DIVs or similar.*/

img, img.float, #content, .secNav, .secCon { behavior: url(/CSS/iepngfix.htc); }



/*----------------- PAGE/FONTS -----------------*/

a, a:link, a:visited, a:active {
	color: #009b68;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
.jump {
	color: #000066;
}
a.jump {
	color: #000066;
}
a.jump:hover {
}
.backToTop {
	padding-right: 15px;
	font-style: italic;
}
.bold {
	font-weight: bold;
	color: #000066;
}
.blue {
	color: #000066;
}
.smalltext {
	font-size: 10px;
	line-height: 14px;
}
.italic {
	font-style: italic;
}
.initialcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
	padding-bottom: 5px;
	line-height: 23px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
	padding-bottom: 5px;
	line-height: 25px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	padding-bottom: 3px;
}

/*----------------- HEADER STYLES -----------------*/

#header {
	width: 954px;
	float: left;
	position: relative;
	clear: both;
}
#header ul {
	list-style-type: none;
	position: relative;
	padding-top: 45px;
}
#header ul li {
	float: left;
	display: inline;
}
#header ul li a {
	display: block;
	height: 32px;
}
#header ul li a.aboutus {
	background: url(/Images/Global/Nav/AboutUs.gif) no-repeat top left;
	width: 151px;
}
#header ul li a.aboutusCurrent {
	background: url(/Images/Global/Nav/AboutUs.gif) no-repeat top left;
	width: 151px;
	background-position: top right;
}
#header ul li a.quality {
	background: url(/Images/Global/Nav/Quality.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.qualityCurrent {
	background: url(/Images/Global/Nav/Quality.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.qualityUnlocked {
	background: url(/Images/Global/Nav/QualityUnlocked.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.qualityUnlockedCurrent {
	background: url(/Images/Global/Nav/QualityUnlocked.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.riskmanual {
	background: url(/Images/Global/Nav/RiskManual.gif) no-repeat 0 0;
	width: 126px;
}
#header ul li a.riskmanualCurrent {
	background: url(/Images/Global/Nav/RiskManual.gif) no-repeat 0 0;
	width: 126px;
	background-position: top right;
}
#header ul li a.riskmanualUnlocked {
	background: url(/Images/Global/Nav/RiskManualUnlocked.gif) no-repeat 0 0;
	width: 126px;
}
#header ul li a.riskmanualUnlockedCurrent {
	background: url(/Images/Global/Nav/RiskManualUnlocked.gif) no-repeat 0 0;
	width: 126px;
	background-position: top right;
}
#header ul li a.forms {
	background: url(/Images/Global/Nav/Forms.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.formsCurrent {
	background: url(/Images/Global/Nav/Forms.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.formsUnlocked {
	background: url(/Images/Global/Nav/FormsUnlocked.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.formsUnlockedCurrent {
	background: url(/Images/Global/Nav/FormsUnlocked.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.application {
	background: url(/Images/Global/Nav/Application.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.applicationCurrent {
	background: url(/Images/Global/Nav/Application.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.education {
	background: url(/Images/Global/Nav/Education.gif) no-repeat 0 0;
	width: 127px;
}
#header ul li a.educationCurrent {
	background: url(/Images/Global/Nav/Education.gif) no-repeat 0 0;
	width: 127px;
	background-position: top right;
}
#header ul li a.contactus {
	background: url(/Images/Global/Nav/ContactUs.gif) no-repeat 0 0;
	width: 137px;
}
#header ul li a.contactusCurrent {
	width: 137px;
	background-image: url(/Images/Global/Nav/ContactUs.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#header ul li a:hover {
	background-position: top right;
}
#header ul li .current {
	background-position: top right;
}


/*----------------- SPECIAL CONTENT STYLES -----------------*/

#special {
	width: 950px;
	background-image: url(/Images/Global/Special-Background.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	clear: both;
	height: 14px;
	z-index: -2;
}
#quote {
	float: left;
	background-image: url(/Images/About-Us/Quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 24px;
	width: 950px;
	display: block;
}


/*----------------- CONTENT STYLES -----------------*/

#content {
	width: 954px;
	background-image: url(/Images/Global/Content-Background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
#content p {
	padding-bottom: 0px;
}


/* LEFT */

.logo {
	padding-bottom: 50px;
}
#content .secNav {
	margin-top: 30px;
	float: left;
	width: 163px;
	margin-left: 20px;
	padding-bottom: 5px;
}
#content .secNav ul {
	display: block;
	list-style-type: none;
	padding-bottom: 40px;
}
#content .secNav ul li {
	list-style-type: none;
	display: block;
	width: 163px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009b68;
}
#content .secNav ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #40408c;
	padding-left: 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content .secNav ul li a:hover, .current {
	background-image: url(/Images/Global/Nav/Green-Nav-Background.gif);
	color: #009b68;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #cfe7ff;
}
#content .secNav .last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009b68;
}
#content .secNav .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #40408c;
	line-height: 16px;
}
#content .secNav .number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
}
#content .secNav .email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #009b68;
}

/* CENTER */

#content .priCon {
	float: left;
	width: 500px;
	padding-bottom: 25px;
	padding-left: 35px;
	position: relative;
	padding-top: 30px;
	z-index: 2;
}
#content .priCon ul {
	list-style-type: disc;
	display: block;
}
#content .priCon ul li {
	list-style-type: disc;
	display: block;
	font-size: 11px;
}
#content .downloads {
}
#content .downloads ul {
}
#content .downloads ul li {
	list-style-type: none;
	display: block;
	height: 35px;
}
#content .downloads ul li a {
	color: #000066;
	text-decoration: underline;
	background-image: url(/Images/Quality/Download-Arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
	padding-bottom: 5px;
	float: left;
	padding-top: 1px;
}
#content .downloads ul li a:hover {
	color: #000066;
	text-decoration: none;
}

/* Previous - Next Buttons */

#content .arrows {
	float: left;
}
#content .arrows ul {
	list-style-type: none;
	position: relative;
}
#content .arrows ul li {
	float: left;
	display: inline;
}
#content .arrows ul li a {
	display: block;
	height: 14px;
}
#content .arrows ul li a.previous {
	background: url(/Images/Global/Previous.jpg) no-repeat 0 0;
	width: 117px;
}
#content .arrows ul li a.previousCurrent {
	background: url(/Images/Global/Previous.jpg) no-repeat 0 0;
	width: 117px;
	background-position: top right;
}
#content .arrows ul li a.next {
	background: url(/Images/Global/Next.jpg) no-repeat 0 0;
	width: 89px;
}
#content .arrows ul li a.nextCurrent {
	width: 89px;
	background-image: url(/Images/Global/Next.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#content .arrows ul li a:hover {
	background-position: top right;
}
#content .arrows ul li .current {
	background-position: top right;
}

/* RIGHT */

#content .secCon {
	float: right;
	position: relative;
}


/*----------------- BREAK STYLES -----------------*/

.break {
	height: 10px;
	width: 15px;
}


/*----------------- FORM STYLES -----------------*/

fieldset {
	border: 0;
	overflow: hidden;
}
label {
	font-size: 11px;
	color: #40408c;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
#searchBox {
	width: 161px;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #40408c;
}
input.button {
	vertical-align: middle;
	margin-left: 5px;
}


/*----------------- FOOTER STYLES -----------------*/

#footershadow {
	background-image: url(/Images/Global/Footer-Shadow.gif);
	height: 31px;
	background-repeat: no-repeat;
	clear: both;
}
#footer {
	background-color: #000283;
	clear: both;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul li {
	display: inline;
	font-size: 11px;
}
#footer ul li a {
	color: #b2b2d1;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 4px;
	background-image: url(/Images/FBN/Global/Separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #ffcc66;
}
#footer ul li .current {
	color: #000000;
}
#footer .lastPipe {
	background: none;
}
#footer .slideLeft {
	float: left;
}
#footer .slideRight {
	float: right;
}

