@charset "UTF-8";
body {

	background: #FFF;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: "Euphemia UCAS", "Trebuchet MS", Arial, Helvetica, sans-serif"Euphemia UCAS", geneva, arial, helvetica, sans-serif;
	font-size: 90%;

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	
}
a img { 
	border: none;
}

h1, h2, h3, h4, h5, h6 {color:#036;
	}

a:link {
	color:#006;
	text-decoration: underline; 
}
a:visited {
	color: #006;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.wrapper	{	width: 1065px;  
				padding: 0 auto;
				height: auto /*!important*/;
				height: 100%;
				margin: 0 auto;
				text-align:center;
		background-image:url(pngs/1070x50.png);
		background-position:center;
	

}

.container-wave {
	width: 1024px;
	margin: 0 20px 0 20px; 
	text-align:center;
		background-image:url(pngs/beach-bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-position:bottom;	
	
		border-style:inset;
		border-width:thin;
		border-color: #369;/*#9cc;*/
		border-top:none;
		border-right:none;
		border-left:none;
}

.container {
	width: 1024px;
	margin: 0 20px 0 20px; 
	text-align:center;
		border-style:inset;
		border-width:thin;
		border-color: #369;/*#9cc;*/
		border-top:none;
		border-right:none;
		border-left:none;
}
.header {
	
	height:198px;
	text-align:center;
	width: 100%;
	padding:0;
	margin:0;	
	/*background-image:url(pngs/hd-beach1024.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #fff;*/
}
.title {margin: 0auto;
width:100%; text-align:left
}
.sidebar1 {
	float: left;
	width: 180px;
	background: none;
	padding: 10px 10px 10px 30px;
	height: 100%;
	font-size: 80%;
	text-align:left;
	
}


.content {

	padding: 10px 20px 10px 30px;
	width: 750px;
		float: left;
	}
	
	

.content-box { width: 100%; 
}

.box-gr { 	float:left;
			width:  215px;
		height: 100%;
		font-size: 80%;
		background-color:#FFF;
			background-image:url(pngs/box-gr.png);
		background-repeat:no-repeat;
		background-position:center top;
		text-align:left;
		margin: 5px;
		padding: 20px 10px 10px 10px;
		border-style:inset;
		border-width:thin;
		border-color: #369;/*#9cc;*/
		border-top:none;
		border-right:none;
		border-bottom:none;
	/*	border-right:none;
		border-top:none;
		border-left:none;
		border-bottom:thin;
		border-bottom-color: #369;*/	
	/*	overflow:hidden;*/
}



/* ~~ The footer ~~ */
.footer {

	/*	border-bottom:thin;
		border-bottom-color:#000;
/*		border-bottom-style:inset;
		

	*/
		margin-bottom: 0;
		height: 125px;
	font-size: 90%;	
	clear:both;
}
textarea:focus, input:focus {
border: 1px solid #09C;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; /* this removes the list marker */
/*	border-top: 1px solid #666; */
	margin-bottom: 15px;
	margin-left: 15px; 
	
}
ul.nav li {
	border-bottom: 1px solid #369;
	 /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; /
	width: 50px; 
	text-decoration: none;
	background: #FFF;
	color:#036;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background:#789CBC;
	color:#036;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
