@charset "utf-8";
.imgLFT {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin solid #000000;
}
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg4.jpg) repeat-x fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


a.navheader:link  {
color:#FFFFFF;
	text-decoration: none;
}
a.navheader:visited {
color:#FFFFFF;
	text-decoration: none;
	}
a.navheader:hover {
color:#FFFFFF;
	text-decoration: none;
	
}
a.navheader:active {
color:#FFFFFF;
	text-decoration: none;
}

.menuOut {
	cursor:pointer;
	margin:2px;
	color:#000000;
	width:120px;
	border:1px solid #000000;
	padding:2px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	background: #00B4C2 url(images/menu_out.jpg);
}
.menuOver {
	cursor:pointer;
	margin:2px;
	color:#0099cc;
	width:120px;
	border:1px solid #0099cc;
	padding:2px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	background: #000000 url(images/menuover.jpg) no-repeat;
}
.submenu {width:115px; font-family:arial; font-size:11px; padding-left:5px;}
.submenu a {color:#000080; text-decoration:none; font-weight:none;}
.submenu a:hover {color:#ff0000; text-decoration:none; font-style:none; font-weight:none;}

#nav {
	background: url(images/nav.jpg) no-repeat;
	height: 28px;
	width: auto;
	padding-left: 415px;
	padding-top: 6px;
	color: #FFFFFF;
	
}


ul {
margin: 0;
  padding: 0; 
  }
.img {
	margin-right: 5px;
}

  
#nav_bar li {
	display:list-item;
	list-style:none;
	line-height: 2em;
}

.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #000000;
} 
.thrColFixHdr #wrapper {
	background: url(../images/shadow.png) repeat-y fixed center top;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}

.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/HeaderFinal.jpg);
	height: 117px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background: repeat-y;
}
.thrColFixHdr #mainContent {
	padding: 0 10px;
	width: 400px;
	margin: 0 auto 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00cccc url(images/footer.jpg) no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.overhang {
left: -65;
position: absolute;
top: 0;
}
.img {
	border: thin solid #000000;
}
.imgRT {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #000000;
	margin-left: 10px;
}
.note{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.thrColFixHdr #stayheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/stay/stay_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #playheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/play/play_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #liveheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/live/live_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #eatheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/eat/eat_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #discoverheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/discover/discover_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #artheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/art/art_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #performanceheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/performance/performance_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #eventsheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/events/events_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #mapsheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/maps/maps_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #museumsheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/Museums/museums_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #attractionsheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/attractions/attractions_header.jpg) no-repeat;
	height: 117px;
}
.thrColFixHdr #wineheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/pages/wine/wine_header.jpg) no-repeat;
	height: 117px;
}
#dance {
	width: 210px;
	float: left;
	margin-right: 5px;
}
.thrColFixHdr #contactheader {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #B07D62 url(images/contact_header.jpg);
	height: 117px;
}

