
/*	design elements	*/

#container {
	border: solid 3px #ccc;
	border-top: 0px;
	
	}

#lhs {
	text-align: center;
	}

#lhs p {
	text-align: left;
	font: 12px/18px arial, sans-serif;
	color: #0055A8;
	padding: 10px;
	}
	
#lhsNav a {
	
	}

.breadcrumb {
	
	}
.breadcrumb a {
	font: bold 12px arial, sans-serif;
	}



#footer p {
	font: 11px arial, sans-serif;
	text-align: center;
	color: #0055A8;
	}
	
	
/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

#lhsNav a {
	background-image: url(/images/bg2.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #E8F0F7;
	display: block;
	padding: 8px;
	padding-left: 40px;
	border-top: solid 1px #EFF5FA;
	border-bottom: solid 1px #D3DAE1;
	}
#lhsNav a:hover {
	text-decoration: none;
	background-color: #BBD3E7;
	background-image: url(/images/bg2a.gif);
	}

#mortgageCalc {
	background-image: url(/images/bg-calc.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}


