﻿body
{
    background: #d5d5d5 url(images/bgBody.png) repeat-x top;
    font: 90% Verdana,Arial,sans-serif;
}
html, body {
width: 100%;	
}


#container
{
    width: 990px;
    margin: 0 auto;
    padding-bottom: 29px;
    background: url(images/bgFooter.png) no-repeat center bottom;
}

/* Elements */
h1, h2, h3, h4, h5 {color:Navy; margin-bottom:15px;}
h1{font-size:130%;}
h2{font-size:115%; margin-top:20px;}
p{margin-bottom:10px;}
a{color:Navy;}
a:hover{color:Blue;}
a:active{color:Blue;}

/* Header */
#header
{
width: 960px;
height: 178px;
padding: 0 15px;
background: url(images/bgHeader_v2.png) no-repeat center top;
}

	#headerText {
	float: right;
	font-size: 9px;
	color: #696969;
	}
	
	#header div.headerLogo {
	width: 210px;
	float: left;
	display: inline;
	padding-left: 15px;
	}		

		#header a#headerLogo {
		display: block;
		width: 210px;
		height: 120px;
		margin-top: 20px;
		text-indent: -9000px;
		}
	
		#header .headerLogo p {
		text-align: center;
		font-size: 9px;
		color: #b2c2d9;
		margin-top: 10px;
		}


#headerPhoto {
	float: right;	
	display: inline;
	padding: 9px 5px 0 0;
	color:#373737;
	margin-top:10px;
	font-size:80%;
	}
	#headerPhoto div {
		width: 90px;
		height: 120px;
		padding: 4px 5px 5px 4px;
		background: url(images/bgHeaderPhoto.png) no-repeat;
		float: right;
		margin-left: 10px;
		}
		
		#headerPhoto span {
		float: right;
		text-align: right;
		padding-top: 10px;
		}
		
			#headerPhoto span strong {
			display: block;	
			}

/* Footer */
#footer
{
    margin-top:20px;
    padding:10px;
}

/* Main */
#main
{
    width:960px;
    margin:0 auto;
    background-color:#e3e3e3;}

/* Navigation */
#nav
{
    float:left;
    width: 225px;
    margin-left:15px;
    }
#nav ul
{
    margin:0;
}
#nav li
{
    list-style-type:none;
    padding-bottom:8px;
}
    
/* Content */
#content
{
    float:left;
    width:690px;
    background-color:White;
    padding:15px;
      }
.pullout
{
    color:Navy;
    margin-bottom:15px;
    font-weight:bold;
    font-size:95%;
}

/* Lenders */
.lenders
{
    float: right;
    width: 194px;
    padding: 10px;
    margin: 0 0 20px 10px;
    background-color: #FCF7E2;
    font-size: small;
}
.lenders h3
{
    color:Black; margin-bottom:10px; font-size:105%;
}
ul{margin-left:20px;}
li
{
    list-style-type:disc;}
    
/* etc. */
.clearer{clear:both;}
