@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
	font-family: Verdana, sans-serif;
	font-size: 76.5%;
	line-height: 1.5;
	color: #333;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
#logo {
	width: 500px;
}

#container {
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 990px;
	text-align: left;
    }
	#wrapper {
	width: 850px;
    }
#header {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	 }
h2 {
	color: #19144C;
	float: left;
}
	 
#main {
	width: 420px;
	margin-top: 0;
	border-top: 0;
	padding: 10px;
	color: #003;
	float: left;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 0px 11px #000000;
	-webkit-box-shadow:0px 0px 11px #000000;
	box-shadow:0px 0px 11px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-image: -moz-linear-gradient(top, #a6cdea, #7fd4ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#a6cdea), to(#7fd4ff));
	background-image: -o-linear-gradient(top, #a6cdea, #7fd4ff);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cdea', endColorstr='#7fd4ff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cdea', endColorstr='#7fd4ff')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #a6cdea, #7fd4ff);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
    }
    
#nav {
	width: 100%;
	height: 25px;
	padding: 10px;
	color: #1A154D;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
    }
    
#about {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
    }
	
	#footer {
	clear: both;
	width: 80%;
	padding: 5px 0 5px 5px;
	background-repeat: repeat;
	background-position: bottom;
	color: #19144C;
	font-size: 14px;
    }
div.image {
	text-align: center;
	border: thin solid #FFF;
	margin: 5px;
	padding: 5px;
	float: left;
	font-size: 12px;
	height: 300px;
	width: 200px;
}

#gallery {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#menu li {
     float: left;
    }
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    }
#menu li a {
	text-decoration: none;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	color: #FFF;
	font-family: "Myriad Pro", "MS Sans Serif";
	font-size: 20px;
	background-color: #6CF;
	border: thin solid #FFF;
	background-image: url(images/water-225_tcm18-86280.jpg);
	background-position: bottom;
    }
.floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
-moz-border-radius:23px;
-webkit-border-radius:23px;
border-radius:23px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 0px 9px #000000;
-webkit-box-shadow:0px 0px 9px #000000;
box-shadow:0px 0px 9px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-image: -moz-linear-gradient(top, #006900, #000300);
background-image: -webkit-gradient(linear, center top, center bottom, from(#006900), to(#000300));
background-image: -o-linear-gradient(top, #006900, #000300);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006900', endColorstr='#000300');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006900', endColorstr='#000300')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #006900, #000300);
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
opacity:0.89;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=89);
/*-ms-filter must come before filter*/
filter: alpha(opacity=89);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/

}

.containingbox p { margin-top: 0;}


