@charset "utf-8";
/* CSS Document */

body {
	background-image: url(./images/background.jpg);
	background-repeat: repeat;
	background-color: #023B79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;	
	
}

#container {
    width:850px;
	border: 1px solid #ffffff;
	background-color:#0b4f8a;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
 #header{
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	width:850px;
	height:286px;
	background-origin: border-box;
	vertical-align: top;
	border: 0;
	padding: 0px;
	
}
 #navigation{
	width:850px;
	height:40px;
	background-color:#0b4f8a;
	vertical-align: top;
	border: 0;
	padding: 0px;
	
}
 #content  {
	background-color:#0b4f8a;
	width: 850px;
	max-width:850px;
	line-height: 1.5em;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}

 #content_wrapper {
    width:850px;
	background-color: #0b4f8a;
	border: 0;
	margin: 0px;
	padding-top: 20px;
	float: right;
} 

#leftcol  {
	background-color:#0b4f8a;
	width: 560px;
	max-width:560px;
	line-height: 1.5em;
	margin: 0px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#rightcol  {
	background-color:#0b4f8a;
	width: 220px;
	max-width:220px;
	line-height:1.5em;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#inner {
    width:200px;
    float:left;
    margin-right:2%;
    border:2px solid #ffffff;
    background-color: #55a6d6;
    padding: 10px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    -moz-border-radius: 15px;
}

#footer {
	width:850px;
	background-image: url(./images/footer.jpg);
	background-color:#0b4f8a;
	background-repeat: no-repeat;
	width:850px;
	height:120px;
	background-origin: border-box;
	vertical-align: bottom;
	border: 0;
	clear: both;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:1.5em;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	font-weight:normal;
	} 

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffd200;
}
a:active {
	text-decoration: underline;
	color: #ffd200;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffd200;
	margin-top: 0px;
	font-style: normal;
	top: 35px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin-top: 0px;
	font-style: normal;
	font-style: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	margin-top: 0px;
	font-style: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffd200;
	margin-top: 0px;
	font-style: normal;
	font-style: italic;
	}


h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #ffd200;
	margin-top: 0px;
	font-style: normal;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	font-style: normal;
}
.lgaquaitalic{
	color: #36B0D2;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.lgblue{
	color: #003a73;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.smblue{
	color: #003a73;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.smalltext {
	font-size: 10px;
}
.boldtext {
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	text-align: center;
	line-height:0.7em;
}
.copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #ffd200;
}
.copyright a:active {
	text-decoration: none;
	color: #ffd200;
}
.sitelinks {
	font-size: 10px;
	text-align: center;
	line-height:0.9em;
}
.sitelinks a:link {
	color: #ffffff;
	text-decoration: none;
}
.sitelinks a:visited {
	text-decoration: none;
	color: #ffffff;
}
.sitelinks a:hover {
	text-decoration: underline;
	color: #ffd200;
}
.sitelinks a:active {
	text-decoration: none;
	color: #ffd200;
}

.aquagreenext  {
	color: #36b0d2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bluetext{

}
/* This is for a photogallery Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 600px;
width: 600px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #3F6f25;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #55a6d6;
padding: 5px;
left: -1000px;
border: 1px dashed white;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 125px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(./images/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #666666;
border-width: 1px 0;
background: #003a73 url(./images/blockdefault.gif) center center repeat-x;
list-style: none;
}

[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

<![endif] 
