@charset "UTF-8";
/* CSS Document */

a img {border: none; }

a {
	text-decoration: none;
	text-align: left;
	}

body {
	background: url(../images/bgpattern.jpg) repeat scroll center top;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	}
	
.wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #3A4363;
	height: auto;
	}
/*********************************
          header
*********************************/

.header {
	background: #394363 url(../images/header.jpg) no-repeat scroll center top;
	width: 960px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	float: left;
	}
	
	
.header1 {
	/*background: #394363 url(../images/header.jpg) no-repeat scroll center top;*/
	width: 960px;
	height: auto;
	margin: -16px auto 0px;
	padding: 0px;
	float: right;
	clear: none;
	}
.header_content {
	background: #394363 url(../images/header.jpg) no-repeat scroll center top;
	width: 960px;
	height: 90px;
	margin: 0px auto;
	padding: 120px 0px 0px;
	overflow: hidden;
	float: left;
	position: static;
	}
.header_content2 {
	background: #394363 url(/images/banner.jpg) no-repeat scroll center top;
	width: 960px;
	height: 50px;
	margin: 0px auto;
	padding: 138px 0px 0px;
	overflow: hidden;
	float: left;
	position: static;
	}
	
.header-links-left{
	position: relative;
	top:-35px;
	padding-left: 20px;
	width:250px;
}
.header-links-right{
	position: relative;
	top:-67px;
	margin-left: 700px;
	width:250px;
}
	
.header-links-bookdirect{
	position: relative;
	top:-65px;
}
	
/**************************
       BOOKING
*************************/
.help {
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	padding-top:5px;
	text-align:center;
	width: 180px;
	float: left;
	clear: none;
	position: static;
	border-style: none;
	padding-left: 20px;
}



#bookNow{
	color: #FFF;
	float: left;
	display: block;
	width: 525px;
	height: 80px;
	font: 11px Georgia, Times, "Times New Roman", serif;
	clear: none;
	position: static;
}
#bookNow h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 2px 10px;
	color: #FFFFFF;
	text-align: center;
}
#bookNow form {
	display: inline;
	margin: 0 10px;
}
#bookNow .col1{
	line-height: 23px;
	margin-right: 4px;
	float: left;
	display: inline;
	width: 120px;
}
#bookNow .col2{
	line-height: 23px;
	margin-right: 4px;
	float: left;
	display: inline;
	width: 170px;
}
#bookNow .col3{
	line-height: 23px;
	margin-right: 4px;
	float: left;
	display: inline;
	width: 110px;
}
#bookNow form input, #bookNow form select{
	font-size: 11px;
}
#bookNow form select {
	margin: 0;
	padding: 0;
	border: 1px solid #660000;
}
#bookNow form select option{
	font-size: 11px;
	padding-right: 10px;
}
#bookNow form a{
	vertical-align: middle;
}
#go_bookNow {
	margin-left: 5px;
	margin-top: 25px;
}
#chkin, #chkout{
	width: 50px;
	border: 1px solid #660000;
}
#ages{
	border: 1px solid #660000;
}
#bookNow #ages{
	margin-left: 10px;
}
#bookNow form #checkin{
	margin-left: 10px;
}
#bookNow form select#adults{
	margin-left: 5px;
}
/********************************
*          SPECIALS             *
********************************/

.specials {
	color:#FFFFFF;
	font-size:12px;
	height:79px;
	text-align:center;
	width: 180px;
	float: left;
	clear: none;
	position: static;
	border-style: none;
	}



/*********************************
         Top Navigation
*********************************/


#navigation {
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	line-height: 20px;
	text-align: left;
	background: url(../images/nav_placeholder.gif) repeat-y scroll center top;
	clear: both;
	}
/**ddsmoothmenu**/

.ddsmoothmenu{
	font: bold 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #414141 url(../images/nav.gif) repeat scroll left top; /*background of menu bar (default state)*/
	width: 100%;
}

.ddsmoothmenu ul{
z-index:0;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #414141 url(../images/nav.gif) repeat-x scroll left top; /*background of menu items (default state)*/
	color: white;
	padding: 5px 5px 5px 13px;
	/*border-right: 1px solid #778;*/
color: #2d2b2b;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.2;
}.attractions_header {
	font: bold 16px "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
#ad_table {
	text-align: center;
}
.wrap #content #homepagecontent #home_side_ad table tr #ad_table strong {
	color: #000;
}
.wrap #content #homepagecontent #home_side_ad table {
	color: #333;
}
.attractions_list {
	font: bold normal 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	color: #000;
}



/**ddsmoothmenu-v**/

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 1px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

/**************************
       slider
*************************/

/*preload classes*/ 
.svw {
	width: 960px;
	height: auto;
	background: #fff;
	} 
.svw ul {
	position: relative; left: -999em;
	} 

/*core classes*/ 
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px none #ff0000;
	margin: 0 0 1px 0;
	} 
	
.stripViewer ul { 
/* this is your UL of images */
	margin: 0; padding: 0; 
	position: relative; left: 0;
	top: 0; width: 1%; 
	list-style-type: none; 
	} 
	
.stripViewer ul li {
	float:left; 
	} 
	
.stripTransmitter {
	overflow: auto;
	width: 1%;
	margin-top: -40px;
	
	} 
	
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
	} 
	
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0 7px 0px 0;
	padding-left: 5px;
	} 

.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #202c42;
	color: #fff;
	text-decoration: none;
	display: block; 
	} 
	
.stripTransmitter a:hover, a.current{
	background: #fff;
	color: #202c42;
	} 
	
	/*tooltips formatting*/ 
	
.tooltip { 
	padding: 0.5em; 
	background: #fff; 
	color: #000; 
	border: 5px solid #dedede; 
	} 


/**************************
       left column
*************************/

#leftsidehome {
	margin: 0px;
	float: left;
	clear: both;
	padding: 10px 0px 5px 10px;
	width: 150px;
	}

/**************************
         MIDDLE HOME
**************************/



#middlehome {
	margin: 0px;
	float: left;
	clear: none;
	padding: 20px 5px 5px;
	height: auto;
	width: 260px;
	font-weight: normal;
	}


/*************************
      home_side_ad
**************************/
#home_side_ad {
	margin: 0px;
	float: left;
	clear: none;
	padding: 20px 0px 0px;
	height: auto;
	width: 250 px;
	font-weight: normal;
	}


/**************************
        DIRECTIONS HOME
**************************/



#directionshome {
	margin: 0px;
	clear: none;
	padding: 20px 5px 5px;
	height: 50px;
	width: 500px;
	text-align: center;
	font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	}

#directionscontact {
	margin: 0px;
	clear: none;
	padding: 20px 5px 5px;
	height: 50px;
	width: 500px;
	text-align: center;
	font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	}


/**************************
       content_pages
*************************/

#content_pages_frame {
	margin: 0px;
	float: left;
	clear: none;
	padding: 20px 9px 5px;
	height: auto;
	width: 520px;
	font-weight: normal;
	}

#content_pages {
	margin: 0px;
	float: left;
	clear: none;
	padding: 5px 5px 5px;
	height: auto;
	width: 515px;
	font-weight: normal;
	background: #FFF;
	text-align: left;
	}
	
#content_pages_calendar {
	margin: 0px;
	float: left;
	clear: none;
	padding: 5px 5px 5px;
	height: auto;
	width: 675px;
	font-weight: normal;
	background: #FFF;
	text-align: left;
	}

#content_pages_frame_calendar {
	margin: 0px;
	float: left;
	clear: none;
	padding: 20px 9px 5px;
	height: auto;
	width: 680px;
	font-weight: normal;	
}

/**************************
      Sportine Cal content_pages
*************************/

#content_sporting_events {
	margin: 0px;
	float: left;
	clear: none;
	padding: 20px 9px 5px;
	height: auto;
	width: 680px;
	font-weight: normal;
	}

#content_pages_sporting_events {
	margin: 0px;
	float: left;
	clear: none;
	padding: 5px 5px 5px;
	height: auto;
	width: 670px;
	font-weight: normal;
	background: #FFF;
	text-align: left;
	}



/**************************
       CONTENT
*************************/

#content {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #aaaaaa;
	clear: both;
	height: auto;
	}
	
	
#internalcontent {
	background: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #aaaaaa;
	clear: both;
	height: auto;
	}

/**************************
       homepage content
*************************/

#homepagecontent {
	background: #fff url(../images/contentbg.jpg) repeat-x scroll center top;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: medium none #006;
	height: auto;
	}




/************************************************
*	SOCIAL              						*
************************************************/

#social {
	background: #3A4363;
	width: 960px;
	height: 75px;
	margin: auto auto -3px;
	padding: 0px;
	line-height: 20px;
	clear: both;
	}


#vbook {
	background: #3A4363;
	width: 960px;
	height: 75px;
	margin: auto auto -3px;
	padding: 0px;
	line-height: 20px;
	clear: both;
	}




/************************************************
*	Footer - Standard							*
************************************************/

#footer {
	background: url(../images/footer.jpg);
	width: 960px;
	height: 75px;
	margin: 0px auto -2px;
	padding: 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	
.footerleft {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 28px;
	}
	
.footercenter {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 250px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}
	
.footerlogin {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 250px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}
	
.footerright {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-align: right;
	}

#bottom {
	background: url(../images/bottom.png) no-repeat scroll center top;;
	width: 980px;
	height: 20px;
	margin: 0px auto 10px;
	padding: 0px;
	overflow: hidden;
	}
/*************************
          signup form
**************************/

#signupForm {
	background:transparent url(../images/email_signup.jpg) no-repeat scroll left center;
	float:left;
	width:140px;
	font: 12px Georgia, Times, "Times New Roman", serif;
	color: #FFF;
	padding: 10px 0px 0px 10px;
	height: 81px;
}

#signupForm p {
	float:none;
	margin:15px 10px 0;
	text-align: center;
	color: #FFF;
}

#emailSignup {
	float:left;
	font-size:9px !important;
	margin:4px 5px 0 0px;
	padding:2px;
	width:80px;
}
#img_emailSignup {
	float:left;
	margin:6px 0 0;
}

/****************************
      ATTRACTIONS HOME
****************************/

.attractions_title {
	text-align: center;
	color: #000;
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 3px;
}
attractions_title {
	font-weight: bold;
}


/**************************
        SEARCH COLUMN
**************************/
#rightColumn {
border-left:1px solid #DFE7F0;
display:inline;
float:right;
margin-left:0;
margin-top:5px;
width:190px;
}


#requestbook {
	margin-left:0;
	width:140px;
	background: #3B4463;
	color: #FFF;
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
}

#requestbooktitle {
	color: #3C4563;
	font: bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	width: 135px;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prize_text {
	font: italic 12px "Arial Black", Gadget, sans-serif;
	text-align: left;
}


/*******************
    CONTACT FORM
*******************/
.form_center {
	width: 370px;
	margin: 0px auto;

	}


fieldset {
	border:								none;
	border-bottom: 						2px solid lightgrey;
	padding:							8px;
}

legend {
	display:							none;
	visibility:							hidden;
}



div.lbl {margin:8px 0 0 0;}

div.obj input, textarea {
	width:								350px;
	padding:							3px;
	border-color:						#ababab;
	border-style:						solid;
	border-width:						thin;
	font-family:						arial, sans-serif;
	font-size:							1.2em;
	color: 								black;
	
}

textarea {height:100px;}

div.obj input:focus, textarea:focus {background:#f2f2f2;}

div.obj input.err, textarea.err {border-color:#cd0000;}

p.err {
	margin: 							3px 0 0 0;
	padding: 							0;
	background:							url(sc_admin/res/error_arrow.gif) no-repeat;
	font-size:							1.1em;
	font-style:							italic;
	text-indent:						20px;
	color: 								#cd0000;
}

#sendme {margin-top:16px;}




