@charset "utf-8";
/* CSS Document */

/*normalizes margin, padding*/
body, div, ul, li, p, hr {
	margin:0px;
	padding:0px;
	}

/*normalizes font size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

/*removes list style from lists*/
ol, ul {
	list-style:none;
	}

/*normalizes font style and weight*/
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
	}

/*removes list style*/
table {
	border-collapse:collapse;
	border-spacing:0px;
	}

/*removes border from fieldset and img*/
fieldset, img {
	border:0px;
	padding:0px;
	margin:0px;
	}

/*left align text*/
caption, th {
	text-align:left;
	}

/*removes quotation marks from q*/
q:before, q:after {
	content:'';
	}


/*site styles*/
html {
	overflow-x:hidden;
	overflow-y:auto;
	}

body {
	background-color:#B3AD94;
	}

.spacer {
	background-color:#FFFFFF;
	width:820px;
	height:10px;
	}

#site {
 	background-color:#FFFFFF;
	border-left:#333333 solid 1px;
	border-right:#333333 solid 1px;
 	width:830px;
	margin-left:auto;
	margin-right:auto;
 	}

#branding {
	width:790px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	}

#banner {
	background:url(images/banner.jpg);
	width:790px;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

#content {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	}

#footer {
	border-top:#666666 solid 2px;
	width:790px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	}

#footer_navigation {
	width:430px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	font-size:.75em;
	font-weight:bold;
	}

#footer_legal {
	width:200px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	font-size:.75em;
	font-weight:bold;
	}

#footer_navigation a, #footer_legal a {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

#footer_navigation a:hover, #footer_legal a:hover {
	text-decoration:underline;
	}

#footer_license {
	text-align:center;
	margin-top:25px;
	margin-left:100px;
	margin-right:100px;
	}

#footer_copyright {
	text-align:center;
	margin-top:25px;
	}
	
/*navigaton style*/
#navigation {
	background:url(images/navigation_sprite.gif);
	width:790px;
	height:36px;
	margin-left:20px;
	}

#navigation_ul {
	width:650px;
	margin-left:103px;
	}

#navigation_ul li{
	float:left;
	display:inline;
	}

#navigation_ul a {
	display:block;
	height:36px;
	}

#nav_home a {
	background:url(images/navigation_sprite.gif) -107px 0px;
	width:76px;
	}

#nav_home a:hover {
	background:url(images/navigation_sprite.gif) -107px -36px;
	}

#nav_loan_types a {
	background:url(images/navigation_sprite.gif) -183px 0px;
	width:118px;
	}

#nav_loan_types a:hover {
	background:url(images/navigation_sprite.gif) -183px -36px;
	}

#nav_online_application a {
	background:url(images/navigation_sprite.gif) -301px 0px;
	width:169px;
	}

#nav_online_application a:hover {
	background:url(images/navigation_sprite.gif) -301px -36px;
	}

#nav_affiliates a {
	background:url(images/navigation_sprite.gif) -470px 0px;
	width:99px;
	}
	
#nav_affiliates a:hover {
	background:url(images/navigation_sprite.gif) -470px -36px;
	}

#nav_contact_us a {
	background:url(images/navigation_sprite.gif) -569px 0px;
	width:114px;
	}

#nav_contact_us a:hover {
	background:url(images/navigation_sprite.gif) -569px -36px;
	}