/* Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	background: white;
}

#baseWrapper {
	position: relative;
	width: 996px;
	margin: 0 auto;
}

#header {
	height: 76px;
	position: relative;
}

h1 a {
	display: block;
	width: 218px;
	height: 49px;
	text-indent: -2000em;
	background: url('../images/h1.png') no-repeat;
	position: absolute;
	top: 13px;
}

#top {
	background: #f9f3e3 url('../images/top-back.png') repeat-x top;
	height: 167px;
	position: relative;
}

#top h2 {
	display: block;
	width: 610px;
	position: absolute;
	bottom: 27px;
	left: 68px;
	font-size: 34px;
	color: #00703c;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	color: #00703c;
	font-weight: bold;
	margin-top: 30px;
}

#nav {
	width: 603px;
	height: 66px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/nav-back.png') no-repeat 0 0;
}

#loan-app,
#locations,
#employment,
#contact-us {
	display: block;
	height: 66px;
	position: absolute;
	top: 0;
	text-indent: -2000em;
}

#loan-app {
	background: url('../images/nav-loan-app.png') no-repeat;
	width: 191px;
	left: 19px;
}

#locations {
	background: url('../images/nav-locations.png') no-repeat;
	width: 95px;
	left: 210px;
}

#employment {
	background: url('../images/nav-employment.png') no-repeat;
	width: 117px;
	left: 306px;
}

#contact-us {
	background: url('../images/nav-contact-us.png') no-repeat;
	width: 110px;
	left: 422px;
}

#loan-app.current {
	background: url('../images/nav-loan-app-on.png') no-repeat;
}

#locations.current {
	background: url('../images/nav-locations-on.png') no-repeat;
}

#employment.current {
	background: url('../images/nav-employment-on.png') no-repeat;
}

#contact-us.current {
	background: url('../images/nav-contact-us-on.png') no-repeat;
}

#get-started {
	position: absolute;
	top: 20px;
	right: 73px;
	background: url('../images/get-started-now.png') no-repeat 0 0;
	width: 178px;
	height: 123px;
}

#btn-loan-app {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background: url('../images/btn-loan-app.png') no-repeat 0 0;
	width: 122px;
	height: 62px;
	text-indent: -2000em;
}

#base {
	position: relative;
	margin: 1px 0 0 0;
	background: url('../images/base-back.png') repeat-y right;
}

#content {
	float: left;
	width: 608px; /* 720 - padding */
	padding: 34px 44px 0px 68px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#right {
	float: right;
	width: 251px;
}

#footer {
	float: left;
	width: 720px;
	margin-top: 45px;
	font-size: 9px;
	color: #1b1b1b;
}

#notes {
	margin: 0 0 0 30px;
	border-top: 1px solid #afafaf;
	padding-top: 15px;
}

#links {
	margin: 30px 0 30px 0;
	color: #00703c;
	font-size: 13px;
	text-align: center;
}

#links a {
	color: #00703c;
	text-decoration: none;
}

#trademarks {
	float: left;
	padding-left: 2px;
	margin: 0 0 0 30px;
}

#copyright {
	float: right;
	padding-right: 17px;
}
