@charset "iso-8859-1";

a:link,	a:visited, a:active {
	text-decoration: none;	 
	color: #bb9933;
	font-family: arial, sans-serif; }
	
a:hover {    
	text-decoration: underline;	 
	color: #bb9933;
	font-family: arial, sans-serif; }		 
		
body {
	margin: 0;       
	border-width: 0px;
	padding: 0;
	background-color: #000000;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;}

#banner {
	background-color: black;
	width: 800px;
	height: 100px;
	background-image: url(images/Banner.png);
	margin: 0px auto;
}
	   
/*
.bodytable {
    background-color: #ff0000;
    padding: 0;
    margin: 0;
	width: 100%;
}
*/
	   
.titlefont {
	font-size: 35px; 
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #CFA526;
}
    
#frame {
    background-color: #FAFAEF;
    width: 800px;    
    margin: -1px auto;
    padding: 0px;
}	

#content {
	padding: 25px 15px 15px 15px;
	margin: 0px auto;
	width: 650px;
}
				
.infoindent { padding-left: 25px;}

/* featureheader is used on the features.html page 
   and infoheader on the contact us page */			
.featureheader, .infoheader {
	background-color: #BB8822;
	padding: 8px 0 3px 30px;		
	margin: 10px 0px;			   
	height: 26px; 
	font-size: 15px;			  
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif; 
	text-align: left;
    background-image: url(images/headerGradient.png);
    background-position: center left;
    background-repeat: repeat-x;}
.infoheader { width: 290px; }		  
.featureheader { width: 600px; }

.feature {
	width: 600px;
	text-align: left;
	margin-bottom: 2em;
}

div.feature img {
	float: right;
	width: 250px;
}

/* used to display the table on the plans.php page */			 
.searchtable, .searchtableleft { 
	border-bottom: 1px solid black;
	border-right: 1px solid black; 
	border-spacing: 0;
	margin: 0;}			   
.searchtableleft { border-left: 1px solid black; }

/* used to indent the paragraphs on the about the builder page */
.article p {
    padding: 0;
    margin: 0;
    text-indent: 25px;
    font-size: 0.8em;
    text-align: justify;
	font-family: serif;
}

/*styling for the contact us page form */
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
	margin-left: 20px;
}

.radio {
	text-align: left;
	width: 25px;	
}

textarea {
    width: 100%;
}

/* styles used for the photo gallery */
.gallery {
	border: 2px solid #BB8822;
	padding: 5px 5px 5px 5px;
	margin: 15px 15px 15px 15px;
}

/* styling for the floor plan search page */
.label {
	text-align: left;
	width: 105px;
	padding-right: 10px;
	margin-left: 15px;
}
	
/* code for the table on the plans page */
#plantable {
    width: 400px;
	text-align: center;
	font: normal 400 10pt Arial, sans-serif;
	vertical-align: top;
	padding: 2px;
	text-decoration: none;
	white-space: nowrap;
	border-collapse: collapse;
	margin: 10px auto;
}

#plantable th, #plantable td {
	width: 100px;
	border: 1px solid black;
}

#plantable th {  
  font-weight: bold;     
}
	
/* just general styling stuff for the entire site*/
ul {padding: 0 0 0 0;
	margin: 0 0 0 15px;
}
						  
.button {
	color: #000000; 
    background-color: #BB8822;
	margin-left: 45px;
	margin-top: 10px;
}

.red {
	color: #ff0000;
}

div#bottom_border {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* NAVBAR STYLES
 *
 * tab-color: #aa8822
 */
div#navbardiv {
	padding: 0;
	margin: 0 auto;
	width: 800px;
    background: #fafaef url(images/tabs/left_end.gif) no-repeat;
}

#navbar {
	height: 25px;
	font-size: 0.8em;
    background: url(images/tabs/right_end.gif) top right no-repeat;
}

#navbar ul {
	margin: 0 0 0 0;
	padding: 0;
}

#navbar li {
    list-style: none;  
    display: inline;
}
#navbar a {
	width: 110px;
	height: 25px;
    color: #553300;
    background: url(images/tabs/regular_tab.gif) no-repeat;
	float: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

#navbar a:hover, #navbar a#current {
    background: url(images/tabs/active_tab.gif) no-repeat;
    color: #aa8822;
}


