/*United Home main style*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ol, dl, address 
{
    font-family: arial;
    font-size: 10pt;
    color: #000000;
}
img        
{
	border-width:0;
} 
body
{
	margin: 0px;
	margin: 75px 0px;
	background-color: #000000;
	text-align: center;
	color: #555555;
	font-family: arial;
	font-size: 10pt;
}
#page
{
	margin:0 auto;
    width:764px;
	text-align: center;
	border: 1px solid #757D6F;
}
#banner
{
	height: 223px;
	width: 764px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
#bannerCom
{
	height: 223px;
	width: 764px;
	background-image: url(../images/bannerCommercial.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
#bannerRes
{
	height: 223px;
	width: 764px;
	background-image: url(../images/bannerResidential.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
#bannerProj
{
	height: 223px;
	width: 764px;
	background-image: url(../images/bannerProjects.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}

#menu
{
	background-color: #617053;
	width: 153px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #8A957F;
}

/*navigation*/
#nav
{	margin-left: -40px !important;
	text-align: left;
	margin: 0px auto;
	padding: 0px auto;
	
    list-style:none;
}

#nav li
{
	padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ffffff;
}

#nav a
{
    display:block;
    color: #FFFFFF;
    text-decoration:none;
    font-size:8pt;
    font-weight: bold;
	vertical-align:text-bottom;
	text-transform: uppercase;

}    

#nav a:hover
{
    color: #671301;
}
#nav a.selected
{
	color: #671301;
}
/*end navigation*/

#body_content
{
	padding: 50px;
	width:509px;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}
#body_content .redQuote
{
	color: #630F00;
	font-weight: bold;
	font-size:11pt;
}
#body_content h1
{
	font-size: 16pt;
}
#body_content h2
{
	font-size: 14pt;
}
#body_content h3
{
	font-size: 12pt;
}
#body_content a
{
	color: #617053;
	text-decoration: none;
}
#body_content a:hover
{
	color: #617053;
	text-decoration: underline;
}
#footer_box
{
	margin:0 auto;
    width:764px;
	text-align: center;
}
#footer
{
	margin-top: 5px;
	text-align: left;
}
#footer p
{
	color: #FFFFFF;
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
}
#footer p a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover
{
	text-decoration: underline;
}
/*logoworks link back*/
#logoworks
{
	clear: both;
	margin: 0px auto;
	padding: 0px auto;
	font-size: 8pt;
	text-align:center;	
	color: #9D948E;
	padding-top: 10px;
	text-align: left;
}
#logoworks a
{
	color: #9D948E;
	text-decoration: none;
}
#logoworks a:hover
{
	text-decoration: underline;	
}
