/**    **/
@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font: sans-serif;
	background: #FFFFFF;
	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: #666666;
}
body, td, div, p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	scrollbar-base-color: #EBEBEB;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #F0F0F0;
	
	scrollbar-shadow-color: #999999;
	scrollbar-lightshadow-color: #EBEBEB; 
	scrollbar-darkshadow-color: #999999;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #999999;
}
h1, h2, h3, h4, h5 {
	color: #333333;
	margin:0;
	padding:0;
}
h1 {
	font-size: 16px;
	color: #53A600;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size:12px;
	font-style:oblique;
	}
a {
	font-weight:bold;
	color:#73A431;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#86BF39;
}
 ul {

	list-style-type: none;
}
#container {
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#header {
	background:#FFFFFF;
	border:0;
	}

#header img.logo {
	margin: 10px 20px 2px  0;
	padding: 0;
	}	
#header .subscribe{
	margin: 10px 0;
	padding: 0;
	height:22px;
	width:468px;
	text-align:right;
	}	
.subscribe a{
	font-size:16px;
	color: #FF0000;
	}	
 .subscribe a:hover{
	color:#666666;
	}
 .subscribe img {
 		border:0;
}
#header .bannertop {
	/*margin: 42px 0 0 0;*/
	padding: 0;
	float:right;
	}		
#topnav
{
	background:#a3d063;
	height:20px;
	z-index: 1000;
	}
#maincontent {
	background:#FFFFFF;
	border-left: 1px solid #a3d063;
	border-right: 1px solid #a3d063;
	border-top:0;
	padding:0;
	vertical-align: top;
	height: 100%;
	overflow: auto;
	}
	
#maincontent #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* 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 */
	background: #ecf8dc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
	text-align: center;
	border-left: 1px solid #a3d063;
	border-bottom: 1px solid #a3d063;


}
#maincontent #pagecontent {
	padding: 5px 10px 5px 10px;
	margin-right: 125px;
	height: auto;
	overflow: visible;
}
.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;
}
/* footer */
#footer {
	clear: both;
	border-top: 16px solid #a3d063;
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	}


#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight:normal;
	cursor: default;
	width: auto;
	width:610px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	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 */

}
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	}
	
	
#footer ul li a{
	display: block;
	cursor: pointer;
	padding: 0.2em 1em;
	color: #333333;
	text-decoration: none;
	}
	
#footer ul li a:hover{
	display: block;
	cursor: pointer;
	padding: 0.2em 1em;
	color: #000000;
	text-decoration: underline;
	}
	
div.credits{
	text-align:left;
	font-size:10px;
	color:#999999;
	margin: 20px 4px;
	}
div.credits a {
	color:#999999;
}
div.credits a:hover {
	color:#999999;
	text-decoration:underline;
}
/* right nav */

#rightnav{
	padding:0;
	text-align:left;
	background-color:#73A431;
	margin:0;
}
.rightnavtitle{
	display:block;
	line-height:25px;
	background-color:#73A431;
	color: #FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding: 0 0 0 2px;
}
div.rightnavtitle a, div.rightnavtitle a:hover{
	color: #FFFFFF;
}
ul.rightnav  {
	margin:0;
	padding:0;
	font-size: 11px;
	font-weight:bold;
	list-style-type: none;
	width:120px;
}
ul.rightnav li{
	margin:0;
	padding:0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	vertical-align:middle;
	width:120px;

	}
ul.rightnav  a {
 display: inline-block;
	display:block;
	color:#333333;
	text-decoration:none;
	background: #a3d063 url(../images/ln_arrow.gif) no-repeat right center;
	padding: 4px 0 4px 4px;
	margin: 1px 0 0 0;
	width:120px;

}
ul.rightnav  a:hover {
	background:#A29569 url(../images/ln_arrow_over.gif) no-repeat right center;
	background-color:#84BC38;
	color: #FFFFFF;
	text-decoration:none;
}
#accomodations #rightnav .accomodations a,
#attractions #rightnav .attractions a,
#cvb #rightnav .cvb a,
#products #rightnav .products a,
#venues #rightnav .venues a,
#resourcesmap #rightnav .resourcesmap a


{
	background:#000000;
	background-color:#000000;
	color:#a3d063 ;
}

/* Home page blog feed */
#newsContainer{
position: relative;
margin: auto;
}

	
#widget {
overflow: hidden;
padding: 0;
height: 250px; /* You should adjust this height for your project. */
position: relative;
float: left;
width: 125px;

}
#widget ul, li {
margin: 0; padding: 0;
list-style: none;
}

#widget li {
	overflow: hidden;
	position: relative;
	top: 0;
	margin:2px 0;
	border-bottom: 1px solid #73A431;
	font-size:9px;
	height:250px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}
#widget li a{
	font-weight:bold;
	font-size:11px;
	color:#333333;
	}
#widget li a:hover{
	color:#73A431;
}

/* Forms */
form {
	margin:0;
	padding:0;
	color:#534A39;	
	}
select {
	font-size:11px;
}
.search {
	margin:0;
	padding:0;
	}
 textarea, select, input{
	font-size:11px;
	border: 1px solid #CCCCCC;
	color:#333333;
}

input.button {
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	margin: 0;
	border: 1px solid #E1DAC8;
	font-size:11px;
	text-align:center;
}


.searchguide {
	font-weight: bold;
	background: #a3d063;
	margin: 0 0 0 0;
	padding: 2px 1px 2px 1px;
	border-bottom: 1px solid #73A431;
	width:123px;
	text-align:left;

	}
	
.bannerside {
	margin: 0;
	padding:0;
}
div.flash{
	border: 1px solid #E1DAC8;
	z-index: 100;
}
div.intro{
	width:80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:justify;
	padding: 10px 0 0 0;
	}
div.intro ul{
	text-align:left;
	list-style:square;
}
div.currenttoc {
	width:300px;
	float:left;
}
div.currenttoc .department {
	color:#53A600;
	font-size:18px;
	font-weight:bold;
}

div.tocarticle {
	margin:10px 0 10px 0;
}

div.tocarticle .headline {
	color:#53A600;
	font-size:14px;
	text-transform:capitalize;
}
div.tocarticle .subhead {
	color:#53A600;
	font-size:12px;
	margin: 0 0 12px 20px;
}

div.tocarticle .description {
	font-size:12px;
	margin: 0 0 0 20px;
}
div.tocarticle .writer {
	font-size:12px;
	margin: 0 0 0 20px;
	font-style:oblique;
	font-weight:bold;
}
div.currentarticle {
	width:400px;
	float:right;
	}
div.currentarticle div.cover {
	width:400px;
	height:370px;
}
div.currentarticle div.cover img{
	border:1px;
}
div.currentarticle h1, div.currenttoc h1{
	color:#666666;
	margin-bottom:20px;
	}
div.currentarticle p{
	text-align:justify;
	}
div.article {
	margin: 10px;
}
div.article p{
	text-align:justify;
	}
div.article div.infobox{
	float:right;
	margin: 18px 0 18px 18px;
	padding:4px;
	position:relative;
	width:300px;
	border: 1px solid #B0A579;
}
div.article div.infobox div.title{
	font-weight:bold;
	color:#AAA455;
	font-size:14px;
}
div.article div.infobox div.info{
	margin:4px 0 4px 9px;
}

div.articleback{
	float:right;
	
}
hr{
	color:#E6EBE2;
	margin:10px 0 10px 0;
		}
table.main {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	z-index:100;
}
/* Resource Guide Listings */
#map {
	width:360px;
	height:480px;
	float:right;
	border: 1px solid #E6EBE2;
}

div.resourcemap #map {
	width:99%;
	height:480px;
	background: #333333;
	border: 1px solid #E6EBE2;
}
.results{
	width:360px;
	height:480px;
	overflow:auto;
	padding:0 5px;
	border: 1px solid #E6EBE2;
	background:#FFFFFF;
		}
div.results h1 {
	text-align:center;
	margin-bottom:10px;
	}
div.resourcelisting{
	margin:0 0 20px 0;
}
.results div.featured {
	background: #FFFFDD;
}


.resourcelisting div.company {
	/*width:320px;*/
	background: #EBEBEB;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:10px 0;
	color:#333333;
	height:18px;
	}

.resourcelisting div.button {
	background:#72A231;
	color: #FFFFFF;
	font-weight: bold;
	margin: 4px 0;
	border: 1px solid #72A131;
	font-size:11px;
	text-align:center;
	width:150px;
}
.resourcelisting div.button a {
	color: #FFFFFF;
	padding: 4px 2px 4px 2px;
	display:block;
	font-size:11px;
}
.resourcelisting div.button a:hover {
	color: #333333;
	background:#72A231;
	font-size:11px;
	background-color: #a3d063;
}

.resourcelisting div.address {
	width:320px;
	font-weight:bold;
}
.resourcelisting div.description {
	width:320px;
	text-align:justify;
	margin-top:8px;
}
span.mapmarker{
	padding:2px;
	margin:0 6px 0 0;
	background: #FF0000;
	color:#000000;
	width:16px;
	float: left;
}
span.nomapmarker{
	padding:2px;
	margin:0 0 0 6px;
	font-size:10px;
	font-weight:normal;
}

img{
	border-color: #E1E1E1;
}
div.landing {
	padding-top:16px;
	width: 550px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
div.searchterms{
	padding-bottom:12px;
	color:#999999;
}
div.infowindow{
	width:220px;
	height:150px;
	overflow: auto;
	font-size:10px;
	}
div.mapformalert{
	width: 180px;
	padding:4px;
	margin:4px;
	font-weight:bold;
	border: 1px solid #a3d063;
}
div.formalert{
	width: 300px;
	padding:4px;
	margin:4px;
	font-weight:bold;
	border: 1px solid #a3d063;
}


 a.resourcesbanner{
	font-size:14px;
	padding:2px 3px;
	cursor: pointer;
	color:#FFFFFF;
	margin-right:1px;
	background:	#2068B2;
	}
 a.resourcesbanner:hover{
	color: #FFFFFF;
	background-color:#1E3366;
	}

div.surveybutton {
	background-color: #006600;
	margin:0 auto;
	border: 1px solid #E1DAC8;
	width:350px;
	padding:0;
	height:24px;
}
div.surveybutton a{
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	width:100%;
	display:block;
	line-height:24px;
}
div.surveybutton a:hover{
	background-color: #a3d063;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	width:100%;
	display:block;
	line-height:24px;
}

/************************************ Drop down nav styles ********************************************/
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight:bold;
	cursor: default;
	width: 630px;
	margin: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*	width: 8em; */
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 10em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #84BC38;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #a3d063;
	padding: 0.2em 1em;
	color: #333333;
	text-decoration: none;
	
}
ul.MenuBarHorizontal ul li a
{
	display: block;
	cursor: pointer;
	background-color: #ecf8dc;
	padding: 0.2em 1em;
	color: #333333;
	text-decoration: none;
	border-top: 1px solid #84BC38;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #84BC38;
	color: #FFF;
	
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #84BC38;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*******************************************************************************

 Popup ad style

 *******************************************************************************/
#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

