/* Import Default CSS */
@import 'default.css';

/* LAYOUT ------------------------------------------------------------------------------------------------*/ 
body{
	background: #fff;
	padding: 0px 0;
}
#block1{
	display: block;
	background: #000066;
	height: 150px;
	position: relative;
}
#block2{
	display: block;
	background: #0a4493;
	height: 42px;
}
#block3{
	display: block;
	background: #446695 url(../images/block3_grad.gif) repeat-x;
	height: 210px;
	padding: 10px 0;
}
#block4{
	display: block;
	background: #fff url(../images/block4_grad.gif) repeat-x top left;
	border-top: 10px solid #cecdc8;
	min-height: 350px;
}	
.container{
	width: 800px;
	margin: 0 auto;
	background: transparent;
	padding: 0px 10px;
	display: block;
}

/* HEADER ------------------------------------------- */
.header{
	padding: 10px 10px 0 10px;
}
.header h1{
	background: url(../images/header_logo.gif) no-repeat;
	text-indent: -30000px;
	width: 280px;
	height: 60px;
	float: left;
	position: relative;
	top: 40px;
	left: 10px
}
#header h1 a{
	display: block;
}
.header .details{
	float: right;
	color: #fff;
	text-align: right;
}
.header .details address{
	font-style: normal;
}
.header .details address.telNo{padding-top: 10px;}
.header .details address a{color: #EC9F1A;}


/* NAV --------------------------------------------- */
ul.nav{
	padding: 0 20px;
	margin: 0;
	text-indent: -30000px; 
}
ul.nav li{
	float: left;
	padding: 0;
	margin: 0 40px 0 0;
	position: relative;
	display: block;
	
}
ul.nav li a.home{ background: url(../images/li-home.gif) no-repeat; width: 45px; }
ul.nav li a.about{ background: url(../images/li-about.gif) no-repeat; width: 45px; }
ul.nav li a.services{ background: url(../images/li-services.gif) no-repeat; width: 55px; }
ul.nav li a.resources{ background: url(../images/li-resources.gif) no-repeat; width: 70px; }
ul.nav li a.contact{ background: url(../images/li-contact.gif) no-repeat; width: 60px; }
ul.nav li a.links{ background: url(../images/li-links.gif) no-repeat; width: 38px; }
ul.nav li a{
	color: #fff;
	display: block;
	padding: 14px 0;
	display: block;
}
ul.nav li ul{
	background: #2c2c6b;
	position: absolute;
	top: 42px;
	left: 0;
	text-indent: 0 !important;
	padding: 0;
	margin: 0;
	width: 200px;
}

ul.nav li ul{display: none;}
ul.nav li:hover ul{ display: block;}

ul.nav li ul li{
	display: block;
	float: none;
	font-size: 0.9em;
	margin: 3px 0;
	text-indent: none;
	height: auto;
	_height: 10px !important;
}
ul.nav li ul li a{
	padding: 5px 3px 5px 25px;
	background: url(../images/raquo-orange.gif) no-repeat 10px 8px;
	_height: auto;
}
ul.nav li ul li a:hover{ background: #000066 url(../images/raquo-orange.gif) no-repeat 10px 8px;}

/* PRE-CONTENT ---------------------------------------------------- */
.preContent div.img{
	float: left;
	width: 510px;
	padding: 0 10px;
}
.preContent div.img img{
	border: 3px solid #e5e0da;
	height: 204px;
}
.preContent ul.features{
	float: right;
	background: #2c2c6b;
	width: 250px;
	height: 211px;
	padding: 0 10px;
	color: #cac9c9;
}
.preContent ul.features li{
	display: block;
	padding: 10px 0;
}
.preContent ul.features li.middle{
	border-top: 1px solid #cac9c9;
	border-bottom: 1px solid #cac9c9;
}
.preContent ul.features h3{
	display: block;
	background: url(../images/raquo-blue.gif) no-repeat 240px 7px; 
}
.preContent ul.features h3 a{display: block; color: #cac9c9;}
.preContent ul.features p{
	padding: 5px 2px 0 2px;
	font-size: 0.9em;
}
	

/* CONTENT -------------------------------------------------------- */
.content{
	display: block;
	padding: 0 10px;
	width: 780px;
}
div.leftCol{
	width: 515px;
	float: left;
	padding: 20px 10px 10px 0px;
}
div.leftCol h2{
	display: block;
	padding: 0 0 10px 0;
	color: #000066;
	font-size: 1.2em;
}
div.leftCol h3{
	border-bottom: 1px solid #CCC;
	padding: 10px 0 1px 0;
	margin-bottom: 4px;
	display: block;
}
div.leftCol ul{
	display: block;
	clear: both;
	list-style-position: outside;
	list-style-type: disc;
	padding: 5px 0 5px 15px;
}
div.leftCol p{
	display: block;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
}

/* Homepage ----------------- */
div.leftCol ul.emph{
	padding-bottom: 10px;
	font-weight: bold;
}
div.leftCol ul.emph li{
	padding: 3px 0;
	color: #0A4493;
}

/* About Us ---------------- */
div.leftCol div.profile{
	float: left;
	clear: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

div.leftCol div.profile h3{
	padding: 0;
	padding-bottom: 5px;
	border: none;
}
div.leftCol div.profile p{
	font-size: 1.0em;
}

/* Services > Mortgage Specific -------- */
div.mortgage ul li{
	padding: 2px 0;
}
div.mortgage dl.testimonial{
	padding-top: 5px;
}
div.mortgage dl.testimonial dt{
	font-weight: bold;
}
div.mortgage dl.testimonial dd{
	padding-top: 3px;
	font-style: italic;
}

/* Resources ---------------------------- */
div.resources p.header{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px 0 0 0;
}
div.resources ul{
	padding-bottom: 10px;
	padding-top: 10px;
}
div.resources ul li{padding: 1px 0;}
div.resources ul li a{color: #000;}
div.resources ul li a:hover{color: #0A4493;}

/* CONTACT FORM -------------------------------------------------------------------------------------------------*/
form{
	margin: 0;
	padding: 0;
}
dl.contactForm{
	flaot: left;
	clear: left;
	width: 100%;
	padding: 20px 0;
}
dl.contactForm dt{
	float: left;
	clear: left;
	width: 20%;
	text-align: right;
	padding: 5px 0;
	font-size: 0.9em;
}
dl.contactForm .mandatory{
	font-size: 14px !important;
	color: #CC0000;
}
dl.contactForm dd{
	float: left;
	clear: none;
	width: 60%;
	padding: 5px 0 5px 40px;
}
dl.contactForm dd input.text,
dl.contactForm dd input.error{
	width: 240px;
	height: 15px;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #000;
}
dl.contactForm dd input.error{background: #eee;}
dl.contactForm dd textarea{
	width: 240px;
	height: 90px;
	margin: 0;
	padding: 5px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
dl.contactForm dt.long{
	width: 48%;
	float: left;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
}
dl.contactForm dd.submit{
	text-align: left;
	width: 20%;
	text-align: right;
}
div.sorry{
	float: left;
	clear: left;
	width: 100%;
}
div.sorry h3{
	font-size: 1.4em;
	color: #CC0000;
	padding: 20px 0 0 0;
}
div.sorry p{
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0 0 0;
}
div.sorry ul{
	float: left;
	clear: left;
	width: 90%;
	padding: 10px 0 10px 0;
	color: #CC0000;
	list-style: none;
}
div.sorry ul li{
	float: left;
	clear: left;
	width: 100%;
	color: #CC0000;
	padding: 2px 0 2px 10px;
	background: url(../images/li-arrow.gif) no-repeat 0 6px;
}
div.thanks{
	float: left;
	clear: left;
	width: 95%;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px 10px;
}
div.thanks h3{
	font-size: 1.4em;
	color: #000066;
	padding: 0 0 0 0;
}
div.thanks p{
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0 0 0;
}

/* Right Col -------------------- */	
div.rightCol{
	width: 242px;
	float: right;
	padding: 22px 0 10px 10px;
}
div.rightCol div.calc{
	font-size: 0.9em;
}
div.rightCol div.calc big{
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
}
div.rightCol div.calc p{
	padding: 5px 0 3px 0;
}
div.rightCol div.calc dl{
	display: block;
}
div.rightCol div.calc dl form{
	float: left;
	padding: 5px 0 10px 0;
}
div.rightCol div.calc dl dt{
	width: 65px;
	padding: 5px 0 5px 5px;
	float: left;
}
div.rightCol div.calc dl dd{
	width: 165px;
	float: right;
	text-align: right;
	padding: 3px 5px 3px 0;
}
div.rightCol div.calc dl dd input{
	width: 158px;
	padding: 0 0;
	font-size: 1.0em;
}
div.rightCol div.calc dl dd input.error{ background: #eee;}
div.rightCol div.calc dl dt.long{
	width: 238px;
	text-align: right;
	padding-right: 5px;
	padding-top: 7px;
}

div.rightCol div.banners{
	clear: both;
}
div.rightCol div.banners a{ display: block;}
div.rightCol div.banners a img{
	margin: 10px 0 0 0;
}

/* FOOTER */
.footer{
	display: block;
	/*background: #ebebe3;
	border-bottom: 10px solid #ec9f1a;*/
	border-top: 1px solid #2c2c6b;
	padding: 5px 0;
	height: 90px;
	clear: both;
	color: #4d4d4d
}
.footer ul{
	display: block;
	padding: 2px 0;
}
.footer ul li{
	display: inline;
	border-right: 1px solid #4d4d4d;
}
.footer ul.mainMenu{font-weight: bold;}
.footer ul.mainMenu li{padding: 0 5px 0 5px; }
.footer ul.subMenu{font-size: 0.9em; padding: 5px 0;}
.footer ul.subMenu li{padding: 0 5px;}
.footer ul li a{color:#4d4d4d;}
.footer ul li.first{ padding-left: 0 !important; }
.footer ul li.last{border: none;} 
.footer p{ font-size: 0.9em; padding-top: 7px;}

div#bottomLine{
	display: block;
	margin: 10px 0 2px 0;
	background: url(../images/top_line.gif) repeat-x;
	font-size: 0.1px;
	clear: both;
	height: 5px;
	
}


