/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:none;
	}

#bodycontainer
{
	width:800px;
	background-color:#FFFFFF;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	left: 20px;
	margin-left: 10%; 
	margin-right: 10%;
}

#header
{
	width:800px;
	height:90px;
	background-repeat:no-repeat;
	padding-top: 6px;
}

#header .address {width: 300px; float:right; text-align:right; margin:25px 10px 0px 0px; font-size:9pt; color:#000000;}

#navigation
{
	width:800px;
	height:25px;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF5700;
	border-right-color: #FF5700;
	border-bottom-color: #FF5700;
	border-left-color: #FF5700;
}
.bstyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


#navigation .links 
{text-align:center; font-size:12px; font-weight:normal; padding-top:5px; color:#F55A0A;}

#navigation .links a:link
{color:#FF5700; text-decoration:none;}

#navigation .links a:visited { 
	color: #999999;	text-decoration:none;}

#navigation .links a:hover 
{color:#33CCFF; text-decoration:none;}

#navigation .links a:active { 
	color: #66CC00; text-decoration:none;
	}
	
#keyvisual
{width:800px;
}

#mainlinks
{width:800px; height:208px; margin:10px 0px 10px 0px;}

#mainlinks #residential
{width:232px; height:208px; background-image:url(../images/resident.jpg); margin-right:14px; margin-left:4px; float:left;}

#mainlinks #commercial
{width:300px; height:208px; background-image:url(../images/commercial.jpg); margin-right:14px;float:left;}

#mainlinks #corporate
{width:232px; height:208px; background-image:url(../images/corporate.jpg); float:left;}

#mainlinks #residential .links, #mainlinks #commercial .links, #mainlinks #corporate .links
{width:180px; font-size:10pt; text-align:center;}

#mainlinks #residential .links a:link, #mainlinks #commercial .links a:link, #mainlinks #corporate .links a:link
{color:#66CC00; text-decoration:underline;}

#mainlinks #residential .links a:hover, #mainlinks #commercial .links a:hover, #mainlinks #corporate .links a:hover
{color:#66FF00; text-decoration:underline;}

#mainlinks #residential .links
{margin-top:110px; margin-left:0px;}
#mainlinks #commercial .links
{margin-top:110px; margin-left:60px;}
#mainlinks #corporate .links
{margin-top:110px; margin-left:55px;}

#footer
{
	width:800px;
	height:35px;
	background-repeat:no-repeat;
	color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF5700;
	border-right-color: #FF5700;
	border-bottom-color: #DDDDDD;;
	border-left-color: #FF5700;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer .links 
{text-align:center; font-size:8pt; padding-top:10px;}

#footer .links a:link
{color:#666666; text-decoration:none; margin:0px 5px 0px 5px;}

#footer .links a:hover
{color:#666666; text-decoration:underline; }
.bText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

