/* CSS Stles for Advantage Funding Solutions web site (www.advantagefundingsolutions.net) */
/* Created: July 2007 by White Boxer (www.whiteboxerdesign.com) */


/* 1. default resets */

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
		
:focus {
	outline: 0;
}
body {
	line-height: 1;
}



caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* 2. site structure */

body {
	background:#224323 url(../files/1027/graphics/background2.png) top left repeat-x;
	}
	
#content {
	padding:10px;
	}
	
#sidecolumn {
	float:right;
	width:230px;
	margin-left:10px;
	padding:10px;
	border-top:2px solid #017a01;
	background-color:#e2dfd1;
	}
	
#footer {
	padding:10px;
	background-color:#8b866f;
	width:760px;
	}
	
#footer p {	
	font:normal 0.75em/1.35em Helvetica, Arial, sans-serif;
	color:#fff;
	}
	
/* 3. text styles */

body, p, li {
	color:#333;
	font:normal 0.9em/1.35em Helvetica, Arial, sans-serif;
	padding-bottom:3px;
	}
	
a.nav {
	padding:5px 0;
	font:bold 1em/1em Helvetica, Arial, sans-serif;
	color:#006600;
	border-bottom:1px solid #9a9680;
	list-style:none;
	margin:5px 0;
	width:100%;
	display:block;
	}
	
a.nav:hover {
	background-color:#fff;
	}
	
#sidecolumn li {
	margin-left:15px;
	}
	
#sidecolumn strong {
	color:#030;
	}
	
h1 {
	font:normal 1.2em/1.35em Helvetica, Arial, sans-serif;
	color:#8b866f;
	padding:10px 0 0 10px;
	}

#content h1 {
	font:normal 1.7em/1.35em Helvetica, Arial, sans-serif;
	color:#017a01;
	padding:0px;
	}
	
#content h2 {
	font:normal 1.4em/1.35em Helvetica, Arial, sans-serif;
	color:#3f6618;
	padding:8px 0 3px 0;
	}
	
#content h4 {
	font:bold 1.1em/1.35em Helvetica, Arial, sans-serif;
	color:#8b866f;
	padding:5px 0 1px 0;
	}
	
#content h3 {
	font:normal 1.2em/1.35em Helvetica, Arial, sans-serif;
	color:#3f6618;
	padding-bottom:3px;
	}
	
#content p.first {
	font-size:1.15em;
	color:#3f6618;
	}
	
#content a {
	color:#017a01;
	text-decoration:none;
	}
	
#content li {
	margin-left:25px;
	}
	
#calculator {
	padding:10px;
	background-color:#e2dfd1;
	width:95%;
}

#calculator p span {
	width:13em;
	display:block;
	float: left;
	}
	
#calculator p {
	margin:.4em 0;
	}
	
#calculator h3 {
	margin-top:1em;
	}
	