@CHARSET "UTF-8";

body
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, div, a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;	
}

h1
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}

h2
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-bottom: 3px;
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 3px;
	line-height: 140%;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

.mainLink
{
	color: #003366;
}

.downloadLink
{
	color: #003366;
	font-size: 14px;
}

.downloadParagraph
{
	margin-top: 20px;
}

.currentMenuItem
{
	font-weight: bold;	
}

.backgroundStart
{
	background: #b4c8e7 url('images/backgroundStart.png') repeat-x top left;  
}

.backgroundMain
{
	background: #7a97b9 url('images/backgroundMain.png') repeat-x top left; 
}

.wrapper
{
	position: relative;
	width: 1000px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 193px;
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 100;
}

.headerMain
{	
	height: 100%;
	width: 100%;
	background-image: url('images/headerWaveMain.png');
	behavior: url('/iepngfix.htc');
}

.headerAdults
{
	height: 100%;
	width: 100%;
	background-image: url('images/headerWaveMain.png');
	behavior: url('/iepngfix.htc');
}

.headerYouth
{
	height: 100%;
	width: 100%;
	background-image: url('images/headerWaveYouth.png');
	behavior: url('/iepngfix.htc');
}

.headerCompanies
{
	height: 100%;
	width: 100%;
	background-image: url('images/headerWaveCompanies.png');
	behavior: url('/iepngfix.htc');
}

.logo
{
	position:absolute;
	top: 30px;
	left: 30px;
	width: 250px;
	height: 44px;
}

.navigationMenu
{	
	position:absolute;
	top: 30px;
	left: 330px;
}

.navigationParentItem
{	
	float: left;
	padding: 0px 8px 0px 8px;
	border-left: #ffffff solid 1px;
	font-size: 12px;
}

.navigationChildItem
{
	width: 1px;
	margin-top: 2px;
	white-space: nowrap;
}

.contentLeft
{			
	position:absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100%;
	z-index: 0;
	padding: 180px 0px 0px 0px;
}

.contentStart
{
	margin-top: -48px;
}

#startSlideshow
{
	width:1000px;
	height:572px;
	position:relative;
}

#startSlideshow img
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.contentMain
{
	background-color: #d9e1e8;
}

.contentAdults
{
	background-color: #eaeff8;
}

.contentYouth
{
	background-color: #f0f5e0;
}

.contentCompanies
{
	background-color: #faeed9;
}

.contentRight
{	
	position:absolute;
	top: 0px;
	right: 0px;
	width: 305px;
	height: 100%;
	z-index: 50;	
	margin-top: 162px;
	background-repeat: no-repeat;	
}

.textWrapper
{
	position:absolute;
	top: 180px;
	left: 30px;
	width: 640px;
	height: 510px;
	overflow: auto;
	padding-right: 20px;
}

.headingMain
{
	color: #003366;
}

.headingAdults
{
	color: #94b0dc;
}

.headingYouth
{
	color: #99ba2d;
}

.headingCompanies
{
	color: #db8d00;
}

.footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 17px;
	width: 100%;
	background-color: #003366;	
	z-index: 100;
}

.footerText
{	
	padding: 1px 0px 0px 30px;
	font-size: 12px;
}

.footerRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 305px;
	height: 100%;	
}

.footerMain
{
	background-color: #003366;
}

.footerAdults
{
	background-color: #94b0dc;
}

.footerYouth
{
	background-color: #99ba2d;
}

.footerCompanies
{
	background-color: #db8d00;
}
