body {
	margin: 0;
	background: url(../graphics/bg.gif) repeat-x #007b9a;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #364145;
	font-size: 12px;
}

h1 {
	margin: 0;
	color: #004d98;
	font-size: 22px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	line-height: normal;
}

h2 {
	margin: 0;
	color: #004d98;
	font-size: 18px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	line-height: normal;
}

h3 {
	margin: 0;
	color: #367900;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: normal;
}

p {margin-top: 15px; margin-bottom: 0;}

a {color: #eb7718; text-decoration: underline;}
a:visited {color: #935827; text-decoration: underline;}
a:hover {color: #008dc1; text-decoration: underline;}

#container {
	width: 954px;
	margin: 0 auto;
}

	.inside-container {
		width: auto;
		padding: 0 87px;
	}
	
		.header-image {
			width: auto;
			border-left: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
			border-bottom: 2px solid #ffffff;
			position: relative;
    top: -8px;
    left: 153px;
}
	
	#header {
		width: auto;
		position: relative;
	}
	
		#logo {
			width: 322px;
			height: 124px;
			padding-left: 72px;
			background: url(../graphics/tc-pools-logo.gif) no-repeat;
			float: left;
		}
		
			#logo a {
				width: 183px;
				height: 124px;
				display: block;
			}
		
		#contact-button {
			width: 133px;
			height: 30px;
			background: url(../graphics/contact-button.gif) no-repeat;
			display: block;
			position: absolute;
			top: 20px;
			right: 87px;
			z-index: 100;
		}
		
		#get-estimate {
			width: 400px;
			height: 30px;			
			display: block;
			position: absolute;
			top: 20px;
			right: 250px;
			z-index: 100;
			font-size: 14px;
		}
		
		#contact-button:hover {background-position: -133px 0;}
		
		#nav {
			width: 601px;
			height: 80px;
			position: absolute;
			top: 55px;
			left: 266px;
			z-index: 100;
		}
		
			#nav ul {
				margin: 0;
				padding: 0;
			}
				
				#nav ul li {
					margin: 0;
					padding: 0;
					list-style: none;
					float: left;
				}
				
					#nav ul li a {
						height: 80px;
						background-repeat: no-repeat;
						display: block;
						float: left;
					}
					
					#nav ul li a:hover {
						background-position: 0 -80px;
					}
					
					#nav ul li a.active, #nav ul li a.active:hover {
						background-position: 0 -160px;
					}
					
					.nav-inground {width: 126px; background: url(../graphics/nav/nav-inground.png);}
					.nav-aboveground {width: 157px; background: url(../graphics/nav/nav-aboveground.png);}
					.nav-services {width: 81px; background: url(../graphics/nav/nav-services.png);}
					.nav-work {width: 89px; background: url(../graphics/nav/nav-work.png);}
					.nav-about {width: 85px; background: url(../graphics/nav/nav-about.png);}
					.nav-home {width: 63px; background: url(../graphics/nav/nav-home.png);}
					
		.header-text {
			width: 270px;
			height: 226px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			line-height: 26px;
			color: #001b20;
			font-weight: bold;
			font-style: italic;
			position: absolute;
			top: 0;
			right: 12px;
			z-index: 100;
		}
		
	#body-home {
		width: auto;
		background: url(../graphics/bg-body.gif) repeat-x #ffffff;
		border-left: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	
	#body-sub {
		width: auto;
		background: url(../graphics/bg-body.gif) repeat-x #ffffff;
		border-right: 2px solid #ffffff;
	}
	
		#content-full {
			width: auto;
			padding: 28px 15px 30px 15px;
		}
	
		#content-left {
			width: 512px;
			padding: 28px 0 30px 28px;
			line-height: 20px;
			float: left;
		}
		
		#content-right {
			width: 492px;
			padding: 20px 15px 30px 0;
			line-height: 20px;
			float: right;
		}
		
		#panel-right {
			width: 191px;
			min-height: 308px;
			padding: 28px 15px 30px 30px;
			font-size: 11px;
			line-height: 15px;
			background: url(../graphics/bg-panel-right.gif) no-repeat #ffffff;
			float: right;
		}
		
		*html #panel-right {height: 308px;}
		
		#panel-left {
			width: 249px;
			min-height: 320px;
			padding: 22px 0 30px 0;
			font-size: 11px;
			line-height: 15px;
			background: url(../graphics/bg-panel-left.gif) no-repeat #ffffff;
			float: left;
		}
		
		*html #panel-left {height: 320px;}
		
			.inside-panel-left {
				width: auto;
				padding: 0 41px 0 17px;
			}
			

.sub-nav {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

	.sub-nav li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.sub-nav li a, .sub-nav li a:visited {
			padding: 10px 28px 10px 17px;
			display: block;
			color: #008dc1;
			text-decoration: none;
			font-weight: bold;
		}
		
		.sub-nav li a:hover {
			color: #005777;
			text-decoration: none;
		}
		
		.sub-nav li a.active-single, .sub-nav li a.active-single:active {
			padding-top: 16px;
			padding-bottom: 16px;
			color: #ffffff;
			background: url(../graphics/bg-subnav.png) no-repeat;
		}
		
		.sub-nav li a.active-single:hover {color: #a9e8ff;}
		
		.sub-nav li a.active-double, .sub-nav li a.active-double:active {
			color: #ffffff;
			background: url(../graphics/bg-subnav.png) no-repeat;
		}
		
		.sub-nav li a.active-double:hover {color: #a9e8ff;}

#portfolio {margin: 0; padding: 0;}
	#portfolio li {
		margin: 15px 7px 0 8px;
		padding: 0;
		list-style: none;
		float: left;
	}

		#portfolio li img {width: 150px; height: 112px; border: 3px double #004d98;}

.clear {clear: both;}
.hide {display: none;}
.float-left {float: left;}
.float-right {float: right;}

.margin-top-4 {margin-top: 4px;}
.margin-top-8 {margin-top: 8px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-25 {margin-top: 25px;}