body {
	margin:0;
	padding:0;
	background-image:url(layout_images/bodybg.gif);
	background-repeat:repeat-x;
}
#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	padding-top:15px;
	padding-bottom:15px;
}
#banner {
	margin-top:30px;
}
#content {
	overflow: hidden;
	padding: 0px;
	padding-top: 1px;
	margin-top: 20px;
}
.home {
	background-image:url(layout_images/line.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#LHS, #RHS {
	width: 350px;
	float: left;
	padding-top:5px;
	paddng-bottom:0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#LHS {
	margin-right:10px;
}
#content #LHS img, #content #RHS img{
	margin-left:-10px;
}
#wrapper #RHCol {
	width: 200px;
	float: right;
	padding-left: 10px;
	background-image: url(layout_images/line.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 20px;
}
.indent {
	padding-right: 18px;
	padding-left: 18px;
}
#wrapper #content #LHCol {
	width: 560px;
}
#menu {
	height: 38px;
	padding-left: 20px;
}
.residential #menu {
	background-image: url(layout_images/menubg_residential.gif);
}
.commercial #menu {
	background-image: url(layout_images/menubg_commercial.gif);
}
#wrapper #menu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #menu ul li {
	display: block;
	list-style-type: none;
	float: left;
}
.residential #menu ul li a, .commercial #menu ul li a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
}
.residential #menu ul li a:hover {
	color: #1C3F66;
}
.commercial #menu ul li a:hover {
	color: #FA8600;
}
#homecontent {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
#headermenu {
	float: right;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 10px;
}
.residential #headermenu a{
	color:#666666;
	text-decoration:none;
}
.residential #headermenu a:hover{
	color:#FA8600;
	text-decoration:none;
}
.commercial #headermenu a{
	color:#666666;
	text-decoration:none;
}
.commercial #headermenu a:hover{
	color:#1C3F66;
	text-decoration:none;
}

#footer {
        border-top: 3px solid #AAAAAA;
        background-color:#eeeeee;
}
#footer #wrapper {
        padding:20px;
        padding-left:58px;
        overflow:hidden;
}
#footer ul, #footer ul li {
        list-style:none;
        margin:0;
        padding:0;
}
#footer ul li {
        float:left;
        height:20px;
}
#footer ul li a{
        display:block;
        margin-top:3px;
        padding-right:10px;
        text-decoration:none;
        color:#FA8600;
        height:20px;
}
#footer ul li a:hover{
        color:#555555;
}
.bookmarkmenu {
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
}
