@charset "UTF-8";
*{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 140px;
	width: 950px;
}
.menuBar {
	height: 29px;
	width: 846px;
	position: absolute;
	z-index: 11;
	top: 150px;
	left: 50%;
	margin-left: -427px;
	padding-left:5px;
	background: url(images/menuBG.gif) no-repeat bottom;
}
.middleContent {
	font-size: .9em;
	line-height: 1.2em;
	margin-right: 36px;
	margin-left: 36px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.imgLeft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	/*border: 1px solid #171795;*/
}

.imgRight {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:8px 3px 3px 9px;
		height:15px;
		color:#FFF;
		font-family:Arial;
		font-weight:bold;
		font-size:10px;
		text-decoration:none;
	}
	#qm0 a.redOver:hover {
		color:#CC0000;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		background: url(images/subMenu.gif) bottom repeat-x;
		padding:10px;
		margin:-2px 0px 0px 0px;
		background-color:#deecf7;
		border-width:1px;
		border-style:solid;
		border-color:#DADADA;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		background-image: none;
		background-color:transparent;
		font-size:11px;
		color:#555555;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:0px;
		height:9px;
		margin:9px 0px 4px 4px;
		border-color:#FFF;
		border-right: #FFF solid 1px;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Main Hover Fill Items [Static]""""""""*/	
	#qm0 .qmhoverfill	
	{	
		background-color:#91ED99;
	}


	/*"""""""" Sub Hover Fill Items [Static]""""""""*/	
	#qm0 div .qmhoverfill	
	{	
		background-color:#91E599;
		border-width:1px;
		border-style:solid;
		border-color:#555555;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		padding:10px;
		margin:-2px 0px 0px 0px;
		background-color:#F7F7F7;
		border-width:1px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#F7F7F7;
	}


.thinner {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	background-color: #DDDDEF;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
	height: auto;
	position: relative;
}
.thinner h3 {
	margin: 0px;
}
.thinner ul {
	list-style-type: disc;
	margin-left: 20px;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	clear: none;
}
.thinner li {
	margin-bottom: 3px;
}
.middleContent ul {
	margin-left: 20px;
	margin-top: 1em;
}
.middleContent li {
}

.toTop {
	background-image: url(images/toTop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	clear: both;
}


.jumpHead {
	position:relative;
	background-image: url(images/menuUnder.jpg);
	height: 145px;
	width: 845px;
	margin-top: -25px;
	margin-right: 0px;
	margin-left: 0px;
}



.jumpUpMenu {
	display: block;
	
}
.jumpUpMenu li {
	float: left;
	width: 200px;
	background-image: url(images/toTop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	list-style-type: none;
}


.content {
	clear: both;
	height: auto;
	width: 950px;
}
.leftTop {
	background-image: url(images/left.jpg);
	height: 415px;
	width: 36px;
	float: left;
	clear: none;
}
.middle {
	width: 950px;
	background-image: url(images/bg.png);
	clear: none;
	margin-top: 20px;
}
.rightTop {
	background-image: url(images/right.jpg);
	height: 415px;
	width: 36px;
	float: right;
	clear: none;
}
.leftBar {
	float: left;
	width: 36px;
	background-image: url(images/leftR.png);
	background-repeat: repeat-y;
	clear: none;
	margin-top: 0px;
	margin-bottom: auto;
	height: auto;
	position: absolute;
	z-index: 10;
}
.rightBar {
	float: right;
	height: 100px;
	width: 36px;
	background-image: url(images/rightR.png);
	background-repeat: repeat-y;
	clear: none;
	position: absolute;
	z-index: 15;
}
.footer {
	clear: both;
	height: 75px;
	width: 950px;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	text-align: right;
}
.destinationList {
	width: 800px;
	list-style-type: none;
	text-transform: capitalize;
	margin-bottom: 50px;
	clear: both;
	float: none;
	display: block;
}
.destinationList li ul {
	display: block;
	height: auto;
	width: auto;
	position: relative;
}
.destinationList li ul li {
	display: block;
	height: auto;
	width: auto;
	clear: both;
	position: relative;
}
.destinationList li {
	float: left;
	height: 100px;
	width: 200px;
	position: relative;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DDDDEF;
}
h2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin-left: -15px;
	padding-top: 40px;
	text-indent: 15px;
	margin-top: 20px;
	margin-bottom: -15px;
	font-size: 1.6em;
	color: #00004F;
	line-height: 2em;
	width:650px;
}
.accordion {
	position:relative;
	width: 600px;
	overflow: hidden;
	font-weight: lighter;
}

a .accordion {
	background: #DDDDEF;
	border: #00004F solid 1px;
	display:block;
	height: 18px;
	width: 600px;
	text-decoration: none;
	color: #000000;
}
a .accordion h4 {
	background-image: url(images/toLeft.gif);
	text-indent: 25px;
	background-repeat: no-repeat;
	background-position: left;
	font-size: medium;
}
a:hover .accordion h4 {
	background-image: url(images/jumpTo.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
	font-size: medium;
	color: #FFFFFF;
}

a:hover .accordion {
	color: #FFFFFF;
	background-color:#00004F;
	display:block;
	height: auto;
	width: 600px;
	overflow: visible;
}
.accordionAlign{
	width:600px;
	margin: 0px auto 0px auto;
	position:relative;
}
table {
	background-color: #DDDDEF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	color:#000000;
	border: 2px solid #FFFFFF;
}

tr:hover{
	background: #99CCCC;
}

td {
	border: 1px solid #FFFFFF;
	width: 20%;	
}

tr:first-child {
	color: #FFFFFF;
	background-color: #171795;
	text-align: center;
}
.tinyText-home {
	font-size: 1.1em;
	text-align: center;
}
.tinyText { font-size: x-small; text-align: center; }
.tinyTextRight {
	font-size: x-small;
	text-align: right;
	margin: 0px 50px 0px 0px;
}
.abcs {
	list-style-type: none;
	margin-left: 40px;
}
.abcs li{
	margin: 20px 0px 10px 0px;
}

/* ABC level */
.abcs li ul li {
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}
.abcs li ul li ul{
	margin-top: 0px;
}
.abcs li ul li ul li{
	list-style-type: disc;
}
tr:first-child:hover{
	background-color: #171795;
}

a:link{
color: #171695;
}

a:visited{
color:#171695;
}
a:hover{
color:#CC3333;
}
a:active{
color: #DDDDEF;
}
.middleContent h4 {
	position:absolute;
	z-index: 2;
	font-size: large;
	color: #00004B;
	line-height: 1.2em;
	height: 150px;
	width:650px;
	top:450px;
	padding: 20px 0px 0px 90px;
}
p {
	margin: 0.5em 0px 0.75em 0px;
}
h3 {
	color:#00004B;
	margin-top: 2em;
	margin-bottom: 0.25em;
}
h1 {
	font-size: 30px;
	line-height:1em;
	background: url(images/menuUnder.jpg) no-repeat left top;
	height: 145px;
	width: 845px;
	margin-top: -20px;
}

.jumpMenu {
	position:absolute;
	margin-top:-75px;
	display: block;
	background-repeat: no-repeat;
	height:110px;
	width: 830px;
	top: 425px;
	
}
.headDivider {
	margin: 5px 0px -35px -5px;
}
.jumpMenu li {
	float: left;
	width: 375px;
	height:auto;
	background-image: url(images/jumpTo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	list-style-type: none;
	
}

.headerWet, .headerCold {
	margin: 0px auto 0px auto;
}
.kiteboardHead {
	background-image: url(images/kiteboardIcon.png);
	background-repeat: no-repeat;	
}
.snowkiteHead {
	background-image: url(images/kiteboardIcon.png);
	background-repeat: no-repeat;
}
.surfHead {
	background-image: url(images/surferIcon.png);
	background-repeat: no-repeat;
}
.wetOverlay {
	background-image: url(images/wave.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 845px;
	position: relative;
	margin-top: -237px;
	margin-bottom:15px;
	background-position: left bottom;
}
.coldOverlay {
	background-image: url(images/snowWave.png);
	background-repeat: no-repeat;
	height: 237px;
	width: 845px;
	position: relative;
	margin-top: -237px;
	margin-bottom:15px;
	background-position: left bottom;
}
hr {
	clear: both;
	margin: 20px 0px 20px 0px;
}
.hometxt {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	width: 175px;
	height: 161px;
	margin-left: 16px;
}
.hometxt p{
	margin-bottom: 0.8em;
}
.hometxt a{
	text-decoration:none;
	background-image: url(homeJump.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	display: block;
}
.homelinks {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
.home210 {
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	width: 210px;
	float: left;
	height: 360px;
	background-image: url(images/homeblocks/mid-kite.jpg);
	text-align: left;
	background-repeat: repeat-y;
	margin: 0 0 5px;
}
.home213 {
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	width: 213px;
	float: left;
	height: 360px;
	background-image: url(images/homeblocks/mid-snowkite.jpg);
	text-align: left;
	background-repeat: repeat-y;
	margin: 0 0 5px;
}
.home213end {
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	width: 213px;
	float: left;
	height: 360px;
	background-image: url(images/homeblocks/mid-surfing.jpg);
	text-align: left;
	background-repeat: repeat-y;
	margin: 0 0 5px;
}
.home210right {
	font-size: 0.8em;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	width: 210px;
	float: left;
	height: 360px;
	background-image: url(images/homeblocks/mid-windsurf.jpg);
	text-align: left;
	background-repeat: repeat-y;
	margin: 0 0 5px;
}
.homeListFoot { text-align: center; width: 845px; float: none; clear: both; margin-top: 15px; border: solid 1px #4682b4; }

.flashPos{
	margin: 38px 0px 5px 0px;
}
.homeLinksBG {
	position:relative;
	top:10px;
padding: 10px;
	margin: 10px 0px 10px 0px;
	background-repeat: repeat-x;
	background-image: url(images/homeblocks/linkfade.jpg);
}
#richBox {
	position: relative;
	top: 10px;
	font-size:1.2em;
}
.destpdf{
	width:150px;
	float:right;
	padding-top:20px;
}
.formCentre {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
input {
	padding: 2px;
	margin-left: 20px;
	float: left;
	width: 250px;
}
label {
	display: block;
}
select{
	padding: 2px;
	margin-left: 20px;
	float: left;
	width: 270px;
}
textarea{
	padding: 2px;
	margin-left: 20px;
	float: left;
	width: 400px;
}
.dateDrop{
	margin-left: 0px;
	width:75px;
}
.TandC{
	font-size: 0.7em;
}
.siteMap {
	background: url(images/vertDash.gif) left top repeat-y;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	width: 400px;
}
.siteMap li {
	background: url(images/horiDash.gif) top left repeat-x;
	list-style-type: none;
	margin-left: -5px;
	padding-left: 25px;
}
.siteMap li ul {
	background: url(images/vertDash.gif) left top repeat-y;
	margin: -15px 0px 10px -10px;
	padding: 15px 0px 0px 15px;
}
.siteMap li ul li ul {
	background: url(images/vertDash.gif) left top repeat-y;
	margin: -5px 0px 10px -10px;
	padding: 15px 0px 0px 15px;
}
.siteMap li ul li ul li {
	background: url(images/horiDash.gif) top left repeat-x;
	list-style-type: none;
	margin-left: -7px;
	padding-left: 25px;
}
.siteMap a{
	background:#FFFFFF;
	display:block;
	margin-left: -5px;
	padding-left:5px;
	

}
.siteMap h3{
	background:#FFFFFF;
	margin-left: -5px;
	padding-left:5px;
	
	}
.siteMap h5{
	background:#FFFFFF;
	font-size: 1em;
	display:block;
	margin-left: -5px;
	padding-left:5px;
	

}
.formInfoText {
	font-size: 0.8em;
	display: block;
}
.style3 {
	color: #FF0000;
	font-size: 0.8em;
}
#peopleDiv {
	height: auto;
	background: #DDDDEF;
	padding: 10px;
	width: 420px;
	margin: auto;
}
#peopleDiv select {
	width: 120px;
	margin-left: 10px;
}
#peopleDiv input {
	width: 20px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
#addPeople {
	background: url(images/add.gif) no-repeat right center;
	height: 25px;
	width: 180px;
	display: block;
	float: right;
	padding: 5px 0 0 0;
	margin: 0 20px 0 0;
}
#addPeople:hover {
	background:url(images/addOn.gif)  no-repeat right center;;
}

#editPeeps {
	float: left;
	height: 25px;
	width: 200px;
	padding-top: 5px;
}
#editPeeps select{
	margin: 0px;
	padding: 0px;
	width: 60px;
	float: none;
}
#editPeeps label {
	display: inline;
}
.manCount {
	height: 40px;
	background:url(images/manCut.gif) repeat-x top left;
	width: 17px;
	clear:both;
}
textarea {
	font-size: 0.9em;
}
input, select {
	margin-bottom: 10px;
}
#brochureTime {
}
#brochureTime label {
	clear: none;
	height:20px;
	margin:0px 0px 0 0;
}
#brochureTime input {
	clear:left;
	margin:0px 10px 0 20px;
	width: 20px;
	height:20px;
}

