@charset "utf-8";
/* CSS Document */

/* #############  BEGIN GLOBAL STYLES ############# */

@import url("reset.css");
@import url("forms.css");

a.topNav {
	font-size: 14px;
	font-weight: bold;
	color: #4C8BC4;
	text-decoration: none; 
	line-height: 28px;
	padding:0 8px 0 8px;
	margin:0;
}
a.topNav:visited {
	color: #4C8BC4;
}
a.topNav:hover {
	color: #294D9B;
}


body { 
	display:block;
	position:relative;
	width:100%;
	height:100%; 
	font-family:Arial, Helvetica, sans-serif; 
	background-color: #666666; 
	margin:0 auto;
}

div.poolBackground {
	float:right;
	margin:0 10px 50px 10px; 
	background-color:#3FA7DC; 
	padding: 6px 0 6px 0;
	width: 376px; 
	overflow:auto; 
	border:2px #254B96 solid;
}
div.poolBackground h3 { 
	color:#006 
}
div.poolBackground h4 { 
	color:#006; 
}
div.poolBackground p {
	line-height:1.25em; 
	color:#006;
}

em {
	line-height:1.5em;
	font-style:italic;
}

h1 {
	font-size: 1.125em;
	color: #2B5399;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	color: #2B5399;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 24px;
	line-height:1.125em; 
	font-weight:bold;
}
h3 {
	font-size: 0.875em;
	color: #2B5399;
	padding-left: 10px;
	padding-right: 10px; 
	line-height:1.25em;
}
h4 {
	font-size: 0.75em;
	color: #2B5399;
	padding-left: 10px;
	padding-right: 10px; 
	line-height:1.25em;
}
h4 a {
	color: #00F; 
	text-decoration:none;
}
h4 a:visited {
	color:#00F;
}
h4 a:hover {
	text-decoration:underline;
}


hr {
	color: #9DD2E4;
	background-color: #9DD2E4;
	background-position: center;
	width: 75%;
}

ol { 
	display:block;
	padding:0.75em 10px 0.75em 10px;
}

li {
	list-style:disc inside;
	color: #284C9A;
	font-size: 0.75em; 
	line-height:1.5em;
}


p {
	padding:0.75em 10px 0.75em 10px;
	color: #284C9A;
	font-size: 0.75em; 
	line-height:1.5em;
}
p a {
	color: #00F; 
	text-decoration:none;
}
p a:visited {
	color:#00F;
}
p a:hover {
	text-decoration:underline;
}

p.deepIndent {
	margin-left:30px;
}

p.footer {
	padding-top:20px;
	color: #FFF;
	text-align: center;
}
p.footer a {
	text-decoration:none; 
	color:#FFF; 
	line-height:1.25em;
}
p.footer a:hover {
	text-decoration:underline;
}

u {
	text-decoration:underline; 
	line-height:1.5em;
}


#contact h4 {
	padding-bottom:2em;
}
#contact p {
	padding-left:0; 
	padding-bottom:1.5em;
}


#faq h3 {
	padding-top:2em;
}

#faq #flowRates {
	margin:0.75em 10px 0.75em 30px; 
	border-collapse:collapse;
}
#faq #flowRates th {
	font-weight:bold; 
	padding:0.25em; 
	border:1px #999 solid; 
	font-size:0.75em; 
	line-height:1.5em; 
	color: #284C9A;
}
#faq #flowRates td {
	padding:0.25em; 
	border:1px #999 solid; 
	font-size:0.75em; 
	line-height:1.5em; 
	color: #284C9A;
}
#faq #flowRates td strong {
	line-height:1.5em; 
	font-weight:bold;
}

#faq #upcFlowRates {
	margin:0.75em 10px 0.75em 30px; 
	border-collapse:collapse;
}
#faq #upcFlowRates th {
	font-weight:bold; 
	padding:0.25em; 
	border:none;
	font-size:0.75em; 
	line-height:1.5em; 
	color: #284C9A; 
	font-style:italic;
}
#faq #upcFlowRates td {
	padding:0.25em; 
	border:none; 
	font-size:0.75em; 
	line-height:1.5em; 
	color: #284C9A;
}

#header {
	background-color:#fff; 
	padding-bottom:1em;
}
#header img {
	border:none;
}
#header h1 { 
	width:776px; 
	height:0px; 
	text-indent:-9000px;
}

#howToPage h3 {
	padding-top:20px;
}


#mainPage {
	background-color: #FFFFFF;
	width: 776px;
	margin:0 auto;
  padding-bottom:10px;
	border: 2px solid #000066;
}



#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupAlert{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:500px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px; 
	overflow:visible;
}
#popupAlert h1{
	text-align:center;
	color:#F00;
	font-size:18pt;
	font-weight:bold;
	border-bottom:1px dotted #D3D3D3;
	padding:0 0 14px 0;
}
#popupAlert h2{
	text-align:left;
	color:#000;
	font-size:14pt;
	font-weight:bold;
	padding:30px 0 0 0; 
	margin:0;
}
#popupAlert p {
	font-size:12pt; 
	color:#000; 
	padding:10px 0 0 14px; 
	margin:0; 
	line-height:14pt;
}

#popupAlert ul { 
	position:relative;
	display:inline-block; 
	margin:0; 
	padding:0;
}
#popupAlert li { 
	font-size:12pt; 
	color:#000; 
	margin-left:28px;
	list-style-type:disc;
	padding-left:8px;
	padding-bottom:6pt;
}
#popupAlert li.lastLI {
  padding-bottom:0;
}
#popupAlertClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#popupAlertHowToLink { 
	text-align:center; 
	font-weight:bold; 
}
#popupAlertTopNavLink { 
	color:#F03; 
}


#standards {
	width:770px;
	padding:20px 4px 10px 0;
	clear:both;
	margin:0 auto; 
}
#standards img {
	float:left;
	clear:none;
}

#standards table { 
	float:right; 
	clear:none; 
}
#standards p {
	width:523px;
	font-size:0.875em;
	font-weight:bold;
	line-height:2em;
    color:294D9B#; 
	padding:0 143px 0 110px; 
	margin:0; 
	text-align:center;
}


#alertAnimation { 
	display:block; 
	margin:0 auto; 
}

