@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F5F5F5;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DEDEDE;
	background-image: url(../images/AquadamPoolServices.jpg);
	background-repeat: no-repeat;
	padding: 0;
	border-style: solid;
	border-color: #D8D8D8;
	border-width: 1px;
} 
#container #image1 {
	position: absolute;
	left: 2px;
	bottom: 28px;
}
#container #image2 {
	position: absolute;
	bottom: 28px;
	right: 2px;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 140px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	border-style: solid;
	border-color: #D8D8D8;
	border-width: 1px;
} 

#container div#contactButton {
	position: absolute;
	left: 600px;
	top: 0;
	margin: 0;
	padding: 0;
}

#contactButton a:link, #contactButton a:visited {
	height: 20px;
	width: 90px;
	display: block;
	text-indent: -1000em;
	background: url(../images/contactbutton.png) no-repeat left top;
	border: none;
}

#contactButton a:hover, #contactButton a:active {
	background-position: left bottom;
}

#header #mainMenu {
	position: absolute;
	left: 170px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: 102px;
	width: 800px;
}

.thrColAbsHdr #sidebar1 {
	top: 140px;
	left: 0;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin: 0;
	float: left;
	background-color: #DEDEDE;
	position: absolute;
}


#sidebar1 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 5px;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	line-height: 1.1em;
}
#sidebar1 h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
	color: #036;
	text-align: center;
	line-height: 1.1em;
}

#sidebar1 h2{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#sidebar1 h3{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 10px;
	font-size: 0.9em;
	color: #036;
	text-align: center;
	line-height: 1.2em;
}
#sidebar1 a:link, #sidebar1 a:visited{
	color: #036;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#sidebar1 a:hover, #sidebar1 a:active{
	color: #F60;
}
#sidebar1 ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 5px;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
}
#sidebar1 li{
	margin: 0;
	padding: 0;
}
#sidebar1 li a:link, #sidebar1 li a:visited{
	margin: 0;
	padding: 5px 10px;
	color: #666;
	text-decoration: none;
}
#sidebar1 li a:hover, #sidebar1 li a:active{
	color: #F60;
}

.thrColAbsHdr #sidebar2 {
	top: 140px;
	right: 0;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin: 0;
	float: right;
	background-color: #DEDEDE;
	position: absolute;
}

#sidebar2 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 5px;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	line-height: 1.1em;
}
#sidebar2 h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
	color: #036;
	text-align: center;
	line-height: 1.2em;
}
#sidebar2 h2{
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#sidebar2 h3{
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0;
	padding: 5px 10px;
	font-size: 0.9em;
	color: #036;
	text-align: center;
	line-height: 1.1em;
}
#sidebar2 a:link, #sidebar2 a:visited{
	margin: 0;
	padding: 5px 10px;
	color: #036;
	text-decoration: none;
}
#sidebar2 a:hover, #sidebar2 a:active{
	color: #F60;
}
#sidebar2 ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 5px;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
}
#sidebar2 li{
	margin: 0;
	padding: 0;
}
#sidebar2 li a:link, #sidebar2 li a:visited{
	margin: 0;
	padding: 5px 10px;
	color: #666;
}
#sidebar2 li a:hover, #sidebar2 li a:active{
	color: #F60;
}

























.thrColAbsHdr #mainContent {
	margin: 0 260px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0;
	min-height: 500px;
	background-color: #F0F0F0;
}

#mainContent p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 20px;
	font-size: 1em;
	text-align: justify;
	color: #333;
	line-height: 1.1em;
}
#mainContent h1{
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.0em;
	color: #036;
	line-height: 1.1em;
}
#mainContent h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 20px;
	font-size: 1em;
	color: #036;
	line-height: 1.1em;
}
#mainContent a:link, #mainContent a:visited{
	margin: 0;
	padding: 0;
	color: #036;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active{
	color: #F60;
}
#mainContent ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 20px;
	list-style-type: none;
	text-align: center;
}
#mainContent ul li{
	margin: 0;
	padding: 0;
	float: left;
}
#mainContent ul li a:link, #mainContent ul li a:visited{
	margin: 0;
	padding: 20px 20px;
	color: #FF0;
}
#mainContent ul li a:hover, #mainContent ul li a:active{
	color: #3F0;
}

.thrColAbsHdr #sidebar3 {
	top: 140px;
	left: 0;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin: 0;
	float: left;
	background-color: #DEDEDE;
	position: absolute;
}

.thrColAbsHdr #sidebar4 {
	top: 140px;
	right: 0;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin: 0;
	float: right;
	background-color: #DEDEDE;
	position: absolute;
}

.thrColAbsHdr #mainContentForm {
	margin: 0 150px 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px;
	min-height: 500px;
	background-color: #E9E9E9;
}

#mainContentForm h1{
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #036;
	text-align: center;
}

#mainContentForm #contactInfo{
	margin:0;
	padding:10px;
	height: 470px;
	width: 325px;
	position: absolute;
	left: 150px;
	top: 145px;
	background-color: #F0F0F0;
	border: 1px solid #999;
}
#contactInfo p{
	margin:0;
	padding:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}
#mainContentForm #servicesSelected{
	margin:0;
	padding:10px;
	width: 325px;
	height: 470px;
	position: absolute;
	top: 145px;
	right: 150px;
	background-color: #F0F0F0;
	border: 1px solid #999;
}

#servicesSelected p{
	margin:0;
	padding:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#servicesSelected h3{
	margin:0;
	padding:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #036;
}

.thrColAbsHdr #footer {
	clear: both;
	background-color: #E9E9E9;
	padding: 0 5px;
	margin: 0 auto;
} 

.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

#footer a{
	text-decoration: none;
	color: #827E7B;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.blue {
	color: #036;
}
.red {
	color: #C00;	
}
.orange {
	color: #F60;	
}

