img { border: none; }

.floatr { float: right; } .floatl { float: left; }
.alignr { text-align:right; } .alignl { text-align:left; }

body {
	margin: 0;
	padding: 0;
	font: 13px/18px arial, verdana, sans-serif;
	color: #353535;
	text-align: center;
	background: #E9E9E9 url(images/body-bg.gif) top left repeat-x;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;
	background: #E9E9E9 url(images/container-bg.gif) no-repeat 0px 185px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 135px;
	background: url(images/header-bg.gif) no-repeat;
}

#subhead {
	position: relative;
	margin: 0;
	padding: 5px 0 0 20px;
	width: 760px;
	height: 20px;
	background: url(images/subhead-bg.gif) no-repeat;
}

#content {
	float:right;
	text-align:left;
	margin: 0px 8px 13px 0px;
	padding: 0px 8px 0px 0px;
	text-align: justify;
	width: 546px;
}

#home {
	position: relative;
	margin: 0;
	padding: 5px 10px 15px 10px;
	width: 760px;
	text-align: justify;
	background: #fff url(images/content-bg.gif) repeat-y 0px 49px;
}

#terms {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 750px;
	text-align:center;
	font-size: 10px;
}

#btm-edge {
	margin: 0 auto;
	width:780px;
	background: url(images/footer-bg.gif) no-repeat bottom;
	height:19px;
}

* html #btm-edge {
	margin: 0 auto;
	background: url(images/footer-bg.gif) no-repeat bottom;
	height:19px;
}

#footer div.right {
	position: absolute;
	top: 5px;
	right: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#nav {
	text-align: right;
	position: absolute;
	bottom: 3px !important; /* IE Sucks */
	bottom: 4px;
	right: 30px; /* xmas header: 135px; */
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
}

#column {
	float:left;
	margin: 0 0px 13px 8px;
	padding: 0;
	width: 185px;
	font-size: 11px;
	line-height: 11px;
}

#subnav, #subnav2 {
	position: relative;
	font-size: 12px;
	margin: 0 0 25px;
	padding: 0;
	width: 185px;
}

#detail-left {
	position: absolute;
	top: 160px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 65px;
	background: url(images/border-left.gif) no-repeat;
}

#detail-right {
	position: absolute;
	top: 160px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 65px;
	background: url(images/border-right.gif) no-repeat;
}



/* Home Page Structure Styles
----------------------------------------------- */

#home {
	padding: 0;
	width: 780px;
	font-size: 11px;
	line-height: 15px;
}

#home div#banners {
	position: relative;
	margin: 0;
	padding: 5px 10px 20px 10px;
	width: 760px;
	height: 160px;
	color: #fff;
	line-height: 13px;
}

#home div#banners div.left {
	position: relative;
	margin: 0;
	padding: 11px 135px 0 20px;
	width: 223px;
	height: 149px;
	background: url(images/promo1-bg.jpg) top left no-repeat;
}

#home div#banners div.right {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0;
	padding: 11px 20px 0 135px;
	width: 223px;
	height: 149px;
	background: url(images/promo2-bg.jpg) top left no-repeat;
}



/*  ------------------  NAVIGATION  ------------------ */


/* Top Navigation Styles
----------------------------------------------- */

#nav ul {
	width: 780px;
	margin: 0 auto;
	float:right;
	padding-bottom: 7px !important; /* IE Sucks */
	padding-bottom: 8px;
	font-size: 12px;
	white-space: nowrap;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0 5px 8px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.current, #nav a.current:hover {
	background: url(images/nav-bg.gif) bottom left repeat-x;
}



/* Sub-Navigation Styles
----------------------------------------------- */

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav li a {
	margin: 0;
	padding: 7px 0 7px 15px !important;
	width: 170px;
	display: block;
	border-bottom: 1px solid #EBF4FF;
}

#subnav a {
	color: #353535;
	text-decoration: none;
	margin:0;
}

#subnav a:hover {
	background: #EBF4FF;
	margin:0;
}

#subnav li a.current, #subnav li a.current:hover {
	border: 0;
	margin:0;
	color: #fff;
	background: url(images/subnav-bg.gif) no-repeat;
}
 
 #subnav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav2 li a, #subnav2 li a:visited {
	margin: 0;
	padding: 7px 15px 7px 15px !important;
	width: 155px;
	display: block;
	border-bottom: 1px solid #EBF4FF;
}

#subnav2 a {
	color: #353535;
	text-decoration: none;
	text-align:left;
	margin:0;	
}

#subnav2 a:hover {
	background: #EBF4FF;
	margin:0;
}

#subnav2 li a.current, #subnav2 li a.current:hover {
	border: 0;
	margin:0;
	color: #fff;
	background: url(images/subnav2-bg.gif) no-repeat;
}



/*  ------------------  CONTENT  ------------------ */


/* General Content Styles
----------------------------------------------- */

h1 {
	padding: 48px 0 0 120px;
	width:200px;
	margin: 0;
	font: bold 30px arial, verdana, sans-serif;
	color: #fff;
	letter-spacing: 0px;
	font-style: italic;
}
h1 #h1b{
	display:block;
	line-height:22px;
	letter-spacing: -3px;
	font-style: normal;
}
h2, h3 {
	margin: 0;
	padding: 0;
	font: 18px arial, verdana, sans-serif;
	color: #25839D;
	line-height: 18px;
}

h3 {
	margin: 0 0 25px 0;
	font: 18px arial, verdana, sans-serif;
	color: #fff;
	line-height: 18px;
}

h4 {
	padding: 24px 0 0 13px;
	font: bold 16px arial, verdana, sans-serif;
	color: #6C8503;
	margin: 0;
	line-height: 0px;
}

p {
	font-size: 12px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
}



/* Link Styles
----------------------------------------------- */

a {
	color: #6C8604;
	text-decoration: underline;
}

a:hover {
	color: #245B9C;
	text-decoration: underline;
}

#banners a {
	color: #fff;
	text-decoration: underline;
}

#banners a:hover {
	color: #ff0;
	text-decoration: underline;
}

#btm-nav a {
	color: #fff;
	text-decoration: none;
}

#btm-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#btm-nav {
	clear: both;
	background-color:#6C8503;
	padding:5px 10px 5px 10px;
	width: 740px;
	margin: 0 auto;
	text-align: left;
	color:#fff;
}

#btm-nav div.right {
	margin: 0;
	padding: 0;
	float: right;
}

.nav3 {
	font-size: 11px;
	color:#fff;
}

#halfr {
	float:right;
	width: 266px;
	margin: 0;
	text-align: justify;
}

#halfl {
	float:left;
	width: 266px;
	margin: 0 14px 0 0;
	text-align: justify;
}

#promo3 {
	width: 546px;
	margin: 15px 0 20px 0;
	height:100px;
	background: url(images/promo3-bg.gif) no-repeat top;
}

#promo3 .button {
	float: right;
	margin: 13px 43px 0 0;
}

#promo3 p {
	padding: 0 0 0 13px;
	width: 230px;
}

#access-lenders {
	padding: 50px 0 0 125px;
	margin: 0;
}

#w3c {
	margin: 15px auto;
}