body {
	background: #00408a url(/img/bg.jpg) no-repeat top center;
	margin:0px;
}

#header {
	width:960px;
	height:167px;
	margin:0px auto;
	position:relative;
}

#container_top {
	width:960px;
	margin:0px auto;
}

#container {
	width:970px;
	margin:0px auto;
}

#container_inner {
	width:960px;
	background: white url(/img/content_bg.gif) repeat;
}

#container_bottom {
	width:970px;
	height:46px;
	margin:0px auto;
	background: transparent url(/img/container_bottom.gif) no-repeat;
	text-align:center;
}

#copyright {
	color:white;
	font: bold 11px "Trebuchet MS", Verdana, sans-serif;
	padding:40px 0px 40px 0px;
}

#nav {
	width:220px;
	height:656px;
	background: #fff url(/img/nav_bg.jpg) no-repeat;
	float:left;
	margin:0px 0px 0px 10px;
	display:inline;
}

#nav ul{
	list-style:none;
	margin:0px;
	padding:30px 0px 0px 0px;
	text-align:right;
	font: bold 15px "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:2px;
}

#nav li {
	padding: 16px 30px 16px 30px;
	border-bottom:1px solid white;
}

#nav li:hover {
	cursor:pointer;
	background-color:#ecf7fd;
}

#nav li:hover A:link {
	color:#006dea;
}

#nav li:hover A:visited {
	color:#006dea;
}

#nav A:link {text-decoration: none; color:#007dc6;}
#nav A:visited {text-decoration: none; color: #007dc6;}
#nav A:active {text-decoration: none;}
#nav A:hover {text-decoration: none; color:#006dea;}

#content A:link {text-decoration: none; font-weight:bold; color:#007dc6;}
#content A:visited {text-decoration: none; font-weight:bold; color: #007dc6;}
#content A:active {text-decoration: none; font-weight:bold;}
#content A:hover {text-decoration: none; font-weight:bold; color:white; background-color:#007dc6;}

#content_extra_column A:link {text-decoration: none; font-weight:bold; color:#007dc6;}
#content_extra_column A:visited {text-decoration: none; font-weight:bold; color: #007dc6;}
#content_extra_column A:active {text-decoration: none; font-weight:bold;}
#content_extra_column A:hover {text-decoration: none; font-weight:bold; color:white; background-color:#007dc6;}


#content {
	background: #fff url(/img/logo_gr8_water_pt2.jpg) no-repeat top left;
	width:660px;
	float:left;
	padding:60px 30px 0px 30px;
	font: 13px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:20px;
}

#content_extra_column {
	background: #fff url(/img/logo_gr8_water_pt2.jpg) no-repeat top left;
	width:440px;
	float:left;
	padding:60px 30px 0px 30px;
	font: 13px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:20px;
	display:inline;
}

#extra_column_bubbles {
	width:220px;
	height:644px;
	background-image: url(/img/tcol_bubbles.jpg);
	float:left;
	margin:0px 10px 0px 0px;
	display:inline;
}

#extra_column_gr8water {
	width:220px;
	height:644px;
	background-image: url(/img/tcol_gr8water.jpg);
	float:left;
	margin:0px 10px 0px 0px;
	display:inline;
}

#linkbox {
	background-color: #f4f4f4;
	width:240px;
	float:right;
	margin:0px 0px 10px 20px;
	padding-left:10px;
	font-size:11px;
	line-height:14px;
}

#formbox {
	/* background-color:#f8fafc; */
}

p {
	margin:0px;
	padding:8px 0px 8px 0px;
}

h1 {
	font: bold 20px "Trebuchet MS", Verdana, sans-serif;
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#104186;
}

h3 {
	font: bold 16px "Trebuchet MS", Verdana, sans-serif;
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#104186;
}

h2 {
	font: bold 20px "Trebuchet MS", Verdana, sans-serif;
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#333333;
	text-align:center;
	letter-spacing:1px;
	line-height:26px;
}

img {
	border:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
