/* main rules
+---------------------------------------------------------------------------------*/
body {
	background-color: #9CC6CE;
	min-width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
img {border: 0;}

/* links rules
+---------------------------------------------------------------------------------*/
a {color: #00556A; text-decoration: none;}
a:active {color: #9CC6CE;}
a:hover {color: #00556A;}


a.menu {color: #FFFFFF;}
a.menu:active {color: #FFFF99;}
a.menu:hover {color: #FFFF66}


/* wrapper rules
+---------------------------------------------------------------------------------*/
#wrapper {
	width: 760px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.welcome {background-image: url(images/bg-welcome.jpg);}
.profile {background-image: url(images/bg-profile.jpg);}
.commercial {background-image: url(images/bg-commercial.jpg);}
.residential {background-image: url(images/bg-residential.jpg);}
.services {background-image: url(images/bg-services.jpg);}
.contact {background-image: url(images/bg-contact.jpg);}
.request {background-image: url(images/bg-request.jpg);}

/* sidebar rules
+---------------------------------------------------------------------------------*/
#sidebar {
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	height: 475px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	float: left;
}
.sideMenu {
	line-height: 24px;
	padding-left: 9px;
	position: relative;
	top: 36px;
}
.sidelogo {
	position: relative;
	top: 50px;
	left: 5px;
	width: 105px;
	padding: 10px 0px;
	text-align: center;
}

/* copy rules
+---------------------------------------------------------------------------------*/
.copy {
	width: 320px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 10px;
}
#copyHolder {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	float: right;
	width: 590px;
	font-size: 12px;
}

/* elemental rules
+---------------------------------------------------------------------------------*/
#header {
	width: 760px;
}
.footer {
	color: #999999;
	text-align: center;
	line-height: 12px;
	padding: 5px;
	position: relative;
	float: right;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#subNav {
	font-size: 10px;
	width: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #015569;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #015569;
}
.contactLabel {
	font-weight: bold;
	text-align: right;
	width: 150px;
	vertical-align: center;
	text-transform: uppercase;
}
.contactForm {
	text-align: left;
	vertical-align: center;
}
