body { 
	background-color:#0279b8;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
}

#sub_container {
	position:relative;
	border:#FFF 5px solid;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	background-color:#FFF;
	color:#000;
}

#sub_container #residential_header {
	background-image:url(../images/layout/container_residential_header.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:142px;
}

#sub_container #commercial_header {
	background-image:url(../images/layout/container_commercial_header.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:142px;
}

#navbar {
	width:950px;
	height:25px;
	background-color:#3c3b37;
	color:#9d9d9d;
	padding:10px 0 0 0px;
	text-align:center;
}

#navbar a {
	color:#9d9d9d;
	text-decoration:none;
	font-weight:bolder;
	font-size:14px;
}

#navbar a:visited {
	text-decoration:none;
	font-weight:bolder;
}

#navbar a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
}

#content_left_col {
	position:relative;
	float:left;
	width:233px;
	margin:20px 0 0 5px;
}

#content_left_col .header{
	font-size:20px;
	font-style:italic;
	font-weight:bolder;
	margin-bottom:15px;
}

#content_left_col a {
	color:#0279b8;
	text-decoration:none;
	font-weight:bolder;
}

#content_left_col a:visited {
	color:#0279b8;
	text-decoration:none;
	font-weight:bolder;
}

#content_left_col a:hover {
	color:#0279b8;
	text-decoration:underline;
	font-weight:bolder;
}


#content_right_col {
	position:relative;
	float:right;
	width:222px;
	margin:20px 0 0 5px;
}

#content_right_col .header{
	font-size:20px;
	font-style:italic;
	font-weight:bolder;
	margin-bottom:5px;
}

#content_right_col a {
	color:#0279b8;
	text-decoration:none;
	font-weight:bolder;
}

#content_right_col a:visited {
	color:#0279b8;
	text-decoration:none;
	font-weight:bolder;
}

#content_right_col a:hover {
	color:#0279b8;
	text-decoration:underline;
	font-weight:bolder;
}

#content {
	position:relative;
	float:left;
	width:440px;
	margin:20px 0 0 0;
	border-left:#0279b8 thin solid;
	padding-left:20px;
	min-height:475px;
}

#content .header{
	font-size:20px;
	font-style:italic;
	font-weight:bolder;
	margin-bottom:15px;
}

#content a {
	color:#0279b8;
	text-decoration:underline;
}

#content a:visited {
	color:#0279b8;
	text-decoration:underline;
}

#content a:hover {
	color:#0279b8;
	text-decoration:underline;
}

#gallery {
	background-color: transparent;
	padding: 0px;
	width: 450px;
}
#gallery ul { list-style: none; padding:0px; margin:5px 0 0 0; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 3px solid #0279b8;
}
#gallery ul a:hover img {
	border: 3px solid #fff;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

#bottom_line {
	position:relative;
	width:960px;
	height:20px;
	background-color:#b3d6e8;
	margin:20px 0 0 -5px;
}

#copyright {
	font-size:10px;
	color:#666;
}

.error {
	color:#F00;
}

.required {
	color:#F00;
	font-weight:bolder;
}