﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ded5b3;
}

ul,ol { padding-left: 2em; }
ul,ol,p { margin-bottom: 1em; }

div, p, li, td, dd, dt, h1, h2, h3, h4, h5, h6, label, select, input, textarea {
	font-family: Arial, Verdana, sans-serif;
}

td { font-size: 12px; }

caption {
	font-style: italic;
	font-size: 12px;
}

small {
	font-size: 12px;
}

a:link,
a:visited,
a:active {
	color: #548800;
}
a:hover {
	color: #70b500;
}

div#middle a img,
div#middle a:visited img,
div#middle a:active img,
div#middle a:hover img,
div#middle a:link img {
	border: 2px solid #D5C167;
}

div#middle h2 {
	background: url(../img/page/h2-cap.png) right top no-repeat #9C6510;
	padding: 8px 10px 0px 30px;
	margin-left: -24px;
	height: 26px;
	display: inline-block;
	zoom: 1; /* FIX IE 7 */
	*display: inline;

	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 1em;
}

div#middle h2 a:link,
div#middle h2 a:active,
div#middle h2 a:visited,
div#middle h2 a:hover {
	color: #FFF;
}


div#middle table h2 {
	display: block;
	height: auto;
	
	background: none;
	padding: 1px;
	margin-left: 0;
	color: #000;
	text-transform: none;
}

div#middle table h2 a:link,
div#middle table h2 a:active,
div#middle table h2 a:visited,
div#middle table h2 a:hover {
	color: #548800;
}


/* For event registration form */
div#middle table.register h2 { 
	margin: 1.5em 0 0;
}

p.printMode { display: none; }

p.more {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}

p.more a {
	padding-right: 8px;
	background: url(../../_images/ico/arrows.gif) right 5px no-repeat transparent;
}

div.ad {
	text-align: center;
	margin-bottom: 10px;
}
div.ad img {
	border: none;
}

.hide { display: none; }

table {
	border: none;
	width: 100%;
}

div.mainbg {
	background: url(../img/page/bg-top.jpg) top center no-repeat;
	min-width: 1010px;
	_width:expression(document.body.clientWidth < 1010 ? "1010px" : "100%" );
}

div#wrap {
	width: 1008px;
	margin: 0 auto;
	z-index: 1;
}

p.printMode { display: none; }

/* HEADER */
div#header {
	height: 233px;
	position: relative; /* FOR IE 7 */
	z-index: 5;
}

div#header h5 {
	width: 280px;
	height: 122px;
	
	position: absolute;
	top: 39px;
	left: 15px;
}

div#header h5 a { 
	display: block;
	height: 122px;
	
 	background: url('../img/page/logo.jpg') no-repeat;
	
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

div#header ul.audience {
	width: 647px;
	height: 30px;
	
	position: absolute;
	top: 168px;
	left: 129px;
	
	list-style-type: none;
	padding: 0;
}

div#header ul.audience li {
	display: block;   
	
	height: 30px;
	
	position: absolute;
	top: 0;
}

div#header ul.audience a {
 	background: url('../img/page/audience.gif') no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	
	display: block;
	height: 30px;
	
	position: relative;
	z-index: 10;
}


div#header ul.audience li.meeting { left: 0; width: 165px; }

div#header ul.audience li.travel { left: 165px; width: 148px; }
div#header ul.audience li.travel a { background-position: -165px 0; }

div#header ul.audience li.sports { left: 313px; width: 179px; }
div#header ul.audience li.sports a { background-position: -313px 0; }

div#header ul.audience li.media { left: 492px; width: 60px; }
div#header ul.audience li.media a { background-position: -492px 0; }

div#header ul.audience li.community { left: 552px; width: 96px; }
div#header ul.audience li.community a { background-position: -552px; }


div#header ul.nav {
	position: absolute;
	left: 17px;
	top: 200px;
	
	width: 974px;
	height: 33px;
	
	list-style-type: none;
	padding: 0;
	
	z-index: 530;
}

div#header ul.nav li {
	display: block;
	position: absolute;
	height: 33px;
	top: 0;
	z-index: 520;
}

div#header ul.nav a {
 	background: url('../img/page/nav.gif') no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	
	z-index: 510;
	
	display: block;
	height: 33px;
}


div#header ul.nav li.do { width: 140px; }
div#header ul.nav li.do a:hover { background-position: 0 -33px; }

div#header ul.nav li.stay { left: 140px; width: 157px; }
div#header ul.nav li.stay a { background-position: -140px 0; }
div#header ul.nav li.stay a:hover { background-position: -140px -33px; }

div#header ul.nav li.eat { left: 297px; width: 153px; }
div#header ul.nav li.eat a { background-position: -297px 0; }
div#header ul.nav li.eat a:hover { background-position: -297px -33px; }

div#header ul.nav li.plan { left: 450px; width: 163px; }
div#header ul.nav li.plan a { background-position: -450px 0; }
div#header ul.nav li.plan a:hover { background-position: -450px -33px; }

div#header ul.nav li.events { left: 613px; width: 181px; }
div#header ul.nav li.events a { background-position: -613px 0; }
div#header ul.nav li.events a:hover { background-position: -613px -33px; }

div#header ul.nav li.pv { left: 794px; width: 180px; }
div#header ul.nav li.pv a { background-position: -794px 0; }
div#header ul.nav li.pv a:hover { background-position: -794px -33px; }

div#header ul.nav li ul { display: none; }

	/* DROP DOWNS */
	div#header ul.nav ul {
		list-style-type: none;
		
		position: absolute;
		margin: 0;
		padding: 2px;
		
		z-index: 600;
		
		background-color: #b6985e;
		width: 200px;
		border: 1px solid #000;
		border-top: none;
	}
	
	div#header ul.nav ul li {
		position: static; /* Fix IE */
		display: block;
		height: auto;
		
		z-index: 610;
		
		margin: 5px 10px;
		border-bottom: 1px solid #AF9157;
	}
	
	div#header ul.nav ul li.last {
		border-bottom: none;
	}
	
	div#header ul.nav ul a {
		display: block;
		background: none;
		
		font-size: 12px;
		text-indent: 0;
		height: auto;
		overflow: visible;
		
		z-index: 1000;
		
		color: #FFF;
		background: url(../../_images/ico/arrowsW.gif) 10px 7px no-repeat transparent;
		padding: 0 0 2px 20px;
	}
	div#header ul.nav ul a:link,
	div#header ul.nav ul a:visited,
	div#header ul.nav ul a:active {
		color: #FFF;
		text-decoration: none;
		background: url(../../_images/ico/arrowsW.gif) 10px 7px no-repeat transparent;
	}
	div#header ul.nav li ul li a:hover {
		color: #FFF;
		text-decoration: underline;
		background: url(../../_images/ico/arrowsW.gif) 10px 7px no-repeat transparent;
	}
	/* /DROP DOWNS */



div#search {
	position: absolute;
	left: 758px;
	top: 12px;
}

div#search label { display: none; }

div#search input { vertical-align: middle; }

ul#socialMedia {
	position: absolute;
	left: 841px;
	top: 162px;
	
	list-style-type: none;
}

ul#socialMedia li {
	display: block;
	width: 37px;
	height: 35px;
	
	position: absolute;
	top: 0;
	left: 0;
}

ul#socialMedia a {
	display: block;
	height: 35px;
	background: url(../img/page/social-4.png) no-repeat;
	
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

ul#socialMedia li.facebook { left: 38px; }
ul#socialMedia li.facebook a { background-position: -38px 0px; }

ul#socialMedia li.twitter { left: 77px; }
ul#socialMedia li.twitter a { background-position: -77px 0px; }

ul#socialMedia li.youtube { left: 114px; }
ul#socialMedia li.youtube a { background-position: -114px 0px; }
/* /HEADER */





/* BODY */
div#body {
	background: url(../img/page/ds-bot.png) 0px bottom no-repeat;
	padding-bottom: 30px;
}

div#body div.bodybot {
	background: url(../img/page/ds-rep.png) repeat-y;
	padding: 0 17px 0 17px;
}

div.contentwrap {
	background: url(../img/page/content-rep.jpg) repeat-y;
}

div.contenwraptop {
	background: url(../img/page/content-top.jpg) no-repeat;
}

div.contentwrapbot {
	background: url(../img/page/content-bot.jpg) left bottom no-repeat;
}

div.contentwrap div#left {
	float: left;
	width: 167px;
	min-height: 720px;
	_height: 720px;
}

div.contentwrap div#middle {
	float: left;
	width: 530px;
	margin-left: 24px;
}

div.contentwrap div#right {
	float: left;
	width: 220px;
	margin-left: 20px;
}
/* /BODY */



/* HEADER IMAGE */
div.headerimage {
	background: url(../img/header/rep.jpg) repeat-y;
	margin-left: -10px;
}

div.headerimage div.top {
	background: url(../img/header/top.jpg) no-repeat;
}

div.headerimage div.bot {
	background: url(../img/header/bot.jpg) left bottom no-repeat;
	padding: 27px 22px 20px;
}

div.headerimage img {
	display: block;
	border: none;
	margin-bottom: 10px;
}
/* /HEADER IMAGE */


/* SIDEBAR NAV */
div.navigation  {
	position: relative;
	padding-top: 40px;
}

div.navigation  h2 {
	background: url(../img/page/in-this-section.png) no-repeat;
	width: 193px;
	height: 42px;
	
	position: absolute;
	left: -18px;
	top: 18px;
	
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

div.navigation h3 {
	padding: 15px 0 5px 10px;
	background-color: #9f6614;
	color: #FFFFFF;
	font-style: italic;
}

div.navigation ul {
	list-style-type: none;
	padding: 0.3em 0 0;
}

div.navigation li {
	padding: 0 0 0.3em 2em;
	text-indent: -0.8em;
	display: block;
	background: url(../img/page/arrow.png) 5px 5px no-repeat transparent;
	color: #004812;
	font-size: 1.2em;
	font-weight: bold;
}

div.navigation li li {
	font-size: 0.95em;
}

div.navigation ul a:link,
div.navigation ul a:visited,
div.navigation ul a:active,
div.navigation ul a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #004812;
}

div.navigation ul a:hover {
	text-decoration: underline;
}
/* /SIDEBAR NAV */


/* FOOTER */
div#footer { clear: both; }
/* /FOOTER */

p#trail {
	color: #611620;
	padding: 10px 0 15px 20px;
	margin-bottom: 0;
}

p#trail a,
p#trail span {
	padding-left: 8px;
	background: url(../img/page/arrow2.png) 0px 5px no-repeat transparent;
}

p#trail a.home {
	background: none;
	padding-left: 0;
}

p#trail a:link,
p#trail a:hover,
p#trail a:active,
p#trail a:visited {
	color: #611620;
}



/* MINICAL */
div.minical {
	width: 239px;
}

div.minical div.bgtop {
	background: url(../img/minical/bg-top.png) no-repeat;
	padding-top: 12px;
}

div.minical div.bgbot {
	background: url(../img/minical/bg-bot.png) left bottom no-repeat;
	padding-bottom: 10px;
	padding-left: 11px;
}

div.minical div.calrep {
	background: url(../img/minical/cal-rep.png) repeat-y;
	padding-bottom: 1px;
	position: relative;
}

div.minical div.caltop {
	width: 214px;
	background: url(../img/minical/cal-top.png) no-repeat;
	padding-top: 10px;
}

div.minical div.calbot {
	background: url(../img/minical/cal-bot.png) left bottom no-repeat;
	padding-bottom: 8px;
}

div.minical h3 {
	background-color: #000;
	color: #FFF;
	font-size: 1.3em;
	padding: 3px 5px;
	margin-bottom: 10px;
}

div.minical div.event {
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

div.minical h4, div.minical p {
	padding: 0 10px;
}

div.minical p {
	color: #611620;
	margin-bottom: 5px;
	position: relative;
}

div.minical p.more a {
	background: transparent;
}

div.minical a:link,
div.minical a:active,
div.minical a:visited,
div.minical a:hover {
	color: #611620;
	text-decoration: none;
}

div.minical a:hover {
	text-decoration: underline;
	position: relative; /* IE 7 Fix */
}

div.minical h3 a:link,
div.minical h3 a:active,
div.minical h3 a:visited,
div.minical h3 a:hover {
	color: #FFF;
}
/* /MINICAL */




/* CALENDAR */
/* /CALENDAR */


/* FOOTER */
div#footer p.info,
div#footer h3 {
	text-align: center;
	color: #000;
}

div#footer h3 {
	font-size: 18px;
}

div#footer p.info {
	font-size: 14px;
	margin-bottom: 10px;
}

div#footer ul {
	width: 682px;
	list-style-type: none;
	padding: 10px 0 20px 0;
	margin-left: 153px;
}

div#footer li {
	text-transform: uppercase;
	display: inline;
	padding-left: 12px;
}

div#footer li.first {
	background: none;
	padding-left: 110px;
}

div#footer li a:link,
div#footer li a:active,
div#footer li a:visited,
div#footer li a:hover {
	color: #000;
	text-decoration: none;
}
div#footer li a:hover {
	text-decoration: underline;
}

div#footer p.copy {
	font-size: 10px;
	text-align: center;
	margin-bottom: 40px;
}

div#footer li {
	font-size: 12px;
}

ul#subfooter {
	zoom: 1; /* IE 7 FIX */
	list-style-type: none;
	text-align: center;
	background-color: #855C28;
	margin-bottom: 1px;
	color: #000;
	padding: 7px 0;
	font-size: 1.3em;
}

ul#subfooter li {
	display: inline;
	padding: 0 0 0 17px;
	background: url(../img/page/dot.png) 5px 6px no-repeat;
}

ul#subfooter li.first {
	padding: 0;
	background: none;
}

ul#subfooter a:link,
ul#subfooter a:active,
ul#subfooter a:visited,
ul#subfooter a:hover {
	color: #FFF;
	text-decoration: none;
}

ul#subfooter a:hover {
	text-decoration: underline;
}
/* /FOOTER */



/* SEARCH FORM */
label {
	font-weight: bold;
	color: #354f48;
}

div.field {
	position: relative;
	width: 300px;
	height: 30px;
}

div.check {
	width: 150px;
}

div.field input,
div.field select {
	width: 230px;
	border: 1px solid #7f9db9;
	padding: 2px;
	
	position: absolute;
	top: 0;
	left: 100px;
}
div.field input {
	width: 130px;
}

div.check {
	margin: 0 0 0 100px;
}

div.check input {
	border: 1px solid #7f9db9;
}

div.search div.submit input {
	width: 71px;
	height: 26px;
	margin: 0 0 0 100px;
	padding: 0;
	border: 0;
}
/* /SEARCH FORM */


/* RELATED */
div.related {
	margin-bottom: 10px;
}

div.related p {
	font-style: italic;
	margin-bottom: 1.5em;
}

div.related h3 {
	background-color: #9C6510;
	color: #FFF;
	padding: 2px;
	font-size: 1.4em;
}

table.related tr.alt td {
	background-color: #FFF3DF;
}

table.related {
	border-bottom: 2px solid #5F3E0C;
}

table.packages td { padding: 5px; }

div#middle table.packages h2 {
	background: none;
	text-transform: none;
	color: #000;
	margin: 0 0 1em 0;
	padding: 0;
}
/* /RELATED */

div#homeflash {
	background: url(../flash/flashbg.png) 15px 0px no-repeat;
	padding: 44px 0 20px 44px;
}

span.btn {
	background: url(../img/btn-left.png) no-repeat;
	color: #FFF;
	display: inline-block;
}

span.btn span {
	background: url(../img/btn-right.png) right top no-repeat;
	display: inline-block;
	padding: 5px 10px;
}

span.btnoff {
	background: url(../img/btn-left-off.png) no-repeat;
	color: #FFF;
	display: inline-block;
}

span.btnoff span {
	background: url(../img/btn-right-off.png) right top no-repeat;
	display: inline-block;
	padding: 5px 10px;
}


span.btn a:link,
span.btn a:active,
span.btn a:visited,
span.btn a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Featured Video */
div.featuredvid {
	width: 235px;
	height: 231px;
	background: url(../img/page/feat-vid.png) left top no-repeat;
}

div.featuredvid div.pad {
	padding: 48px 0 0 24px;
}
/* /Featured Video */



/* "Gallery" */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 100;
}

div.container {
	position: fixed;
	top: 30px;
	z-index: 500;
}

div.container img {
	display: block;
}

div.container a {
	padding: 10px;
	
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
}

div.container a:link,
div.container a:active,
div.container a:visited {
	color: #000;
	text-decoration: none;
}

div.container a:hover {
	color: #000;
	text-decoration: none;
}
/* /"Gallery" */


/* BOOKING WIDGET */
div.booking {
	z-index: 0;
	position: relative;
	margin-top: 45px;
	
	background: url(../img/banner/book-bg.png) repeat-y;
	padding: 0 5px 0 20px;
}

div.booking h2 {
	position: absolute;
	top: -40px;
	left: 0px;
	
	width: 227px;
	height: 50px;
	
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	
	background: url(../img/banner/bookYourTrip.png) no-repeat;
}

div.booking h3 {
	background-color: #b38c41;
	border-bottom: 1px solid #5b4223;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 3px 5px;
}

div.booking h3 a {
	display: block;
}

div.booking h3 a:before {
	content: "»";
}

div.booking h3 a:link,
div.booking h3 a:active,
div.booking h3 a:visited,
div.booking h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* /BOOKING WIDGET */
