/*----- Global Rules -----*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #e6e4d5 url(../images/background.gif) top left repeat;
	border-top: 5px solid #02763d;
}

a img 
{
	border: none;
}

/*----- Containers -----*/
#container1 {
	position: relative;
	width: 978px;
	margin: 0 auto;
	padding: 0 1px 1px;
	background-color: #89b2f0;
}
#container2 {
	width: 940px;
	padding: 0 18px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	border: 1px solid #fff;
	border-top: none;
}


/*----- Header -----*/
#header {
	position: relative;
	width: 940px;
	height: 105px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#headerLogo {
	position: absolute;
	top: 10px;
	left: 20px;
}
#headerLogo img {
	border: 0;
}

#headerNav {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	font-size: 12px;
	color: #f1edcb;
	text-align: center;
}
#headerNav ul {
	margin: 0;
	_margin-top: 10px; /* IE6 Fix */
	padding: 12px 0;
	_padding: 2px 0; /* IE6 Fix */
	text-align: center;
}
#headerNav li {
	display: inline;
	padding-left: 6px;
	_padding-left: 10px; /* IE6 Fix */
	list-style-type: none;
}
#mainNav li.last, #accessNav li.last {
	background: none;
}
#headerPhone2 {
	position: absolute;
	bottom: 0;
	left: 37px;
	width: 140px;
	height: 20px;
	padding: 5px 0 0 15px;
	background: url(../images/phone2_bg.jpg) top left no-repeat;
}
#headerPhone2 span {
	padding-left: 21px;
	background: url(../images/icon_phone1.jpg) center left no-repeat;
}

/*----- Main & Access Navigations -----*/
#mainNav, #accessNav {
	position: absolute;
	bottom: 0;
	right: 202px;
	width: 475px;
	height: 40px;
	background: url(../images/main_nav_bg.jpg) top left no-repeat;
}
#mainNav ul, #accessNav ul {
	margin: 0;
	_margin-top: 10px; /* IE6 Fix */
	padding: 12px 0;
	_padding: 2px 0; /* IE6 Fix */
	text-align: center;
}
#mainNav li, #accessNav li {
	display: inline;
	padding-left: 6px;
	_padding-left: 10px; /* IE6 Fix */
	list-style-type: none;
	background: url(../images/main_nav_separator.gif) top right repeat-y;
}
#mainNav li.last, #accessNav li.last {
	background: none;
}
#mainNav a, #accessNav a {
	padding: 12px;
	_padding: 2px 9px; /* IE6 Fix */
}
#mainNav a:link, #mainNav a:visited, #accessNav a:link, #accessNav a:visited, #headerNav a:link, #headerNav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active, #accessNav a:hover, #accessNav a:active, #headerNav a:hover, #headerNav a:active  {
	color: #fff;
	text-decoration: underline;
}
#mainNav a.home {
	margin-left: 6px;
	padding-left: 21px;
	background: url(../images/icon_home.jpg) center left no-repeat;
}
#mainNav a.search {
	padding-left: 18px;
	background: url(../images/icon_search.jpg) center left no-repeat;
}
#mainNav a.about {
	padding-left: 17px;
	background: url(../images/icon_about.jpg) center left no-repeat;
}
#mainNav a.mortgages {
	padding-left: 21px;
	background: url(../images/icon_money2.jpg) center left no-repeat;
}
#mainNav a.contact {
	padding-left: 21px;
	background: url(../images/icon_contact.jpg) center left no-repeat;
}
#mainNav a.listwithus 
{
	padding-left: 21px;
	background: url(../images/icon_listwithus.jpg) center left no-repeat;
}
/*----- Access Navigation: Overrides -----*/
#accessNav {
	right: 15px;
	width: 177px;
	background: url(../images/access_nav_bg.jpg) top left no-repeat;
}
#accessNav a.register {
	margin-left: 6px;
	padding-left: 20px;
	background: url(../images/icon_register.jpg) center left no-repeat;
}
#accessNav a.login {
	padding-left: 19px;
	background: url(../images/icon_login.jpg) center left no-repeat;
}
#accessVIP {
	margin: 0 5px 10px 25px;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}
/*----- Content -----*/
#content {
	position: relative;
	width: 940px;
	background: #fff url(../images/content_top.gif) top left no-repeat;
}
#contentContainer {
	padding: 10px;
	background: url(../images/content_bottom.gif) bottom left no-repeat;
}

/*----- Primary Content -----*/
#contentPrimary {
	float: left;
	width: 680px;
}

#contentPrimaryText {
	padding: 15px 0;
}
#contentPrimaryText h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #023000;
}
#contentPrimaryText h3 {
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #023000;
}
#contentPrimaryText p {
	margin: 0 0 10px;
	color: #4c754b;
	line-height: 16px;
}
#contentPrimaryText ul, #contentPrimaryText ol {
	margin-left: 12px;
	color: #4c754b;
}
#contentPrimaryText li {
	margin-bottom: 10px;
}
#contentPrimaryText a:link, #contentPrimaryText a:visited {
	color: #4c754b;
	text-decoration: underline;
}
#contentPrimaryText a:hover, #contentPrimaryText a:active {
	color: #023000;
	text-decoration: underline;
}

#contentFooter {
	padding: 20px 10px 10px;
	font-size: 11px;
	color: #8e8c7c;
	line-height: 14px;
	text-align: center;
}

/*----- Secondary Content -----*/
#contentSecondary {
	float: right;
	width: 230px;
}
#contentSecondary .button {
	text-align: center;
}
#contentSecondary .button img {
	border: 0;
}

/*----- Content that spans full width -----*/
#contentFull 
{
	padding: 0 15px;
}

/*----- Footer -----*/
#footer {
	position: relative;
	width: 940px;
	height: 100px;
	font-size: 11px;
}
#footerLogo {
	position: absolute;
	bottom: 5px;
	left: 20px;
}
#footerLogo img 
{
	padding-right: 3px;
}
#footerText {
	position: absolute;
	bottom: 5px;
	left: 259px;
	color: #fff;
	line-height: 13px;
}
#footerLinks {
	position: absolute;
	top: 25px;
	right: 20px;
	color: #516eae;
}
#footerLinks a {
	padding: 0 2px;
}
#footerLinks a:link, #footerLinks a:visited {
	color: #516eae;
	text-decoration: underline;
}
#footerLinks a:hover, #footerLinks a:active {
	color: #fff;
	text-decoration: underline;
}

/*----- Content Float Fix -----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

