body { 
	font-family: Verdana, Geneva, Arial, SansSerif, Helvetica; 
	font-size: 11px; 
	line-height: 18px; 
	color: #444;
	background: #fff;
	margin: 0px;
	padding: 0px;
	}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #b23d35;
	text-decoration: underline;
}

a:visited {
	color: #641711;
}

a:hover {
	text-decoration: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#homeHeader {
	float: none;
	width: 750px;
	z-index: 1;
}

#navBar {
	background: #3e3e3e;
	padding: 3px 0px;
	z-index: 1;
}

#nav {
	float: left;
	margin-left: 225px;
	*margin-left: 115px;
}

#navBar>#nav {
	*margin-left: 225px;
}

#nav ul {
	list-style: none;
	position: absolute;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #fff;
	float: left;
}

#nav ul li {
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 15px;
	border-right: 1px solid #fff;
}

a.sideNav {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.sideNav:hover {
	color: #ccc;
}

a.sideNavOn {
	text-decoration: none;
	font-weight: bold;
}

a.sideNavOn:hover {
	color: #ccc;
}

#homeLeftCol {
	width: 171px;
	margin: -270px 0px 0px 36px;
	*margin: -270px 0px 0px 16px;
	position: relative;
	z-index: 100;
	float: left;
}

#page>#homeLeftCol {
	*margin: -270px 0px 0px 36px;
}

#leftCol {
	width: 171px;
	margin: -130px 0px 0px 36px;
	*margin: -130px 0px 0px 16px;
	position: relative;
	z-index: 100;
	float: left;
}

#page>#leftCol {
	*margin: -130px 0px 0px 36px;
}

#homeCallouts {
	padding: 5px 0px;
	border: 1px solid #000;
	background: url(../images/calloutBG.gif) repeat-y top center;
}

.calloutText {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin: 0px 8px 8px 8px;
	padding: 5px 0px 10px 0px;
	text-align: right;
	border-bottom: 1px solid #fff;
}

#leftText {
	margin: 20px 0px;
	padding: 10px;
	background: #eaeff3;
	text-align: left;
	font-variant: small-caps;
	color: #b23d35;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	display: none;
}

#secNav {
	margin: 0px;
	padding: 0px;
	background: #eaeff3;
	text-align: left;
	color: #b23d35;
}

#secNav ul {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#secNav ul ul {
	padding: 0px 0px 5px 0px;
}

#secNav ul li a:link, #secNav ul li a:visited, #secNav ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}

#secNav ul ul li a:link, #secNav ul ul li a:visited, #secNav ul ul li a:hover {
	padding: 1px 25px;
	color: #3e3e3e;
}

#secNav ul ul li a:visited {
	color: #000;
}

#secNav ul li a:visited {
	color: #7d1f19;
}

#secNav ul li a:hover {
	background: #fff;
}

#secNav ul li a.on {
	color: #3e3e3e;
}

#homeMain {
	float: right;
	width: 490px;
	padding: 15px 20px;
}

#main {
	float: right;
	width: 540px;
	padding: 0px;
}

#breadCrumbs {
	padding: 0px 0px;
	font-size: 10px;
}

#content {
	padding: 10px 25px;
}

#content h1, #homeMain h1 {
	margin: 5px 0px;
	padding: 5px 0px;
	color: #b23d35;
	border-bottom: 1px solid #b23d35;
	font-family: "Times New Roman", times, serif;
	line-height: 25px;
	font-size: 26px;
	*font-size: 20px;
}

#detailsHeader {
	color: #b23d35;
	border-bottom: 1px solid #b23d35;
	font-family: "Times New Roman", times, serif;
	line-height: 25px;
	font-weight: bold;
	height: 42px;
}

.detailsAddress {
	font-size: 26px;
	*font-size: 20px;
	float: left;
	padding-top: 18px;
}

.detailsCity {
	font-size: 14px;
	*font-size: 12px;
	line-height: 14px;
	float: left;
	padding: 27px 6px 0px 6px;
}

.detailsPrice {
	font-size: 14px;
	*font-size: 12px;
	float: right;
	font-weight: bold;
	line-height: 14px;
	padding: 0px 10px;
	text-align: right;
}

#realtorInfo {
	padding: 5px;
	background: #ccc;
	float: right;
	text-align: right;
	color: #b23d35;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
	border: 1px solid #000;
}

#topFooter {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding: 2px 0px;
	text-align: center;
}

#topFooter a:link, #topFooter a:visited, #topFooter a:hover {
	color: #444;
	text-decoration: none;
	padding: 0px 10px;
}

#topFooter a:visited {
	color: #555;
}

#topFooter a:hover {
	text-decoration: underline;
}

#bottomFooter {
	background: #3e3e3e;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding: 2px 0px;
	text-align: center;
}