@charset "UTF-8";
/* CSS Document */

body{
	background-color:#f4f4f4;
	color:#0a0a0a;
}

.navvy{
	display:block;
	background:url(../img/navbg.jpg) repeat-x;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h2.page_head {
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: #dadada solid 1px;	
}

.nav-tabs.nav {
	margin-bottom: 0;	
}

#main-nav.nav-tabs{
	margin-left:50px;	
}


#main-nav.nav-tabs > li > a{
	float:left;
	list-style:none;
	color:white;
	margin: 0px 5px 0px 5px;
	font-family: 'Amaranth', sans-serif;
	font-size:18px;
	padding: 13px 15px;
	display: block;
	border-radius: 0;
}

#main-nav.nav-tabs li a:visited{
	color:white;
}


#main-nav.nav-tabs li a:link{
	color: white;
}

#main-nav.nav-tabs li a:hover{
	background: #00b4ff;
	text-decoration:none;
}


<!-- Navigation Fix -->
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#inside-sub .dropdown-submenu > a:after {
  margin-right: 15px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #dadada;
  border: 1px solid #ccc;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

	.dropdown-menu > li > a {
		 color: #6e6b6b !important;
	}
	.dropdown-menu > li {
		 border-bottom: 1px #b7b5b5 solid;
	}
		.dropdown-menu > li.last {
			border-bottom: none;
		}	
	
	.dropdown-menu > li > a:hover{
		 color: #fff !important;
	}

<!-- end of Navigation Fix -->


.slider{
	border:10px solid white;
	width:920px;
	height:350px;
	}
	
.slidershadow {
	margin: 0px auto -20px auto;
	background:url(../img/slidershadow.png) no-repeat;
	height:45px;
	width:997px;
	position:relative;
	bottom: 43px;
	right: 40px;
	z-index:5;
	float: left;
}

	table.activities {
		width: 61.403509%; /*350px/570px*/
		display: block;
		margin-bottom: 20px;
	}
	
	table.activities tbody{
		width: 100%; /*350px/570px*/
		display: block;
	}
		table.activities tr {
			border-bottom: 1px dotted #bbbbbb;
			padding: 3px 0;
			display: block;
		}
		
		table.activities tr:last_child {
			border: none;	
		}
		
			table.activities tr td {
				font-family: 'Amaranth', sans-serif;
				font-weight: 700;
			}
	.comList {
		width: 61.403509%; /*350px/570px*/
	}
	
		.comList a {
			display: block;
			float: left;
			margin: 0 auto;
		}
.btn.orange {
	color:#fff;
	background-color: #fda30a;
	background-image: -moz-linear-gradient(top, #fda30a, #d26c00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fda30a), to(#d26c00));
	background-image: -webkit-linear-gradient(top, #fda30a, #d26c00);
	background-image: -o-linear-gradient(top, #fda30a, #d26c00);
	background-image: linear-gradient(to bottom, #fda30a, #d26c00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda30aff', endColorstr='#ffd26c00', GradientType=0);
	border-color: #ffa812 #ffa812 #ab7a4b;
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

	.btn.orange:hover {
		background-color: #d26c00;
	}
	
/*	.btn.orange:hover,
	.btn.orange:focus,
	.btn.orange:active,
	.btn.orange.active,
	.btn.orange.disabled,
	.btn.orange[disabled] {
	  color: #fff;
	  background-color: #e6e6e6;
	  *background-color: #d9d9d9;
	}*/

.clouds{
	background:url(../img/cloudbg.jpg) repeat-x center top;
	height:450px;	
}

.margin{
	margin-top:28px;	
}

.logo{
	margin-top:13px;	
}

.searchbutton{
	background:url(../img/search-button.png);
	height:24px;
	width:24px;
	margin-left:-20px !important;
	border:0px;
	position:relative;
	z-index:5;
	border-radius:0px !important;
}

.searchinput{
	height:14px !important;
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold;
	color:#094971 !important;
	width:215px !important;
	border-radius:0px !important;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:1;
}
/* Image Sprites */

.icons li{
	list-style: none;
	float:left;
}
.map a {
	background: url(../img/icon-sprites.png) no-repeat 0px 0px;
	width: 50px;
	height: 36px;
	display: block;
	}
.map a:hover {
	background-position: 0px -36px;
	}
	
	
.weather a {
	background: url(../img/icon-sprites.png) no-repeat -50px 0px;
	width: 50px;
	height: 36px;
	display: block;
	}
.weather a:hover {
	background-position: -50px -36px;
	}
	
	#toggle-weather {
		position: relative;
		top: 48px;
		background: #fff;
		display: hidden;
		width: 275px;
		z-index: 10000;	
	}
	
		#toggle-weather.collapse.in {
			padding:10px;	
		}
		
		#wxIntro {
			display: inline-block;
			font: 14px/20px Arial,Verdana,sans-serif;
			color: #666;
			vertical-align: top;
			padding-top: 9px;
		}
		#wxIcon {
			display: inline-block;
			width: 61px;
			height: 34px;
			margin: 2px 0 -1px 1px;
			overflow: hidden;
			background: url('http://l.yimg.com/a/lib/ywc/img/wicons.png') no-repeat 61px 0;
		}
		#wxIcon2 {
			display: inline-block;
			width: 34px;
			height: 34px;
			margin: 1px 6px 0 8px;
			overflow: hidden;
		}
		#wxTemp {
			display: inline-block;
			font: 20px/28px Arial,Verdana,sans-serif;
			color: #333;
			vertical-align: top;
			padding-top: 5px;
			margin-left: 0;
		}

.camera a {
	background: url(../img/icon-sprites.png) no-repeat -100px 0px;
	width: 50px;
	height: 36px;
	display: block;
	}
.camera a:hover {
	background-position: -100px -36px;
	}

.coupon a {
	background: url(../img/icon-sprites.png) no-repeat -150px 0px;
	width: 50px;
	height: 36px;
	display: block;
	}
.coupon a:hover {
	background-position: -150px -36px;
	}
	
.shop-top a {
	background: url(../img/shopliveoak-sprite.png) no-repeat 0px 0px;
	height: 23px;
	display: block;
	color: #fff;
	font-weight: 700;
	padding-left: 40px;
	padding-top:7px;
	margin-top: 7px;
	}
.shop-top a:hover {
	background-position: 0px -30px;
	color: #a4ecff;
	text-decoration: none;
	}
/* End Image Sprite*/

.whiteborder{
	border: 6px solid white;	
}

.innershadow{
	-moz-box-shadow:inset 0 0 10px #0a0a0a;
	-webkit-box-shadow:inset 0 0 10px #0a0a0a;
	box-shadow:inset 0 0 10px #0a0a0a;
}

.calloutframe{
	height:140px;
	width:168px;
}

.navigation{
	float:left;
}

.content h2{
	font-family: 'Amaranth', sans-serif;
	font-weight:700;
	color:#094971;
	font-size:46px;
	letter-spacing:.03em;
}

.content{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.content p{
	font-size:16px;
	font-weight:400;
	line-height:26px;
}

.callouts{
	font-family: 'Ubuntu', sans-serif;
}

.callouts p{
	font-weight:700;
	font-size:16px;
	line-height: 24px;
}

.callouts h3{
	font-weight:700;
	color:#094971;
	font-size:30px;
}

.callouts a:link{
	font-weight: 400;
	font-style:italic;
	}


.footer{
	clear:both;
	min-height:153px;
	background: url(../img/footerbg.jpg) repeat;
	margin-top: 50px;
	padding: 30px 0 40px;
	border-top: 10px solid #00b4ff;
	color: #fff;
}

.altnav{
	color:white;
	font-weight:bold;
	font-family: 'Amaranth', sans-serif;
	font-size:18px;
	line-height: 1em;
	letter-spacing:.03em;
	border-bottom: 2px solid #042b44;
	padding-bottom: 12px;
}

.footernav {
	margin--top:20px;	
}

.footernav, .footernav a{
	color:white;
	font-family: 'Amaranth', sans-serif;
	font-size:16px;
}

.footernav li{
	list-style:url(../img/bullet.png);
	padding:0px 10px;
}

.hr1{
	background:url(../img/hsep.png);
	height:1px;
}

.detailscol {
	padding-left:10px;
	border-left: solid 1px #dbdbdb;
	height:142px;
}

.detailscol.general {
	padding-left:0;
	border-left: none;
	height:165px;
}

h4 {
	font-size:24px;	
}

.location {
	font-family: 'Amaranth', sans-serif;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: #c9c7c7 dotted 1px;
	margin-right: 20px;
}

.location.span5 .detailscol h4 {
	font-size: 22px;	
}


.genLoc { margin-left: -20px !important; height: 240px; margin-right: 20px; }
.genLoc.odd { float: left; margin-right: 25px; }
.genLoc.even { float: left; }

	.location .locimg {
		border: #fff solid 5px;
		-moz-box-shadow: inset 0 0 18px 1px #000;
		-webkit-box-shadow: inset 0 0 18px 1px #000;
		box-shadow: inset 0 0 18px 1px #000;
	}
	 
	.location ul.location-icons { 
		margin: 15px 0 0 0;
		display: block;
		width: 100%;
		
	}
	
	.location ul.location-icons .mileage-icon { color:#cb9512; }
	
	.location .location-icons li{ 
		list-style: none;
		margin: 0 25px 0 0;
		display: inline-block;
		
	}
	
		.location .location-icons li img{ 
			margin-right: 10px;		
		}
		
		
.sidebar{
	margin-left:-35px;
}



.sidebar li{
	list-style:none;
	text-align:left;
}

.sidebar li a{
	width:200px;
	border-bottom: 1px solid #d2d2d2;
	display:block;
	padding: 10px 0px 10px 30px;
	background-color:#e9e9e9;
	background-repeat: no-repeat;
	background-position: 5px 11px;
	text-decoration:none;
	font-size:15px;
}

.sidebar li a:hover{
	background-color:#0a7cc4;
	color:white;
}

.subnavtitle{
	background:url('../img/navtitlebg.jpg') #094971;
	color:white;
	width:210px;
	padding:10px 10px 10px 10px;
	font-family: 'Amaranth', sans-serif;
	font-size:18px;	
}

.sidebar li.play a { background-image: url(../img/playicon.png); }
.sidebar li.dine a { background-image: url(../img/dineicon.png); }
.sidebar li.shop a { background-image: url(../img/shopicon.png); }
.sidebar li.stay a { background-image: url(../img/stayicon.png); }
.sidebar li.area a { background-image: url(../img/theareaicon.png); }
