@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
}
body{
	background: #e0daca;
}
/*-------------------------------------------------------------------------------------------------PLATFORM*/
.platform{
	width: 100%;
	background: #efece3 url(/images/bg-backend.gif) center top repeat-x;
}
/*-------------------------------------------------------------------------------------------------HEADER*/
.header{
	height: 110px;
}
	.header .wrapper{
		width: 850px;
		height: 79px;
		padding-top: 30px;
		border-bottom: 1px dotted #27466b;
	}
/*-------------------------------------------------------------------------------------------------CONTAINER*/
.container{
	color: #696865;
	font: 12px "Trebuchet MS";
	padding: 25px 0 30px 0;
	line-height: 1.4em;
}
.content{
	width: 850px;
}
	.column1 .postIt{
		position: absolute;
		top: 427px;
		left: 50%;
		margin-left: -360px;
	}
	.column2{
		width: 400px;
		border-left: 1px dotted #95938d;
	}
	.content .wrapper{
		padding: 30px;
		border-bottom: 1px dotted #95938d;
		text-align: left;
	}
/*-------------------------------------------------------------------------------------------------FOOTER*/
.footer{
	height: 100px;
	background: #e0daca;
	color: #7e7c76;
	font: 10px "Trebuchet MS";
	text-transform: uppercase;
	line-height: 1.3em;
}
	.footer div{
		width: 850px;
	}
	.footer a{ color: #7e7c76; text-decoration: none;}
	.footer a:hover{ color: #0b3161;}
	.footer img{ float: left;}
/*-------------------------------------------------------------------------------------------------TEXT*/
h1{
	color: #123d76;
	font: italic normal 18px "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}
h2{
	color: #123d76;
	font: italic normal 16px "Trebuchet MS";
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}
.smallText{
	color: #696865;
	font: 11px "Trebuchet MS";
	line-height: 1.2em;
}
a{
	color: #003366;
	text-decoration: none;
}
a:hover{
	color: #00CC00;
}
/*-------------------------------------------------------------------------------------------------FEATURED AREA*/
.featured{
	display: block;
	position: relative;
	width: 800px;
	height: 320px;
	text-align: left;
	color: #e0daca;
}
.featured span{
	color: #696865;
	font: 11px "Trebuchet MS";
}
.ftWrapper{
	background: url(/images/bg-ftshadow.png) center bottom no-repeat;
	float: left;
	height: 265px;
	margin-right: 25px;
	padding-bottom: 28px;
}
.ftAdults, .ftTeen, .ftPermit{
	background: #285490 url(/images/ft-teens.jpg) center 9px no-repeat;
	width: 430px;
	height: 260px;
	border: 1px solid #0c356c;
}
.ftAdults{
	background: #285490 url(/images/ft-adults.jpg) center 9px no-repeat;
}
.ftPermit{
	background: #285490 url(/images/ft-permit.jpg) center 9px no-repeat;
	width: 600px;
}
.ftContact{
	background: #285490;
	width: 430px;
	height: 260px;
	border: 1px solid #0c356c;
}
/*------------SKIN------------*/
.ftCenter{
	background: #285490 url(/images/bg-ftcenter.gif) center 9px no-repeat;
	width: 264px;
	border: 1px solid #0c356c;
	padding: 205px 0 25px 0;
}
.elementWrapper{
	position: absolute;
	top: 55px;
	left: -20px;
	z-index: 100;
	background: url(/images/bg-element-shadow.png) center bottom no-repeat;
	padding: 0 0 28px 0;
	width: 264px;
}
