/* ---------- Tabs Rules ------------ */

.tabbertab h4 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 100%;
	color: #761107;
	text-transform: uppercase;
}

.tabbertab img {
	margin: 0 25px 200px 0;
	border: 7px solid #887D6C;
	display: block;
	float: left;
	clear: left;
}

.tabbertab img#multiple {
	margin-bottom: 10px;
}

.title_silverleaf {
	background: url(images/tabs_header.jpg) no-repeat top;
}

.title_orchardhills {
	background: url(images/tabs_header_orchardhills.jpg) no-repeat top;
}

.title_theterrace {
	background: url(images/tabs_header_theterrace.jpg) no-repeat top;
}

.title_junipergrove {
	background: url(images/tabs_header_junipergrove.jpg) no-repeat top;
}

.title_brushhollow {
	background: url(images/tabs_header_brushhollow.jpg) no-repeat top;
}

.title_crystalmeadows {
	background: url(images/tabs_header_crystalmeadows.jpg) no-repeat top;
}

.title_buildonyourlotca {
	background: url(images/tabs_header_boyl.jpg) no-repeat top;
}

.title_buildonyourlot {
	background: url(images/tabs_header_boyl.jpg) no-repeat top;
}

#tabs {
	color: #665E52;
	width: 634px;
	margin: 0 auto 40px auto;
}

#tab_1 {
	width: 634px;
	height: 422px;
	margin: 0;
	padding: 0;
}

* html #tab_1 {
	margin: 0;
}

#tab_2, #tab_3, #tab_4, #tab_5 {
	position: relative;
	background: url(images/tab_bg.jpg) no-repeat bottom;
	width: 594px;
	min-height: 340px;
	margin: 22px 0 0;
	padding: 30px 20px;
}

#tab_5 h4, #tab_5 p {
	margin-left: 200px;
}

.title_junipergrove #tab_3 table {
	margin: -6px 0 0;
	padding: 0 0 0 40px;
}

/* -------- Tab List and Hover Rules --------- */

.tabberlive .tabbertabhide {
 display: none;
}

#tabs ul.tabbernav {
   	margin:0 0 0 281px;
   	padding: 78px 0 0;
   	list-style:none;
}
    
* html #tabs ul.tabbernav {
   	margin: 0 0 0 281px;
}

#tabs ul.tabbernav li {
	display: inline; 
    margin: 0;
    padding: 0;
}

#tabs ul.tabbernav li a {
    float:left;
    background:url("images/tabs_left_both.gif") no-repeat left bottom;
    margin: 0 0 0 4px;
    padding:0 0 0 3px;
    text-decoration: none;
	line-height: 1em;
}

#tabs ul.tabbernav li a span {
    float:left;
    display:block;
    background:url("images/tabs_right_both.gif") no-repeat right bottom;
    padding:5px 5px 6px 2px;
    text-decoration: none;
    color:#402c04;
}

#tabs ul.tabbernav li.tabberactive a {
	background-position:0% top;
}

#tabs ul.tabbernav li.tabberactive a span {
    background-position:100% top;
}

#tabs ul.tabbernav li a:hover, #tabs ul.tabbernav li a:hover {
    background-position:0% top;
}
#tabs ul.tabbernav li a:hover span {
    background-position:100% top;
}

.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}