
/* 
 * Page layout 
 */

html 
{
	background-color: #EEF3FA;
}

body
{
	width: 962px;
	margin: 0 auto;
	font-family: "Verdana", "Arial", sans-serif;
}

#strip 
{
	padding: 2px 96px;
	background-color: #D4D4D4;
	text-align: right;
}

#strip a
{
	font-size: 10px;
	color: #333333;
}

/* Header */

#header 
{
	height: 83px;
	padding: 0 80px;
	background-color: #5B8989;
}

#header div
{
	height: 83px;
	background-image: url("/gfx/headerbg.jpg");
	background-repeat: no-repeat;
	border-width: 0 1px;
	border-style: solid;
	border-color: #52807E;
}

#header a.logo 
{
	display: block;
	width: 181px;
	height: 33px;
	padding: 10px;
}

#header a.logo img
{
	border: none;
}

/* Footer */

#footer 
{
	padding: 0 80px;
}

#footer p
{
	margin: 5px 10px;
	font-size: 9px;
	color: #59A3A2;
}

/* Navigation */

#navigation 
{
	display: block;
	margin: 0 0 0 220px;
	list-style-type: none;
}

#navigation li 
{
	float: left;
	height: 30px;
	padding: 0;
	margin: 0 15px 0 0;
}

#navigation li a 
{
	display: block;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#navigation li.current 
{
	background-image: url("/gfx/menuindicator.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Content */

#content
{
	background-color: #D6D6D6;
	background-image: url("/gfx/bodybgtile.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

#content div
{
	margin: 0 80px 0 80px;
}

#content div div 
{
	margin: 0;
	background-image: none;
	border: none;
}

#content #pane 
{
	background-image: url("/gfx/panetile.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #CBCDC9;
}

#content #pane .inner 
{
	padding-left: 150px;
}

#content #pane .teaser
{
	float: left;
	width: 299px;
	margin: 10px;
	padding: 12px 0 0 0;
}

#content #pane .teaser blockquote 
{
	margin: 10px;
}

#content #pane .teaser h2, 
#content #pane .teaser p
{
	margin: 0;
}

#content #pane .teaser h2 
{
	color: #9C0000;
	font-size: 22px;
}

#content #pane .teaser p
{
	padding-top: 5px;
	padding-right: 15px;
}

#content #pane .teaser .continue
{
	border-top: 1px dotted #A6CBCB;
}

#content #pane .teaser a 
{
	color: #9C0000;
	font-size: 13px;
}

#content #pane .teaser .top 
{
	height: 12px;
	background-image: url("/gfx/promoboxtop.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#content #pane .teaser .bottom 
{
	height: 13px;
	background-image: url("/gfx/promoboxbottom.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#content #pane .teaser .middle
{
	padding: 0 15px;
	background-image: url("/gfx/promoboxtile.png");
	background-repeat: repeat-y;
}

#content #body
{
	padding: 10px 10px 0 10px;
	background-color: #F4F4F4;
	border: 1px solid #D2D8D8;
}

/* Columns */

#content #body #singleColumn 
{
	width: 770px;
	float: none;
}

#content #body #singleColumn div 
{
	padding 150px;
}

/* used in ajax panels inside main table in application form */
#content #body #singleColumn div div
{
	border:none;
	padding:0px;
}

body.terms #content #body #singleColumn div p
{
	display: block;
	margin: 25px 160px;
	padding: 0;
	border: 1px solid #DDDDDD;
}

body.terms #content #body #singleColumn div p a
{
	display: block;
	padding: 20px 50px;
	border: 1px solid;
	border-color: #FFFFFF #F4F4F4 #F4F4F4 #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #F4F4F4;
	color: #9C0000;
}

body.terms #content #body #singleColumn div p a:hover
{
	background-color: #F8F8F8;
}

body.easy #content #body #singleColumn div
{
	padding: 4px !important;
}

#content #body .column
{
	width: 380px;
	float: left;
	margin: 5px;
}

#content #body .columnEnd
{
	clear: both;
}

#body .column div 
{
	margin-bottom: 10px;
	padding: 2px 5px 15px 5px;
	border: 1px solid #CACECD;
	background-color: #FCFCFC;
}

h3 
{
	margin: 0;
	padding: 4px 0;
	color: #59A3A2;
	border-bottom: 1px dotted #A6CBCB;
}

/* Fonts and colors */

body, p, a, li
{
	font-family: sans-serif;
	font-size: 11px;
}

p 
{
	margin: 5px 0;
	line-height: 160%;
}

a:link,
a:visited 
{
	text-decoration: none;
	color: #555555;
}

ol li
{
	padding: 5px 0;
	line-height: 170%;
}

hr 
{
	clear: both;
	margin: 0;
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #A6CBCB;
	height: 1px;
}

form 
{
	margin: 0;
	padding: 0;
}

form ul 
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

form ul li 
{
	display: block;
	height: 20px;
	margin: 0;
	padding: 7px 4px;
}

form ul label,
form ul input,
form ul select
{
	display: block;
	float: left;
}

form ul label
{
	padding: 4px 10px;
	width: 192px;
	height: 15px;
	font-weight: bold;
	text-align: right;
}

form ul input,
form ul select
{
	padding: 2px;
	text-align: center;
	width: 148px;
}

table 
{
	clear: both;
}

/* Front page */

body.frontpage #pane .inner
{
	height: 260px;
	margin: 0;
	background-image: url("/gfx/person.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

body.frontpage #pane .teaser h2 
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #A6CBCB;
}

body.frontpage #pane .teaser blockquote
{
	height: 55px;
}

body.frontpage ul.loanRequirements 
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

body.frontpage ul.loanRequirements li
{
	line-height: 18px;
	vertical-align: middle;
}

body.frontpage ul.loanRequirements li input
{
	vertical-align: middle;
}

#body .loanSubmission 
{
	text-align: center;
	border: none !important;
}

.loanSubmission input
{
	margin: 10px 0 0 0;
	padding: 4px 10px;
	font-weight: bold;
}

/* Loan */

table 
{
	border-spacing: 0;
	border-collapse: collapse;
}

blockquote 
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 180%;
}

#loanTable 
{
	width: 100%;
	margin: 10px -5px;
}

#loanTable tr.odd th
{
	background-color: #EDEDED;
}

#loanTable tr.odd td
{
	background-color: #D2D2D2;
}

#loanTable tr.even td
{
	background-color: #DFDFDF;
}

#loanTable th,
#loanTable td 
{
	padding: 4px 5px;
}

#loanTable th 
{
	width: 60%;
	padding-left: 15px;
	text-align: left;
	color: #59A3A2;
	font-weight: bold;
}

#loanTable td 
{
	text-align: right;
	color: #444444;
	font-weight: bold;
	font-size: 13px;
}

p.continue 
{
	text-align: right;
}

p.continue a
{
	color: #9C0000;
	font-size: 13px;
}

#body #frame 
{
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #CACECD;
}

iframe 
{
	width: 730px;
	height: 600px;
	margin: 10px 0 10px 40px;
}

body.loan #pane h2,
body.pricing #pane h2,
body.easy #pane h2,
body.terms #pane h2 
{
	text-align: center;
}

body.loan #pane .inner
{
	height: 170px;
}

body.pricing #pane .inner,
body.easy #pane .inner,
body.terms #pane .inner
{
	height: 140px;
}

body.loan #pane .inner,
body.pricing #pane .inner,
body.easy #pane .inner,
body.terms #pane .inner
{
	margin: 0;
	background-image: url("/gfx/skejser.gif");
	background-repeat: no-repeat;
	background-position: 30px top;
}

body.loan #content #pane .teaser .middle,
body.pricing #content #pane .teaser .middle,
body.easy #content #pane .teaser .middle,
body.terms #content #pane .teaser .middle
{
	padding: 10px;
}

#terms 
{
	text-align: center;
}

#calculatorBox 
{
	height: 420px;
}

#requirementsBox 
{
	height: 221px;
}

#securityBox 
{
	height: 170px;
}

.modalWait
{
	font-family: "Verdana", "Arial", sans-serif;
	font-size:x-large;
	font-weight:bolder;
	color:black;
	padding:35px
}

.largeButton
{
	margin: 10px 0 0 0;
	padding: 4px 10px;
	font-weight: bold;
}
