@charset "UTF-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
}
a:visited {color:#00f;}
img {
	border:0;
}

/* Website Layout */

body {
	background: #4b4444 url('images/openmap.jpg') repeat;
	font-family: Tahoma;
	font-size: 12px;

}

div#container {
	width: 841px;
	margin: 0 auto;
	background: url('images/content_shadow.png') repeat-y;
	z-index:2;
}

div#containerText {
	width: 801px;
	position: relative;
	left: 20px;
	padding-bottom:10px;
}

div#header {
	width: 841px;
	height: 181px;
	margin: 0 auto;
	padding:0;
	background: url('images/header2.png') no-repeat;
}

div#nav {
	position:relative;
	left:20px;
	top:130px;
	width: 236px;
	height:170px;
	margin:0;
	float:left;
	z-index:1;
}

div#subhead {
	margin-left: 240px;
	height: 123px;
	width: 560px;
}

div#footer {
	width:841px;
	height: 58px;
	margin:0 auto;
	background: url('images/footer.png') no-repeat;

}
div#footerText {
	width: 778px;
	position:relative;
	top:15px;
	left:30px;
	color:#fff;
}
div#footerText a {
	color:#fff;
}

ul.check li {
	list-style-image: url('/images/check.png');
}

/* TEXT STYLING */

div#page {
	font-size:32px;
	color:#900;
}

.title {
	font-size:18pt;

}

div.clear {
	clear:both;
}

cite {
	color:#666;
	font-size:10px;
	font-style:normal;
	line-height: 12px;
	display:compact;
}

/* HOME PAGE STYLING */

div#video {
	width:212px;
	height:188px;
	background: url('images/video.png') no-repeat;
	float:left;
}

div#slideShow {
	width:540px;
	height:188px;
	background: url('images/slideShow.png') no-repeat;
	float:right;
}

div#slides {
	position:relative;
	height:151px;
	width:501px;
	top:19px;
	left:20px;
	overflow:hidden;
}

div#pagepadding {width:770px;margin:0 auto;}

div#main {
	float:right;
	width:540px;
	text-align:left;
	line-height:20px;
}
	
/* SIDEBAR STYLING */
div#sidebarB1 {
	width:212px;
	border-right: 1px solid #f4f1f1;
	float:left;
}

div#sidebarB2 {
	border-right: 1px solid #d3cccc;
}

#sidebarB2 ul,li {
	list-style-type:none;
	list-style-image: url('images/bullet.png');
	padding: 0 0 5px 0;
}

#sidebarB2 li.selected {
	list-style-image: url('images/bullet_select.png');
	margin-left:5px;
}

#sidebarB2 ul {
	padding-left:10px;
}

#sidebarB2 strong a {display:none;}
.weatherImg {display:none;}

#sidebarB2 ul li a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #000;
	padding:0;
	margin:0;
}
#sidebarB2 ul li a:hover {
	color:#333;
	border-bottom: 1px dotted #333;
}

/*       */

#mainPhoto {
	width:275px;
	height:197px;
	background: url('images/PhotoHolder.png') no-repeat;
	position:relative;
}
#mainPhoto1 {
	width:234px;
	height:157px;
	position:relative;
	top:20px;
	left:20px;
	overflow:hidden;
}

/* NAV */

#nav ul li {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
}

#home {background: url('images/ribbonsprite.png');width: 46px;height: 170px; background-position: -196px 0;}
#home:hover, #home.current {background: url('images/ribbonsprite.png'); background-position: -243px 0;}
#attractions {background: url('images/ribbonsprite.png');	width: 47px; height: 170px; background-position: 0 0;}
#attractions:hover, #attractions.current {background: url('images/ribbonsprite.png'); background-position: -48px 0;}
#lodging {background: url('images/ribbonsprite.png');	width: 47px; height: 170px; background-position: -290px 0;}
#lodging:hover, #lodging.current {background: url('images/ribbonsprite.png'); background-position: -338px 0;}
#transit {background: url('images/ribbonsprite.png');	width: 47px; height: 170px; background-position: -386px;}
#transit:hover, #transit.current {background: url('images/ribbonsprite.png'); background-position: -434px 0;}
#food {background: url('images/ribbonsprite.png');	width: 49px; height: 170px; background-position: -96px 0;}
#food:hover, #food.current {background: url('images/ribbonsprite.png'); background-position: -146px 0;}
