/*

TABLE OF CONTENTS
-----------------
=Master Style
=Global Setting
=Layout Wrap
=DROPDOWN MENU
=Header
=Home Right Boxes
=Headings
=Home Bottom Boxes
=Button
=Innerpage Right Boxes
=Table
=Jquery Tabs
=Text Shadow
=Footer

*/
/* =Master style
******************/
html, body, div, span, p, a, abbr, acronym, address, big, cite, code, em, font, img, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{font-family: Arial, Helvetica, sans-serif; margin:0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;line-height:16px; font-size: 12px;}

h1, h2, h3, h4, h5, h6
{font-family: Arial, Helvetica, sans-serif; margin:0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;line-height:1.5em;}


ol, ul
{list-style: none;}

p 
{color: #000; margin-bottom:20px;}

strong
{font-weight:bold; color:#000; display:block;}

/**********ORANGE LINKS*********************/
body.orange a 
{color:#e05f26; font-weight:bold; text-decoration: none;}
body.orange a:hover 
{text-decoration: underline; color: #6a2e22;}

/**********BLUE LINKS*********************/
body.blue a 
{color:#0099CC; font-weight:bold; text-decoration: none;}
body.blue a:hover 
{text-decoration: underline; color:#003366;}

/**********DARK LINKS*********************/
body.dark a 
{color:#5781ae; font-weight:bold; text-decoration: none;}
body.dark a:hover 
{text-decoration: underline; color:#003580;}

/**********DEFAULT LINKS*********************/
a 
{color:#4f8d97; font-weight:bold; text-decoration: none;}
a:hover 
{text-decoration: underline; color:#b2babc;}

/**********ORANGE HEADING*********************/

body.orange h1 {color: #e05f26 !important;}

body.orange h2 {color: #6a2e22 !important;}

/**********BLUE HEADING*********************/

body.blue h1 {color: #0099CC !important;}

body.blue h2 {color: #33CCFF !important;}

/**********DARK HEADING*********************/

body.dark h1 {color: #003580 !important;}

body.dark h2 {color: #5781ae !important;}

/************DEFAULT HEDINGS*************/

body.default h1 {font-size: 20px; color: #4f8d97;}

body.default h2 {font-size: 16px; color: #b2babc; margin-left: 0px;}

/************fallback HEDINGS*************/

#content_holder h1 {font-size: 20px; color: #4f8d97;}

#content_holder h2 {font-size: 16px; color: #b2babc; margin-left: 0px;}


/* =Global Setting
********************/
body {
	font:normal 62.5% Arial, Tahoma, Verdana, sans-serif;	
	/*background:#4F8D97 url(../template_images/bg.jpg) repeat-x;*/
}

body.default {background:#4f8e97 url(../template_images/dark_bg.jpg) repeat-x;}

body.blue{background:#dbd2b5 url(../template_images/bg.jpg) repeat-x;}

body.orange{background:#ec8028 url(../template_images/orange_bg.jpg) repeat-x;}

body.dark{background:#d8ca72 url(../template_images/alpine_bg.jpg) repeat-x;}

p {
	font-size:12px; line-height:18px;	
}

/* =Layout Wrap
*****************/
#outerWrap,#outerWrapper {
	margin:auto auto;
	width:988px;
	background:#FFF;	
	border-bottom:20px solid #4F8D97;
}
#outerWrapper {
	border-bottom:1px solid #FFF;
}
#layout {
	margin:auto;
	width:970px;
}
#header {
	float:left;
	width:970px;
	position: relative;
	z-index: 1000;
}
#contWrap {
	/*background:url(../template_images/header.jpg) no-repeat;*/
	float:left;
	width:970px;
	position: relative;	
	clear:both;
	padding-bottom:20px;
}

#flash_holder {position: absolute; top: 4px; left: 0px; width: 970px; height: 350px;}

div.itinerary	{background: url('../template_images/itinerary_bg.gif') no-repeat top left; width: 550px; padding-top: 57px; padding-left: 25px; padding-right: 25px; padding-bottom: 20px;}

#contWrap_pci {
	float:left;
	width:970px;
	padding-top: 20px;	
	min-height:420px;
}

#leftWrap {
	width:590px;
	/*padding-top:360px;*/
	margin-top: 360px;
	position:relative;
	margin-left:20px;
	float:left;
	display:inline;
	margin-bottom:20px;
}
#rightWrap {
	width:325px;
	float:right;
	margin-right:10px;
	display:inline;
	top:-23px;
	position:relative;
}
#outerWrap_global {
	background:#DBD0B4 url(../template_images/inner_bg.jpg) repeat-x;
	width:100%;
}
#innercontWrap {
	background:url(../template_images/header.jpg) no-repeat;
	float:left;
	width:100%;
}
#innercontWrap1 {
	background:url(../template_images/default_banner.jpg) no-repeat;
	float:left;
	width:100%;
	height: 336px;
	position: relative;
	z-index: 0;
}

#innercontWrap2 {
	background:url(../template_images/coastal_header.jpg) no-repeat;
	float:left;
	width:100%;
	height: 336px;
	position: relative;
	z-index: 0;
}

#innercontWrap3 {
	background:url(../template_images/heritage_header.jpg) no-repeat;
	float:left;
	width:100%;
	height: 336px;
	position: relative;
	z-index: 0;
}

#innercontWrap4 {
	background:url(../template_images/alpine_header.jpg) no-repeat;
	float:left;
	width:100%;
	height: 336px;
	position: relative;
	z-index: 0;
}

#innerrightWrap {
	float:right;
}
#footer {
	border-top:1px solid #B0B4B3;
	padding-top:15px;
	color:#000;
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	display:block;
	clear:both;
}

#content_holder {float: left; width: 600px; margin: 10px 10px 30px 10px; position: relative;}

#side_info_holder {float: right; width: 300px; position: absolute; right: 10px;}


/*********************DROPDOWN menu styles *********************************/
.pipe{padding-top:2px; color: #91A099;}


#jsddm
{	margin: 0;
	padding: 0;
	float: right;
	margin-top: 30px;}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 13px Arial;
		text-transform: capitalize;
		}

	#jsddm li a
	{	display: block;
		background: #ffffff;
		padding: 3px 5px 3px 5px;
		margin-left: 5px;
		margin-right: 5px;
		text-decoration: none;
		color: #91A099;
		white-space: nowrap;
		text-transform: uppercase;
		font-size: 13px;
		}

	#jsddm li a:hover
	{	background: #91A099; color: #ffffff;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white;
			font-size: 12px !important;}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				font-size: 12px !important;
				}
			
			#jsddm li ul li a
			{	width: auto;
				padding: 5px;
				background: #91A099;
				color: #ffffff;
				font-size: 12px !important;
				font-weight: normal !important;
				text-transform: none !important;}
			
			#jsddm li ul li a:hover
			{	background: #c8d1cc;
			font-size: 12px !important;
			font-weight: normal !important;
			text-transform: none !important;
			}



/* =Header
************/
#header h1 a {
	background:transparent url(../template_images/logo.jpg) no-repeat left top;
	width:279px;
	height:75px;	
	float:left;
	margin:10px 0 0 8px;
	text-indent:-9999px;
	cursor:pointer;
}
#headerLinks {
	float:right;
	margin-top:10px;	
}
#headerLinks li {
	float:left;
	font-size:1.3em;
	font-weight:bold;
	margin:15px 0;
	text-transform:uppercase;
	color:#91A099;
}
#headerLinks li a {
	color:#91A099;
	margin:0 10px 0 9px;
	padding:0 5px;
}
#headerLinks li a:hover {
	background:#91A099;
	color:#FFF;
	text-decoration:none;
}
#headerLinks li a.selected {
	background:#91A099;
	color:#FFF;
}

/* =Home Right Boxes
**********************/
.line1, .line2, .line3 {
color: #fff; padding-left: 10px; 
}

.line1 p, .line2 p, .line3 p {color: #fff !important;}

.line1 a, .line2 a, .line3 a {color: #fff !important; font-size: 18px; font-weight: normal !important; line-height: 38px; padding-top: 3px; padding-bottom: 5px;}

.line1 a:hover, .line2 a:hover, .line3 a:hover {color: #66CCFF !important; font-size: 18px; font-weight: normal !important; text-decoration: none !important; margin-top: 10px;}

.line1	{background: url(../template_images/blue_fade.jpg) repeat-y top left;}

.line1 span {font-size: 18px;}

.line2	{background: url(../template_images/orange_fade.jpg) repeat-y top left;}

.line2 span {font-size: 18px;}

.line3	{background: url(../template_images/dark_blue_fade.jpg) repeat-y top left;}

.line3 span {font-size: 18px;}

span.dark	{font-size: 18px; color:#003333;margin-left: 5px;}

.box1,.box2,.box3 {
	background:url(../template_images/box1.gif) no-repeat;
	width:326px;
	height:143px;
	float:right;
}
.box2 {
	background:url(../template_images/box2.jpg) no-repeat;
	margin:0;
}
.box3 {
	background:url(../template_images/box3.jpg) no-repeat;
	margin:-2px 0 7px;
}
.box4 {
	width:324px;
	clear:both;
	background:url(../template_images/box_bg.jpg) repeat-y;	
	margin-bottom:7px;
}

.box5{
	width:324px;
	clear:both;
	background:url(../template_images/green_box_bg.jpg) repeat-y;	
	margin-bottom:7px;
}

.green_box_top {
	background:url(../template_images/green_box_top.jpg) no-repeat;
	width:324px;
	height:5px;
}
.green_box_bottom {
	background:url(../template_images/green_box_bott.jpg) no-repeat bottom;
	width:324px;
	height:5px;
	padding-left:2px;
	margin:0;
}

.box_top {
	background:url(../template_images/box_top.jpg) no-repeat;
	width:324px;
	height:5px;
}
.box_bottom {
	background:url(../template_images/box_bott.jpg) no-repeat bottom;
	width:324px;
	height:5px;
	padding-left:2px;
	margin:0;
}
.news_box {
	width:290px;
	margin:0 auto 10px;
	background:url(../template_images/dot_border.gif) repeat-x bottom;
}

.search_box {
	width:290px;
	margin:0 auto 10px;
	height:20px;
}

select.select_search {
	width:290px;
	font-size:11px;
	padding:2px;
}

input.btn_search {

	}

input.input_search {
font-size:11px;
padding:2px;
width:150px;
}

.sm_text {
	font-size:1.1em;
	margin:0;
	padding:0;
}
.box_text,.rbox_text {
	color:#FFF;
	font-size:11px;
	margin:0 12px 5px 14px;
	line-height:14px;
}
.rbox_text {
	width:200px;
	line-height:16px;
}
.more {
	float:right;
	margin:70px 10px 0 0;
	color:#FFF;
}
.r_more {
	text-align:right;
	margin:0;
	padding-bottom:5px;
}
.view {
	font-size:1.0em;
	text-align:right;
	margin:0 15px 3px;
}

/* =Headings
***************/
#leftWrap h1 {
	color:#56719E;
	font-size:38px;
	font-weight:normal;
}
h2,.heading,.news,.place {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	margin:3px 0px 0px 10px;	
}
.heading {
	margin:12px 0 0 14px;	
}
.news {
	color:#616C66;
	margin:3px 0 0 15px;
}

.news_display {width: 590px;}

.news_display h1{font-size: 20px !important;}

h3 {
	color:#00B2D6;
	font-size:14px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight:normal;
	padding-bottom:10px;
	text-align:left;
}

/* =Home Bottom Boxes
***********************/
.trade,.know,.contact {
	background:url(../template_images/trade.jpg) no-repeat;
	float:left;
	width:189px;
	height:113px;
	margin-right:9px;
	padding:0;
	display:inline;
}
.know {
	background:url(../template_images/need_know.jpg) no-repeat;
	float:left;
	margin-right:9px;
}
.contact {
	background:url(../template_images/contact.jpg) no-repeat;
	margin:0;
}
#logos {
	margin:0 auto 10px;
	width:480px;
	clear:both;
	height:70px;
}
#logos img {
	padding:0 25px;
}

/* =Button
************/
button,button.view {
	border:1px solid #747576;
	background: url(../template_images/button_bg.jpg) repeat-x;
	height:26px;
	color:#FFF;
	padding-bottom:3px;
	width: 118px;
	text-align:center;
	font-size:1.2em;
	cursor:pointer;
	margin:auto;
	display:block;
}

div.view {border:1px solid #747576;
	background: url(../template_images/button_bg.jpg) repeat-x;
	height:17px;
	padding-top: 3px;
	color:#FFF;
	padding-bottom:3px;
	width: 118px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	margin:auto;
	display:block;}
	
	div.view a {color: #fff; font-weight: normal;}
	
	div.view a.hover {color: #fff; font-weight: normal; text-decoration: none;}


button.view {
	border: 1px solid #525259;
	background: url(../template_images/more_button.jpg) repeat-x;
	width: 165px;
	margin-top:10px;
	margin-right: 10px;
	float:right;
}

.book_now {background: url(../template_images/book_now_bg.jpg) repeat-x !important;}

/* =Innerpage Right Boxes
***************************/
.map {
	width:300px;
	border:1px solid #C1C1C1;
	background:#FFF;
	float:right;
	display:inline;
	margin:0px 0px 10px 0px;
}

.map_clear {float: right; width: 300px; clear: right;}

.info {
	width:280px;
	border:1px solid #C1C1C1;
	background:#FFF;
	clear:both;
	margin:15px 13px 15px 0;
	padding:10px;
	display:block;
}
.info1 {
	background:url(../template_images/cont_bg.gif) repeat-y;
	width:304px;
	margin: 0px 0px 0px 0px;
}

.towns_list {width:304px;
	margin: 35px 0px 0px 95px;
	height: 336px;
	width: 200px;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;}

.towns_list a {color: #fff !important; font-size: 11px !important; line-height: 13px !important;}

.towns_list a:hover {color: #e3e3e3; text-decoration: none !important; font-size: 11px !important; line-height: 13px !important;}

.info1 p{
font-size:11px;
	line-height:13px;
	border-bottom:1px solid #FFF;
	width:262px;
	margin:0 0 0 3px;
	padding:8px 16px 10px 20px;
}


.place {
	color:#00A7D4;
	margin-left:10px;
	margin-bottom: -10px;
	font-size:20px;
}
.rgtinfo,.info1head {
	color:#00A7D4;
	margin-left:0;
	font-size:20px;
	margin-bottom:2px;
	
}
.info1head {
	background:url(../template_images/heading.gif) no-repeat;
	height:51px;
	color:#FFF;
	padding:10px 0 0 20px;
	margin:0;
}

.info1head_heritage {
	background:url(../template_images/heading_orange.gif) no-repeat;
	height:51px;
	color:#FFF;
	padding:10px 0px 0px 20px;
	margin:0;
}

.txt,.last {
	font-size:1.1em;
	line-height:13px;
	border-bottom:1px solid #FFF;
	width:262px;
	margin:0 0 0 3px;
	padding:8px 16px 10px 20px;
}
.last {
	border-bottom:none;
}
.bott {
	background:url(../template_images/shad_bott.gif) no-repeat bottom;
	height:3px;
}
ul.places li a {
	font-size:1.2em;
	font-weight:normal;
	color:#00A7D4;
	background:url(../template_images/arrow.jpg) no-repeat left;
	padding-left:9px;
	margin-left:10px;
}
img.center {
	display:block;
	margin:12px auto 8px;
}

/* =Table
***********/

#innercontWrap3 #table table tbody tr.color1 {background: #EEA82E; color: #730B00 !important;}

#innercontWrap3 #table table tbody tr.color2 {background: #F2C12F; color: #730B00 !important;}

#innercontWrap3 #table table tbody tr.color3 {background: #fff; color: #730B00 !important; font-weight: bold;}

#innercontWrap4 #table table tbody tr.color1 {background: #365686; color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color1 td {color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color1 td a{color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color1 th {color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color2 {background: #6F93BD; color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color2 td {color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color2 td a{color: #D4DFEB !important;}

#innercontWrap4 #table table tbody tr.color2 th {color: #D4DFEB !important;}

#table,#table1 {
	width:621px;
	float:left;
	display:inline;
	margin:117px 0px 0px 11px;
	left: 0px;
}
#table1 {
	margin:230px 0 20px 11px;
	height:47px;
}
td,th {
	color:#000;
	font-size:12px;
	font-weight:normal;
	height:20px;
	text-align:left;
	vertical-align: top;
	padding-top: 2px;
}
.color1 {
	background:#00A7D4;
}
.color2 {
	background:#66CAE5;
}
.color3 {
background: #e0f4fa; font-weight: bold;
}

.color3 td{
font-weight: bold;
}

.color1 td a {color: #000; font-weight: normal !important;}
.color1 td a:link {color: #000;  font-weight: normal !important;}

.color2 td a {color: #000;  font-weight: normal !important;}
.color2 td a:link {color: #000;  font-weight: normal !important;}

.color3 td a {color: #000; font-weight: bold;}
.color3 td a:link {color: #000; font-weight: bold;}

.center {
	text-align:center;
}
.select td{
	background:#E0F4FA;
	font-weight:bold;
}

/* =Jquery Tabs
*****************/
#container-1 {
	width:625px;
	height:39px;
	display:inline;
	float: left;
	left:5px;
	position: absolute;
	bottom: 0px;
	_margin-bottom: -3px;
}
#fragment-1 {
	clear:both;
}
.left {
	float:left;
	margin:5px 5px 0 0;
	position:relative;
}
.right {
	float:right;
	margin:5px 5px 0 0;
}
.details {
	background:url(../template_images/dot_border.gif) repeat-x bottom;
	padding-bottom:15px;
	float:left;
	margin-bottom:10px;
	width: 600px;
}


.details_booking {
	background:url(../template_images/dot_border.gif) repeat-x bottom;
	padding-bottom:15px;
	float:left;
	margin-bottom:10px;
	width: 600px;
}

.details_booking div {float: left; width: 240px;}


#div_venue_description{float: left; width: 600px;}

.back {
	float:right;
	margin-top:-23px;
	font-size:0.9em;
	font-weight:normal;
}
h4 {
	background:url(../template_images/acc_headbg.jpg) repeat-x;
	height:38px;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	color:#FFF;
	line-height:37px;
	padding-left:10px;
	position:relative;
	text-align:left;
	width:600px;
}

h4 span.prodName {
	left: 9px;
}

h4 span {
	position: absolute;
	right:9px;
	top: 10px;
	color:#FFF;
}
.detail {
	float:left;
	width:130px;
	margin-left:5px;
}
.acc {
	width:400px;
	float:left;
	margin-top:-10px;
}
.acc p {
	float:left;
}
.acc_info {
	margin:0;
	padding:0;
	float:left;
	width:250px;
}
.acc a {
	font-weight:normal;
}
.text {
	margin:0;
}

/* =Text Shadow
*****************/
span.shadow {
	left:1px;
	color:#000;
	width:200px;
}
.names {
	width:250px;
	float:right;
	padding-bottom:50px;
	margin-right:35px;
	display:inline;
	top:26px;
	position:relative;
	font-size:1.0em; 
}
.names li a {
	color:#FFF;
	font-size:1.1em;
	letter-spacing:1px; 
}
.names li a:hover{
	text-decoration:none;		
}
a.highContrast {
	position:relative;	
}
.highContrast span {
	position:relative;
}
span.shadow {
	position:absolute;
}

/* =Footer
************/
.foot {
	color:#999;
	font-size:10px;
}
#footer a {
	color:#000;
	font-size:10px;
}

#coredna {width: 200px; height: 20px; position: absolute; bottom: -20px; _bottom: 0px; left: 390px;}

/******************FORM TABLE*************************/

.form_table{width: 100%;}

.form_left {font-size: 11px; font-weight: bold; padding-top: 5px; padding-bottom: 5px;}

.form_right {font-size: 11px; padding-top: 5px; padding-bottom: 5px;}

.form_right input {background: url('../template_images/field_bg.jpg') no-repeat top left; width: 200px; border: 0px; height: 20px; padding-top: 2px; padding-left: 3px; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}

.form_right input.radio {background: none; border: none; width: 20px; height: 12px;}

textarea {background: url('../template_images/field_bg.jpg') no-repeat top left; width: 200px; border: 0px; height: 200px; padding-top: 2px; padding-left: 3px; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}

label {margin-top: -5px;}

.contact_list {background:#FFFFFF none repeat scroll 0%;
border:1px solid #C1C1C1;
display:inline;
float:right;
margin:220px 10px 20px 0px;
width:280px;
padding: 10px;}

/******************Sitemap*************************/

ul.sitemap {margin-left: 10px; list-style: circle; color: #666666;}

ul.compact { margin-left: 10px;  list-style: square; color: #666666;}

