@charset "utf-8";
/* CSS Document */




/* GENERAL */

*{
	margin:0;
	padding:0;
}

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E8D3A2;
	font-weight:bold;
	
}

img{
	border: 0;
	padding: 0;
	margin: 0;
}


#parent {
	position: relative;
	border: 1px solid #000000;
	margin: 25px auto 25px auto;
	padding: 0;
	width: 800px;
	height:601px;	
	background-image: url(../images/general/905WEAbackground.gif);
	background-repeat: no-repeat;
	text-align:left;
}



a:hover, a:active, a:link, a:visited {
	color:#000000;
	text-decoration: none;
	
}

#header {
	position:relative;	
	width:100%;
	height: 85px;
	z-index:40;
	text-align:center;
}

#topnav {	
	letter-spacing: 1px;
	position: relative;
	padding: 3px 0 0 10px;
	background-image: url(../images/general/menubackground.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	font-size: 11px;
	width: 790px;
	height: 19px;
	font-weight:bold;
	text-transform:uppercase;	
	z-index:11;
}

#topnav .menulink{	
	padding: 0 32px;
}

#topnav .menulinked{	
	padding: 0 32px;
	color:#DE2414;
}

#topnav a:hover {
	color:#DE2414;	
}

#bottomnav {
	position: absolute;
	font-size: 9px;
	top: 573px;
	width: 100%;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	z-index:20;
	letter-spacing: 0.1em;
	
}

#bottomnav .menulink, #bottomnav .menulinked{	

	padding: 3px 18px;
	border-right: 1px solid;
	border-color: #5F4E35;
	z-index:10;
	position:relative;	
}	


#bottomnav a:hover, #bottomnav a:active, #bottomnav a:link, #bottomnav a:visited {
	color:#5F4E35;	
}


/* FLOORPLANS */

#floorplans {
	line-height: 1.7em;
	font-size: 14px;
	position:absolute; 
	z-index:20; 
	top:240px; 
	left:430px;	
}

#floorplans a:hover {
	text-decoration:underline;
}


#invisiblehomelink {
	top: 280px;
	left: 20px;
	position:absolute;	
	width:205px;
	height:175px;
	z-index:45;	
}


/*CONTACT*/

#contactform {
	line-height:24px;
	top: 223px;
	left: 100px;
	position:absolute;
	width:700px;
	z-index:20;
}

#halsteadinfo {
	top: 190px;
	left:530px;
	position:absolute;
	text-align:right;
	font-weight:bold;
	font-size:13px;	
	line-height:130%;
	z-index:21;
	height: 190px;
	width: 222px;
	
}

input, textarea{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px;
	border: 0px;
	font-weight:normal;
		
}


input {	
	height: 19px;	
}

#contactpopup {
	top: 0;
	left: 0;
	position:absolute;	
	width:100%;
	height:100%;
	z-index:40;	
}




