@charset "utf-8";
body {
	font-size: 70%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #006BB2;
}	
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
color: #ffffff;
}

.sep {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
}

#outta {
	width: 100%;
	text-align: center;
}

#center_shadow {
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	/*background-image:url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center; */
	text-align: center;
}

#center_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 190px;
	position: relative;
}


#top {
	width: 1000px;
	background-image:url(images/banner.jpg);
	height: 193px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#top_stuff {
	width: 1000px;
	height: 170px;
}

#top_nav {
	width: 1000px;

}

#top_nav_left{
	position: absolute;
	width: 285px;
	left: 17px;
	top: 168px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	z-index: 5;
}
#top_nav_right{
	position: absolute;
	width: 322px;
	left: 677px;
	top: 168px;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 150%;
	z-index: 5;
}
#top_nav_left ul, #top_nav_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#top_nav_left li, #top_nav_right li {
	float: left;
	margin-right: 5px;
}
#top_nav_left li a, #top_nav_right li a{
	color: white;
	font-weight: bold;
	height: 20px;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
		font-size: 80%;
}
#top_nav_left li a:hover, #top_nav_right li a:hover{
	color: #005D98;
	font-weight: bold;
	text-decoration: none;
	background-color: #19A1DD;
}

#main_banner {
	width: 1000px;
	height: 170px;
	position: relative;
}

#middle {
	width: 1000px;
	position: relative;
	float: left;
	background-image: url(images/repeat_middle.gif);
	background-repeat: repeat-x;
	background-color: #006BB2;

}
#middle_pad {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/repeat_middle.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 240%;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 180%;
	font-weight: normal;
	color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

p {
	line-height: 150%;
	color: #E6E6E6;
	margin-bottom: 20px;
}
#right_content {
	float: right;
	width: 400px;
	position: relative;
	text-align: right;
	padding-top: 3px;
}
#left_content {
	float: left;
	width: 575px;
	padding-right: 0px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left_content ol, ul {
	margin-left: 20px;
}

#left_content li {
	color: white;
	line-height: 140%;
	margin-bottom: 10px;
}


#full_content {
	float: left;
	width: 950px;
	padding-right: 0px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
#full_content ol, ul {
	margin-left: 20px;
	margin-bottom: 25px;
}

#full_content li {
	color: white;
	line-height: 120%;
	margin-bottom: 10px;
}



.no_style_type {
    list-style-type: none;
}

#frog {
	background-image: url(images/frog.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	height: 154px;
	width: 135px;
	left: 861px;
	top: 8px;
}

#aquafinesse_logo {
	background-image: url(images/aquafinesse_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	height: 54px;
	width: 350px;
	left: 15px;
	top: 8px;
}
.home_promo {
	float: left;
	width: 170px;
	margin-right: 15px;
	color: #FFFFFF;
	height: 22em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #005C9A;
}
.home_img {
	background-color: #0E5F96;
	height: 50px;
}


.home_promo ul {
	margin-left: 15px;
	line-height: 150%;
	padding-left: 5px;
	padding-right: 5px;
}

#bottom {
	width: 100%;
	float: left;
	background-color: #0079CA;
}
#bottom_pad {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
td {
	color: #E6E6E6;
}

td a {
	color: #FFFFFF;
}	

.td_blue {
	color: #0966A3;
	font-weight: bold;
}

.td_black {color: #000000}
.table_big_pad {
	padding: 10px;
}

.img_right {
	float:right;
	margin-left: 10px;
}
input, textarea {
	background-color: #9DC5E6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #004777;
	border-left-color: #004777;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CFE3F3;
	border-bottom-color: #CFE3F3;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	
}
.button {
	font-weight: bold;
	background-color: #D3E9F6;
	color: #006BB2;
	padding: 5px;
	font-size: 120%;
}
#print {
	width: 70px;
	position: absolute;
	left: 500px;
	top: 235px;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 30;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}



/* accordian stuff */

#list1a {
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
}
.basic a.bigger {
	display: block;
	font-size: 160%;
	cursor:pointer;
	background-color: #004471;
	padding: 5px;
}
.basic a:hover {
	background-color: #00385E;
	color: #FFFFFF;

}
.basic a.selected {
	color: #FFFFFF;
	background-color: #004471;

}
.basic .divage {
	background-color: #00538A;
	padding: 5px;
	float: left;
	width: 99%;
}

.clear_inline_img {
	float: left;
	width: 99%;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;

}

.news_inline_img {
	float: left;
	width: 290px;
	margin-right: 10px;
	padding: 0px;
}
.news_main_img {
	float: left;
	width: 200px;
	margin-right: 10px;
	padding: 3px;
}
.news_nav {
	font-size: 120%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 130%;
	background-color: #04619E;
}
#flags {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 100px;
	z-index: 30;
	color: #045D97;
}

