body, html { height: 100%;}
body {
	background-color: #e8e8e8;
	margin: 0;
	padding: 0;
	color: #686868;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana,  sans-serif;
	font-weight: normal;
	font-size: 12px;
}

div.master-container {
	background-color: white;
	width: 968px;
	padding-bottom: 20px;
	margin-left: -484px;
	position: absolute;
	left: 50%;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	min-height: 100%;
}

a img { border: none;}

div.header {
	width: 968px;
	height: 200px;
	background-image: url(../_images/esh-header-5.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

/* MENU */
div.menu {
	width: 868px;
	height: 40px;
	background-image: url(../_images/menu-background.gif);
	background-repeat: repeat-x;
	z-index: 2;
	padding-left: 100px;
}
div.menu a {
	display: block;
	height: 40px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
div.menu a:hover { background-position: 0px -40px;}
div.menu a.active { background-position: 0px -80px;}

/* CONTENT */
div.content {
	padding: 20px 0px 0px 0px;
}

div.full-width {
	width: 890px;
	float: left;
	margin: 0 35px 10px 0;
	padding: 10px 0 0 40px;
}

div.left-col {
	width: 235px;
	float: left;
	margin: 0 35px 10px 0;
	padding: 10px 0 0 40px;
}

div.middle-col {
	width: 410px;
	padding: 0 0 10px 10px;
	float: left;
	margin: 10px 20px 0px 0;
}

img.float-left { float: left; margin-right: 10px; }
img.float-right { float: right; margin-left: 10px; }

div.bite-size { clear: both; }
div.bite-size h3 { padding-top: 20px; }

div.paper-200 {
	width: 200px;
	float: left;
	margin: 0 0 0px 0;
	background-image: url(/_images/paper-200-background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 0 0 0;
}
div.paper-200-bottom {
	width: 200px;
	height: 25px;
	background-image: url(/_images/paper-200-bottom.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
ul.paper-200-menu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.paper-200-menu li.std {
	background: none;
	display: block;
	width: 165px;
	margin-left: 10px;
	padding-left: 15px;
}
ul.paper-200-menu li.active {
	background-color: white;
	display: block;
	width: 165px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #f5ab2d;
}

div.paper-200 p, div.paper-200 h3, div.paper-200 h1 { padding-left: 22px; padding-right: 20px; }
div.paper-200 img { margin-bottom: 10px; }

div.paper-315 {
	float: left;
	width: 315px;
	margin: 0 5px 0px 0;
	padding: 20px 0 0 0;
	background-image: url(../_images/paper-315.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

div.paper-315 h2, div.paper-315 h3, div.paper-315 p { padding-left: 20px; padding-right: 20px; }

div.paper-315-footer {
	width: 315px;
	height: 10px;
	padding: 0;
	background-image: url(../_images/paper-315-bottom.jpg);
	background-repeat:  no-repeat;
	background-color: white;
}

div.nav-strip {
	clear: both;
	text-align: center;
	width: 868px;
	padding: 10px 50px 0px 50px;
}
p.piped-links {
	clear: both;
	font-size: 11px;
	line-height: 16px;
}

p.piped-links a {
	border-left: 1px solid #cccccc;
	padding:0 6px 0 8px;
	margin:0;
}

p.fine {
	color: #666666;
	font-size: 11px;
	display: block;
	clear: both;
}
p.fine a {color: #666666;}
p.fine a:hover {color: black;}

div.divider-line {
	width: auto;
	height: 1px;
	border-bottom: 1px dashed #cccccc;
	padding: 0;
	margin: 10px 0 10px 0;
}

/* TEXT DEFs */
h1, h2, h3 {color: #567827;}

h1 {font-size: 18px; line-height: 24px; padding: 0; margin: 0 0 15px 0; font-weight: bold; }
h1.nosifr { font-weight: bold; text-transform: uppercase; font-size: 12px; line-height: 14px; padding: 0; margin: 25px 0 5px 0;}
h2 {font-size: 16px; padding: 10px 0 5px 0; margin:0; }
h3 { font-weight: bold; text-transform: uppercase; font-size: 12px; padding: 0; margin: 0 0 5px 0;}
h4 { font-weight: bold; font-size: 12px; padding: 0; margin: 0;}
h5 { font-weight: bold; font-size: 18px; line-height: 26px; padding: 0; margin: 0px 0 10px 0;}

p {	font-size: 12px; line-height: 18px; margin: 0 0 10px 0; padding: 0; }
b { font-weight: bold; color: #333; }
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 5px 15px;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

a { color: #73a334; text-decoration: none;}
a:hover { text-decoration: underline; }

/* INPUTS */
input.styled, textarea.styled {
	border: 1px solid #ded9d3;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}
.input {
	border: 1px solid #cccccc;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}

/* TABLES */
table {
	margin: 0;
	padding: 0;
}

table th, table td {
	padding: 2px 4px 2px 0;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

/* DIFFERENCE */

div.difference {
	width: 679px;
	min-height: 475px;
	padding: 0px;
	float: right;
	margin: 10px 0px 20px 0;
	background-image: url(/_images/difference/difference-master.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}
p.diff-close { text-align: right; margin-top: 15px; text-transform: uppercase; }

div.diff-panel {
	background-color: white;
	padding: 5px 10px 0px 15px;
	width: 220px;
	border: 2px solid #73a334;
	z-index: 80;
	position: absolute;
}

#panel-1 {	top: 410px; left: 515px; }
#panel-2 {	top: 470px; left: 427px; }
#panel-3 {	top: 470px; left: 537px; }
#panel-4 {	top: 270px; left: 450px; }
#panel-5 {	top: 450px; left: 580px; }
#panel-6 {	top: 370px; left: 400px; }
#panel-7 {	top: 270px; left: 610px; }

div.diff-icon {	position: absolute;	z-index: 10; }

#open-1, #close-1 {	top: 478px;	left: 476px;}
#open-2, #close-2 {	top: 550px;	left: 682px;}
#open-3, #close-3 {	top: 629px;	left: 791px;}
#open-4, #close-4 {	top: 320px;	left: 408px;}
#open-5, #close-5 {	top: 590px;	left: 541px;}
#open-6, #close-6 {	top: 423px;	left: 359px;}
#open-7, #close-7 {	top: 370px;	left: 569px;}


div.diff-more-info {
	clear: both;
	width: auto;
	padding: 0px 0 0 40px;
}
div.three-col {
	float: left;
	width:270px;
	margin:0 40px 25px 0;
}
div.two-col {
	float: left;
	width:424px;
	margin:0 40px 25px 0;
}

/* DESIGNS */
div.design-detail {
	width:700px; 
	height:640px; 
	margin: 0; 
	padding:0px;
}
div.design-detail-container {
	width: 700px;
	height: 640px;
	padding: 0px;
	float: left;
	margin: 10px 0px 30px 0;
}
div.design-detail h2 { font-size: 18px; padding: 0px 0 5px 0; margin:0; }

#design-hero {
	width: 700px;
	height: 370px;
	background-repeat: no-repeat;
	overflow: hidden;
}

h2.cart-head {
	font-size: 13px; 
	padding: 6px;
	width: 688px; 
	margin:20px 0 0 0;
	display: block;
	clear: both;
	color: white;
	background-color: #a6a6a6;
}

div.design-pcode {
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 5px 6px;
	background-color: #7a7a7a;
	width: 694px;
	margin: 0 0 10px 0;
}
input.pcode-box {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #666;
	padding: 1px;
	margin: 0 3px 0 4px;
}
input.pcode-button {
	border: 1px solid #cccccc;
	padding: 0px 4px;
	font-size: 11px;
	font-weight: bold;
	background-color: #e0e0e0;
	color: #666;
}
input.pcode-button:hover { background-color: #666; color: white; }

table.design-cart {
	width: 700px;
	padding: 0px 0 0px 0;
	margin: 0;
}

div.design-txt-block {
	width: 700px;
}

tr.cart-item td {
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0 15px 0;
}
td.cart-item-left {
	width: 180px;
}
img.cart-image {
	width: 150px;
}

div.cart-item-text {
	background-color: #f2f2f2;
	padding: 7px 7px 2px 7px;
	margin: 0 0 10px 0;
}

div.cart-item-text h2 {
	font-size: 14px; 
	padding: 0px 0 0px 0; 
	margin:0;
}

div.design-thumbs {
	width: 700px;
	height: 60px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
div.design-no-thumbs {
	width: 700px;
	height: 2px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
div.design-thumbs a {
	display: block;
	width: 90px;
	height: 60px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;	
	background-repeat: no-repeat;
}
a.des-thumb {
	background-position: 0px -60px;
}
a.des-thumb-active, a.des-thumb:hover {
	background-position: 0px 0px;
}
div.design-specs-container {
	width: 250px;
	margin: 0 30px 20px 0;
	float: left;
}
div.design-copy {
	width: 405px;
	margin: 0 0 20px 280px;
}
table.design-specs { margin-bottom: 10px;}
td.spec-label {
	border-bottom: 1px solid #dcdcdc;
	width: 100px;
}
td.spec-detail {
	border-bottom: 1px solid #dcdcdc;
	width: 200px;
}
div.design-specs-container p {
	color: #787878;
	font-style:italic; 
	font-size:11px; 
	line-height:12px;
}

/* Find a Builder */
table.build-regions { margin: 0 0 20px 45px;}
table.build-regions td { padding: 2px 50px 2px 0; border-bottom: 1px dotted #999; font-size: 11px; }
table.build-regions td.yes { color: green; padding-right: 20px; }
table.build-regions td.no  { color: red; padding-right: 20px; }

/* Homes for sale */
div.region-map {
	padding:0px;
	background-image: url(../_images/paper-315.jpg);
	background-repeat: repeat-y;
	background-position: -10px -10px;
	margin: 0 0 15px 0;
}
div.region-list {
	float: left;
	width: 220px;
	padding: 10px;
	height: 480px;
}
table.hl-list { width: 890px; margin-top: 4px; }
table.hl-list p {  margin: 0; }
table.hl-list tr {
	margin: 0;
}
table.hl-list td {
	border-bottom: 5px solid white;
}
tr.hl-list-head td {
	background-color: #e6e6e6;
	padding: 6px;
}
td.hl-list-img { 
	padding: 0;
	width: 270px; 
	vertical-align: top;
	text-align: right;
}
td.hl-list-img img { width: 270px; }
td.hl-list-text { 
	background-image: url(/_images/common/gen-paper-background.jpg);
	background-repeat: repeat;
	padding: 10px 10px 10px 15px;
	width: 595px; 
}
div.hl-tab-select {
	float: right;
}
div.hl-list-info { 
	float: right;
	width: 160px; 
	padding: 0 0 20px 0;
}
div.hl-map {
	margin: 10px 0 5px 0;
}
p.hl-map-caption {
	font-style: italic;
	padding-top: 10px;
}

div.hl-tabs {
	background-color: white;
	height: 30px;
	width: 890px;
	border-bottom: 1px solid #73a334;
	padding: 0;
	margin: 20px 0 0 0; 
}
div.hl-tabs a {
	display: block;
	float: left;
	height: 20px;
	background-color: #e7f8db;
	padding: 7px 20px 3px 20px;
	margin: 0px 5px 0 0;
	text-decoration: none;
}
div.hl-tabs a:hover { text-decoration: underline; background-color: #73a334; color: white; }
div.hl-tabs a.selected { background-color: #73a334; color: white; }

/* Horiz Scrolling Gallery */
div.display-gallery {
	width: 640px;
	float: left;
	margin-bottom: 40px;
}
div.display-gallery-top {
	width: 640px;
	background-image: url(../_images/paper-gallery-top.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	margin: 0;
	height: 60px;
}
div.display-gallery-top h2 { padding-left: 40px; padding-top: 25px;}

div.display-gallery-lower {
	width: 560px;
	background-image: url(../_images/paper-gallery-lower.jpg);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 40px 20px 40px;
}
div.display-gallery-top p { padding-left: 30px; }

.gallery {
	width: 640px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.image_container{position: absolute; z-index: 1;}

.image_container img {
	display: block;
	position: relative; 
	float: left;
	margin-left: 0px;
}			
	
a.next, a.prev {
	position: absolute; 
	z-index: 2; 
	top: 330px; 
	text-indent: -9999px; 
	overflow: hidden; 
	width: 100px; 
	height: 60px; 
	display: block;
}
a.next{
	left: 539px; 
	background: url(../_images/next.png) 0px 0px no-repeat; 
}
a.prev{
	left: 0px; 
	background: url(../_images/prev.png) 0px 0px no-repeat; 
}
a.next:hover, a.prev:hover {background-position: 0px -60px;}

.green { color: green; }
.red { color: red; }
.grayout { color: #bbb; }

.cart-tab1 {
	position: absolute;
	left: 360px;
}

/* constant-footer */
div.footer {
	width: 968px;
	height: 75px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
img.footer-png { display: block; }
img.footer-gif { display: none; }

/* Modular Designs */
div.modular-designs-col {
	width: 620px;
	float: left;
	margin: 10px 0 20px 40px;
}
div.modular-designs-col div { float: left; }
div.modular-top {
	width: 560px;
	padding: 25px 30px 15px 30px;
	background-image: url(../_images/paper-modular-top.jpg);
}
div.modular-top h2 {
	padding: 0px;
	font-size: 20px;
	line-height: 22px;
}
div.modular-pic { width: 620px;}
div.modular-lower {
	width: 560px;
	padding: 20px 30px;
	background-image: url(../_images/paper-modular-lower.jpg);
	background-position: left bottom;
}

