/* Mega Builders Layout */

html {
	min-height: 100%;
	width: 100%;
}

body {
	font-family: tahoma, helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#000;
}

/* Global */
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
}

a {
	color: #6a200d;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	margin-top: 0;	
}

h3 {
	background-color: #6a200d;
	background-image: url(../images/bg_drama.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	padding: 7px;
	margin-top: 0;
	text-align: center;
}

h4 {
	color: #6a200d;
	font-size: 14px;
	margin-bottom: 9px;
	margin-top: 0;
}

div.outer_wrapper {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	min-height: 100%;
	width: 100%;
}

/* Wrapper */
div.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Realtor Login */

ul#log_in {
	float: right;
	list-style-type: none;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	padding-top: 10px;
	position: relative;
	z-index: 500;
}

ul#log_in li a {
	font-size: 12px;
	text-decoration: none;
}

ul#log_in li a:hover {
	text-decoration: underline;
}


/* Header */
div#header {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: -10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 920px;
}

/* Nav */

div#nav_wrapper {
	float: right;
	margin-top: 90px;
}

/* Body */

div#body_top {
	background-color: #ebdbc6;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	clear: both;
	float: left;
	height: 20px;
	width: 920px;
}

div#body_top div#left {
	clear: both;
	float: left;
	width: 210px;
}

div#body_top div#right {
	background-image: url(../images/interior_bg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 20px;
	width: 690px;
}

div#body {
	background-color: #ceb080;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	border-left: 20px solid #000;
	border-right: 20px solid #000;
	clear: both;
	float: left;
	width: 920px;
}

body.interior div#body {
	background-image: url(../images/interior_bg4.jpg);
	background-repeat: no-repeat;
}

div#search {
	float: left;
	margin-left: 20px;
	width: 210px;
}

div#search table {
	padding-left: 20px;
	padding-right: 20px;
}

div#search table td {
	padding-bottom: 20px;
}

div#search select.wide {
	width: 170px;
}

div#search select.narrow {
	width: 70px;
}

div#slides {
	background-color: #ccc;
	border: 5px solid #000;
	float: right;
	height: 260px;
	margin-right: 20px;
	width: 640px;
}

div#flash_container {
	background-color: #000;
}

/* Sub Navigation - Home */

body.home ul#sub_navigation {
	background-image: url(../images/sub_nav_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	list-style-type: none;
	height: 50px;
	margin: 0;
	padding: 10px;
	width: 900px;
}

body.home ul#sub_navigation li{
	/*background-image: url(../images/sub_nav_li_bg.jpg);*/
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
}

body.home ul#sub_navigation li.last {
	background-image: none;
}

body.home ul#sub_navigation li a{
	background-image: url(../images/sub_nav_a_bg.jpg);
	background-position: right center;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 225px;
}

body.home ul#sub_navigation li a:hover {
	background-image: none;
}

/* Sub Navigation - Interior */

body.interior ul#sub_navigation {
	background-image: url(../images/sub_nav_vertical_bg1.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	list-style-type: none;
	height: 220px;
	margin: 0;
	margin-left: 20px;
	padding: 10px;

}

body.interior ul#sub_navigation li{
	/*background-image: url(../images/sub_nav_li_bg.jpg);*/
	background-position: right center;
	background-repeat: no-repeat;
	clear: both;
	float: left;
}

body.interior ul#sub_navigation li.last {
	background-image: none;
}

body.interior ul#sub_navigation li a{
	background-image: url(../images/sub_nav_a_bg.jpg);
	background-position: right center;
	color: #fff;
	clear: both;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 190px;
}

body.interior ul#sub_navigation li a:hover {
	background-image: none;
}

body.interior ul#sub_navigation li.active a {
	background-image: none;
}

/* Bottom */

div#body_bottom {
	background-color: #a77009;
	background-image: url(../images/body_bottom_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 920px;
}

/* Home Columns*/

body.home div#left_column {
	clear: both;
	float: left;
	min-height: 150px;
	padding: 20px;
	width: 210px;
}

body.home div#middle_column {
	float: left;
	padding: 20px;
	width: 380px;
}

body.home div#middle_column ul li {
	font-size: 12px;
}

body.home div#middle_column p.read_more{
	text-align: right;
}

body.home div#middle_column p.read_more a {
	background-color: #6A200D;
	background-image:url("../images/bg_drama.jpg");
	background-position:center center;
	border:medium none;
	border-radius: 200px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 15px 6px;
	text-decoration:none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

body.home div#right_column {
	float: right;
	padding: 20px;
	width: 210px;
}

/* Interior Columns */

body.interior div#left_column {
	clear: both;
	float: left;
	width: 250px;
}

body.interior div#right_column {
	float: right;
	padding: 20px;
	padding-top: 0;
	width: 630px;
}

body.interior div#right_column ul li {
	font-size: 12px;
}

body.home div#left_column p, body.interior div#left_column p {
	text-align: center;
}

/* Footer */

ul#footer {
	background-color: #000;
	clear: both;
	float: left;
	list-style-type: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 920px;
}

ul#footer li {
	color: #fff;
	float: left;
	font-size: 12px;
	height: 58px;
	line-height: 58px;
	margin-right: 23px;
}

ul#footer li.copyright {
	background-image: url(../images/eoh_logo.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
	margin-right: 0;
	padding-right: 50px;
}

ul#footer li a {
	color: #fff;
	text-decoration: none;
}

ul#footer li a:hover {
	text-decoration: underline;
}

/* Breadcrumbs */
p.breadcrumbs {
	margin: 0;
	margin-bottom: 10px;
}

/* Homes */

div.home {
	background-color: #fff;
	border: 1px solid #666;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	width: 180px;
}

div.home.right {
	margin-right: 0;
}

div.home p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

div.home p.home_title {
	font-weight: bold;
}

div.home img.thumb {
	border: 1px solid #666;
	width: 180px;
}

div.home p.detail_link a {
	background-color: #6A200D;
	background-image:url("../images/bg_drama.jpg");
	background-position:center center;
	border:medium none;
	border-radius: 200px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 15px 6px;
	text-decoration:none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* Detail Page */

div.detail_left {
	clear: both;
	float: left;
	width: 410px;
}

div.detail_left img {
	border: 1px solid #666;
	display: block;
}

div.detail_left img.first_image {
	margin-bottom: 10px;
}

div.detail_right {
	float: right;
	width: 200px;
}

div.detail_right .info {
	background-color: #fff;
	border: 1px solid #666;
	margin-top: 10px;
	padding: 10px;
	width: 180px;	
}

div.detail_right .info.first {
	margin-top: 0;
}

div.detail_right a {
	background-color: #6A200D;
	background-image:url("../images/bg_drama.jpg");
	background-position:center center;
	border:medium none;
	border-radius: 20px;
	color:#FFFFFF;
	display: block;
	font-weight:bold;
	margin-top: 20px;
	padding:5px 15px 6px;
	text-align: center;
	text-decoration:none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.detail_right a:hover {
	color: #cf8a0b;
}

/* Community Listing */
div.community_listing {
	background-color: #fff;
	border: 1px solid #666;
	clear: both;
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 610px;
}

div.community_listing table table a {
	background-color: #6A200D;
	background-image:url("../images/bg_drama.jpg");
	background-position:center center;
	border:medium none;
	border-radius: 20px;
	color:#FFFFFF;
	display: block;
	font-weight:bold;
	margin-top: 10px;
	padding:5px 15px 6px;
	text-align: center;
	text-decoration:none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* Community Details */
div.image_box {
	background-color: #6A200D;
	background-image: url(../images/image_box_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	width: 340px;
}

div.cycle {
	height: 226px;
	overflow: hidden;
	width: 428px;
}

div.image_box p {
	color: #fff;
}

div.image_box p strong{
	color: #cf8a0b;
}

div.image_box td.right p {
	padding-bottom: 5px;
}

div.image_box a.button {
	background-color: #cf8a0b;
	background-image: url(../images/yellow_bg.jpg);
	background-repeat: repeat-x;
	border:medium none;
	border-radius: 20px;
	color:#FFFFFF;
	display: block;
	font-size: 11px;
	font-weight:bold;
	padding: 5px 15px 6px;
	text-align: center;
	text-decoration:none;
	width: 100px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.image_box a.website {
	color: #fff;
}

div.image_box a:hover {
	color: #6A200D;
}

/* Lenders */

div.lender {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 300px;
}

div.lender.right {
	margin-right: 0;
}

div.lender h4 {
	font-size: 18px;
	margin-bottom: 0;
}

div.lender h5 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0;
}

div.lender img {
	border: 5px solid #000;
}

/* Community Types */

ul#community_types {
	clear: both;
	list-style-type: none;
	margin: 0;
	margin-top: 40px;
	padding: 0;
}

ul#community_types li{
	background-color: #ccc;
	display: block;
	float: left;
	height: 195px;
	margin-right: 10px;
	width: 195px;
}

ul#community_types li:nth-child(n+3) {
	margin-right: 0;
}

/* Locations */

ul#locations {
	clear: both;
	list-style-type: none;
	margin: 0;
	margin-top: 40px;
	padding: 0;
	width: 630px;
}

ul#locations li{
	background-color: #ccc;
	display: block;
	float: left;
	height: 195px;
	margin-right: 20px;
	width: 303px;
}

ul#locations li:nth-child(even) {
	margin-right: 0;
}

/* News */

h2.headline {
	font-size: 20px;
	margin-bottom: 0;
}

h4.date {
	font-size: 14px;
}

p.read_more {
	text-align: right;
}

img.news_image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Inventory Table */

table.inventory {
	border-collapse: collapse;
	width: 100%;
}

table.inventory th {
	background-color: #6A200D;
	border: 1px solid #6A200D;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

table.inventory td {
	background-color: #fff;
	border: 1px solid #666;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
}
