@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.fernhamtemplate #container #mainContent p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.fernhamtemplate #container #sidebar1 p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 8pt;
}
.fernhamtemplate #container #mainContent .smallprint {
	font-size: 7pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fernhamtemplate #container #sidebar1 h2 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b60050;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fernhamtemplate #container #sidebar1 h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	font-size: 12px;
}
.fernhamtemplate #container #sidebar1 h1 {
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.fernhamtemplate #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/mainContent_bg.gif);
} 
.fernhamtemplate #header {
	padding: 0px;
	margin: 0px;
} 
.fernhamtemplate #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.fernhamtemplate #mainContent {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 550px;
} 
.fernhamtemplate #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
} 
.fernhamtemplate #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
}
.fernhamtemplate #container #footer a {
	text-decoration: none;
	color: #000000;
}
.fernhamtemplate #container #footer a:hover {
	color: #999999;
}
.fernhamtemplate #container #sidebar1 a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.fernhamtemplate #container #sidebar1 a:hover {
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear: left;
	font-size: 1px;
	padding: 0px;
	width: 0px;
	line-height: 0px;
}
.clearright {
	clear: right;
}
.mainmenubar {
	background-image: url(../images/homesbar.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 22px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 0px;
}
.fernhamtemplate #container #header .mainmenubar a:hover {
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.fernhamtemplate #container #header .mainmenubar a {
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.fernhamtemplate #container #mainContent a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.menulink    {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #666666;
}
.fernhamtemplate #container #mainContent h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
.dividerspace {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 0px;
}
.fernhamtemplate #container #mainContent .new_homes_rows {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.new_homes_text {
	margin-left: 258px;
}
table { border-collapse:collapse; }

tr.row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}
tr.header-row {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}
.fernhamtemplate #container #mainContent h2 {
	font-size: 11pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.fernhamtemplate #container #mainContent h1 {
	color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16pt;
}
.fernhamtemplate  #container  #mainContent .headline  {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #B60050;
}
input { background: #fff; border: solid 1px }
.textfield { width: 200px;}
.text input { color: #781351; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background: #fee3ad; width: 200px; border: solid 1px  }
.submit input {
	background: #d5d4d7;
	margin-left: 18em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #717073;
	border-bottom-color: #717073;
	border-left-color: #CCCCCC;
}
label { width: 14em; float: left; text-align: right; margin-right: 1em; display: block }
.fauxlabel { width: 14em; float: left; text-align: right; margin-right: 1em; display: block }
.homesmenubar {
	color: white;
	font-size: 8.5pt;
	background-color: #717073;
	background-repeat: no-repeat;
	width: 550px;
	height: 20px;
	padding-top: 3px;
	font-weight: normal;
	margin: 0px;
}
.fernhamtemplate #container #mainContent .homesmenubar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.fernhamtemplate #container #mainContent .homesmenubar a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.homesmenulink {
	color: #FFFFFF;
	text-decoration: none;
}
.fernhamtemplate #container #mainContent .left_margin {
	margin-left: 5px;
}
.fernhamtemplate #container #mainContent .top_margin {
	margin-top: 5px;
}
.fernhamtemplate #container #mainContent .bottommargin {
	margin-bottom: 5px;
}
.fernhamtemplate #container #mainContent .rightmmargin {
	margin-right: 5px;
}
.fernhamtemplate #container #mainContent .topleft_margin {
	margin-top: 5px;
	margin-left: 5px;
}
.fernhamtemplate #container #mainContent h3 a {
	text-decoration: none;
	color: #666666;
}
.fernhamtemplate #container #mainContent h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.fernhamtemplate #container #mainContent a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.fernhamtemplate #container #mainContent .housetypeheading {
	height: 60px;
	width: 550px;
	background-color: #b60050;
	margin: 0px;
	padding: 0px;
}

.fernhamtemplate #container #mainContent .propertyofthemonth {
	height: 30px;
	width: 550px;
	background-color: #b60050;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.fernhamtemplate #container #mainContent img .mainpic {
	border: 1px inset #000000;
}
.fernhamtemplate #container #mainContent .housetypeheading .housetype {
	margin-left: 7px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fernhamtemplate #container #mainContent .propertyofthemonth .housetype {
	margin-left: 7px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.red {
	color: #B60050;
	font-size: 18px;
}
