/* Aqua Midtown CSS update 02/28/06 12:00 PM */

/* Include the behavior [behavior: url(aqu_includes/csshover.htc);] in the body css to Allow IE for Windows to use a :hover state. You also need to include the csshover.htc file in the includes folder */

body {
	background-color: #000000;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	behavior: url("aqu_includes/csshover.htc");
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Layout the home page */

#mainFlash {
	width: 980px;
	height: 470px;
	text-align: center;
	margin: 0px auto;
	padding: 0 0px;
}

#flash {
	width: 980px;
	height: 470px;
	text-align: center;
	margin: 0px auto;
	padding: 0 0px;
}
#flashcontent {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	background-image: url(../aqu_images/img_footer.jpg);
	height: 110px;
	width: 980px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

#footLeft {
	text-align: left;
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-left: 5px;
}
#footRight {
	text-align: right;
	float: right;
	width: 70px;
	display: inline;
	margin-top: 60px;
	margin-right: 20px;
	height: 20px;
}
div#footRight a:link, div#footRight a:visited {
	height: 20px;
	background-image: url("../aqu_images/img_disclaimer.gif");
	background-repeat: no-repeat;
	width: 70px;
	margin: 0px;
	padding: 0px;
	display: block;
}
div#footRight a:hover {
	display: block;
	background-image: url("../aqu_images/img_disclaimer_over.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 70px;
}
/* Layout the popup page */

#disclaimer {
	background-color: #000000;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	text-align: left;
	margin: 0px auto;
}

#disclaimerClose {
	background-image: url(../aqu_images/btn_close.gif);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 80px;
	padding: 10px;
	margin: 0px auto;
	border: 0px;
}

div#disclaimerClose a:link, div#disclaimerClose a:visited {
	background-image: url(../aqu_images/btn_close.gif);
	background-repeat: no-repeat;
}

div#disclaimerClose a:hover {
	background-image: url(../aqu_images/btn_close.gif);
	background-repeat: no-repeat;
}

/* Hide the Text in the div */

h3 {
	display: none;
}

/* Contact Form */

#contact {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../aqu_images/img_vwave.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 470px;
}

.contactLeft {
	margin: 30px;
	padding: 10px;
	text-decoration: none;
	text-transform: none;
	text-color: #333333;
	color: #333333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 300px;
	line-height: 20px;
}

.contactRight {
	margin-right: 30px;
	margin-left: 340px;
	margin-top: -430px;
	padding: 10px;
	text-decoration: none;
	text-transform: none;
	text-color: #333333;
	color: #333333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 300px;
	line-height: 20px;
}

#newsHeader {
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin: 0px auto;
}
#newsTitle {
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	margin: 0px auto;
	font-weight: bold;
}
#news {
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: left;
	margin: 0px auto;
}
#news a:link, #news a:visited {
	color: #82A3CC;
	text-decoration: none;
}
#news a:hover {
	color: #064687;
}

