@charset "utf-8";

html {

}

a:hover {
	text-decoration:underline;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#094fa3;
	color:#000000;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:14px;
	color:#094fa3;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	color:#094fa3;
	text-transform:uppercase;
}

ul.bullets {
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:0px;
}

ul.bullets li {
	padding-left:20px;
	background-image:url("../img/bullet.gif");
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin-bottom:15px;
	font-size:12px;
	font-weight:normal;
}

a {
	color:#094fa3;
	text-decoration:none;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

#container {
	text-align:left;
	width:906px;
	background-color:#FFFFFF;
	margin:18px auto 0px auto;
	
	padding-bottom:20px;
}

#containerTop {
	width:906px;
	height:34px;
	background-image:url("../img/containerTop.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	
	height:34px;
	position:relative;
}

#header {
	position:relative;
}

#logo {
	width:189px;
	height:60px;
	background-image:url("../img/logo.gif");
	background-position:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:-12px;
	left:24px;
}

ul#nav {
	height:34px;
	list-style-type:none;
	position:absolute;
	left:500px;
	top:-34px;
	margin:0px;
	width:400px;
}

ul#nav li {
	padding-left:15px;
	padding-right:15px;
	border-left:1px solid #ebb181;
	display:block;
	float:left;
	height:25px;
	padding-top:9px;
	
}

ul#nav li.last {
	border-right:1px solid #ebb181;
}

ul#nav li a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

ul#nav li a:hover {
	color:#094fa3;
}

/* banner */
#banner {
	height:222px;
	margin-top:60px;
	margin-left:20px;
	margin-bottom:20px;
}

#banner img {
	display:block;
	float:left;
	margin:0px;
}

/* content */
.contentPanel {
	margin:20px;
	width:866px;
	position:relative;
}

#row2 h2, #summaryBox h2 {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.row1{
	
}

#row2 {
	height:310px;
	font-size:11px;
	margin-top:-5px;
}

#row2 p{
	margin-left:10px;
	margin-right:10px;
}

.greyBackground {
	background-image:url("../img/greyBackground.jpg");
	background-repeat:repeat-x;
	background-position:0px 0px;
}

/* intro */
#intro {
	width:640px;
	float:left;
}
#intro strong {
	color:#094fa3;
	font-weight:bold;
}

#intro a {
	color:#094fa3;
	font-weight:bold;
}

#whyChooseCTA {
	width:641px;
	height:35px;
	background-image:url("../img/whyChooseCTA.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	margin-left:-2px;
	margin-top:12px;
}

#whyChooseCTA:hover {
	background-position:0px -35px;
}

/* small side panels */
#ctaSide {
	width:214px;
	margin-left:12px;
	float:left;
}

#applyNowCTA {
	width:214px;
	height:54px;
	background-image:url("../img/applyNowCTA.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}

#applyNowCTA:hover {
	background-position:0px -54px;
}

form#rateUpdatesCTA {
	width:214px;
	height:87px;
	background-image:url("../img/formBg.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	margin-top:10px;
	display:block;
}

p#rateUpdatesText {
	width:184px;
	height:25px;
	background-image:url("../img/rateUpdatesText.gif");
	background-position:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	margin:0px;
}

form#rateUpdatesCTA input {
	border:1px solid #094fa3;
	height:16px;
	width:150px;
	background-image:url("../img/inputBg.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	position:absolute;
	bottom:15px;
	left:15px;
	font-size:10px;
	padding-top:3px;
	padding-left:5px;	
}

#btnSubmit {
	background-color:transparent;
	border:none;
	width:11px;
	height:11px;
	background-image:url("../img/btnSubmit.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:21px;
	right:15px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}

#btnSubmit:hover {
	background-position:0px -11px;
}

/* summary box */

#summaryBox {
	width:466px;
	height:314px;
	z-index:100;
	overflow:hidden;
	background-image:url("../img/sbBackground.jpg");
	background-repeat:no-repeat;
	background-position:254px 0px;
	
	position:absolute;
	left:399px;
	top:0px;
}

#summaryBoxHeader {
	width:188px;
	position:absolute;
	right:10px;
	top:0px;
	margin:0px;
	color:#FFFFFF;
}

.summaryBoxChoice {
	width:188px;
	height:56px;
	background-color:#FFFFFF;
	border:1px solid #f1f0f0;
	position:absolute;
	right:10px;
}

#sbChoice_1 {
	top:30px;
}

#sbChoice_2 {
	top:100px;
}

#sbChoice_3 {
	top:171px;
}

#sbChoice_4 {
	top:242px;
}

#sbInfo {
	position:absolute;
	right:-466px;
	top:0px;
}

.summaryBoxPanel {
	width:464px;
	height:312px;
	border:1px solid #f1f0f0;
}

#sb1 {
	margin-left:20px;
	margin-bottom:20px;
}

#sb2 {
	margin-left:20px;
	margin-bottom:20px;
}

#sb3 {
	margin-left:20px;
	margin-bottom:20px;
}

#sb4 {
	margin-left:20px;
	margin-bottom:20px;
}

#row2 p.rate {
	width:92px;
	height:46px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:6px;
	right:18px;
	display:block;
	margin:0px;
}

#sbChoice_1 .rate {
	background-image:url("../img/sb1Rate.gif");
}

#sbChoice_2 .rate {
	background-image:url("../img/sb2Rate.gif");
}

#sbChoice_3 .rate {
	background-image:url("../img/sb3Rate.gif");
}

#sbChoice_4 .rate {
	background-image:url("../img/sb4Rate.gif");
}

#row2 p.term {
	color:#094fa3;
	font-size:16px;
	margin:0px;
	position:absolute;
	left:10px;
	top:18px;
	font-weight:bold;
}

.btnMore {
	width:16px;
	height:50px;
	background-image:url("../img/btnMore.gif");
	background-position:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:3px;
	right:-1px;
	display:block;
	outline:none;
}

#btnClose {
	width:22px;
	height:22px;
	background-image:url("../img/btnClose1.png");
	background-position:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:5px;
	left:5px;
	display:block;
	outline:none;
	cursor:pointer;
}

.summaryBoxPanel h3 {
	text-align:center;
	margin-top:5px;
	margin-bottom:0px;
	font-size:12px;
}

.summaryBoxPanel p.subtitle {
	text-align:center;
	margin:0px 5px 5px 5px;
}

.summaryBoxPanel table {
	font-size:10px;
	
	width:452px;
	margin-left:6px;
}

.summaryBoxPanel .spacer {
	background-color:#c5c4c4;
	height:1px;
	padding:0;
}

.summaryBoxPanel .innerBoxFooter {
	font-size:10px;
	text-align:center;
	margin:5px 10px 5px 10px;
}

#sbBorder {
	width:1px;
	height:314px;
	background-image:url("../img/sbBorder.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	z-index:5000;
	
}

/* reasons */
#reasons {
	width:382px;
	height:312px;
	border:1px solid #f1f0f0;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	
}

#reasonsCTA {
	width:384px;
	height:38px;
	background-image:url("../img/reasonsCTA.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	display:block;
}

#reasonsCTA:hover {
	background-position:0px -38px;
}

/* before applying */
#beforeApplying {
	border:1px solid #f1f0f0;
	width:236px;
	height:312px;
	position:absolute;
	top:0px;
	left:399px;
	z-index:200;
	font-size:12px;
}

#beforeApplyingCTA {
	width:238px;
	height:38px;
	background-image:url("../img/beforeApplyingCTA.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	display:block;
}

#beforeApplyingCTA:hover {
	background-position:0px -38px;
}

/* footer */
#footer {
	
}

#footerCTA {
	width:866px;
	height:47px;
	background-image:url("../img/footerCTA.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:relative;
	margin:0px 20px 0px 20px;
	display:block;
	text-indent:-9999px;
}

#footerCTA:hover {
	background-position:0px -47px;
}

/* terms */
#terms {
	margin:0px 20px 0px 20px;
	background-color:#e3e3e3;
	padding:10px 30px 20px 30px;
	text-align:center;
	color:#094fa3;
	font-size:11px;
}

/* modal */


.modal {
	border:1px solid #f1f0f0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	background-image:url("../img/modalBg.jpg");
	background-position:0px 0px;
	background-repeat:repeat-x;
	background-color:#E2E0E1;
	text-align:left;
	position:relative;
	overflow:hidden;
	padding:20px;
}

#simplemodal-container .modal{
	margin:0px;	
}

.simplemodal-wrap {
	overflow:hidden !important;
}

#simplemodal-overlay {
	background-color:#333333;	
}

#simplemodal-container #btnModalClose {
	width:26px;
	height:26px;
	background-image:url("../img/btnClose.png");
	background-position:0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:-8px;
	right:-10px;
	display:block;
	z-index:1200;
	outline:none;
	cursor:pointer;
}

#simplemodal-container #keyFeatures, #simplemodal-container #fullTerms {
	margin:0px;
}

.modal h3 {
	color:#094fa3;
	font-size:12px;
}

#simplemodal-container .modalInner {
	overflow:auto;
	padding-right:5px;
	height:189px;
}

/* clear those floats! */
.clearFloat {
	height:0px;
	clear:both;
}
