@charset "UTF-8";
/* CSS Document */

* {
margin:0; 
padding:0;
}

img, div {
border:none;
behavior: url(iepngfix.htc);
}

html, body {
margin:0; 
padding:0; 
height: 100%;
background-color: #a4b2bd;
}

th {
font-weight: normal;
}

a:link {font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #2e2e2e; text-decoration: underline; }
a:visited {font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #2e2e2e; text-decoration: underline; }
a:hover {font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #FFFFFF; text-decoration: underline; }
a:active {font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #2e2e2e; text-decoration: underline; }

a.imgbord:link {color: #000000;}
a.imgbord:active {color: #000000;}
a.imgbord:visited {color: #000000;}
a.imgbord:hover {color: #000000;}



#tab{
position:absolute; 
top:0px;
width: 100%;
padding: 0px;
z-index: 20;
}

#homes_top{
position:absolute; 
top:0px;  
background-image: url(../commercial/images/homes-top.jpg);
width:100%; 
height:170px;
border-bottom: solid 4px #919da7;
}

#wrapper{
position:absolute; 
top:170px; 
width: 100%;
padding: 0px;
z-index: 10;
}

#homes_nav{ 
margin:0 auto;
background-color: #919da7;
width:820px;; 
height:auto;
}

#homes_content{ 
margin:0 auto;
background-color: #919da7;
padding: 40px;
width:740px;;
height:auto;
}

#homes_bottom{ 
margin:0 auto;
background-color: #404040;
padding: 7px;
width:801px;;
height:auto;
}










#background{
position:absolute; 
z-index:-1; 
width:100%; 
height:100%;
} 

#top_black {
position:absolute; 
top:0px; 
left:0px; 
width:100%; 
z-index:10; 
background-color: #000000; 
padding:10px;
}

#nav {
position:absolute; 
top:120px; 
left:0px; 
width:100%; 
z-index:10; 
/*background-color: #FFFFFF; */ 
padding:0px;
}



#gallery_wrapper{
position:absolute; 
top:162px; 
width: 100%;
padding: 0px;
z-index: 10;
}

#aboutcontent {
margin:0 auto;
width:780px; 
height:280px;
z-index:20; 
background-image: url(../images/white_bg.png);  
padding:10px;
display:none;
behavior: url(iepngfix.htc);
}

#aboutpic{
float: left;
width: 280px;
height: 280px;
z-index:20;
padding:0px;

}

#philpic{
float: left;
width: 340px;
height: 280px;
z-index:21;
padding:0px;

}

#abouttext {
float: left;
overflow: scroll;
width: 460px;
height: 260px;
z-index:20;
padding-top: 10px;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;

}

#philtext {
float: left;
overflow: scroll;
width: 400px;
height: 260px;
z-index:21;
padding-top: 10px;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;

}

#gallerycontent {
margin:0 auto;
width:780px; 
z-index:20; 
padding:0px;
display:none;
}

#contactcontent {
margin:0 auto;
width:780px; 
height:280px;
z-index:20; 
background-image: url(../images/white_bg.png);  
padding:10px;
display:none;
behavior: url(iepngfix.htc);
}

#publishedcontent {
margin:0 auto;
width:780px;
height:475px; 
z-index:20; 
background-image: url(../images/white_bg.png);  
padding:10px;
display:none;
behavior: url(iepngfix.htc);
}

#publishedflip {
float: left;
width:650px; 
z-index:20; 
}

#publishedselect {
float: left;
width:110px; 
z-index:20; 
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


/***************FONT STYLES***************/

.body{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-style: normal;
color: #2e2e2e;
}

.quote{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: italic;
color: #2e2e2e;
}

.home{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #2e2e2e;
font-style: italic;
}

.bottom{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
color: #FFFFFF;
}

.contact{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: normal;
color: #2e2e2e;
}


/****FORM****/

h2.sent {
	padding: 15px;
	width: 275px;
	font-weight: normal;
	font-size: 21px;
	margin-top: 30px;
	border: 1px solid #ccc;
	}
	
form#contact {	
	width: 445px;
	padding: 0px;
	margin: 10px 0 0 0;
	}
	
form#contact label {
	float: left;
	width: 130px;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	text-align: right;
	margin: 6px 0 0 0;
	display: inline;
	clear: both;
	}
	
form#contact input {
	float: left;
	width: 200px;
	height: 20px;
	margin: 6px 0 0 10px;
	border: 1px solid #777;
	display: inline;
	background-color: #fff;
	font-size: 13px;
	}

form#contact input.submit {
	width: 100px;
	height: 25px;
	float: right;
	margin: 12px 3px 0 0;
	background-color: #a4b2bd;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #000;
	cursor: pointer;
	}
	
form#contact input.submit:hover {
	background-color: #f1f1f1;
	}
	
	
form#contact textarea {
	float: left;
	margin: 6px 0 0 10px;
	border: 1px solid #777;
	background-color: #fff;
	display: inline;
	font-size: 13px;
	width: 300px;
	height: 150px;
	}
	
.clear {
	clear: both;
	}