

/*-------BASIC STRUCTURE----------*/

p, a:link, a:visited, a:hover, a:active, a:focus, a, fieldset, form, div, label, ol, ul, li, img, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	outline:none;
	border: 0px;
}


body {
	text-align: center; /*hack: centers the wrapper on IE6. Fix alignment for other browsers in the wrapper div.*/
	min-width: 622px; /*hack: add min-width to make Netscape compliant*/
	font-size: 62.5%; /* This is to make 1em equal 10 pixels */
	font-family:"Myriad Pro", "Arial Narrow", "Helvetica Condensed", Arial, Myriad, Verdana, Geneva, Helvetica, sans-serif;
	background:#f2eacb url(../images/bg-tile.gif);
}

div#wrapper {
	width: 922px;
	margin: 0 auto;  /*centering the wrapper in modern browsers*/
	text-align: left; /*fixing text alignment that was altered in body for the IE6 hack*/
	position: relative; /*needs to be relative so that violator can be positioned absolutely*/
}

div#header {
	height:135px;
	margin-top:20px;
	background:url(../images/sidebar2-foot.gif) repeat-y;
}

div#header img {
	padding-left: 12px;
}

div#secondarycolumn {
	float:left;
	width:265px; /*There is a 3px gap between secondarycolumn and maincolumn */
	margin-left:12px; /*Centering layout left 12 pixels of space to the left in the wrapper. */
	position:relative;
	border-top: 3px solid #222439;
}

div#maincolumn {
	width: 627px; 
	float: right;
	margin-right: 15px; /*Centering layout left 12 pixels of space to the right in the wrapper. Add 3 more pixels for blue border.*/
	margin-top:3px;
}
div.imageblock {
	background-color:#222439;
}
div#maincolumn div.textblock {
	width:587px; /* Plus 20px padding on each side... all together it equals width of the maincolumn.*/
	padding: 15px 20px 0px 20px;
	background:url(../images/gradient-greencream.jpg) repeat-x #fff9df;
	font-size: 1.5em;
	line-height: 1.5em;
	min-height:199px;
}

div#maincolumn div.textblock1 {
	width:587px; /* Plus 20px padding on each side... all together it equals width of the maincolumn.*/
	padding: 15px 20px 0px 20px;
	background-color:#dee0aa;
	background-image:none;
	font-size: 1.5em;
	line-height: 1.5em;
	min-height:199px;
}

div#maincolumn div.textblock h1.none,
div#maincolumn div.textblock1 h1.none,
div#maincolumn div.textblock3 h1.none,
div#maincolumn div#semicustom-header h1.none { /*h1 was added to HTML for SEO purposes. However, there isn't always actually a headline on every page. */
	position: absolute;
	left:-1000em;
	top:0em;
}

div#maincolumn div.textblock p,
div#maincolumn div.textblock1 p,
div#maincolumn div.textblock3 p {
	padding-bottom: 15px;
}
body#home div#maincolumn div.textblock span,
body#page-designcenter div#maincolumn div.textblock span,
body#page-semicustom div#maincolumn div.textblock span,
body#home div#maincolumn div.textblock1 span,
body#page-designcenter div#maincolumn div.textblock1 span,
body#page-semicustom div#maincolumn div.textblock1 span {
	color:#80141b;
	font-size: 1.3em;
	font-weight:normal;
}

div#maincolumn div.textblock h2,
div#maincolumn div.textblock1 h2,
div#maincolumn div.textblock3 h2,
div#maincolumn div#semicustom-header h2,
div#maincolumn table caption {
	color:#80141b;
	font-size: 1.3em;
	font-weight:normal;
	margin-bottom:10px;
}

div#wrapperinside {
	background:url(../images/sidebar2.gif) repeat-y; /*This adds the red bar along the side of the layout. Also adds blue background behind content.*/
	margin-top:5px;
}

div#footer {
	clear: both;
	height: 13px;
	background: url(../images/sidebar2-foot.gif) repeat-y;
}

div#wrapper p#copyright {
	margin-left: 12px;
	position: relative;
	top: 15px;
}
div#wrapper p#facebook {
	position: relative;
	left:838px;
	top:3px;
}


/*---------------SET UP SECONDARY COLUMN------------------*/
body#home div#secondarycolumn,
body#page-contact div#secondarycolumn {
	background:url(../images/lifestyle-home.jpg) no-repeat;
}

body#page-whymdh div#secondarycolumn,
body#page-partners div#secondarycolumn {
	background:url(../images/lifestyle-whymdh.jpg) no-repeat;
}

body#page-designcenter div#secondarycolumn,
body#page-semicustom div#secondarycolumn,
body#page-custom div#secondarycolumn,
body#page-lots div#secondarycolumn,
body#page-thanks div#secondarycolumn {
	background:url(../images/lifestyle-letsbuild.jpg) no-repeat;					
}

body#page-currentlistings div#secondarycolumn {
	background:url(../images/lifestyle-currentlistings.jpg) no-repeat;					
}

body#page-news div#secondarycolumn {
	background:url(../images/lifestyle-news.jpg) no-repeat;					
}


/*---------------SET UP MAIN NAVIGATION-------------------*/

div#secondarycolumn ul#mainnav {
	margin-top: 16px;
	list-style-type: none;
}

div#secondarycolumn ul#mainnav a:link,
div#secondarycolumn ul#mainnav a:visited,
div#secondarycolumn ul#mainnav a:hover,
div#secondarycolumn ul#mainnav a:active {
	width: 170px;
	height: 21px;
	display: block;
	background:#f7f4e7 url(../images/nav-stripes.gif) no-repeat top left;
	text-decoration:none;
	margin-bottom: 5px;
	padding-left:12px;
	font-size: 1.4em;
	line-height: 21px;
	color:#222439;
}

div#secondarycolumn ul#mainnav a:hover,
div#secondarycolumn ul#mainnav a:active {
	background:#f9edce url(../images/nav-stripes.gif) no-repeat top left;
	color:#2e4a12;
}

body#page-whymdh div#secondarycolumn ul#mainnav a#nav-whymdh,
body#page-currentlistings div#secondarycolumn ul#mainnav a#nav-currentlistings,
body#page-news div#secondarycolumn ul#mainnav a#nav-news, 
body#page-contact div#secondarycolumn ul#mainnav a#nav-contact {
	background:#fae7bb url(../images/nav-stripes.gif) no-repeat top left;
	color: #2e4a12;
}

/*---------------SUB NAVIGATION--------------------*/
div#secondarycolumn ul#mainnav ul.subnav {
	margin-top: 0px;
	margin-bottom:0px;
	list-style-type: none;
}

div#secondarycolumn ul#mainnav ul.subnav a:link,
div#secondarycolumn ul#mainnav ul.subnav a:visited {
	width: 162px;
	height: 21px;
	display: block;
	text-decoration:none;
	margin-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:15px;
	font-size: 1.2em;
	line-height: 21px;
	color:#222439;
	border-bottom:1px solid #c8c1b8;
	background-color:#f7f4e7;
	background-image:none;
	font-style:italic;
}

div#secondarycolumn ul#mainnav ul.subnav a:hover,
div#secondarycolumn ul#mainnav ul.subnav a:active {
	width: 162px;
	height: 21px;
	display: block;
	text-decoration:none;
	margin-left: 5px;
	margin-bottom:0px;
	padding-left:15px;
	font-size: 1.3em;
	line-height: 21px;
	background-color:#f9edce;
	background-image:none;
	color:#2e4a12;
	font-style:italic;
	border-bottom: 1px solid #c8c1b8;
}

div#secondarycolumn ul#mainnav ul.subnav a#nav-lots:link,
div#secondarycolumn ul#mainnav ul.subnav a#nav-lots:visited,
div#secondarycolumn ul#mainnav ul.subnav a#nav-lots:hover,
div#secondarycolumn ul#mainnav ul.subnav a#nav-lots:active {
	margin-bottom:5px;
}

body#page-designcenter div#secondarycolumn ul#mainnav a#nav-letsbuild:link,
body#page-designcenter div#secondarycolumn ul#mainnav a#nav-letsbuild:visited,
body#page-designcenter div#secondarycolumn ul#mainnav a#nav-letsbuild:hover,
body#page-designcenter div#secondarycolumn ul#mainnav a#nav-letsbuild:active,
body#page-custom div#secondarycolumn ul#mainnav a#nav-letsbuild:link,
body#page-custom div#secondarycolumn ul#mainnav a#nav-letsbuild:visited,
body#page-custom div#secondarycolumn ul#mainnav a#nav-letsbuild:hover,
body#page-custom div#secondarycolumn ul#mainnav a#nav-letsbuild:active,
body#page-semicustom div#secondarycolumn ul#mainnav a#nav-letsbuild:link,
body#page-semicustom div#secondarycolumn ul#mainnav a#nav-letsbuild:visited,
body#page-semicustom div#secondarycolumn ul#mainnav a#nav-letsbuild:hover,
body#page-semicustom div#secondarycolumn ul#mainnav a#nav-letsbuild:active,
body#page-lots div#secondarycolumn ul#mainnav a#nav-letsbuild:link,
body#page-lots div#secondarycolumn ul#mainnav a#nav-letsbuild:visited,
body#page-lots div#secondarycolumn ul#mainnav a#nav-letsbuild:hover,
body#page-lots div#secondarycolumn ul#mainnav a#nav-letsbuild:active,
body#page-thanks div#secondarycolumn ul#mainnav a#nav-letsbuild:link,
body#page-thanks div#secondarycolumn ul#mainnav a#nav-letsbuild:visited,
body#page-thanks div#secondarycolumn ul#mainnav a#nav-letsbuild:hover,
body#page-thanks div#secondarycolumn ul#mainnav a#nav-letsbuild:active {
	margin-bottom:0px;
	border-bottom:1px solid #2e4a12;
	background:#fae7bb url(../images/nav-stripes.gif) no-repeat top left;
	color: #2e4a12;
}

body#page-designcenter div#secondarycolumn ul#mainnav ul.subnav a#nav-designcenter,
body#page-semicustom div#secondarycolumn ul#mainnav ul.subnav a#nav-semicustom,
body#page-custom div#secondarycolumn ul#mainnav ul.subnav a#nav-custom,
body#page-lots div#secondarycolumn ul#mainnav ul.subnav a#nav-lots {
	background:#fae7bb url(../images/nav-subpointer.gif) no-repeat left center;
	margin-left: 0px;
	padding-left:20px;
	color: #2e4a12;
	font-size: 1.3em;
}
	

/*------------SET UP GUARANTEES BLOCK---------------*/

div#secondarycolumn ul#guarantees {
	margin-top: 412px;
	padding-top: 3px;
	list-style-type:none;
	min-height:76px;
	width:265px;
	background-color:#2e4a12;
	font-weight: bold;
}
body#page-thanks div#secondarycolumn ul#guarantees {
	background-color:#2E4A12;
	font-weight:bold;
	list-style-type:none;
	margin-top:323px;
	min-height:76px;
	padding-top:3px;
	width:265px;
}
body#page-designcenter div#secondarycolumn ul#guarantees,
body#page-custom div#secondarycolumn ul#guarantees,
body#page-semicustom div#secondarycolumn ul#guarantees,
body#page-lots div#secondarycolumn ul#guarantees {
	margin-top: 323px;
	padding-top: 3px;
	list-style-type:none;
	min-height:76px;
	width:265px;
	background-color:#2e4a12;
}

div#secondarycolumn ul#guarantees a:link,
div#secondarycolumn ul#guarantees a:visited {
	width:227px;/* 227px width plus 38px left padding equals width of the secondarycolumn, 265px*/
	height: 21px;
	padding-left:38px;
	display: block;
	text-decoration:none;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 21px;
	background:#fae7bb url(../images/checkbox.gif) no-repeat 14px 0px;
	color:#222439;
	margin: 0px 0px 0px 0px;
}
div#secondarycolumn ul#guarantees a:hover,
div#secondarycolumn ul#guarantees a:active {
	width:227px;/* 227px width plus 38px left padding equals width of the secondarycolumn, 265px*/
	height: 21px;
	padding-left:38px;
	display: block;
	text-decoration:underline;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 21px;
	background:#fae7bb url(../images/checkbox.gif) no-repeat 14px 0px;
	color:#222439;
	margin: 0px 0px 0px 0px;
}

div#secondarycolumn ul#guarantees a#guar-top {
	padding-top: 5px;
	background:#fae7bb url(../images/checkbox.gif) no-repeat 14px 3px; /*Move the check box down 3 pixels to compensate for the added border.*/
}

div#secondarycolumn ul#guarantees a#guar-bottom {
	padding-bottom: 5px;
}



/*------------SET UP CONTENT FOR SIDEBAR-----------------*/
div#wrapperinside div#secondarycolumn div#sidebarcontent h2 { /*Midwest Design Center and Mortgage Calc*/
	color:#80141b;
	font-size: 1.9em;
	font-weight:normal;
	padding: 15px 0px 0px 15px;
}

div#wrapperinside div#secondarycolumn div#sidebarcontent h3 { /*Hours and Location*/
	color:#80141b;
	font-size: 1.7em;
	font-weight:normal;
	padding: 0px 0px 5px 15px;
}

div#wrapperinside div#secondarycolumn div#sidebarcontent ul {
	margin: 0px 8px 10px 15px;
	list-style-type:none;
	font-size: 1.5em;
}

div#secondarycolumn div#sidebarcontent {
		width:265px;
		border-top:3px #222439 solid;
}

div#secondarycolumn div#sidebarcontent div#map {
	margin-left: 15px;
	padding-bottom: 20px;
	width: 230px;
	height: 140px;
}

div#secondarycolumn div#sidebarcontent div#map img {
	border: solid 2px #2e4a12;
}
div#footer {
	position:relative;
}
div#footer img#sign {
	position: absolute;
	top:-177px;
	left:12px;
	border-top: 3px #222439 solid;
}
/*-----------------SET UP MAIN COLUMN--COMMON RULES----------------------*/
div#maincolumn div.textblock img {
	float: left;
	margin-right: 15px;
}
div#maincolumn div.imageblock a#img1 {
	float: left;
	margin-right: 3px;
}
div#maincolumn div.imageblock a#img2,
div#maincolumn div.imageblock a#img4 {
	float: right;
}
/*-----------------SET UP MAIN COLUMN--HOME PAGE---------------------*/
body#home div#wrapper div#maincolumn div#flash {
    width: 627px;  
    height: 413px;
	margin-bottom:3px;
}

/*-----------------SET UP MAIN COLUMN--DESIGN CENTER---------------------*/

body#page-designcenter div#maincolumn div.textblock {
	min-height: 584px;
}
body#page-designcenter div#maincolumn div#testimonials p {
	background-color:#fae7bb;
	border:3px solid #2e4a12;
	width:322px;
	min-height:138px;
	float:left;
	color:#222439;
	font-style:italic;
	font-size:1.4em;
	padding:15px;
	margin-top:3px;
}
body#page-designcenter div#maincolumn div#testimonials > p:first-child {
	width:235px;
	border-right:none;
}
body#page-designcenter div#maincolumn div#testimonials p span {
	float:right;
	color:#2e4a12;
	font-style:italic;
	display:block;
}
div#maincolumn div.imageblock a#img4 {
	display:inline;
}
/*-----------------SET UP MAIN COLUMN--SEMI CUSTOM LANDING PAGE---------------------*/
body#page-semicustom div#maincolumn div.textblock img#img4 {
	float: right;
	margin-left: 15px;
}

body#page-semicustom table {
	border-collapse: collapse;
	width: 623px;
	border-left: 3px solid #2E4A12;
	border-top: 3px solid #2E4A12;
	margin-left:3px;
	margin-top:6px;
}

body#page-semicustom caption {
	position:absolute;
	top: -1000em;
	left: -1000em;
}

tr a:hover {
	background-color:#3d80df;
	color: #fff;
}
body#page-semicustom div#maincolumn table tr td {
	border-right: 3px solid #2E4A12;
	border-bottom: 3px solid #2E4A12;
	position:relative;
	width:207px;
	height:131px;
	vertical-align:top;
}
body#page-semicustom div#maincolumn table tr td a:link,
body#page-semicustom div#maincolumn table tr td a:visited {
	display:block;
	position:absolute;
	width:194px; /*Plus 10px left padding equals width of the td...minus 3px for right border*/
	height:23px; /*Plus 100px top padding equals height of the td...minus 3px for bottom border*/
	padding-left:10px;
	padding-top: 105px;
	color:#80141b;
	font-size:1.5em;
	text-decoration:none;
}
body#page-semicustom div#maincolumn table tr td a:hover,
body#page-semicustom div#maincolumn table tr td a:active {
	display:block;
	position:absolute;
	width:194px; /*Plus 10px left padding equals width of the td...minus 3px for right border*/
	height:23px; /*Plus 100px top padding equals height of the td...minus 3px for bottom border*/
	padding-left:10px;
	padding-top: 105px;
	color:#80141b;
	font-size:1.5em;
	text-decoration:underline;
}
body#page-semicustom div#maincolumn table tr td a span {
	color:#222439;
	font-size:.9em;
	padding-left:4px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1a:link,
body#page-semicustom div#maincolumn table tr td a#briarwood1a:visited {
	background:url(../semi-custom/briarwood-1a/briarwood-1a-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1a:hover,
body#page-semicustom div#maincolumn table tr td a#briarwood1a:active {
	background:url(../semi-custom/briarwood-1a/briarwood-1a-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1b:link,
body#page-semicustom div#maincolumn table tr td a#briarwood1b:visited {
	background:url(../semi-custom/briarwood-1b/briarwood-1b-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1b:hover,
body#page-semicustom div#maincolumn table tr td a#briarwood1b:active {
	background:url(../semi-custom/briarwood-1b/briarwood-1b-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1c:link,
body#page-semicustom div#maincolumn table tr td a#briarwood1c:visited {
	background:url(../semi-custom/briarwood-1c/briarwood-1c-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood1c:hover,
body#page-semicustom div#maincolumn table tr td a#briarwood1c:active {
	background:url(../semi-custom/briarwood-1c/briarwood-1c-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood2:link,
body#page-semicustom div#maincolumn table tr td a#briarwood2:visited {
	background:url(../semi-custom/briarwood-2/briarwood-2-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood2:hover,
body#page-semicustom div#maincolumn table tr td a#briarwood2:active {
	background:url(../semi-custom/briarwood-2/briarwood-2-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood3:link,
body#page-semicustom div#maincolumn table tr td a#briarwood3:visited {
	background:url(../semi-custom/briarwood-3/briarwood-3-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#briarwood3:hover,
body#page-semicustom div#maincolumn table tr td a#briarwood3:active {
	background:url(../semi-custom/briarwood-3/briarwood-3-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#evergreen:link,
body#page-semicustom div#maincolumn table tr td a#evergreen:visited {
	background:url(../semi-custom/evergreen/evergreen-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#evergreen:hover,
body#page-semicustom div#maincolumn table tr td a#evergreen:active {
	background:url(../semi-custom/evergreen/evergreen-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#hickory:link,
body#page-semicustom div#maincolumn table tr td a#hickory:visited {
	background:url(../semi-custom/hickory/hickory-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#hickory:hover,
body#page-semicustom div#maincolumn table tr td a#hickory:active {
	background:url(../semi-custom/hickory/hickory-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#hillcrest:link,
body#page-semicustom div#maincolumn table tr td a#hillcrest:visited {
	background:url(../semi-custom/hillcrest/hillcrest-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#hillcrest:hover,
body#page-semicustom div#maincolumn table tr td a#hillcrest:active {
	background:url(../semi-custom/hillcrest/hillcrest-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#maple1:link,
body#page-semicustom div#maincolumn table tr td a#maple1:visited {
	background:url(../semi-custom/maple-1/maple-1-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#maple1:hover,
body#page-semicustom div#maincolumn table tr td a#maple1:active {
	background:url(../semi-custom/maple-1/maple-1-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#maple2:link,
body#page-semicustom div#maincolumn table tr td a#maple2:visited {
	background:url(../semi-custom/maple-2/maple-2-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#maple2:hover,
body#page-semicustom div#maincolumn table tr td a#maple2:active {
	background:url(../semi-custom/maple-2/maple-2-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#marion1:link,
body#page-semicustom div#maincolumn table tr td a#marion1:visited {
	background:url(../semi-custom/marion-1/marion-1-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#marion1:hover,
body#page-semicustom div#maincolumn table tr td a#marion1:active {
	background:url(../semi-custom/marion-1/marion-1-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#marion2:link,
body#page-semicustom div#maincolumn table tr td a#marion2:visited {
	background:url(../semi-custom/marion-2/marion-2-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#marion2:hover,
body#page-semicustom div#maincolumn table tr td a#marion2:active {
	background:url(../semi-custom/marion-2/marion-2-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#marion3:link,
body#page-semicustom div#maincolumn table tr td a#marion3:visited {
	background:url(../semi-custom/marion-3/marion-3-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#marion3:hover,
body#page-semicustom div#maincolumn table tr td a#marion3:active {
	background:url(../semi-custom/marion-3/marion-3-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#pine:link,
body#page-semicustom div#maincolumn table tr td a#pine:visited {
	background:url(../semi-custom/pine/pine-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#pine:hover,
body#page-semicustom div#maincolumn table tr td a#pine:active {
	background:url(../semi-custom/pine/pine-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#redwood:link,
body#page-semicustom div#maincolumn table tr td a#redwood:visited {
	background:url(../semi-custom/redwood/redwood-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#redwood:hover,
body#page-semicustom div#maincolumn table tr td a#redwood:active {
	background:url(../semi-custom/redwood/redwood-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#scenic:link,
body#page-semicustom div#maincolumn table tr td a#scenic:visited {
	background:url(../semi-custom/scenic/scenic-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#scenic:hover,
body#page-semicustom div#maincolumn table tr td a#scenic:active {
	background:url(../semi-custom/scenic/scenic-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#silvermaple:link,
body#page-semicustom div#maincolumn table tr td a#silvermaple:visited {
	background:url(../semi-custom/silvermaple/silvermaple-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#silvermaple:hover,
body#page-semicustom div#maincolumn table tr td a#silvermaple:active {
	background:url(../semi-custom/silvermaple/silvermaple-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#valleywooda:link,
body#page-semicustom div#maincolumn table tr td a#valleywooda:visited {
	background:url(../semi-custom/valleywood-a/valleywood-a-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#valleywooda:hover,
body#page-semicustom div#maincolumn table tr td a#valleywooda:active {
	background:url(../semi-custom/valleywood-a/valleywood-a-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#valleywoodb:link,
body#page-semicustom div#maincolumn table tr td a#valleywoodb:visited {
	background:url(../semi-custom/valleywood-b/valleywood-b-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#valleywoodb:hover,
body#page-semicustom div#maincolumn table tr td a#valleywoodb:active {
	background:url(../semi-custom/valleywood-b/valleywood-b-th.gif) no-repeat center -129px;
}
body#page-semicustom div#maincolumn table tr td a#willow:link,
body#page-semicustom div#maincolumn table tr td a#willow:visited {
	background:url(../semi-custom/willow/willow-th.gif) no-repeat center 0px;
}
body#page-semicustom div#maincolumn table tr td a#willow:hover,
body#page-semicustom div#maincolumn table tr td a#willow:active {
	background:url(../semi-custom/willow/willow-th.gif) no-repeat center -129px;
}
/*------------ SEMI CUSTOM HOME SUB-PAGE ------------------*/
body#page-semicustom div#maincolumn div#previoushome {
	float:left;
	width:95px;
	font-size:0.8em;
	line-height:1.3em;
	color:#2e4a12;
}
body#page-semicustom div#maincolumn div#nexthome {
	float:right;
	width:95px;
	font-size:0.8em;
	line-height:1.3em;
	text-align:right;
	color:#2e4a12;
}
body#page-semicustom div#maincolumn div#currenthome {
	float:left;
	width:390px; /*195 width plus 195 right padding = 390 total width.*/
}
body#page-semicustom div#maincolumn div#currenthome img {
	float:right;
	border: 3px solid #2e4a12;
}
body#page-semicustom div#maincolumn div#currenthome p {
	margin-top: 10px;
}
body#page-semicustom div#maincolumn div#currenthome a:link,
body#page-semicustom div#maincolumn div#currenthome a:visited,
body#page-whymdh div#maincolumn div.textblock3 a:link,
body#page-whymdh div#maincolumn div.textblock3 a:visited,
body#page-news div#maincolumn ul a:link,
body#page-news div#maincolumn ul a:visited {
	text-decoration:none;
	color: #222439;
}
body#page-news div#maincolumn ul {
	margin-bottom: 20px;
}
body#page-semicustom div#maincolumn div#currenthome a:hover,
body#page-semicustom div#maincolumn div#currenthome a:active,
body#page-whymdh div#maincolumn div.textblock3 a:hover,
body#page-whymdh div#maincolumn div.textblock3 a:active,
body#page-news div#maincolumn ul a:hover,
body#page-news div#maincolumn ul a:active,
body#page-currentlistings div#maincolumn a:link,
body#page-currentlistings div#maincolumn a:visited,
body#page-currentlistings div#maincolumn a:hover,
body#page-currentlistings div#maincolumn a:active {
	text-decoration:underline;
	color: #2e4a12;
}
body#page-semicustom div#maincolumn div#previoushome a {
	color:#2e4a12;
	padding-left: 15px;
	font-size: 1.2em;
	background:url(../images/arrow-prev.gif) no-repeat;
}
body#page-semicustom div#maincolumn div#plans a {
	color:#2e4a12;
	padding-left: 15px;
	background:url(../images/arrow-prev.gif) no-repeat;
}
body#page-semicustom div#maincolumn div#nexthome a {
	color:#2e4a12;
	padding-right: 15px;
	font-size: 1.2em;
	background:url(../images/arrow-next.gif) no-repeat right;
}
body#page-semicustom div#maincolumn div#currenthome h2 {
	margin-bottom: 0px;
	padding-bottom:0px;
}
body#page-semicustom div#maincolumn ul {
	list-style-type:none;
}
div#maincolumn div#semicustom-header {
	width:592px; /* Plus 20px padding on each side... all together it equals width of the maincolumn.*/
	padding: 15px 20px 0px 15px;
	background-color:#FFF;
	background:url(../images/gradient-greenwhite.jpg) repeat-x #FFF;
	border-top:3px solid #2e4a12;
	font-size: 1.5em;
	line-height: 1.4em;
	min-height: 1200px;
}
body#page-semicustom div#maincolumn div#plans img {
	margin: 10px 0px;
}
body#page-semicustom div#maincolumn table caption {
	color:#fff;
	font-size:1.5em;
}

/*----------WHY MDH?-----------*/
div#maincolumn div#footer img {
	clear:left;
}
body#page-whymdh div#maincolumn div.textblock {
	min-height: 1280px;
}
body#page-whymdh div#maincolumn table {
	clear:right;
	border-collapse: collapse;
	width: 590px;
	border: 1px solid #222439;
	margin-bottom: 20px;
}
body#page-whymdh div#maincolumn table ul li {
	list-style-type:disc;
	background-image:none;
	padding-left:0px;
	margin-left:15px;
}
body#page-whymdh div#maincolumn table caption {
	text-align:left;
}
body#page-whymdh div#maincolumn table col {
	border-right: 1px solid #222439;
}

body#page-whymdh div#maincolumn table col#typicalCol {
	border: none;
}

body#page-whymdh div#maincolumn table thead {
	color:#fff;
	font-size: 1.1em;
}

body#page-whymdh div#maincolumn table th {
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	background-color: #222439;
}

body#page-whymdh div#maincolumn table #categoryCol {
	text-indent: -5000em;
}

body#page-whymdh div#maincolumn table th, 
body#page-whymdh div#maincolumn table td {
	padding: 0.5em 1em;
	vertical-align:text-top;
}
body#page-whymdh div#maincolumn table td em {
	font-weight:normal;
	font-style:normal;
	color:#2e4a12;
	font-size:1.1em;
}
body#page-whymdh div#maincolumn table td em.italic {
	font-size:inherit;
	font-style:italic;
	color:#000;
}
body#page-whymdh div#maincolumn table .odd {
	background-color:#f7f9d3;
}
body#page-whymdh div#maincolumn table tr {
	background-color:#f1f3c3;
	border-top: 1px solid #dee0aa;
	border-bottom: 1px solid #2e4a12;
}
body#page-whymdh div#maincolumn table tr:hover {
	background-color:#feffc3;
	border-top: 1px solid #2e4a12;
	border-bottom: 1px solid #2e4a12;
}

body#page-whymdh div#maincolumn table thead tr:hover {
	background-color: transparent;
	color: inherit;
	border-top: none;
}
body#page-whymdh div#maincolumn div.textblock1 img {
	float:right;
}
body#page-whymdh div#maincolumn div.textblock1 p {
	width:350px;
}
body#page-whymdh div#maincolumn div.textblock1 {
	border-bottom:3px solid #222439;
}
body#page-whymdh div#maincolumn p a:link, 
body#page-whymdh div#maincolumn p a:visited {
	color: #2e4a12;
}
/*---------------Why MDH?---Guarantees page-------------------*/
body#page-whymdh div#maincolumn ul {
	margin-bottom:20px;
}
body#page-whymdh div#maincolumn ul li {
	list-style-type:none;
	padding-left:18px;
	padding-right:15px;
	background:url(../images/checkbox.gif) no-repeat;
}
body#page-whymdh div#maincolumn img {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
body#page-whymdh div#maincolumn div.column,
body#page-contact div#maincolumn div.column {
	float:right;
	width:255px;
	border-left: 3px solid #fff;
	padding:10px;
	margin: 0px 0px 0px 10px;
	clear:right;
}
body#page-currentlistings div#maincolumn div.column {
	float:right;
	width:200px;
	border-left: 3px solid #fff;
	padding-left:25px;
	margin: 0px 0px 0px 20px;
}
body#page-currentlistings div#maincolumn div.column img {
	margin-bottom:20px;
}
div#wrapperinside div#maincolumn h3 {
	color:#80141b;
	font-weight:normal;
	font-size:1.25em;
	border-bottom: 1px solid #80141b;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:both;
	text-decoration:none;
	padding-right: 5px;
}
body#page-news div.textblock ul li span,
body#page-news div#maincolumn ul a:link span,
body#page-news div#maincolumn ul a:visited span {
	color:#80141b;
	font-weight:normal;
	font-style:normal;
	font-size:1.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration:none;
	padding-right: 5px;
}
body#page-news div#maincolumn ul a:hover span,
body#page-news div#maincolumn ul a:active span {
	color:#80141b;
	font-style:normal;
	font-weight:normal;
	font-size:1.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration:underline;
}
div#wrapperinside div#maincolumn div.column h4 {
	color:#80141b;
	font-weight:normal;
	font-size:1.15em;
	padding-left: 15px;
	background:url(../images/arrow-next.gif) center left no-repeat;
}
div#wrapperinside div#maincolumn div.textblock3 { /*this is the header on the guarantees page*/
	background-color:#fae7bb;
	border-bottom:3px solid #2e4a12;
	border-top:3px solid #2e4a12;
	width:587px; /* Plus 20px padding on each side... all together it equals width of the maincolumn.*/
	padding: 15px 20px 0px 20px;
	background-image:none;
	font-size: 1.5em;
	line-height: 1.5em;
}
body#page-whymdh div#maincolumn ol {
	margin-left:20px;
}
body#page-whymdh div#maincolumn ol li {
	list-style-image:url(../images/arrow-next.gif);
	padding-bottom:5px;
}
body#page-whymdh div#maincolumn li ol li {
	list-style-type:disc;
	list-style-image:none;
	line-height:1.2em;
}
body#page-whymdh div#maincolumn div.textblock br,
body#page-news div#maincolumn div.textblock br {
	clear:both;
}
body#page-whymdh div#maincolumn div.textblock img#img1 {
	float: left;
	margin-left: 0px;
}
/*---------FORM STYLING-----------*/
form {
	width:587px;
}
form p {
	font-size:1.1em;
	clear:both;
}
form fieldset#bottom p {
	clear:none
}
fieldset.left {
	float:left;
	width:46%;
}
fieldset.right {
	float:right;
	width:46%;
	border-left: 3px solid #fff;
	padding-left: 20px;
}	
fieldset#bottom {
	clear:both;
	border-top: 3px solid #fff;
	padding-top: 20px;
}
fieldset#bottom p {
	width:46%;
}
div#maincolumn form p span.footnote,
body#page-news div#maincolumn p.footnote {
	font-size:.9em;
	line-height:1.2em;
	font-style:italic;
	margin-top:5px;
	margin-bottom: 5px;
	color:#222439;
	display: block;
	width:230px;
}
div#maincolumn form p span.footnote a:link,
div#maincolumn form p span.footnote a:visited,
body#page-news div#maincolumn p a.footnote {
	color:#2e4a12;
}

div#maincolumn form p.error {
    background-color: #dee0aa;
	border: 1px solid #80141b;
}

div#maincolumn form legend { /*internet explorer won't let you style legend very well*/
	display:none;
}

div#maincolumn form .block { /*label is usually an inline element. this will give it its own line.*/
    display: block;
}

div#maincolumn form input#submit {
    width: auto;}  /*The width will be determined by the width of the text shown on the button*/

div#maincolumn form textarea {
    font-size: 1.2em;
    padding: 2px;
    width: 300px; /*Rows specified in the HTML will still be honored but width will be 300px*/
}
div#maincolumn form p.column {
	float:right;
	width:300px;
}
div#maincolumn form input#full_name,
div#maincolumn form input#email,
div#maincolumn form input#phone {
	width:210px;
	float:right;
}
div#maincolumn form input#hear_about_us {
	width: 210px;
}
body#page-lots div#maincolumn div.textblock form span.right {
	float:right;
	width:125px;
	font-size:.9em;
	margin-bottom:10px;
}
body#page-lots div#maincolumn div.textblock form span.column {
	float:left;
	width:135px;
	font-size:.9em;
	margin-bottom:.9em;
}

body#page-lots div#maincolumn div.textblock form p.right {
	float:right;
	width:250px;
	margin-bottom:10px;
}
/*--------THANK YOU PAGE--------*/
body#page-thanks div#maincolumn div.textblock {
	height: 615px;
}
body#page-thanks div#maincolumn p a {
	color:#2e4a12;
	padding-left: 15px;
	background:url(../images/arrow-prev.gif) no-repeat;
}
/*----------NEWs and Photos page--------*/
body#page-news div#maincolumn div.textblock br {
	clear:both;
}
body#page-news div#secondarycolumn {
	min-height: 809px;
}
body#page-news div#wrapper div#wrapperinside,
body#page-contact div#wrapper div#wrapperinside {
	background:url(../images/sidebar2-text.gif) repeat-y;
}
body#home div#wrapper div#wrapperinside {
	background:url(../images/sidebar2-textgrn.gif) repeat-y;
}
body#page-news div#maincolumn ul {
	list-style-type:none;
}
body#page-news div#maincolumn ul li,
body#page-contact div#maincolumn div.column ul li {
	list-style-image:url(../images/arrow-next.gif);
	margin-left: 18px;
}
body#page-news div#maincolumn div.textblock,
body#page-contact div#maincolumn div.textblock,
body#page-whymdh div#maincolumn div.textblock2 {
	margin-top:-3px;
	border-top:#222439 3px solid;
}
body#page-news div#maincolumn div.imageblock,
body#home div#maincolumn div.imageblock {
	background-color:#222439;
	border-top:#222439 3px solid;
	margin-top:-3px;
}
body#page-news div#maincolumn ul li {
	font-style:italic;
	color:#222439;
}
body#page-news div#maincolumn p.right {
	float:right;
}
body#page-news div#wrapper div#wrapperinside div#maincolumn div.textblock div#height {
	min-height:784px;
}

/*-------------CONTACT PAGE------------*/
body#page-contact div#wrapperinside {
	background:url(../images/sidebar2-foot.gif) repeat-y; /*This adds the red bar along the side of the layout. Also adds blue background behind content.*/
	margin-top:5px;
}
body#page-contact div#wrapperinside div#maincolumn h3 {
	border-bottom:none;
	clear:none;
	margin-top:0px;
}
body#page-contact div#wrapperinside div#maincolumn h2 {
	margin-bottom:0px;
}
body#page-contact div#wrapperinside div#maincolumn ul {
	list-style-type:none;
	margin-bottom:15px;
}
body#page-contact div#maincolumn ul li span {
	display:block;
	font-style:italic;
	font-size:.9em;
	margin-top:-5px;
}
body#page-contact div#maincolumn div#map {
	width: 278px;
	height: 459px;
	margin: 20px 0px;
}
body#page-contact div#maincolumn div.textblock br {
	clear:right;
}
body#page-contact div#wrapperinside div#secondarycolumn div#calculator h3 a {
	list-style-type:none;
	margin: 0px 8px 5px 15px;
	font-size: 1.5em;
	color:#80141b;
	font-weight:normal;
}
body#page-contact div#wrapperinside div#secondarycolumn div#calculator ul {
	list-style-type:none;
	margin: 0px 8px 5px 15px;
	font-size: 1.5em;
	color:#2e4a12;
	font-weight:normal;
}
body#page-contact div#wrapperinside div#secondarycolumn div#calculator {
	margin-top:15px;
}
body#page-contact div#wrapperinside div#secondarycolumn div#sidebarcontent {
	border:none;
}

/*------------------CURRENT LISTINGS PAGE----------------*/
body#page-currentlistings ul.arrows {
	padding-left: 12px;
	list-style-image:url(../images/arrow-next.gif);
	margin-left:5px;
}
body#page-currentlistings div.textblock div.house {
	font-size:.85em;
	line-height:1.65em;
}
body#page-currentlistings div.house a {
	position:absolute;
	display: block;
	height: 100%;
	width: 100%;
}
body#page-currentlistings div#maincolumn div.house ul li a:link,
body#page-currentlistings div#maincolumn div.house ul li a:visited,
body#page-currentlistings div#maincolumn div.house ul li a:hover,
body#page-currentlistings div#maincolumn div.house ul li a:active {
	position:relative;
	height:auto;
	width:auto;
	font-size:1.1em;
	color:#80141b;
	text-decoration:underline;
}

body#page-currentlistings div.house em {
	font-size: inherit;
	font-style:italic;
	color:#2e4a12;
}
body#page-currentlistings div.house a ul li {
	color:#000;
}
body#page-currentlistings div.house {
	width:185px;
	min-height:390px;
	float:left;
	position:relative;
	border:1px solid #2e4a12;
	margin: 0px 8px 15px 0px;
	background-color:#fff;
}
body#page-currentlistings div.house:hover {
	background-color:#f5f7ce;
}
body#page-currentlistings div.house img {
	border-bottom:1px solid #2e4a12;
	float:none;
}
body#page-currentlistings div.house img.sold {
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:none;
}
	
body#page-currentlistings div.house ul {
	list-style-type:none;
	margin: 5px 8px 0px 5px;
}

body#page-currentlistings h4 {
	color:#80141b;
	font-weight: normal;
	margin-top:15px;
}
body#page-currentlistings p.footnote {
	font-size: 0.9em;
	font-style:italic;
}
body#page-currentlistings div#maincolumn div.textblock,
body#page-partners div#maincolumn div.textblock {
	min-height:795px;
}

body#page-currentlistings div.house h4 {
	padding: 0px 8px;
	color:#fff;
	background-color:#80141b;
	border-top:1px solid #2e4a12;
	border-bottom:1px solid #2e4a12;
	margin-top:5px;
	margin-bottom:5px;
}
body#page-currentlistings div.house h4.private {
	padding-left:8px;
	color:#000;
	background-color:#fceac1;
	border-top:1px solid #2e4a12;
	border-bottom:1px solid #2e4a12;
	margin-top:5px;
	margin-bottom:5px;
}
body#page-currentlistings div.house p {
	margin: 5px 8px;
}
body#page-currentlistings div.house p span {
	display:block;
}
body#page-currentlistings div.house p a {
	color:#2e4a12;
}
body#page-currentlistings br,
body#page-partners br,
body#page-whymdh div#maincolumn br {
	clear:both;
}
body#page-currentlistings div#menasha,
body#page-currentlistings div#kimberly,
body#page-currentlistings div#greenville,
body#page-currentlistings div#freedom,
body#page-currentlistings div#kaukauna {
	clear:both;
}
body#page-currentlistings p a.footnote {
	display:block;
	clear:both;
}

/*-----------PARTNERS PAGE----------*/
body#page-partners div#maincolumn div.textblock h3,
body#page-partners div#maincolumn div.textblock img {
	margin-top:20px;
}

body#page-partners div.textblock div.right {
	float:right;
}
body#page-partners div.textblock p {
	padding-bottom: 5px;
}
body#page-partners div.textblock h3 span {
	font-style:italic;
	color:#222439;
	font-size:.8em;
	display:block;
}
body#page-partners div.textblock div.left {
	float:left;
	width:46%;
}
