/*
 * Dynamic content for sections
 */
.models { background: #9DCD60 url(../green/coming.jpg) no-repeat; height:575px;}
.greenf { background: #9DCD60 url(../green/greenfeatures.jpg) no-repeat; height:1988px;}
.standardf { background: #9DCD60 url(../green/qualityfeatures.jpg) no-repeat; height:1903px;}
.siteplan { background: #9DCD60 url(../green/siteplan.jpg) no-repeat; height:1150px; width:1500px;}
.video { background: #9DCD60 url(../green/coming.jpg) no-repeat; height:575px;}

.leed { background: #9DCD60 url(../green/leed.jpg) no-repeat; height:1373px;}
.corp { background: #9DCD60 url(../green/corp.jpg) no-repeat; height:1205px;}
.lifestyle { background: #9DCD60 url(../green/lifestyle.jpg) no-repeat; height:1221px;}

.content {
	width:750px;
	height:575px;
	border:1px solid #CCC;
	overflow:auto;
}
.bluetabs{
width:750px;
}

.bluetabs ul{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
border-top:1px solid white;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: white url(../green/tab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}


.bluetabs li{
display: inline;
margin: 0;
color: #2d2b2b;
}


.bluetabs li a{
text-decoration: none;
padding: 3px 15px;
margin-right: 3px;
color: #2d2b2b;
font: bold 12px Arial, Helvetica, sans-serif;
}




.bluetabs li a:visited{
color: #2d2b2b;
}

* html .bluetabs li a:visited{ /*IE only hack*/
color: #2d2b2b;
text-decoration: underline;
font:bold 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #008080;
}

* html .bluetabs li a:hover{ /*IE only hack*/
text-decoration: underline;
font:bold 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
color: #008080;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #008080;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border:0; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
font:normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-indent: 5px;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding: 5px 0;
text-decoration: none;
color: #333;
background: white url(../green/tab.gif) top left repeat-x; /*THEME CHANGE HERE*/;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #008080;
}

* html .dropmenudiv_b a:visited{ /*IE only hack*/
font:normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-decoration: none;
color: #333;
}

* html .dropmenudiv_b a:hover{ /*IE only hack*/
font:normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #008080;
}




