#clearBoth, .clearBoth{
	clear:both;
}

#containerTable{
	width: 100%;
	padding: 0px; 
	border: none;
}
.leftColumn{
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
}
.centerColumn{
	padding: 0px 25px 10px 25px;
	vertical-align: top;
}
.rightColumn{
	width: 200px;
	vertical-align: top;
	padding-right: 5px;
}
#footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666; 
  margin: 0px;
  padding: 10px;
}

/* Press releases and news item lists ********************************/
.pressReleasesList dt{
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size:  18px;
  font-weight: bold;
}

.newsItemsList dt{
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size:  18px;
  font-weight: bold;
}

/* menu css **************************************************************/
#primaryNavigation{
	background-color: #e5e5e5;
	height: 25px;
	min-width: 760px; /* should stop the nav from wrapping */
	white-space: nowrap;
	z-index: 100;
}
#navImageLeft{
  border: none;
  width: 10px;
  height: 25px;
  float: left; 
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	line-height: 1em;
}

#nav li { /* all list items */
	float: left; 
	width: auto;
}

#nav a {
	font-weight: bold;
	color: #333;
	text-decoration: none;  
	display: block;
	padding: 2px 10px 0px 10px;
	width: auto;
}

#nav a:hover {
	color: #000;
}
#nav a.sfhover {
	color: #000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	text-decoration: none;
	background-color: #e5e5e5;
	width: 13em; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { 
	white-space: nowrap; 
	width: 13em;
}

#nav li ul a{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px; 
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* The following is designed to apply display: inline in IE5-Mac to make the menus not stack */
#nav li a { display: inline; }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav li a { display: block; }
/* End IE5-Mac hack */


/* ie7 hack */
*:first-child+html #nav { 
height: 1%; 
} 
*:first-child+html #nav li { 
height: 1%; 
} 
/* end ie7 hack */


/* supporting styles ************************************** */
a.activeLink{  
	color: #000;
}

a.activeLinkFooter{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.footerLink{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 5px 5px 0px 5px;
	text-decoration: none;
}
.footerLink:hover{
	color: #000;
	text-decoration: underline;
}
/* section subnav ***************************************/ 
#sectionNavigation{
	width: 200px;
	/* float: left; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;

}
#sectionNavigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sectionNavigation ul li{
	padding: 0px 0px 1px 0px;
	margin: 0px;
}

/* For second and third levels in section menu navigation */
#sectionNavigation ul li ul{
	padding: 0px 0px 1px 0px;
	margin-left: 15px;
}
#sectionNavigation ul li ul li ul{
	padding: 0px 0px 1px 0px;
	margin-left: 30px;
}

#sectionNavigation ul li a{
	font-family:  Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #333;
	background-color: #e5e5e5; 
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
}

#sectionNavigation ul li a:hover{
	color: #000;
	text-decoration: none;
	background-color: #e5e5e5; 
}

#sectionNavigation ul li a.sectionMenuActiveLink {
	background-color: #e5e5e5;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 3px 3px;
}

/* admin section subnav **********************************/
#sectionNavigationAdmin{
	width: 200px;
	/* float: left; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;

}
#sectionNavigationAdmin ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sectionNavigationAdmin ul li{
	padding: 0px 0px 1px 0px;
	margin: 0px;
}
#sectionNavigationAdmin ul li a{
	font-family:  Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666; 
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
}
#sectionNavigationAdmin ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666; 
}

#sectionNavigationAdmin ul li a.sectionMenuAdminActiveLink {
	background-color: #FF0000;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 3px 3px;
}


.cmsButton{
	padding: 10px 0px 10px 0px;
	display: inline;
}

.cmsIcon{
	padding: 1px;
	display: inline;
}

.cmsToolTip{
	padding: 1px;
	display: inline;
	vertical-align: middle;
}

.description, .disclaimer { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 5px 0px
 
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  Live Search
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.siteSearchInput {
	border: 0;
	width: 125px;
	padding: 6px 10px 5px 20px;
	color: #333;
	font-size: 10px;
	background: transparent url(../img/bg_search.png) top right no-repeat;
}
* > .siteSearchInput {
	background: transparent url(../img/bg_search.png) top right no-repeat;
}

#LSResult {
	position: absolute;
	min-width: 180px;
	overflow: hidden;
	font-size: 11px;
	background-color: #eee;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	opacity: .9;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
}
#LSShadow {
	padding: 0 0px 10px 0px;
}
#LSResult h2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	padding: 0 0 5px 0;
	margin: 0 10px;
	font: bold 14px/16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
}
#LSResult a, #LSResult a:hover {
	border: 0;
}
#LSResult ul li a {
	color: #333;
	display: block;
	padding: 2px 10px;
	border-bottom: 0;
	text-decoration: none;
	background-image: none;
}
#LSResult ul li a:hover {
	background-image: none;
	background-color: #999; 
	color: #fff;
}

#LSResult ul, #LSResult ul li {
	background-image: none;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

/* Breadcrumbs */
#breadcrumbs {
	font: 10px Verdana, Helvetica, sans-serif; position: relative;
}

br .clear { clear: both; }
.nowrap { white-space:nowrap; } 
.absmiddle { vertical-align:middle; }

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

.impresarioForm fieldset {
	padding: 10px;
	border:1px solid #F5F5F5;
}
.impresarioForm legend{
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 18px; 
	color: #999999;
}
.impresarioForm label {
	float:left;
	width:150px;
	margin: 0 10px 3px 0;
	padding: 0; 
	clear: both;
}

.adminFormRow{
	padding: 2px;
	text-align: left;
	background-color: #F0F0EE;
	margin: 0 0 2px 0;
}

.formRow{
	display: block; 
	margin: 2px 0;
}

.required label{
	border-right: 3px solid #FFCC75;
	margin-right: 5px;
	padding-right: 2px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  Redefined HTML
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  margin: 0;
  padding: 0;
  font-family:  Geneva, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
h1{ 
  font-size: 24px;  
  margin: 10px 0 10px 0;
}
h2{
 font-size:  18px; 
  margin: 0 0 2px 0;

}
h3{
 font-size: 14px;
  margin: 0 0 2px 0;
}
h4{
font-size: 12px;
 margin: 0 0 0px 0;
}
p{
 font-size: 100%;
 margin: 0 0 20px 0;
}

/*table {
  margin: 0 0 10px 0;
 }*/

a {
  color: #666666;
}

a:hover {
 color: #666666;
}
 
dt {
  margin: 0 0 3px 0;
}

dd {
  margin: 0 0 10px 20px;
}
  
th, .tableHeader {   
font-size: 100%;
color: #333333;
font-weight: bold;
text-align: left;
background-color: #F5F5F5;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

/*
td { 
font-size: 100%; 
border-bottom: 1px solid #e5e5e5;
}
*/

img {
	/*display: block; clears space beneath images in xhtml (descender on baseline)*/
	border:none;
}

img.middle { vertical-align: middle; }


.disclaimer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #bcb49b url(../img/bg_gradient.jpg) repeat-x;
	margin: 0 auto;  
	padding: 0;
	text-align: center;  
	color: #000000;
	min-width: 980px;
	_width: 980px;
}

h1 { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #336699;
}

h2 { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #336666;
}

img { border: 0 }

a { color: #336699 }

.twoColFixRtHdr #container { 
	width: 960px;   
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixRtHdr #header {  
	height: 60px;
	margin: 10px 0 0 0;
	padding: 0
} 
		#logo {
			width: 400px;
			float: left;
			}
		#tools {
			margin: 0 10px 20px 260px;
			text-align: right;
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #666666;
			}
		#tools a {
			color: #666666;
			text-decoration: none;
			}
		#subscribe {
			margin-top: 12px;
			}
		.subscribeLabel { 
			font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
			color: #336666;
			font-weight: bold;
			}

#resbar {
	height: 75px;
	background: url(../img/bg_res_bar.jpg) no-repeat;
}

.twoColFixRtHdr #primaryNavigation {
	height: 27px;
	background: transparent;
}

#nav {
	padding-left: 5px;
	height: 100%;
	width: 100%;
	font-size: 14px;
}
	#nav, #nav ul, #nav a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		}
	#nav li {
		width: 136px;
		text-align: center;
		height: 100%;
		}
	#nav a {
		background: transparent url(../img/nav_tab.gif) bottom left no-repeat;
		line-height: 25px;
		height: 25px;
		}
	#nav a:hover {
		text-decoration: underline;
		color: #FFFFFF;
		}
	#nav a.activeLink:hover {
		text-decoration: underline;
		color: #336699;
		}
	#nav a.activeLink {
		background: transparent url(../img/nav_tab_active.gif) bottom left no-repeat;
		color: #336699;
		height: 25px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		}
	#nav li ul {
		display: none;
		}
		
#sectionNavigation {
	background: #FFF;
	height: 30px;
	width: 100%;
	padding: 0;
	margin: 0;
}
	#sectionNavigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		background: transparent;
		}
	#sectionNavigation ul li {
		margin: 0px;
		display: block;
		float: left;
		}
	#sectionNavigation ul li a {
		font-size: 12px;
		font-weight: bold;
		color: #336699;  
		margin: 0px;
		padding: 10px 10px 0 10px ;
		text-decoration: none;
		background: transparent;
		}	
	#sectionNavigation ul li a.sectionMenuActiveLink {
		padding: 10px 10px 0 10px ;
		}
	#sectionNavigation ul li a:hover, #sectionNavigation ul li a.sectionMenuActiveLink {
		background: transparent;
		color: #336699; 
		text-decoration: underline; 
		}


.twoColFixRtHdr #contentContainer {
	background-color: #FFFFFF;
	height: 100%;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px;
	color: #003366;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #mainContent { 
	background-color: #FFFFFF;
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	_padding: 10px 0px 10px 7px; /* Fix for IE's box model issues; without this, the mainContent banner is considered too wide to properly line up with the sidebar on the right in IE */
}
	.twoColFixRtHdr #mainContent br.clearBoth { 
		clear: left;
		}
		  
		 .twoColFixRtHdr #mainContent #contentPad {
		 	padding: 10px 0px 20px 20px;
		 }
		 
.twoColFixRtHdr #secondaryFooter {
	display: block;
	padding: 7px;
}
	.twoColFixRtHdr #secondaryFooter #innerDiv {
		background: #FFF url(../img/secondary_footer_bg.jpg) repeat-y;
		width: 944px;
		}
	.twoColFixRtHdr #secondaryFooter #links {
		padding: 0px 10px;
		}
.twoColFixRtHdr #footer { 
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
} 
	#footerLeft	{
		float: left;
		}
	#footerRight {
		float: right;
		text-align: right;
		}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#bluebirdAd {
	padding-top: 255px;
	padding-left: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	height: 34px;
	width: 250px;
	background: transparent url(../img/bluebird_getaways.jpg) no-repeat;
}

#bluebirdAd a {
	color: #FFFFFF;	
}

#reservationsModule {
	background: transparent url(../img/reservations_module.jpg) no-repeat;
	height: 158px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
}
#featuredpropertiesModule {
	background: transparent url(../img/fp_module.gif) no-repeat;
	height: 158px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
}


#reservationsModule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 14px;
}

#featuredpropertiesModule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 14px;
}

.directoryListingTable {
	width: 100%;
	font-size: 11px;
}

.directoryListingTable tr {
	vertical-align: top;
}

.directoryListingOdd, .directoryListingEven {
	padding: 3px;
}
.directoryListingOdd {
	background: #f5f5f5;
}

#breadcrumbs {
	margin: 10px auto;
}

.eventCalendarTable th {
	background-color: #e8f2f6;
	border-color: #efe6ca;
}

#resourceLinks {
	width: 100%;
	background: #efe6ca;
}

#resourceLinks td {
	border-bottom: none;
}
