@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 Auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/sdbr-background.gif);
	background-repeat: repeat-y;
} 
.copyright {
	font-size:10px;
	color: #888;
}
h1 {
	color: #333;
	font-size: 20px;
	margin-bottom: 8px;
}
#header_aloanyes  {
	background-color: #FFFFFF;
	background-image: url(/images/a-loan-yes-logo.gif);
	background-repeat: no-repeat;
}
#header_aloanquick  {
	background-color: #FFFFFF;
	background-image: url(/images/a-loan-yes-logo.gif);
	background-repeat: no-repeat;
}
#header_ezapproved  {
	background-color: #FFFFFF;
	background-image: url(/images/ez-approved-logo.gif);
	background-repeat: no-repeat;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 237px;
}
#sidebar1  p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
}
#mainContent {
	margin: 0px 0 0 237px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-bottom: 4px;
}
#mainContent h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-bottom: 4px;
}
#mainContent h5 {
	font-size: 11px;
	font-weight: bold;
	color: #980034;
	margin-top: 0px;
	margin-bottom: 4px;
}

#mainContent p {
	margin-top: 0px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	border-top: 2px solid #be1e2d;
	margin: 30px 10px 0 238px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background-image: url(/images/nav-bar.gif);
	background-repeat: repeat-x;
	height: 33px;
	text-align: right;
	vertical-align: top;
}
#nav a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color:#ccc;
}
#nav a:active {
	text-decoration: none;
	color:#ccc;
}

#headliner {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #515151;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#people {
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 180px;
	margin: 0px 0px 0px 240px;
	visibility: visible;
}

a:link {color: #666; text-decoration: none;}
a:visited { color: #666; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }

a.black {color:black;}
a.offer {color:#003366; font-weight:bold;}
a.blackbold {color:black; font-weight:bold;}

.paracontent { margin-top:15px;}
.paracontent a:link { font-weight:bold; }
.paracontent a:visited { font-weight:bold; }
.paracontent a:hover { font-weight:bold; }
.paracontent a:active { font-weight:bold; }

li.list {padding:0 0 8px 0;}
ul.redarrow li {padding:0 0 8px 0; list-style-image:url(/images/red-arrow.png);}

.list1 {font: bold 11px Arial,Verdana,sans-serif; color: #004466; }
.list2 {font: 13px/18px Arial,Verdana,sans-serif; color: black; }
.list2b {font: bold 13px/18px Arial,Verdana,sans-serif; color: black; }
.list3 {font: 12px/16px Arial,Verdana,sans-serif; color: black; }
.links {font: 11px/13px Arial,Verdana,sans-serif; color: black; padding-bottom: 10px; }

.t1 { font-size: 12px; line-height: 14px; font-weight: 700; color: #666; }
.t2 { font-size: 12px; line-height: 14px; font-weight: 700; color: #666; }
.t3 { font-size: 12px; line-height: 12px; font-weight: 700; color: black; }
.t4 {font-size:11px; line-height:12px; font-weight:700; color:#666;}
.plain { font-weight: 400; }
.blue {color: #003366;}
.red {color: #980034;}
.gray {color: #666;}

