/* main divs */
body  {
	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: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background-color: #FFF;
	margin-top: 10px;
}
html {
	height: 101%;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#header {
	padding: 0px;
	margin-bottom: 5px;
	height: 142px;
}


#logo {
	float: left;
	height: 93px;
	width: 190px;
	margin-right: 20px;
}
.logo {
	margin-right: 10px;
}

#banner_ads {
	height: 60px;
	width: 468px;
	margin-top: 31px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	display: inline;
}
#search {
	font-size: 12px;
	float: left;
	width: 258px;
	height: 60px;
	margin-top: 41px;
	display: inline-block;
	margin-bottom: 10px;
}

#phone {
	font-weight: bold;
	font-size: 22px;
	float: left;
	width: 210px;
}

#nav   {
	color: #FFF;
	background-color: #CC0000;
	font-size: 11px;
	width: 740px;
	float: left;
}
#lenderlink ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-right: 20px;
	list-style-type: none;
	padding-top: 5px;
	font-size: 12px;
}
/* -- side navigation style --*/
#sidebar1 ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#sidebar1 ul li{
	display:block;
	float: left;
}
#sidebar1 ul a{
	font-size:11px;
	text-decoration:none;
	float:left;
	display:block;
	width: 185px;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	color: #FFF;
	padding-top: 7px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #C00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 7px;
}
#sidebar1  h1 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

#sidebar1 ul a:hover{
	color: #FFF;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	background-color: #B00000;
}

#lenderlink ul li{
	display:block;
	float: left;
}
#lenderlink ul a{
	font-size:11px;
	text-decoration:none;
	float:left;
	display:block;
	width: 185px;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #E6E6E6;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#lenderlink ul a:hover{
	color: #FFF;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
	background-color: #B00000;
}
#contact {
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
	font-size: 11px;
	width: 178px;
}


#mainContent {
	float: left;
	width: 750px;
}
#mainContent ul li{
	list-style-image: url(../images/furniture/bullet.gif);
	list-style-type: none;
	line-height: 160%;
}
#mainContent h1  {
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 130%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#mainContent h2  {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}
#mainContent h3 {
	font-weight: bold;
	font-size: 14px;
}

#infobox {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	background-image: url(../images/furniture/greystrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	width: 178px;
	float: left;
}
#infobox p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#infobox h1 {
	color: #666;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
	border-bottom-style: none;
	font-weight: bold;
}
.buttonbar {
	color: #FFF;
	background-color: #C00;
	background-image: url(../images/furniture/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: 155px center;
	height: 18px;
	width: 161px;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
}



#footer {
	font-size: 70%;
	border-top: 1px solid #CCC;
	height: 40px;
	padding-top: 5px;
	margin-top: 10px;
	line-height: 120%;
} 
#footer a {
	color: #666;
	text-decoration: underline;
}


.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;
}
.formfield {
	width: 400px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	background: #FFF url(../images/background-s.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	color: #666666;
	font-size: 12px;
}
.smallprint {
	font-size: 10px;
}
.rssincl-itemtitle {
	margin-bottom: 0px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: 0px;
	margin-top: 4px;
	font-size: 80%;
}
.rssincl-entry {
	margin-bottom: 0px;
}

.subhead {
	font-size: 16px;
	color: #333333;
}
.tableheader {
	color: #FFF;
}
.tableheader a {
	color: #FFF;
}
tr:hover{
	color: #333;
}
.news {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	width: 450px;
}
.headerrow {
	color: #666;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
}
thead tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
tr .smallprint {
	border-bottom-style: none;
}
.procfees {
	padding: 5px;
	border: 1px solid #CCC;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

table tr th {
	text-align: left;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	padding-bottom: 3px;
	border-collapse: collapse;
}

tbody td {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

