/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size:  		90%;
	margin: 			0px 0 0 0;
	text-align: 		center;
	background-color:transparant;
	color:#000;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#4C7696;text-decoration:none;}
a:visited	{color:#324E63;text-decoration:none;}
a:hover		{color:#4C7696;text-decoration:none;}
a:focus		{color:#4C7696;text-decoration:none;}
a:active	{color:#4C7696;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

a img
{
border:0px;
}

h1 a
{
display:none;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#outerPage {
	background-color:#FFF;
	width:1003px;
	margin:0 auto;
}

#page {
	width:		1047px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:0;
	text-align: left;
	background-color:#FFF;
}
#headerBlock {
    margin:0px 0 0 0;
    padding:8px 0 0 0;

}



#bodyBlock
{
	width:			1047px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
margin-top:5px;
	background-color : #fff;
	border-top : 1px solid #fff;

}

#contentColumn  	/* The big wahoonie */
{
	margin:0px 0px 0 212px;
	line-height:1.2em;
margin-top:2px;
float:left;
	z-index:1;
	position:relative;
	width : 750px;
min-height:590px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	min-width:180px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			8px 5px 8px 5px;
	margin: 			15px 5px 0px 0px;
	background-repeat:no-repeat;
	border:1px solid #;
	font-size:  		10px;
	color:  			#7F9CB1;
	width:1047px;
	border-top:1px solid #f79122;
height:40px;
}

#bookmarks
{
	clear:  			both;
	text-align: 		left;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}



/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}

#pageBanner {
	height : 86px;
	background-image:url(../images/header01.jpg);
	background-color : #FFF;
	margin : 0;
	position : relative;
	width:1047px;
}

#contactHeader {
	position:absolute;
	width:300px;
	height:40px;
	top:50px;
	left:650px;
	font-size:1.3em;
	color:#D77233;
	text-align:right;
}

#contactHeader span {
	color:#0079C2;

}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
	vertical-align : middle;
	color:#000;
	font-size:12px;
	line-height:18px;
	height:23px;
	font-weight:600;
	padding:5px 5px 0px 0px;
	margin :15px 0 0 10px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: top left;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn {
	font-size:1.0em;
}


#leftColumn #topTen {
	margin:13px 0;
	width:180px;
	min-height:366px;
}
#leftColumn #topTen h2 {
	margin:0;
	width:180px;
	height:145px;
	background-image:url(../images/topten_top.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding:0;
}
#leftColumn #topTen h2 span {
	position:absolute;
	left:-999em;
}
#leftColumn #topTen h3 {
	color:#0071C1;
	font-size:1.6em;
	font-family:arial,helvetica,sans-serif;
	line-height:1.2em;
	margin:0.5em 0;
}
#leftColumn #topTen .content {
	margin:0;
	color:#D77233;
	padding:1px 10px;
	border-left:1px solid #8BB9E0;
	border-right:1px solid #8BB9E0;
	font-size:1em;
	text-align:center;
}



#leftColumn #guestbook {
	margin:13px 0;
	width:180px;
}
#leftColumn #guestbook h2 {
	margin:0;
	width:180px;
	height:52px;
	background-image:url(../images/guestbook_top.png);
	background-repeat:no-repeat;
	position:relative;
	padding:0;
}
#leftColumn #guestbook h2 span {
	position:absolute;
	left:-999em;
}
#leftColumn #guestbook .testimonial {
	margin:0;
	color:#727275;
	padding:1px 10px;
	border-left:1px solid #D3D3D2;
	border-right:1px solid #D3D3D2;
	font-size:0.9em;
}

#leftColumn h2 
{
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	line-height:18px;
	font-size:1.2em;
	font-weight:bold;
	color:#DA7F4E;
}
#leftColumn h2.blue
{
	color:#0068BD;
}

#leftColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover	{
	color: #fff;	
}
#leftColumn address
{
	line-height:1.4em;
	font-style:normal;
	font-size:1em;
	margin:0 0 0 10px;
	padding:0;
	color:#D77233;
	font-weight:bold;
}

#leftColumn address a
{
	color : #4C7696;
	text-decoration:underline;
}
#leftColumn ul {
	line-height:1.2em;
	font-size:1em;
	margin:0 0 22px 0;
	padding:0 0 0 10px;
	list-style:none;
	font-family:Arial, Helvetica, Times, sans-serif;
	width:180px;
}
#leftColumn ul li {
	margin:0;
	padding:0 0 3px 0;
	list-style:none;
}
#leftColumn ul li a {
	display:block;
	color:#0079C1;
	padding:1px 2px;
	font-weight:bold;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#00457C;
	text-decoration:none;
}


#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#7F9CB1;
color:#8b8c8f;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#7F9CB1;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			left;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #7F9CB1;
}
#footerBlock ul li.first
{
	border-width:			0;
padding-left:0px;

}
#footerBlock #copyright
{
	margin: 				0px 0px 0px 0; 
color:#8b8c8f;
}

#copyright a
{
margin:0px;
padding:0px;
}

#footerBlock li .first
{
margin-left:0px;
}
#footerBlock .powered
{
	margin: 				0;
	float:  				left;
	text-align: 			left;
	padding:				0 0 0 0;
color:#8b8c8f;
letter-spacing:1px;
margin-left:15px;

}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}

#HolderMiddle
{
background-image:url(../images/navMiddle.gif);
width:201px;
padding:0px;
margin:0px;
letter-spacing:2px
}


#HolderMiddle h2, #HolderMiddle ul
{
padding:0px;
margin:0px;
}

#whatsOnMiddle
{
background-image:url(../images/whatsNavMiddle.gif);
width:201px;
}

#whatsOnMiddle p
{
padding:0px;
margin:0px;
}
#EmailUsButton img
{
border:0px;
}

#HolderMiddle li
{
list-style-type:none;
background-image:url(../images/navBullets.gif);
background-repeat:no-repeat;
height:38px;
margin-left:10px;
margin-top:10px;
}

#HolderMiddle li a
{
color:#fff;
margin-left:40px;
}

#bookNow
{
background-image: url(../images/navMiddle.gif);
width: 201px;
}

#bookNow img
{
margin:auto;
padding-top:8px;
}

#attractionButton
{
margin-top:10px;
}

#whatsOnHolderTop
{
margin-top:10px;
}

#accpetedCards
{
margin:10px 10px 10px 0px;
}

#whatsOnPicture
{
width:65px;
float:left;
margin-right:8px;
color:#6b5a3e;
}
#whatsOnText
{
padding-left:5px;
color:#6b5a3e;
font-weight:bold;
}

#WhatsOnMain
{
margin-top:5px;
}

#contactUs h2
{
color:#85714f;
padding:0px;
margin:0px;
font-size:14px;
font-weight:500;
}
#contactUs
{
padding-top:10px;
}
#contactUs address
{
color:#000;
font-weight:500;
padding:0px;
margin:0px;
}

#WhatsOnMain
{
padding-top:10px;
}

#WhatsOnMain img
{
padding-top:10px;
}

#TopContact
{
float:right;
padding-top:40px;
}

#TopContact img
{
border:0px;
margin-top:2px;
}

#RightTMiddleNav
{
background-image:url(../images/rightNavMiddle.gif);
padding:0px;
margin:0px;

width:188px;
}

#RightBMiddleNav
{
background-image:url(../images/whatsNavMiddle.gif);
padding:0px;
margin:0px;
width:201px;

}

#RightBMiddleNav img
{
margin-left:10px;
}

#rightNavMiddle p
{
margin:0px;
padding:0px;
}

#homePageText
{
clear:none; width:612px; float:left;
}


#RightNav
{
float:right; width:200px;
}

#RightTopNav
{
margin-left:6px;
margin-bottom:10px;
}

#RightTMiddleNav img
{
padding-left:1px;
}

p.subHeader
{
margin:0px;
padding:0px 7px 5px;
color:#6b5a3e;
font-size:18px;
font-weight:bold;
}

p.subText
{
margin:0px;
padding:10px 15px 10px 15px;
text-align:center;
font-size:16px;
}
#DownloadButton img
{
border:0px;
margin:auto;
}

#TopContact span
{
margin-left:4px;
}

#homeDividers img.moreinfo
{
margin-top:10px;
position:relative;
left:-3px;
}

#homeDividers
{
border-bottom:1px solid #bea97d;
padding-bottom:15px;
}

img.reasonImg
{
padding-right:15px;
padding-top:10px;
}


#cinoDescription li
{
list-style-type: none;
background-image: url(../images/cinoBullet.gif);
background-repeat: no-repeat;
height: 38px;
color:#57575a;
margin-top: 5px;
}

#cinoDescription li span
{
padding-left:45px;
font-weight:bold;
font-color:#57575a;
font-size:14px;
}

#contentColumn h3
{
color:#005e9a;
margin-top:10px;
margin-bottom:10px;
}

#contentColumn p
{
color:#231f20;
}

#emailButton
{
background-image:url(../images/emailButton.jpg);
height:32px;
width:133px;
}
#emailButton:hover
{
background-image:url(../images/emailButtonHover.jpg);
height:32px;
width:133px;
}

#leftColumn li {list-style-type:none;}

#leftColumn li.Home a{color:#231f20; left:45px; position:relative; top:11px;}
#leftColumn li.Brochure a{color:#231f20; left:45px; position:relative; top:2px;} 
#leftColumn li.Compendium a{color:#231f20; left:45px; position:relative; top:7px;}
#leftColumn li.Marketing a{color:#231f20; left:45px; position:relative; top:7px;}
#leftColumn li.contactus a{color:#231f20; left:45px; position:relative; top:2px;}

#leftColumn li.Home{background-image:url(../images/homeIcon.jpg); height:39px; width:40px; margin-bottom:8px;}
#leftColumn li.Brochure{background-image:url(../images/brouchureIcon.jpg); height:39px; width:40px; margin-bottom:10px;}
#leftColumn li.Compendium{background-image:url(../images/bookIcon.jpg); height:36px; width:40px; margin-bottom:10px;}
#leftColumn li.Marketing{background-image:url(../images/marketingIcon.png); height:36px; width:40px; margin-bottom:10px;background-repeat:no-repeat;}
#leftColumn li.contactus{background-image:url(../images/phoneIcon.jpg); height:36px; width:40px;}

#leftNavigation{margin-left:40px;}

#leftPromoTop{background-image:url(../images/leftNavTop.jpg); height:13px; width:153px; margin-top:20px;}
#leftPromoMiddle{background-image:url(../images/leftNavMiddle.jpg); width:153px;}
#leftPromoMiddle img{margin:auto;}
#LeftPromoBottom{background-image:url(../images/leftNavBottom.jpg); height:13px; width:153px;}

#leftPromoMiddle h3{margin:0px; text-align:center; padding-top:3px; padding-bottom:3px;}
#leftPromoMiddle p{margin:0px; text-align:center; color:#0078c1; font-weight:500;}

#leftPromoTopBase{background-image:url(../images/leftNavTop.jpg); height:13px; width:153px; margin-top:10px;}
#leftPromoMiddleBase{background-image:url(../images/leftNavMiddle.jpg); width:153px;}
#LeftPromoBottomBase{background-image:url(../images/leftNavBottom.jpg); height:13px; width:153px;}

#leftPromoMiddleBase h3{margin:0px; text-align:center; padding-top:3px;}
#leftPromoMiddleBase p{margin:0px; text-align:center;}


#PromoImageHolder{float:left; margin-left:5px;}
#PromoTextHolder{float:left; width:20px; margin-left:5px; height:48px;}
#PromoLinkHolder{clear:both; color:#0078c1;}

#leftNavigation h3{color:#646466; font-weight:500;}

#moreInfoHolder{float:left; margin-top:15px;}
#moreInfoImage{float:left; width:39px; padding-left:15px; padding-right:5px;}
#moreInfoText{float:left; width:80px;}
#moreInfoText h3{margin:0px; padding:0px}
#moreInfoText span{color:#0078c1;}

#footerBreaker{width:1047px; height:20px; clear:both;}

#contentColumn .tester{width:auto; background-image:url(../images/experiencesTitle.jpg); height:40px; width:317px;}
#contentColumn h4{padding:0px; margin:0px; padding-top:10px; margin-left:13px; color:#fff; font-size:22px; letter-spacing:1px;}
#contentColumn table{margin-top:10px; margin-bottom:10px;}

#contentColumn td.t1{width:400px;}
#contentColumn table{color:#005e9a; font-weight:bold; text-decoration:underline;}

#leftMain{float:left; width:590px;}
#rightMain{float:right;width:223px;}