@CHARSET "ISO-8859-1";

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.white { color: #FFFFFF; }
.blue { color: #2e3192; }
.red { color: #ed1c24; }
.bold { font-weight: bold; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

.pad_right { padding-right: 5px; }
.pad_left { padding-left: 5px; }

#container {
	min-width: 1000px;   
    max-width: 1000px;  
    margin: 0px auto;   
    position: relative;	
	background-color: #FFFFFF;
    border: 1px solid #2e3192;
    font-family: arial, helvetica, tahoma;
    font-size: 75%;
    color: #616369;
}

#header {
	border-bottom: 3px solid #2e3192;
}


#body {
	width: 1000px;
	height: 815px;
	margin: 0 15px 0 15px;
}

#spacer {
	width: 735px;
	height: 25px;
}

.left_pane {
	float: left;
	width: 410px;
	padding: 20px 15px 5px 0;
}

.left_pane .blurb {
	/**/width: 416px;
	height: 95px;
	/*margin-bottom: 5px;*/
	font-size: 10pt;
	/*width: 410px;
	height: 87px;
	margin-bottom: 8px;
	background: #FFFFFF url('left-heading.png') no-repeat center top;*/
}

.left_pane .heading {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 19px;
}

.left_pane .loans {
	/*width: 250px;
	height: 74px;
	padding: 10px 150px 5px 10px;
	margin-bottom: 10px;*/
	width: 410px;
	height: 88px;
	margin-bottom: 10px;
	background: #FFFFFF url('loan.png') no-repeat center top;
}

.left_pane .rebuild {
	/*width: 250px;
	height: 74px;
	padding: 10px 150px 5px 10px;
	margin-bottom: 8px;*/
	width: 410px;
	height: 87px;
	margin-bottom: 10px;
	background: #FFFFFF url('rebuild.png') no-repeat center top;
}

.left_pane .rates {
	width: 390px;
	padding: 5px 10px 10px 10px;
	border-top: 2px;
	border-left: 2px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #6f7e89;
	margin-bottom: 8px;
	background: #FFFFFF url('current_header.png') repeat-x top left;
}

.left_pane .rates table {
	width: 100%;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #97a5ae;
}

.left_pane .rates table th {
	padding: 5px 5px 5px 5px;
	background-color: #ed1c24;
	color: #FFFFFF;
	border-right: 1px solid #8998a2;
}

.left_pane .rates table td {
	padding: 3px 3px 3px 3px;
	text-align: center;
	border-right: 1px solid #8998a2;
}

#rate_disclaimer {
	font-size: 8pt;
	text-decoration: italic;
}

#ad_left {
	width: 410px;
	text-align: center;
}

#ad_left .ad_zone {
	float: left;
	width: 205px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

#ad_right {
	float: left;
	width: 500px;
	height: 80px;
	text-align: center;
	padding-top: 30px;
}
 	
.right_pane {
	float: left;
	width: 520px;
	height: 745px;
	padding: 10px 0 5px 20px;
	background: #FFFFFF url('divider.png') repeat-y left top;
}

.red-box, .blue-box {
	float: left;
	width: 190px;
	height: 90px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px 40px 0 15px;
	font-size: 10pt;
}

.red-box {
	background-color: #ed1c24;
	margin-right: 30px;
}

.blue-box {
	background-color: #2e3192;
}

.blue-box .title, .red-box .title {
	font-size: 14pt;
	font-weight: bold;
}

.right_pane .app_form {
	float: left;
	width: 520px;
}

.right_pane table {
	width: 100%;
	height: 508px;
	border: 2px solid #97a5ae;
	margin-top: 10px;	
}

.right_pane td {
	/*font-size: 0.9em;*/
}

.right_pane .heading {
	font-size: 1.3em;
	background-color:#b4bfdd;
}

.right_pane .text, .right_pane select {
	width: 125px;
	height: 15px;
	border: 1px solid #c3c0e0;
}

.right_pane select {
	height: 25px;
}

.right_pane textarea {
	width: 500px;
	height: 40px;
	border: 1px solid #c3c0e0;
}

.right_pane .form_btn {
	cursor: pointer;
}

.bottom_pane {
	
	border: 1px solid #f00;	
}

#footer {
	width: 1000px;
	height: 60px;
	padding: 4px 0 5px 0;
	color: #FFFFFF;
	background-color: #455560;
	text-align: center;
	font-weight: bold;
}

#footer img {
	margin-bottom: 10px;
}
