@charset "utf-8";
body {
	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 */
	background-color: #FFFFFF;
}

/* Containers */
#container {
	background-image: URL(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 990px;
	text-align: left;
	clear: both;
	margin: 0 auto;
}
#mainContent {
	width:670px;
	float:right;
}
#contentContainer {
	position:relative;
	z-index: 99;
	width:640px;
	margin: -40px 0 0 30px;
}
#imageContainer {
	/*position:absolute;
	z-index:1;*/
	height:270px;
	width:645px;
	margin:0 0 0 25px;
}
#intPadding {
	position: relative;
}
#headerContainer {
	position:relative;
	height:125px;
}
#oneColWrapper .title {
	color: #000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
}
#weather {
	position:absolute;
	background-image:url(../images/weatherBtm.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#017DC5;
	top:0px;
	left:465px;
	width:199px;
	height:80px;
}
#weather .inner {
	padding: 5px;
}
#weather #in-weather {
	background-color: #004f7d;
	width: 179px;
	height: 35px;
	padding: 5px 5px 0 5px;
	color: #FFFFFF;
}
#weather .state {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#weather .innertemp {
	float: right;
	width: 50px;
}
#weather .innercond {
	float: left;
	width: 120px;
}
#weather .title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 23px;
}
#weather .temp {
	color: #FFFFFF;
	font-size: 32px;
}
#sectionTitle {
	position:absolute;
	top:75px;
	left:300px;
	width:370px;
	height:50px;
	text-align:right;
}
#sectionTitle h2 {
	color:#FFFFFF;
	line-height:25px;
	font-size:25px;
	text-align: right;
}

/* WCT Search */
#wctSearch {
	background-image:url(../images/wctBookTop.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	background-color:#003859;
	left:0px;
	width:287px;
	height:125px;
}
#wctSearch .bumper {
	background-color:#014F7D;
	padding:2px 5px 5px 10px;
	margin:5px 8px 0 8px;
}
#wctSearch h3 {
	color:#F3694F;
	font-size:1.2em;
	line-height: 1.2em;
	margin:15px 0 0 15px;
	text-transform:uppercase;
}
#wctSearch table {
	color:#FFFFFF;
}
#wctSearch input, #wctSearch select {
	font-size:1em;
}
#wctSearch input.date {
	line-height:17px;
	width:94px;
	height:17px;
	border:1px solid #7F9DB9;
}
#wctSearch label {
	text-transform:uppercase;
}
#wctSearch td.padRight {
	padding-right: 25px;
}
#wctSearch .vSpacer {
	height:5px;
}
#wctSearch .submit {
	margin:5px 0 0 0;
}


/* Sidebar 1 (left column) */
#sidebar1 {
	background:url(../images/sidebar1BG.png) repeat-y !important;
	background:url(../images/sidebar1BG.gif) repeat-y;
	float: left;
	width: 320px;
}
#sidebar1 .top {
	background-image:url(../images/sidebar1Top.jpg);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	height:31px;
	width:320px;
}
#sidebar1 .yellowExtra {
	background:url(../images/sidebar1Yellow.png) no-repeat !important;
	background:url(../images/sidebar1Yellow.gif) no-repeat;
	float: left;
	height:867px;
	width:13px;
}
#sidebar1 .bumper {
	background-color:#5794CB;
	float: left;
	width:291px;
	margin-left: 12px;
}
a.logoLink {
	display:block;
	background-image:url(../images/logo.jpg);
	text-decoration:none;
	width:205px;
	height:105px;
	margin:0 0 10px 36px;
}

/* Search Box */
#siteSearch {
	background-image: url(../images/siteSearchBG.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:69px;
	color:#01273E;
	padding:24px 0 0 0;
	margin:0px 0 10px 2px;
}
#siteSearch .txtInput {
	border:none;
	background: none;
	color: #01273E;
	font-size: 0.9em;
	width: 190px;
	height:16px;
	margin:0px 0 0 35px;
	padding:18px 0 0 0;
}
#siteSearch .imgInput {
	display:inline;
	width:28px;
	height:28px;
	margin:0 0 0 10px;
}

/* Footer */
#footer {
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	clear:both;
	text-align: left;
	width:985px;
	height:70px;
}
#footer .bumper {
	padding:16px 14px;
}
#footer a.svLink {
	display:inline;
	float:left;
	width:110px;
	height:40px;
}
#footer p {
	font-size:1em;
	line-height:1.2em;
	letter-spacing:0.03em;
	padding:0;
	color:#FFFFFF;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 / Opera 9 hack */
#footer p {
	letter-spacing:0.13em;
}
}
.navRetun {
	text-transform:capitalize;
	padding:0 5px 15px 5px;
}
.navRetun #backIcon {
	background-image:url(../images/iconRtn.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:left;
	vertical-align: middle;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}
.navRetun a {
	color:#532E95;
	text-decoration:none;
}
#rightNav ul {
	padding-left: 20px;
}
#rightNav ul li a, #rightNav ul li {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
	color: #666666;
}
#rightNav ul li .sel{
	color:#000000;
}


/* Navigation */

/* ********************************** g31exp *********************************** */
#mainNav {
	position: absolute;
	z-index:5;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
	position: relative;
	height: 30px;
	width: 640px;
}
#mainNav ul {
}
#mainNav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005789;
}
/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */
#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-size: 1em;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 0 1.8em;
	text-transform:uppercase;
	display: block;
}

#subNavMain {
	float: right;
	width: 216px;
	padding-right: 7px;
}

#subNavTop { 
	background-image: url(../images/nav/subNav_top_gr.jpg); 
	background-repeat: no-repeat; 
	height: 3px; 
	width: 216px;
	overflow: hidden;
}
#subNavContainer {
	background-color: #5CB559; 
	width: 209px;  
	padding-left: 7px;
}
#subNavContainer h1 {
	padding: 0px;
	margin: 0;
}
#subNavInrCont {
	width: 202px; 
	padding: 0px 0; 
	margin: 0;
}
#subNavInrTop {
	background-image: url(../images/nav/subNav_InrTop_gr.jpg); 
	background-repeat: no-repeat; 
	height: 3px; 
	width: 202px;
	overflow: hidden;
}
#subNavInrBox {
	background-color: #FFFFFF; 
	width: 192px;
	padding: 0 0px 0 5px;
}
#subNavInrBtm {
	background-image: url(../images/nav/subNav_InrBtm_gr.jpg); 
	background-repeat: no-repeat; 
	height: 3px; 
	width: 202px;
}
#subNavBtm {
	background-image: url(../images/nav/subNav_btm_gr.jpg); 
	background-repeat: no-repeat; 
	height: 3px; 
	width: 216px;
}



#subNavTabs {
	margin: -2px 0 0 0;
	padding: 0 0 0 2px;
	width: 280px;
	line-height: 55px;
	overflow: hidden;
	display: block;
}
#lodging {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.lodging {
	background-image:url(../images/nav/lodging_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.lodging:hover {
	background-image:url(../images/nav/lodging_tab_o.jpg);
	background-repeat: no-repeat;
}
#dining {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.dining {
	background-image:url(../images/nav/dining_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.dining:hover {
	background-image:url(../images/nav/dining_tab_o.jpg);
	background-repeat: no-repeat;
}
#attractions {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.attractions {
	background-image:url(../images/nav/attractions_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.attractions:hover {
	background-image:url(../images/nav/attractions_tab_o.jpg);
	background-repeat: no-repeat;
}

#shopping {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.shopping {
	background-image:url(../images/nav/shopping_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.shopping:hover {
	background-image:url(../images/nav/shopping_tab_o.jpg);
	background-repeat: no-repeat;
}
#g31menubar, #g31menubar ul {
	list-style: none;
}
#g31menubar a {
	color: #666;/* this is the color of the top nav links  */
	text-decoration: none;
}
/* Top Nav on Hover  */
#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	color:#666;
	display: block;
}
#g31menubar li:hover ul, #g31menubar li.g31hvr ul {
	display: block;
	text-decoration: none;
}
/* Style Drop down block elements  */
#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {
	background-color:#FFFFFF;
	background-image: none;
}
#g31menubar ul a:hover {
	background-color: #DDE6EB !important;
}
/* Main Container for all rollover links  */
#g31menubar li ul {
	position: absolute;
	z-index:5;
	background-color:#FFF;
/*	background-image: url(../images/bgRollover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	display: none;
	list-style: none;
	width: 660px;
	left: 10px;
	top: 30px;
	border-top: 10px solid #9CBBCF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#g31menubar li {
	float: left;
}
#g31menubar li ul li {
	color:#333;
	display: block;
	float: left;
	border: none;
	width: 220px;
}
#g31menubar li ul li a {
	line-height: 17px;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	height: 85px;
	overflow:hidden;
	padding: 5px 10px 0px 10px;
}
#g31menubar li ul li a span {	/* More link */
	color:#333333;
}
#g31menubar li ul li a span {
	display: block;
}
#g31menubar img {
	float: right;
	margin-left: 5px;
}



/* Drawer menu */
#drawer-nav {
	width:284px;
	margin:15px 0 !important;
	margin: 0;
}
#drawer-nav .top {
	background-image:url(../images/nav/drawerTop.jpg);
	background-repeat:no-repeat;
	height: 3px;
	width: 284px;
	overflow: hidden;
}
#drawer-nav .bottom {
	background-image:url(../images/nav/drawerBtm.jpg);
	background-repeat:no-repeat;
	height:3px;
	width: 284px;
	overflow: hidden;
}
#drawer-nav #leftTop {
	/*background-image:url(../images/nav/drawerBG.jpg);
	background-repeat:repeat-y;*/
	background-color: #385C7C;
	min-height:260px;
	_min-height:262px;
	overflow:hidden;
}
	/* ---- Secondary Drawer ---- */
	
#detail-accordion {
	width: 281px;
	position: relative;
}
#detail-accordion .drawerBG {
	background-image: url(../images/nav/accordionBG.jpg);
	background-repeat:repeat-x;
	width: 281px;
	padding-left: 1px;
	overflow: hidden;
}
#detail-accordion .drawerBG .drawer {
	/*background-image: url(../images/nav/accordionRCap.jpg);	/* top rounded corners */
	/*background-repeat:no-repeat;
	background-position: right;*/	
	margin-top: -1px;
	color: #666666;
}
#detail-accordion h3.tab {
	cursor: pointer;
	cursor:hand;
	display: block;
	font-size: 11px;
	line-height:11px;
	font-weight:bold;
	padding:10px 10px;
	color:#FFF;
	text-transform: uppercase;
	border-right: 1px solid #2c72b6;
	border-left: 1px solid #2c72b6;
	border-top: 1px solid #2c72b6;
}
#detail-accordion .tab:hover {
	color: #FFF;
}
#detail-accordion .padding {
	padding:10px;
	background-color:#FFFBD1;
	border-left: 1px solid #2c72b6;
	border-right: 1px solid #2c72b6;
	border-bottom: 1px solid #2c72b6;
}

	/* Boxes */
#drawer-nav .relative {
	position:relative;
}
#drawer-nav .relative ul {
	list-style-type:none;
}
#drawer-nav .relative ul li {
	display: inline;	
}
#drawer-nav .separator {
	padding-top: 0.7em;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#drawer-nav .box {
	font-size: 1em;
}
#drawer-nav .box .padder {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#drawer-nav .box h2 div {
	background-repeat: no-repeat;
	padding-left: 5px;
}
#drawer-nav .box h2 a:hover {
	text-decoration:none;
}
#drawer-nav .box h2.drawer-handle {
	background-repeat:no-repeat;
	line-height:0;
	position:relative;
	cursor:hand;
	cursor:default;
	padding-left: 5px;
}
#drawer-nav .box h2.drawer-handle.open {
	padding-left: 5px;
}
#drawer-nav .box h2.drawer-handle.open div {
	cursor:pointer;
	padding-left: 5px;
}

#drawer-nav .box h2.drawer-handle.open .mainleftnav {
	color:#FFF;
	line-height:66px;
	padding-left: 5px;
}
#drawer-nav .drawers li a.mainleftnav {
	position:relative;
	color:#FFF;
	cursor: hand;
	cursor: pointer;
	height:66px;
	text-decoration: none;
}
#drawer-nav .drawers li a.mainleftnav span {
	display:none;
}
#drawer-nav .drawers li a.mainleftnav:hover {
	text-decoration: none;
}
	/* Drawers */
#drawer-nav ul.drawers {
	margin-left:2px;
	margin-right: 2px;
	overflow:hidden;
}
#drawer-nav ul.drawers_3 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #025080;
}
#drawer-nav li.draw_3 {
	background-color: #025080;
}
#drawer-nav ul.drawers_4 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #5CB559;
}
#drawer-nav li.draw_4 {
	background-color: #5CB559;
}
#drawer-nav ul.drawers_18 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #ED422E;
}
#drawer-nav li.draw_18 {
	background-color: #ED422E;
}
#drawer-nav ul.drawers_26 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #669ECF;
}
#drawer-nav li.draw_26 {
	background-color: #669ECF;
}
#drawer-nav ul.drawers li {
	overflow:hidden;
}
#drawer-nav .slider .drawer-content {
	display:block;
	height:auto;
	overflow:hidden;
}
#drawer-nav .drawers ul {
	padding: 5px 2px 5px 0;
}
#drawer-nav .drawers li {
	display:inline;	
}
#drawer-nav .drawers li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 20px;
	line-height: 20px;
	font-size: 11px;
}
#drawer-nav .drawers li a:hover {
	color:#CCC;
}
#drawer-nav .drawers li a.sub {
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0 5px 0 20px;
	line-height: 21px;
	font-size: 11px;
	background-image: url(../images/nav/subnavtile.jpg);
	background-repeat: repeat-x;
}
#drawer-nav .drawers li a.sub:hover {
	color:#000;
}

/* Forms */
.txtInput {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	color: #01273E;
	padding: 2px;
}
.selectInput {
	font-size: 1em;
}
.formreq {
	color: #990000;
	font-weight: bold;
}
.formnoreq {
	font-weight: bold;
}

/* General Purpose */
a.email {
	font-weight:bold;
	text-decoration:none;
	color:#1B56A4;
}
a.website {
	font-weight:bold;
	text-decoration:none;
	color:#1B56A4;
}
.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:0px;
	line-height: 0px;
}

.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:0px;
	line-height: 0px;
}


/* Articles */
#articles {
	padding:5px;
	margin: 10px 0 20px 0;
	background-color:#FFF;
	width: 630px;
}
#articles th {
	font-size:13px;
	font-weight: bold;
	line-height:1.4em;
	padding:5px;
	color: #FFFFFF;
	background-color: #669ECF;
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid black;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

/* Widget Containers */

#evnt-widgetTop { 
	background-image: url(../images/widgets/boxTop.jpg); 
	background-repeat: no-repeat; 
	height: 4px; 
	width: 314px;
	overflow: hidden;
}
#evnt-widgetContainer {
	background-color: #2a7ac5; 
	width: 307px; 
	height: 221px; 
	padding-left: 7px;
}
#evnt-widgetContainer h1 {
	padding: 0px;
}
#evnt-widgetInrCont {
	width: 300px; 
	padding: 0px 0; 
	margin: 0;
}
#evnt-widgetInrTop {
	background-image: url(../images/widgets/inrBoxTop.jpg); 
	background-repeat: no-repeat; 
	height: 5px; 
	width: 300px;
	overflow: hidden;
}
#evnt-widgetInrBox {
	background-color: #FFFFFF; 
	width: 290px;
	padding: 0 5px 0 5px;
}
#evnt-widgetInrBtm {
	background-image: url(../images/widgets/inrBoxBtm.jpg); 
	background-repeat: no-repeat; 
	height: 5px; 
	width: 300px;
}
#evnt-widgetBtm {
	background-image: url(../images/widgets/boxBtm.jpg); 
	background-repeat: no-repeat; 
	height: 4px; 
	width: 314px;
}

/* Table Styles */
td.subhead {
	font-weight:bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
td.boxhead {
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
}
.subboxhead {
	color: #333333;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
td.boxcontent {
	padding-bottom: 4px;
}
td.greytext {
	background-color: #01273E;
	color: #f5f5f5;
	padding: 3px;
}
.smboxhead2 {
	color: #00639f;
	text-align: right;
	font-weight: bold;
}
tr.evenrow {
	background-color: #eeeeee;
}
tr.oddrow {
	background-color: #ffffff;
}
td a {
	text-decoration:none;
}

/* SIFR */
/*.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash #mainContent H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	display:inline;
	visibility: hidden;
	text-transform: none;
}
.sIFR-hasFlash #sidebar2 H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	letter-spacing: -1px;
	display:inline;
	visibility: hidden;
	text-transform: none;
}*/
