/*
*	Header - Smart Borrower - 05/10/2006
*/
/* Other Style Sheets Remove after testing*/
/*
*	Main Front End - 05/10/2006
*/
* { /* Level the field */
	margin:0;
	padding:0
}
body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center; /*Centers the content on the page for IE */
}
p, ul, ol, dl, blockquote, pre {
	margin-bottom: 0.75em
}
h2, h3, h4, h5, h6 {
	line-height:115%;
}
h1 {
	line-height:115%;
}
h2 {
	margin-bottom: 0em;
}
a:hover {
	text-decoration:none;
}
li {
}
img{
	border: 0;
}
#header, #wrapper, #content, #footer{
	margin: 0px auto; /*Centers the content on the page for all non-IE browsers */
	text-align:left; /*Resets text alignment for all browsers */
}
.header-smartborrower {
	position: relative;
}
.header-smartborrower .logo{
	width: 222px;
	height: 75px;
	position: relative;
}
.header-smartborrower .logo span{
	background: url(http://www.lendingtree.com/smartborrower/images/logo-lt.gif) 0px 5px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
    cursor:pointer;cursor:hand
}
.header-smartborrower .logo h1, .header-smartborrower .logo h2{
	padding-top: 5px;
	font-size: 7pt; /* we hard code this so that it doesn't bleed out from under the logo gif */
}
.header-smartborrower #container-nav{
	position: relative;
	height: 50px;
	margin-top: -30px; /*This is positioned relatively, so we have to get rid of the top margin to make it bump back up again. */
}
.header-smartborrower .loansections {
	position: absolute;
	bottom: 0;
    float:left;
    width:100%;
	color: #333;
    background:#ceb87c url(http://www.lendingtree.com/smartborrower/images/bg_nav-smartborrower-ul.gif) repeat-x bottom;
    font-size:85%;
    line-height:normal;
}
.header-smartborrower .loansections ul {
    margin:0;
    padding: 0px;
    list-style:none;
	text-transform: uppercase;
}
.header-smartborrower .loansections li {
    float:left;
	padding-bottom: 3px;
}
.header-smartborrower .loansections a {
    float:left;
    display:block;
    width:.1em;
    background:url(http://www.lendingtree.com/smartborrower/images/bg_nav-smartborrower.gif) top left no-repeat;
    padding:5px 15px 3px 8px;
    text-decoration:none;
    color:#333;
	white-space: nowrap;
}
.header-smartborrower .loansections > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header-smartborrower .loansections a {float:none;}
/* End IE5-Mac hack */
.header-smartborrower .loansections a:hover {
      color:#333;
      }
.header-smartborrower #container-nav .otherproducts{
	position: absolute;
	top: 0;
	right: 3px;
}
.header-smartborrower .otherproducts ul{
	list-style-type: none;
}
.header-smartborrower .otherproducts ul li{
	font-size: 85%;
	display: inline;
}
.header-smartborrower .otherproducts ul li a{
	color: #000;
}
.header-smartborrower .otherproducts ul li a:hover, .header-smartborrower .otherproducts ul li a:visited{
	color: #6e0022;
}
.header-smartborrower .metanav{
	position: absolute;
	top: 5px;
	right: 5px;
}
.header-smartborrower .metanav ul{
	list-style-type: none;
}
.header-smartborrower .metanav ul li{
	display: inline;
	font-size: 85%;
}
.header-smartborrower .metanav ul li a{
	color: #333;
	background-color: #fff;
}
.header-smartborrower .tollfreenumber{
	position: absolute;
	bottom: .4em;
	_bottom: .3em;
	right: 5px;
	text-transform: uppercase;
	font-family: "arial narrow", "helvetica narrow", sans-serif;
	font-weight: bold;
}
