* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #7F7B6F;
	font-family: Times, "Times New Roman", serif;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #6B7465;
}

a.external {
	background-image: url(../images/general/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color:  #3A79BE;
	text-decoration: underline;
}

/* PAGE STRUCTURE */

#wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 0 15px 0;
	width: 639px;
}

#content {
	background-color: #fff;
	color: #000;
	float: left;
	font-size: .85em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 15px;
	text-align: justify;
	width: 609px;
}

#left {
	float: left;
	overflow: hidden;
	padding: 0 15px 0 0;
	width: 208px;
}

#right {
	float: left;
	width: 386px;
}


/* NAVIGATION */

#nav-left, #nav-right {
	background-color: #DCD8CC;
	border: 2px solid #4F593D;
	border-left: 0;
	border-right: 0;
	color: #526D93;
	float: left;
	height: 40px;
	overflow: hidden;
	width: 639px;
}

#nav-right {
	border-right: 0;
	width: 282px;
}

#nav-right h2 {
	background: url(../images/headers/nav-h2.gif) transparent no-repeat top left;
	float: left;
	height: 40px;
	text-indent: -6000px;
	width: 77px;
}

#nav-left ul, #nav-right ul {
	font-weight: bold;
	font-size: 12px;
	float: left;
	position: relative;
	left: 14px;
	width: 639px;
}

#nav-right ul {
	width: 204px;
	left: 3px;
}

#nav-left li, #nav-right li {
	background-image: none;
	display: inline;
	float: left;
	height: 13px;
	line-height: 12px;
	list-style-type: none;
	padding: 5px 100px 0 0;
	white-space: nowrap;
}

#nav-left ul li.end-item {
	padding: 5px 0 0 0;
}

#nav-right li {
	padding: 5px 12px 0 0;
}	

#nav-left li a, #nav-right li a {
	color: navy;
	text-decoration: none;
}

#nav-left li#current, #nav-right li#current  {
	color: #DF3552;
}

#nav-left li a:hover, #nav-right li a:hover {
	text-decoration: underline;
	color: #437045;
}

/* HEADERS */

#print-header {
	display: none;
}

#print-header img {
	float: left;
	height: 0;
	width: 0;
}

h1, h1 a {
	background: url(../images/headers/h1-index.jpg) transparent no-repeat top right;
	float: right;
	height: 122px;
	text-indent: -6000px;
	width: 639px;
}

h1 a { background: none; width: 212px;}

h1.about {background: url(../images/headers/h1-about.jpg) transparent no-repeat top right;}
h1.calculator {background: url(../images/headers/h1-calculator.jpg) transparent no-repeat top right;}
h1.contact {background: url(../images/headers/h1-contact.jpg) transparent no-repeat top right;}
h1.info {background: url(../images/headers/h1-info.jpg) transparent no-repeat top right;}
h1.listings {background: url(../images/headers/h1-listings.jpg) transparent no-repeat top right;}
h1.stats {background: url(../images/headers/h1-stats.jpg) transparent no-repeat top right;}
h1.weather {background: url(../images/headers/h1-weather.jpg) transparent no-repeat top right;}


#content h2 {
	font-size: 1.5em;
	padding: 0 0 10px 0;
	text-align: center;
}

#left h2 {
	text-align: left;
}

#left h3 {
	font-size: 1em;
	padding: 0 0 0 0;
}

#right h3 {
	font-size: 1.1em;
}

/* TEXT */

#content p {
	padding: 0 0 20px 0;
}

#content p.note {
	font-size: .95em;
}

#content ul {
	padding: 0 0 15px 15px;
}

#content ul li {
	list-style-type: square;
}

#left p.caption {
	float: left;
	font-size: .9em;
	padding: 0;
	position: relative;
	top: -10px;
	text-align: center;
	width: 200px;
}

/* pull quote styles */

#left div.quote {
	background-color: #EFECE5;
	border: 2px solid #4F593D;
	line-height: 1.5em;
	padding: 10px 0;
}

#left div.quote p {
	text-align: justify;
	padding: 0 10px 10px 10px;
}

#left div.quote span {
	color: #000;
	float: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0 3px 0 0;
	position: relative;
	top: 1px;
}

#left div.quote span.end {
	float: none;
	padding: 0 3px 0 0;
}

/* weather table */

#weather-stats {
	border: 1px solid #666;
	border-bottom: 0;
	border-left: 0;
	color: #000;
	margin: 0 0 10px 0;
	text-align: center;
}

#weather-stats td {
	border: 1px solid #666;
	border-right: 0;
	border-top: 0;
	padding: 2px;
}

/* calculator table */

.mortgage-calc {
	position: relative;
	top: -5px;
}

.mortgage-calc td {
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	padding: 5px;
}

.mortgage-calc td.calc-left {
	width: 70px;
}

.mortgage-calc td.calc-right {
	border-right: 0;
}

/* mls iframe */

#content iframe {
	background-color: transparent;
	border: 0;
	height: 750px;
	width: 609px;
}


/* IMAGES */

img.left {
	border: 1px solid #526D93;
	float: left;
	margin: 2px 15px 15px 0;
}

#left img.left {
	margin: 2px 0 15px 0;
}

img#flash-replace {
	display: none;
}

/* FOOTER */

#footer {
	background-color: #DCD8CC;
	border-top: 2px solid #4F593D;
	border-bottom: 2px solid #4F593D;
	color: #526D93;
	float: left;
	height: 60px;
	padding: 3px 15px;
	width: 609px;
}

#footer p {
	float: left;
	font-size: 11px;
}

#footer p.right {
	float: right;
	text-align: right;
}
