@charset "UTF-8";
/* CSS Document */

/* Reset------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #3f4e59;
	background-position: top;
	background-image: url(../images/body-back.png);
	background-repeat: repeat-x;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* All------------------------------------------ */

.container {
	clear: both;
	height: auto;
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer {
	clear: both;
	height: 20px;
	width: 934px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #EDD87C;
	text-decoration: none;
	padding-left: 72px;
}
.footer a:link {
	color: #EDD87C;
	text-decoration: none;
}
.footer a:visited {
	color: #EDD87C;
	text-decoration: none;
}
.footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD87C;
}
.footer a:active {
	color: #EDD87C;
	text-decoration: none;
}
.footer #tertiary {
	float: left;
	padding-top: 10px;
	font-family: "Trebuchet MS Arial", Helvetica,;
	font-size: 1em;
	font-weight: normal;
	color: #EDD87C;
	padding-right: 8px;
}
textarea {
	background-color: #5C7484;
	color: #E8E8E8;
}


/* Main Nav------------------------------------------ */

.nav {
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd87c;
	margin-right: auto;
	text-align: center;
}
.nav a:link {
	color: #E8E8E8;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:visited {
	color: #E8E8E8;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:hover {
	color: #3F4E59;
	background-image: url(../images/nav-button-over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav a:active {
	color:#7B7B7B;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav   #titles {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #E8E8E8;
	text-decoration: none;
	float: left;
	line-height: 2.9em;
}
.nav   #center {
	height: 42px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 68%;
}
.nav   #divider {
	float: left;
	height: 24px;
	width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDD87C;
	margin-top: 8px;
}


/* Subnav------------------------------------------ */

.subnav {
	float: left;
	height: 16px;
	width: 515px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	margin-top: 21px;
}
.subnav .divider {
	 color: #EDD87C;	
}
.subnav a:link {
	color: #EDD87C;
	text-decoration: none;
}
.subnav a:visited {
	color: #EDD87C;
	text-decoration: none;
}
.subnav a:hover {
	color: #EDD87C;
	border-bottom: 1px dotted #EDD87C;
}
.subnav a:active {
	color: #EDD87C;
	border-bottom: 1px dotted #EDD87C;
}

#subnav-links li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

/* Banner Area------------------------------------------ */

.bannerContainer {
	clear: both;
	height: 155px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd87c;
	background-image: url(../images/banner_back.png);
	background-repeat: repeat-x;
}
.bannerContainer  #centerGraphic {
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner_center_back.png);
	background-repeat: no-repeat;
	width: 1006px;
}
.bannerContainer  #logo {
	float: left;
	height: 99px;
	width: 154px;
	padding-left: 72px;
	margin-top: 32px;
}


/* Main------------------------------------------ */

.main {
	clear: both;
	height: auto;
	width: 862px;
	padding-bottom: 30px;
	background-color: #3f4e59;
	margin: auto;
	padding-right: 72px;
	padding-left: 72px;
	padding-top: 0px;
	text-align: left;
}
.main #graphic {
	float: right;
	width: 320px;
	margin-left: 24px;
	padding-top: 30px;
	text-align: center;
	z-index: 10;
}
.main #body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #E8E8E8;
	text-decoration: none;
	float: left;
	width: 515px;
	margin-top: 18px;
	letter-spacing: 0.02em;
}
.main strong {
	font-weight: normal;
	color: #E8E8E8;
	font-size: 1.2em;
}
.main a:link {
	color: #EDD87C;
	text-decoration: none;
}
.main a:visited {
	color: #EDD87C;
	text-decoration: none;
}
.main a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDD87C;
}
.main a:active {
	color: #EDD87C;
	text-decoration: none;
}
.main #body p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
.main #headline {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 2em;
	line-height: 0.98em;
	color: #E8E8E8;
	text-decoration: none;
	float: left;
	width: 515px;
	margin-top: 48px;
	font-weight: normal;
	padding-bottom: 3px;
}
.main #subHeadline {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1.7em;
	line-height: 0.98em;
	color: #E8E8E8;
	text-decoration: none;
	float: left;
	width: 515px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}

.main #tagBottom {
	background-image: url(../images/home-tag-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 37px;
	width: 440px;
	margin-top: 0px;
}
.main h1 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1.2em;
	line-height: 0.85em;
	color: #EDD87C;
	text-decoration: none;
	width: 515px;
	font-weight: bold;
	padding-bottom: 6px;
}
.main h2 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1.2em;
	line-height: 0.95em;
	color: #EDD87C;
	text-decoration: none;
	width: 515px;
	margin-top: 10px;
	font-weight: bold;
	padding-bottom: 4px;
}
.main ul {
	list-style:inside;
	line-height: 1.2em;
	padding-bottom: 12px;
	margin-top: -6px;
}




/* Home Only------------------------------------------ */

.bannerContainerHome {
	clear: both;
	height: 214px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd87c;
	background-image: url(../images/banner_center_back-home.png);
	background-repeat: repeat-x;
}
.bannerContainerHome #centerGraphic {
	height: 214px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner_center_back-home.png);
	background-repeat: no-repeat;
	width: 1006px;
}
.bannerContainerHome #logo {
	float: left;
	height: 99px;
	width: 154px;
	padding-left: 72px;
	margin-top: 50px;
}
.bannerContainerHome #graphic {
	float: right;
	height: 179px;
	width: 313px;
	padding-right: 75px;
	background-position: bottom;
	margin-top: 36px;
}
.bodyHome {
	background-image: url(../images/body-back-home.png);
	background-repeat: repeat-x;
}
.main #homeGraphic {
	float: right;
	width: 320px;
	margin-left: 24px;
	padding-top: 0px;
	text-align: center;
	z-index: 10;
}
.main #quoteBox {
	background-image: url(../images/quote_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 320px;
	float: right;
	padding-top: 38px;
	margin-top: 4px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #9FB288;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
.main #quoteCredit {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	font-style: normal;
}

/* Form Only------------------------------------------ */
input,textarea {
	color: #E8E8E8;
	background-color: #5C7484;
	background-image: url(../images/input-background.png);
	background-repeat: repeat;
	margin-bottom: 10px;
}
.formBody {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #E8E8E8;
	text-decoration: none;
	float: left;
	width: 860px;
	margin-top: 18px;
	letter-spacing: 0.02em;
}
.formInfo {
	margin-bottom: 10px;
	vertical-align: top;
}
.applicationInfo {
	margin-bottom: 10px;
	padding-right:10px;
	vertical-align: top;
	text-align:right;
	width: 170px;
}
.formLeft {
	float: left;
	width: 420px;
}
.formRight {
	float: right;
	width: 390px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 30px;
}

/* FAQ Only------------------------------------------ */

img.plusMinus {
	display: inline;
	margin-right: 10px;
	vertical-align:middle;
	margin-top: -2px;
	margin-bottom: 2px;
	border: 0;
	cursor: pointer;
	text-align: left;
}

h2.faqQuestionHeadline {
	display: inline;
}

.faqQuestion {
	margin-top: 17px;	
}

p.faqAnswer {
	margin-top: 15px;	
}

#faqFeeAcceleration {
	margin-top: 30px;	
}