/*
Dark Blue: #336699
Mid Blue: #6699CC
Light Blue: #99CCCC
Yellow: #FFFF99
*/
/* SYSTEM */
* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 150%;
	background: #336699 url('../images/layout/beach-backing.png') bottom left repeat-x;
	position: relative;
	z-index: 0;
}
#header {
	width: 960px;
	margin: 0px auto 0px auto;
	height: 100px;
}
#baseImage {
	background: url('../images/layout/beach-logo-base.gif') bottom left no-repeat;
	height: 191px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}
#wrapper {
	width: 960px;
	min-height: 500px;
	margin: 0px auto 0px auto;
	position: relative;
}
#mainContent {
	margin: 0px;
	padding: 10px 10px 20px 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contentLeft {
	width: 620px;
	margin: 0px 20px 0px 0px;
	float: left;
	text-align: justify;
}
#contentRight {
	width: 300px;
	float: left;
}
.rightTeaser {
	width: 300px;
	background-color: #EAF2F4;
	margin: 0px 0px 10px 0px;
}
.rightTeaserTitle {
	background-color: #336699;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.rightTeaserBody {
	padding: 5px 10px 5px 10px;
	text-align: justify;
}
#mc_embed_signup {
	padding: 5px 10px 5px 10px;
}
#footer {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 120%;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
/* TAGS */
h1 {
	font-size: 130%;
	padding: 20px 0px 10px 0px;
	font-weight: normal;
	color: #336699;
}
h2 {
	font-size: 110%;
	padding: 10px 0px 5px 0px;
	font-weight: normal;
	color: #6699CC;
}
p {
	padding: 5px 0px 5px 0px;
}
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
.inputBox {
	border: solid 1px #336699;
}
.btn {
	background-color: #336699;
	color: #FFF;
}
strong {
	font-weight: 700;
}
ul.slideshow {
	list-style:none;
	width:450px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;
}
ul img {
	border:none;
}
#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	color: #fff;
	background:000;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}
#slideshow-caption .slideshow-caption-container {
	width: 280px;
	background-color: #000;
}
#slideshow-caption h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 110%;
}
#slideshow-caption p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 110%;
}
#bulletts ul {
	width: 290px;
	float: left;
	margin: 10px 0px 10px 20px;
	list-style: none;
}
#bulletts ul li, #bullettsWide ul li {
	background: url('../images/arrow.jpg') top left no-repeat;
	padding: 0px 0px 0px 10px;
}
#bullettsWide ul {
	margin: 10px 0px 10px 20px;
	list-style: none;
}
