/*************** Customize PerfectForm.css **********/

form{
	width:400px;
	margin: 3px 64px 0 8px;
	border:1px solid #888;
	background-color:#B3A68E;
	background-color:#000;
	padding:0;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	}

legend{
	color:#2C3039;
	font-weight:bold;
	line-height:1em;
	margin-left:8px;

}

fieldset{
  background-color:#E2D6BC;
  border:solid 2px #2C3039;
  border-top:solid 1em #2C3039;
  position:relative;
  top:-3px;
  left:-5px;
  padding:3px 3px 5px 5px;

}

.button{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color: #333333;
}

.button:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}




/**************** Customize Tipsy.css ***************/

.tipsy div, .tipsy span
{
	background-color:white;
  color:black;
	top:-1em;
	left:15%;
}

.tipsy:hover
{
  color:#ccc;
  background-color:#333;
}


/******************* dglMessage() *********************/
p.message, .content p.message
{
	background-color:#ccc;
	color:red;
	border:2px solid black;
	font-weight:bold;
	font-size:120%;
	padding:.75em;
}

/**************** Other ***********************/
a.stealth_link, a.stealth_link:hover{
	cursor: default;
	color:#EEECCB;
	}

	
	
/*              The site starts here ***********************/

.header{
	border-bottom:#669966 solid 20px;
	border-bottom:#2C3039 solid 20px;
	background:#fff url(../images/header_bg.jpg) no-repeat 200px 1px;
}

.header h1{
	padding:0;
	margin:0;
	line-height:2px;
	}

.content{
background:url(../images/tan_v_grad.jpg) left repeat-y #fff;
padding:1px 15px 15px 175px;
min-height:300px;
border-right: solid #E2D6BC 150px;
}

.rightbar{
	float:right;
	position:relative;
	width:150px;
	left:15px;
	text-align:center;
	width:0px;
	} 

ul#nav{
float:left;
list-style-type: none;
margin:0;
padding:25px 0 25px 10px;
width: 140px;
}


ul#nav li{
margin: 0 0 8px 0;
font-size: 80%;
}

ul#nav li a{
	background: #669966 url(../images/fff_rounded_corner.png) top right no-repeat;
	background: #2C3039 url(../images/fff_rounded_corner.png) top right no-repeat;
	color: #EBDCAE;
	display:block;
	padding:5px 10px 5px 5px;
	font-variant: small-caps;
}

ul#nav li a:hover{
	color:#fff;
}

.special{
	width:120px;
margin:10px;
background-color:#fff;
border:2px solid #2C3039;
color: #2C3039;
padding:5px;
font-size:80%;
}

.special span{
font-size: 180%;
font-weight: bold;
          
}

.special h3{
margin: 0 0 5px 0;
}

.special p{
font-weight:bold;
font-size:110%;
}

.special img{
border-bottom:2px solid #2C3039;
}

.all_models_pics{
float:right;
font-style: italic;
text-align:center;
margin:5px 15px 10px 15px;
}



.price{
 font-weight:bold;
 font-size: 110%;
 color:#2C3039;
 margin-left:20px
}

.feature_heading{
	background-color:#2C3039;
	color:#fff;
	border:#E2D6BC solid 1px;
	padding:2px 6px;
	font-size: 110%;
}

.features_box{
background-color: #E2D6BC;
float:right;
width:300px;

}

.features_box h2{
margin:5px 0 10px 3px;
font-size: 100%;

}

.model_pic{
float:left;
}

.floor_plan{
margin:15px 0;
display:block;
width:300px;
}