*{
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial;
	font-size: 12px;
	background: #3d82bf;
}

a{
	color: #4084b7;
}

a:hover{
	color: #21689d;
}
BLOCKQUOTE {
	border-left: 1px solid #fff;
	padding-left: 5px;
}
.top-bar{
	background:  url(/img/box-dark-bg.gif) repeat-x bottom;
	
	padding: 8px;
	font-family: arial;
	color: #f0f0f0;
	font-size: 12px;
	border-bottom: 3px solid #3c519b;
}
.top-bar a{
	color: #d2dcff;
	text-decoration: none;
}
.top-bar a:hover{
	color: #fff;
	text-decoration: none;
}
.header {
	background: #e7f3f7 url(/img/hydrofest-header-bg2.jpg) no-repeat top center;
	height: 266px;
}
.header-logo {
	margin: 0 auto; width: 900px;
	padding-top: 10px;
}

.header-waves{
	background: url(/img/hydrofest-wave-bg-header.png) repeat-x bottom;
	height: 266px;
}

.nav {
	width: 900px;
	margin: 0 auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2a6089;

	
}
.nav a{
	text-decoration: none;
}
.nav-inside{
	background: url(/img/box-med-bg.gif) repeat-x;
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.page-bg {
	background: #5ea5c5 url(/img/hydrofest-body-bg.gif) repeat-x;

}
.page-inside {
	background: transparent url(/img/hydrofest-page-bg.jpg) no-repeat top center;
}

.content {
	width: 900px;
	margin: 0 auto;

}

.box-light{
	background: #c7e7ff url(/img/box-light-bg.gif) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;	

	color: #444;
}

.box-med{
	background: #9fdbf5 url(/img/box-med-bg.gif) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;	

}

.box-dark{
	background: #4084b7 url(/img/box-dark-bg.gif) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;	
	color: #fff;

}
.title{
	font-weight: bold;	
	text-transform: uppercase;
	font-size: 16px;
}
.box-dark a{
	color: #c7e7ff;
}
.box-dark a:hover{
	color: #fff;	
}

.footer {
	background: url(/img/hydrofest-footer-bg.gif) repeat-x bottom;
	width: 100%;
	height: 36px;
	padding-top: 30px;
	margin: 0;
}

.sub-footer {
	background: #3d82bf;
	padding: 10px 0 30px 0;
}
.sub-footer-inside{
	width: 900px;
	margin: 0 auto;
	
	color: #8acee9;
	
}

p {
	margin-bottom: 1em;
}
ul{
	list-style-type: disc;
	list-style-position: outside;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
}
/* ------ glider ------ */


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 790px; 
	height: 320px;
	overflow: hidden;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:790px;
		height:320px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
	div.scroller div.content {
		width: 10000px;
		}
/*
	div#section2 {
		background:#666666;
		color:#ffffff;
		}*/

/* ------ awesome buttons ------ */
		
.awesome, .awesome:visited {
	background: #222 url(/img/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: arial;
}

.awesome:hover							{ background-color: #111; color: #fff; text-decoration: none;}
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #319a10; }
.green.awesome:hover						{ background-color: #338421; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff9600; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

.gray.awesome, .gray.awesome:visited		{ background-color: #808080; }
.gray.awesome:hover						{ background-color: #555555; }
	
.silver.awesome, .silver.awesome:visited { background-color: #c0c0c0; color: #555555; }
.silver.awesome:hover					{background-color: #a0a0a0; color: #555555; }


