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

a img {border: none; }

a {
	text-decoration: none;
	color: fff;
	
	}

a:hover{
	color: #702A16;	
}

a:visited{
	color: #1F5681;	
}
/**************************
         GOOGLE STUFF
**************************/
.searchbar {
	width: 230px;
	padding: 0px;
	float: right;
	height: 20px;
	margin: 0px;
}

#results{
	background: #FFF;
	padding: 20px;
	}


/**************************
       Top Bar
**************************/


#topbar {
	background: #D4BC90 url(../images/top.gif) repeat-x scroll center top;
	position:absolute;
	top:0px;
	width:100%;
	height:34px;
	margin-left:-9px;
	margin-bottom: 1px;
}


.topbar_content {
	width:960px;
	height:20px;
	margin: 5px auto 0px;
	vertical-align: 50%;
}

.topbartext {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
	margin-bottom: 0px;
	height: auto;
	width: auto;
	float: left;
	padding-top: 5px;
}

/**************************
         Body
**************************/

body {
	background: #0B3056 url(../images/bg.jpg) no-repeat scroll center top;
	color: #333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	word-spacing: 2px;
	text-align: left;
	vertical-align: top;
	}
	
.wrap {
	background: url(../images/body.gif) repeat-y scroll center top;
	width: 960px;
	margin: 20px auto 0px;
	padding: 0px;
	/**border: 1px solid #000;**/
	height: auto;
	}
	
.wrap_vbook {
	background: #eee6d5 repeat-y scroll center top;
	width: 960px;
	margin: 20px auto 0px;
	padding: 0px;
	/**border: 1px solid #000;**/
	height: auto;
	}
/*********************************
          header
*********************************/

.header {
	background: url(../images/header.jpg) no-repeat scroll center top;
	width: 960px;
	height: 130px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
.headerright {
	width: 334px;
	height: 110px;
	padding: 0px;
	float: right;
	margin: 20px auto 0;
	}

.headerright_banner {
	width: 468px;
	height: 80px;
	padding: 30px 0px 0px;
	float: right;
	margin: 20px auto 0;
	}

	
.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;
	}
	
	
/********************************
*          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: 33px;
	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 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #D4BC90 repeat scroll left top; /*background of menu bar (default state)*/
	width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
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: #D4BC90 repeat-x scroll left top; /*background of menu items (default state)*/
	color: white;
	padding: 8px 50px;
	/*border-right: 1px solid #778;*/
color: #600;
	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: #9A6038;
}

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

.ddsmoothmenu ul li a:hover{
	background: #A77920; /*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 10px "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.1;
}.attractions_header {
	font: bold 16px "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
#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: 0px;
	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: #D4BC90; /*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 */

/***************************
       Right Menu
***************************/
.menutitle{
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1F5681;
	padding: 10px;	
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 260px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
}

.applemenu div.silverheader a{
	/*background: #EEE6D5;*/
	font: normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #A8764D;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-top: 1px none #000;
	border-bottom: 1px solid #000;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #A8764D;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: #A8764D;
}

.applemenu div.submenu_title{ /*DIV that contains each sub menu title*/
	/*background: white;*/
padding: 0px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	/*background: white;*/
padding: 10px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu_title{
	font: 17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1f5681;	
}

.menu_cta{
	font: italic 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0B345A;
}

.applemenu div.submenu a:hover{ /*DIV that contains each sub menu*/
	/*background: white;*/
color: #361216;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/	
}


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


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

#content {
	background: #D3BC90 url(../images/body.gif) repeat-y scroll center top;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #aaaaaa;
	clear: both;
	height: auto;
	position: relative;
	}

#content_vbook {
	background: #eee6d5 repeat-y scroll center top;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #aaaaaa;
	clear: both;
	height: auto;
	position: relative;
	}


#maincontent {
	background: url(../images/body.gif) repeat-y scroll center top;
	width: 680px;
	margin: 0px;
	padding: 0px;
	border: medium none #006;
	height: 100%;
	float: left;
	position: inherit;
	clear: both;
	}

#main_inside_content {
	background: #FFFFFF;
	width: 660px;
	margin: 0px;
	padding: 10px;
	border: medium none #006;
	height: auto;
	float: left;
	position: inherit;
	clear: both;
	}


	
#rightcontent {
	background: #EEE6D5;
	width: 280px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	float: right;
	clear: none;
	position: inherit;
	}

.name{
	font-size: 14pt;
	color: #003055;
	font-weight: bold;
	}

.heading{
	color: #a7792b;
	font: bold 18px Arial, Helvetica, sans-serif;
	}

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

#footer {
	background: #000;
	width: 960px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	line-height: 15px;
	clear: both;
	color: #FFF;
	}
	
#footer p {
	color: #FFFFFF;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font: normal 9px Tahoma, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FF0;
	text-decoration: underline;
	}
	
	
.footerleft {
	width: 270px;
	float: left;
	margin: 10px 0px 0px;
	padding: 7px 0px 0px 10px;
	clear: both;
	}
	
	
.footerstate {
	color: #FF0;	
	}
	
.footerright {
	width: 658px;
	float: right;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font: 9px Tahoma, Geneva, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	border-left: 1px solid #FF0;
	margin-top: 10px;
	margin-left: 10px;
	}



/**************************
        SEARCH COLUMN
**************************/
#rightColumn {
border-left:1px solid #DFE7F0;
display:inline;
float:right;
margin-left:0;
margin-top:5px;
width:190px;
}
.secondary_title {
	text-align: center;
	font: bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #003055;
	font-size: 22px;
}
.secondary_subtitle {
	text-align: center;
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}

/* SIDE VIDEO */


.video_side {
	height: auto;
	width: 260px;
	margin-right: 5px;
	margin-left: 10px;
}


/*****FORM*****/
.formz {
	
	width:								500px;
	
	padding-left: 100px;
}

/*******************************
        GATEWAY IMAGES FOR FORM
********************************/
.gateway_images {
	height: auto;
	width: 650px;
	float: left;
}

/*******************************
        GATEWAY IMAGES FOR FORM
********************************/
.banners {
	height: auto;
	width: 250px;
	float: left;
}

