@charset "utf-8";
@import url('undohtml.css');

/* CSS Document */

/******************** Universal Styles ******************************/
html {
    margin-bottom: 10px;
}
body  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
    background-color: #ccc;
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
	text-decoration: underline;
}
p {
    padding: 5px 0px;
}
h1 {
    font-size: 2.5em;
	font-weight: bold;
	color: #5ec2de;
}
h2 {
    display: block;
	color:#000033;
    font-size: 1.5em;
	font-weight: bold;
}
h3 {
    padding-top: 10px;
    display: block;
    font-size: 1.5em;
	font-weight: bold;
}    
h4 {
    display: block;
    font-size: 1.5em;
	font-weight: bold;
}
h5  {
    display: block;
}
h6 {
    display: block;
	float: left;
    font-weight: bold;
    padding-left: 20px;
	padding-top: 10px;
}
ul {
	list-style-type: none;
}
li {
    display: inline;
    padding-left: 40px;
}

/******************** Container ******************************/

#container {
    position: relative;
	float: left;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
    width: 817px;
	height: 100%;
	margin: 0;
	padding: 0;
} 

/******************** Header ******************************/

#header {
    position: relative;
    display: block;
    width: 100%;
    height: 152px;
    background-image: url('./images/header_left.gif'); 
    background-repeat: no-repeat;
	color:#000000;
} 
a#header_right  {
    text-indent: -9999px;
    top: 0;
	left: 465px;
    position: absolute;
    background-image: url('./images/header_right.jpg');
    width: 325px;
	height: 152px;
}
a#header_right:hover {
    background-image: url('./images/header_right.jpg');
	background-position: top right;
}
#header_info {
    color: #000;
    position: absolute;
	top: 5px;
	left: 480px;
}
#navigation {
    font-weight: bold;
	margin-left: 10px;
    padding-top: 20px;
	padding-bottom: 20px;
}

/******************** Content ******************************/

#content_wrapper {
	float: left;
    position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.bg_image {
    background-image: url('./images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.contact_bg {
    background-image: url('./images/contact_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#content_header {
    padding: 0 30px 20px;
	color:#000033;
}
#content {
    float: left;
    padding: 0 37px 0 20px;
}
#content ul {
    padding: 10px 0;
    list-style: none;
}
#content li {
    display: block;
}
#same_day {
    color: #000;
	font-weight: bold;
	font-style: italic;
}
#left_top_content {
    display: block;
    background-image: url('./images/ad.gif');
	background-repeat: no-repeat;
	margin-left: 30px;
    float: left;
	width: 300px;
	/*height: 120px;*/
}
#top_ad {
    width: 100%;
	height: 121px;
}
#top_ad p {
    margin-left: 120px;
	padding-top: 20px;
	line-height: 1.5em;
	font-size: 1.1em;
} 
a#apply_button {
    text-indent: -9999px;
	position: relative;
	display: block;
	margin-left: 26px;
	margin-top: 20px;
    background-image: url('./images/get_started.gif');
	background-repeat: no-repeat;
	width: 223px;
	height: 63px;    
}
a#apply_button:hover {
    background-image: url('./images/get_started.gif');
	background-position: top right; 
}
#bottom_asterisk {
	display: block;
	float: left;
	width: 100%;
}
#bottom_asterisk p {
    font-weight: bold;
    text-align: right;
    padding: 30px 37px 0 300px;
}
#bottom_info {
    display: block;
	float: left;
	width: 100%;
}
#bottom_info p {
    padding-left: 20px;
	padding-right: 37px;
}
#rule {
    margin: 10px 10px;
    float: left;
    height: 2px;
	width: 95%;
	background-color: #3399ff;
}
/******************** Fee Styles ******************************/
#left_fee_info {
    float: left;
	width: 30%;
	text-align: center;
	padding-top: 60px;
	padding-left: 30px;
}
#table_area {
    float: right;
	display: block;
	width: 300px;
	text-align: center;
	margin: 40px 30px 20px 0;
}
#APR_table {
    margin: 0;
	padding: 0;
    border: 1px solid #00cc00;
}
td {
    text-align: right;
	border: 1px solid #00cc00;
	font-size: 1.3em;
}
.table_title {
    width: 150px;
    text-align: center;
	color: #3399ff;
	font-size: 1.5em;
	font-weight: bold;
}

/******************** Disclosure Styles ******************************/	
#disclosure_top {
    display: block;
    float: left;
    padding-top: 20px;
	width: 100%;
}
#disclosure_bottom {
    clear: both;
    display: block;
    float: left;
	width: 80%;
    padding-top: 20px;
	padding-left: 40px;
}

/******************** Contact ******************************/

#contact {
    float: left;
	width: 90%;
	padding: 25px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #00cc00;
}

/******************** FAQ ******************************/

#faq {
    margin-left: 40px;
    float: left;
	width: 80%;
}

/******************** Footer ******************************/

#footer_wrapper {
    width: 100%;
    float: left;
    margin: 0;
	padding: 0;
}
#footer {
    float: left;
    margin: 0;
	padding: 0;		
}
#footer ul {
	clear: left;
	display: block;
	padding-left: 30px;
	padding-top: 10px;
}
#footer li {
    padding-left: 5px;
}
a#secure {
	display: inline;
	float: right;
	width: 94px;
	height: 52px;
	margin-right: 37px;
	background-image: url('./images/ssl.gif');
	text-indent: -9999px;
}
#disclaimer {
	float: left;
    background-image: url('./images/bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
    width: 100%;
	padding: 0;
	margin: 0;
}
#disclaimer p {
    display: block;
    float: left;
	clear: left;
    padding-left: 30px;
	padding-right: 35px;	
	padding-bottom: 40px;
}
.fltlft { 	
}
.clearfloat { 
    clear: both;	
}