/* @group Reset Browser Styles */

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
input, textarea{
	font-family: inherit;
	font-size: inherit;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
table.settlement-table {
width:  544px;
border: 3px solid;
border-color: #c9d7ed;
background-color: #e7ebf7;
color: #666666;
font-family: inherit;
font-size: 9px;
}
table.settlement-table td{
border: 1px solid;
border-color: #c9d7ed;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */

/* @group Tag Level Styles */

body{
	background: white url(images/masthead_bg.png) 0 130px repeat-x;
	font: 12px/17px Verdana, Helvetica, "Trebuchet MS", sans-serif;
	color: #666;
	line-height: 1.5em;
	text-align: center;
}

h1,h2,h3,h4,h5{
	font-family: Century Gothic, Arial, "Trebuchet MS", sans-serif;
	margin: .3em 0;
	color: #30901E;
	line-height: 1.6em;
	font-weight: bold;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 13px;
}
hr{
}
small{
	font-size: 10px;
}

a{
	text-decoration: none;
}
a:link{
	color: #508DAB;
	border-bottom: 1px dotted #508DAB;
	text-decoration: none;
}
a:visited{
	color: #2099E7;
	border-bottom: 1px dotted #2099E7;
}
a:visited:hover{
	border-bottom: 1px solid #2099E7;	
}
a:link:hover{
	border-bottom: 1px solid #508DAB;
}
a.img{
	border:none;
}
p{
	margin: 0 0 1em 0;
}
strong{
	font-weight: bold;
}
input[type=text], 
input[type=password],
input.text, 
textarea{
	padding: 5px 3px 3px 3px;
	background: white url(images/input_bg.gif) 0 0 repeat-x;
	border-top: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
}

ul,ol{
	padding-left: 2em;
}
ul{
	list-style-image: url(images/bullet.gif);
}
ol{
	list-style-type: decimal;
}
address{
	font-style:normal;
}

/* @end */

/* @group Commonly Used Classes */

.clearboth{
	clear: both;
}
.page_header{
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding-bottom: 5px;
}

/* @group Buttons */

.small_button,
.button{
	cursor:pointer;
	cursor:hand;
	overflow: hidden;
	display: table-cell;
	display:inline-table; 
	display:-moz-inline-box;
	display:inline-block;
	outline: none;
	border: none !important;	
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 42px;
	line-height: 42px;
	color: white;
	cursor:pointer;
	cursor:hand;
	background: url(images/big_button_left.png) 0 0 no-repeat;
}
.small_button span,
.button span{
	background: url(images/big_button_right.png) right 0 no-repeat;
	display:block;
	color: white;
	padding: 0 15px 0 0;
	white-space: nowrap;
	text-transform: uppercase;
}
* html .small_button span,
* html .button span{
	display: table-cell;
	display:inline-table; 
	display:-moz-inline-box;
	display:inline-block;
}
.small_button{
	height: 24px;
	line-height:22px;
	background: url(images/small_button_left.png) 0 0 no-repeat;	
}
.small_button span{
	font-size: 11px;
	height:24px;
	background: url(images/small_button_right.png) right 0 no-repeat;	
}

/* @end */

/* @end */

/* @group Site */

#site{
	width: 810px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group Header */

#header{
	width: 810px;
	height: 130px;
	position: relative;
	background: url(images/header_bg.jpg) 0 0 no-repeat;
}
/* @group Logo */

#logo{
	width: 247px;
	height: 82px;
	position: absolute;
	top: 25px;
	left: 35px;
	display: block;
	border: none;
}
/* IE6 hack so that the PNG logo's transparency is maintained */
* html #logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/sq1_logo.png',sizingMethod='scale');
}
* html #logo img{
	visibility: hidden;
}

/* @end */

/* @group Client Login */

#client_login{
	position: absolute;
	width: 196px;
	height: 110px;
	right: 4px;
	top: 0;
	padding:10px 10px 10px 10px;
}
#client_login label span{
	display: none;
}
#client_login label{
	margin: 5px 0 0 0;
	display: block;	
}
#client_login label input{
	width: 180px;
}
#client_login legend{
	text-transform: uppercase;
	color: #2C731E;
}
#client_login .send{
	float: right;
	border: none;
	border-left: 1px solid #6C6B6B;
	border-right: 1px solid #6C6B6B;
	background: none;
	color: #6C6B6B;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	padding: 0 5px;
	margin: 5px 9px 5px 5px;
}
#client_login .send:hover{
	color: #222;
	border-color: #222;
	cursor: pointer;
	cursor: hand;
}
#user_name{
	background: white url(images/input_name_bg.gif) right 0 no-repeat;
}
#password{
	background: white url(images/input_password_bg.gif) right 0 no-repeat;
}

#user_name:active,
#password:active,
#user_name:focus,
#password:focus,
#user_name.hasdata,
#password.hasdata{
	background: white url(images/input_bg.gif) 0 0 repeat-x;
}


/* @end */



/* @end */

/* @group Masthead */

#masthead{
	width: 810px;
	height: 183px;
	position: relative;
}

#masthead #masthead_shadow{
	width: 810px;
	height: 183px;
	background: url(images/header_shadow.png) 0 0 repeat-y;	
}

/* IE6 hack so that the PNG logo's transparency is maintained */
* html #masthead #masthead_shadow{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/header_shadow.png',sizingMethod='scale');	
}


/* @group Masthead Banner */

#masthead_banner{
	width: 584px;
	height: 183px;
	position: absolute;
	top: 0;
	left: 5px;
}

/* @end */

/* @group Nav */
#nav{
	width: 216px;
	height: 183px;
	position: absolute;
	right: 5px;
	top:0;
	background: url(images/nav_bg.jpg);
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	padding: 8px 10px;
}
#nav ul li a{
	margin: 5px 0;
	display: block;
	line-height: 18px;
	border: none;
	color: white;
	text-transform: uppercase;
	font-family: Helvetica, Verdana;
	white-space:nowrap;
}
* html #nav ul li a,
* html #nav ul li{
	clear: left;
	float: left;
	margin:0;
	line-height:16px;
}
#nav ul li a:hover{
	color: #E0D362;
}

/* @end */



/* @end */

/* @group Main */

#main{
	background: url(images/main_bg.jpg) -3px 0 no-repeat;
	float: left;
	width: 810px;
}



/* @group Content */

#main #content{
	width: 544px;
	padding: 10px 20px 0 20px;
	float: left;
}

#content .are_you_ready{
	text-align: center;
}

/* @group Benefits */

#benefits{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	color: #508DAB;
	font-weight:bold;
	font-size: 11px;
	letter-spacing: -1px;
}
#benefits li{
	margin: 4px 0 0 0;
}

/* @end */

/* @group Non/Negotiable Debt */

.negotiable_debt,
.non_negotiable_debt{
	float: left;
	width: 240px;
	margin:10px 0 0 0;
}
.negotiable_debt h3,
.non_negotiable_debt h3{
	color: #333;
}
.negotiable_debt ul,
.non_negotiable_debt ul{
	margin: 10px 0 0 0;
	font-size: 11px;
}
.negotiable_debt{
	padding-left: 50px;
}

/* @end */

/* @group Start Today */

.start_today_box{
	clear: left;
	background: url(images/start_now_bg.gif) 0 center repeat-x;
	height: 50px;
	text-align: center;
}
.start_today_box #start_today_button{
	margin-top: 4px;
}
.start_today_box #start_today_button span{
}

/* @end */

/* @end */

/* @group Side Bar */
#sidebar{
	width: 200px;
	float: right;
	padding:10px 10px 0 0;
}

/* @group Call Now */

.call_now h4{
	color: black;
}
.call_now address.phone{
	width: 200px;
	height: 60px;
	display:block;
	text-indent: -1000em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(images/call_now_phone_8886861611.gif) 0 0 no-repeat;
}

/* @end */

/* @group Free Consultation */

.free_consultation .button_container{
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

/* @end */

/* @group Member IAPDA */

.member_iapda a, 
.member_iapda a:hover{
	height: 50px;
	width: 200px;
	overflow: hidden;
	display: block;
	border: none !important;
	background: url(images/member_iapda.gif) center center no-repeat;
	text-indent: -1000em;	
	margin: 10px 0 0 0;
}

/* @end */



/* @end */



/* @end */

/* @group Footer */

#footer{
	clear: both;
	height: 110px;
	text-align: center;
	font-family: Century Gothic, Arial;
	background: url(images/footer_bg.gif) 0 bottom repeat-x;
}

/* @group Footer Bottom Half */

#footer .footer_top{
	height: 25px;
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
#footer .footer_top .business_name{
	color: #30901E;
}

/* @end */

/* @group Footer Top Half */

#footer .footer_bottom{
	height: 70px;
	overflow: visible;
	color: white;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 5px;
	margin-top: 0px;
	vertical-align: top;
}

#footer .site_creator{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	color: white;
	border: ;
}
#footer .footer_bottom a{
	color: white;
	border-color: white;
}
#footer .footer_bottom .street_address{
	margin-top: 10px;
}


/* @end */



/* @end */
