/* CSS Document */

body{
	background-color:#302B0E;
	}
#wrapper {
	width: 780px;
	margin:auto;
}
#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:87px;	
	}

#buffer{
	margin:0px;
	clear:both;
	background-color:#3F4022;
	height:21px;
	width:776px;
	border:2px solid #fff;
	}
	
#lower_buffer{
	margin:0px;
	background-color:#656736;
	height:21px;
	width:778px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}
	
#content_wrapper {
	background-image:url(../images/lines.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#9FA180;
	width:776px;
	height:130px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0; 
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-top:1px solid #9B9C7A;
	border-bottom:2px solid #fff;
	
	
	
	}

#content_bottom{
	margin:0;
	background-image:url(../images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#9EA080;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	}
		
.menu {
	margin-top:46px;
	margin-right:25px;
	float:right;
	padding: 0;
	list-style: none;

}

.menu li {
	padding: 0;
	margin: 0;
	height: 26px;
	margin:0;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	height: 26px;
	background-repeat: no-repeat;
}
#residential {background-image: url(../images/res1.png); width: 117px;}
#residential a {background-image: url(../images/res2.png);}
#highrise {background-image: url(../images/high1.png); width: 117px;}
#highrise a {background-image: url(../images/high2.png);}
#commercial {background-image: url(../images/comm1.png); width: 117px;}
#commercial a {background-image: url(../images/comm2.png);}
#industrial {background-image: url(../images/ind1.png); width: 117px;}
#industrial a {background-image: url(../images/ind2.png);}
#residential a:hover, #highrise a:hover, #commercial a:hover, #industrial a:hover {background:none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* BEGIN side Menu */
 #navcontainer { 
 	left:1%;
    float:left;
 	width: 166px; 
	/*border-right:2px solid #fff;*/
	}

#navcontainer ul
{
clear:both;
margin-top:0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #62633B;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #F1D88A;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #A0A181;
color:#FFCC33;
}

/* END side Menu */

#map{
	border-left:2px solid #fff;
	margin-top:0;
	width:148px;
	float:left;
	}
#map a img{
	border-style:none;
	}
#std_links{
	margin-top:2px;
    margin-left:10px;
	background-color:#9B9C7A;
	width:140px;
	float:left;
	
	
}

#std_links a{
margin-right:0;
display:block;
padding-top:3px;

}


#std_links a img{
border:1px solid #9B9C7A;}

	
	#monalisa{
	width:271px;
	margin-top:15px;
	margin-left:485px;
	}

#monalisa a img{
border-style:none;
}

#footer{
color:#CBCCBB;
text-align:center;
font-size:12px;
font-weight:bold;
line-height:20px;
}

#footer a{
	color:#CBCCBB;
	}

#footer a:active{
	color:#FFCC33;
	}
#footer a:visited{
	color:#CBCCBB;
	}
	
.copyright a{
	font-size:75%;
	}
#movie{
text-align:center;}

.left_heading { 
	clear:both;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	/*margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	
}

#team_center{
margin:auto;
text-align:center;
width:600px;}.large_title {
	font-size: 120%;
	font-weight: bold;
	color: #16160C;
}

#address{
	margin:auto;
text-align:center;
width:600px;
font-size:110%;
font-weight:bold;}

#address a{
	color: #16160C;}
	
	/* form styles*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 450px;
  max-width: 500px;
  width: 500px; 
  margin:auto;
  padding-bottom:15px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#302B0E;                   /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	
}

.error{
	font-weight:bold;
	color:#993366;}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#form_bottom{
text-align:left;
font-size:.9em;}
textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
} 

form .required{font-weight:bold;
				color:#302B0E;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
h4{
margin:auto;
text-align:center;
color:#fff;}