/* ----- end float fix ----- */
body{
	background: #0d244d;
	color:#000;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin: 30px 0;
	padding:0;
}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#00a9ec;
	text-decoration:underline;
	font-weight: bold;
}
a:hover{color:#203471;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4, h5, h6{margin:1em 0 0 0;color:#1f3370;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}
p{margin:1em 0;}
h3 + p{margin-top:0.2em;}

h3.lightblue{color:#00a9ec;margin-bottom:.8em;}
h3.separate{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:10px 0;}
/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:750px; 
	text-align:left;
	position:relative;
	background: #fff;
	padding: 0;
}

/* ----- header area ----- */
#header{
	height:146px; /* edited by Rob */	
	position:relative;
	margin:0;
	background: #fff url(../i/logo.gif) top left no-repeat;
}


/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}

.navStatic li{
	margin-bottom:1px; /* is this needed? */
	display: inline; /* fixes whitespace bug */

}
.navStatic li a{
	display:block;
	width: 158px; /* was 210px */	
	color:#fff;
	background: url(../i/navon.gif) top left no-repeat;
	text-decoration:none;
}


.navStatic li a:hover, .navStatic li a.active{	background: url(../i/navoff.gif) top left no-repeat; color:#fff; text-decoration:none;}
.navStatic li a span{
	display:block;
	line-height: 24px;
	padding: 0 0 8px 40px;
	font-weight: bold;
	color:#fff;
}


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	margin: 0 0 0 12px;
	width: 158px; 
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin:0 10px 0 8px;
	width:544px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#5e3485;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight: bold;
	margin: 0;	
	padding: 0 0 0 8px;
	color: #203471;
	font-size:250%;
	border: 8px solid #203471;
	line-height: 53px;
	width:536px;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

.firstp{
	font-weight: bold;
}

p.mortgagefirstp{
	font-size:155%;
	line-height:130%;
	color:#203371;
}

#content {
	float:left;
	width: 270px;
	padding: 0 0 0 8px;
}

#content2 {
	float:left;
	width: 258px;
	margin: -53px 0 0 8px;
}

#content3 {
	float:left;
	width: 258px;
	margin: 0 0 0 8px;
}

#mortgagecontent {
	float:left;
	width: 304px;
	padding: 0 0 0 8px;
}

#mortgagegraphic {
	float:left;
	width: 224px;
	margin: 0 0 0 8px;
}

#mainPhoto {
	border: 8px solid #d0d5dd;
	margin: 0 0 8px 0;
	display: block; /* Fixes problem of firefox adding 3px to bottom. See http://garyblue.port5.com/webdev/object-gap.html and http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
}

/* ----- footer area ----- */
#footer{
	background: url(../i/footer.gif) top center no-repeat;
	padding:0 12px;
	margin: 12px 0 0 0;
	line-height: 33px;
}

#footer ul, #footer li{
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
	font-weight:bold;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:link, #footer a:visited{color:#fff; text-decoration:none;}
#footer a:hover, #footer a:active{
	color: #203471;
	text-decoration:none;
}

/* ----- product thumbnail list ----- */
.products{
	padding:0 8px;
	background:#d0d5dd; 
	margin:0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	float: left;
	display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	padding: 8px 0 0 0;
	margin: 0; 
	color:#000;
	 /*width: 74px;   /*change or is this needed? */
	 height: 76px;  /*change or is this needed? */
	 border: 0;
}

.products a.middle{
	padding: 0 7px;
}
.products li.lastrow{
	border-bottom: 8px solid #d0d5dd;
}

.products  a img{
	border:1px solid #fff;
	padding:0;
}
.products  a:hover img{
	border:1px solid #203471;
	padding:0;
}

/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* see www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.inner, #pagination, #total, .modules, .products {display:inline-block;}

.inner, #pagination, #total, .modules, .products {display:block;}

/* * html .products, * html .products li - removed as height given in these to fix ie bug */
* html .inner,  * html #pagination, * html #total, * html .modules {height: 1%;}

/* ----- end float fix ----- */

div#credits{
	width:750px;
	margin: 8px auto;
}

div#credits ul a:link, div#credits ul a:visited{
	text-decoration:none;
	color: #d0d5dd;
	font-weight: normal;
}

div#credits ul a:hover, div#credits ul a:active{
	text-decoration:none;
	color: #fff;
	font-weight: normal;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}
div#credits ul{
	padding:0 0 10px 18px;


}
div#credits ul li{
	float:left;
	margin: 0;
	padding: 0 13px;
	background: url(../i/sep.gif) no-repeat;
	background-position: 0 .5em;
}