/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url(images/bg.gif) #FFFFFF repeat-x;
}
.container { width:1075px; margin:auto; font-family:Arial;}
#header {
	background: url(images/header.png) no-repeat;
	width: 1075px;
	height: 500px;
}
#header p {text-indent:-999999px;}
.logo {
	margin-left: 555px;
	padding-top: 180px;
}
#header h1.logo a:link, #header h1.logo a:visited { background:url(images/logo.png) no-repeat; width:360px; height:70px; text-indent:-999999px; display:block;}
#content { background:url(images/content_bg.png) repeat-y; width:1075px;}
.inside_block {
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	padding-bottom: 40px;
}
.left {
	float: left;
	width: 1030px;
	font-size: 14.4px;
	color: #666;
	line-height: 23px;
}
.post {
	padding-top: 15px;
}
.left h3 {
	color: #ee8118;
	font-size: 26.88px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.left h2 {
	color: #333333;
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.left ul li {
	background:url(images/check.png) no-repeat;
	padding-left:40px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:5px;
	font-size:16.2px;
	color:#333;
}
.left p {
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 32px;
}
.right { float:right;}
.form { width:396px; border:solid #dee6e8 1px; background:#f4f8f9; margin-top:20px; margin-right:1px;}
.formheader { background:url(images/form_header.jpg) no-repeat; width:396px; height:113px;}
.form ul { width:350px; font-size:14px; font-weight:bold; margin-left:22px; padding-top:20px;}
.form ul li { padding-bottom:15px;}
.form ul li.special { overflow:auto;}
.form ul li.special .txtbox { float:left; margin-left:16px; margin-bottom:5px;}
.form ul li.special .note { font-size:10px; color:#929292; font-weight:normal; width:228px; margin-left:120px; margin-top:5px;}
.txtbox { background:url(images/txtbox.jpg) no-repeat; width:210px; height:17px; border:none; margin-left:15px; padding:9px;}
.button { background:url(images/button.jpg) no-repeat; width:348px; height:71px; border:none; margin-top:15px;}
.fname { margin-right:19px;}
.lname { margin-right:22px;}
.email { margin-right:57px;}
.gross { float:left;}
.state { margin-right:60px;}
.zip { margin-right:34px;}
.loan { margin-right:5px;}
.credit { margin-right:3px;}
.certified { margin-left:20px; padding-top:10px;}
.unsecured {font-size:10px; color:#929292; font-weight:normal; text-align:center; padding-top:15px; padding-bottom:20px; width:337px; margin:auto;}
#footer { font-size:12px; font-family:Arial; color:#538aae; text-align:center; padding-top:30px; padding-bottom:40px;}
#footer a:link, #footer a:visited{font-size:13px; color:#538aae; text-decoration:none;}
