﻿@charset "utf-8";

/* CSS RESET STYLES*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline:none
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font:normal 12px Arial;
	line-height: 17px;
}

div { display: inline-block; }
div { display: block; }

img{
	vertical-align: bottom;
}

a {
	color:#3388CC;
	text-decoration:none;
}
a:focus {
	outline: dotted thin;
}
a img {
	border: 0;
}

a:hover {
	color: #B61D1D;
	text-decoration: underline;
}

em{
	font-style:italic;
}

strong{
	font-weight: bold;
}

fieldset{
	border: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #3388CC;
}

h1.header{
	color: white;
	background-color: gray;
	padding: 3px;
	margin-bottom: 15px;
}

h2{
	font-size: 15px; /*15px*/
	font-weight: bold;
	color: #3388CC;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #3388CC;
}

h4{
	font-size: 11px;
	font-weight: bold;
	color: #3388CC;
}

h5{
	font-size: x-large; /*15px*/
	font-weight: bold;
	line-height: 125%;
	color: #3388CC;
}


hr{
	margin: 15px 0;
}

p{
	line-height: 1.4
}

table { border-collapse: collapse; }

td{
	vertical-align:top;
}

ul{
	list-style: circle inside;
	padding: 0 0 0 15px;
}

ul.arrow{
	list-style-image: url(../images/arrow.gif);
	padding: 0px;

}

#body {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background-color:black;
}

#wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
}

#leftCol{
	float:left;
	width:615px;
	margin-bottom: 15px;
}

#rightCol{
	float: right;
	width: 375px;
	margin-bottom: 15px;
}

#left_col{
	float:left;
	width: 200px;
	margin-bottom: 15px;
}
#center_col{
	float:left;
	width: 400px;
	margin-bottom: 15px;
}
#right_col{
	float: right;
	width: 790px;
	margin-bottom: 15px;
}

#sub_left{
	float: left;
	width: 200px;
}

#sub_left_180{
	float: left;
	width: 190px;
}

#sub_left_180 h2{
	color: white;
	background-color: #98CF50; /*#3388cc*/
	padding: 5px;
	margin-bottom: 10px;
}

#sub_right{
	float: right;
	width: 400px;
}

.sub_left_200{
	float: left;
	width: 200px;
}

.sub_right_200{
	float: right;
	width: 200px;
}


#footer{
	text-align:center;
	background-color: #B8B7B5;
	color: white;
	padding: 10px;
}

#footer em{
	color: #666666;
}

#footer a{
	color: white;
}

.clear {
	clear:both;
}

.content_box {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}


/* ROUNDED CORNER STYLES */
/*************************/
.rounded_blue {
   background: #88bafb;
   color: white;
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 5px;
}

.rounded_blue_top div {
   background: url(../images/roundedcornr_240238_tl.png) no-repeat top left;
}

.rounded_blue_top {
   background: url(../images/roundedcornr_240238_tr.png) no-repeat top right;
}

.rounded_blue_top div, .rounded_blue_top {
   width: 100%;
   height: 6px;
   font-size: 1px;
}

.rounded_blue .rounded_content{
	padding: 0 6px 6px 6px;
	color: white;
}

.rounded_grey .rounded_content{
	padding: 0 6px 6px 6px;
	color: #3388CC;
}

.rounded_grey {
   background: #D5DEDD;
   color: #3388CC;
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 5px;
}


.rounded_grey_top div {
   background: url(../images/roundedcornr_grey_tl.png) no-repeat top left;
}

.rounded_grey_top {
   background: url(../images/roundedcornr_grey_tr.png) no-repeat top right;
}

.rounded_grey_top div, .rounded_grey_top {
   width: 100%;
   height: 6px;
   font-size: 1px;
}

h2.rounded_content{
font:bold 18px Arial;
padding:0px 0px 5px 0px;
}
.rounded_blue  h2.headings{
font:bold 18px Arial;
padding:0px 0px 5px 0px;
}




/* SEARCH STYLES */
/*****************/

#search{
	margin-bottom: 15px;
}

#search h4 span{
	background-color: #3388CC;
	padding: 7px;
	border-left: 1px solid #ffffff;
	font-weight: normal;
	font-size: 10px;
	color: white;
	float: left;
	cursor: pointer;
}

#search h4 span:first-child{
	border-left: 0px;
}

#search h4 span.selected{
	border-bottom: 0px solid black;
	background-color: #6CC8EF;
}

#search .forms{
	color: white;
	background-color: #6CC8EF;
	padding: 5px;
}

#search .ad_module{
	text-align: center;
	font-size: .9em;
	color: #c0c0c0;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #6CC8EF;
	border-left: 1px solid #6CC8EF;
	border-right: 1px solid #6CC8EF;
}

#search .form-item {
	margin: 4px 0pt 0pt 5px;
}

#search .form-item select{
	width: 200px;
}

#search .form-item label {
	display:block;
	float:left;
	margin-right:5px;
	text-align:right;
	width:80px;
}

#search .form-item-keyword {
	margin:4px 0pt 0pt 5px;
}


/* TABS STYLES */
/***************/

.forms > div {
	display:none;
	margin:0pt;
	padding:0pt;
	text-align:left;
}

.forms > div.x {
	display:block;
}

/*TAB STYLES*/

.menu-items{
	padding: 5px 0;
	margin-bottom: 5px;
	overflow: auto;
}

.menu-items a{
	background-color: rgb(230, 230, 230);
	padding: 5px;
	border-top: 1px solid #3388CC;
	border-right: 1px solid #3388CC;
	border-bottom: 1px solid #3388CC;
	float: left;
	cursor: pointer;
}

.menu-items a:first-child{
	border-left: 1px solid #3388CC;
}

.menu-items a.selected{
	border-bottom: 0px solid black;
	background-color: white;
}
	

/* RANDOM CLASS STYLES */
/***********************/

.errors{
	color: red;
	margin-bottom: 15px;
}

.content{
	margin: 15px 0;
}	

.featured_box{
	border: 1px solid #D5DEDD;
	padding: 5px;
	margin-bottom: 15px;
}


.icon{
	float: left;
	padding: 0 10px 0 0;
}

.icon_story{
	margin-top: 10px;
	overflow: hidden;
}

.icon_story:first-child{
	margin-top: 0;
}

.featured_box .icon_descrip{
	float: right;
	width: 225px;
}

/*TN Added 7/7/09*/
.featured_box .tips_descrip{
	float: left;
	/*width: 225px;*/
}

.smaller{
	font-size: .9em;
}

.floatright{
	float: right;
}

.floatleft{
	float: left;
}

.bordered{
	border: 1px solid #D5DEDD;
	padding: 5px;
	margin-bottom: 5px;
}

.stop{
	color: red;
}

.go{
	color: green;
}

/* AD MODULE CSS */
/*****************/

.ad_module_movie{
	text-align: center;
	margin-bottom: 5px;
}

.ad_module_hotels, .ad_module_happyhour{
		float: left;
	padding: 0 10px 0 0;
}

.ad_module{
	text-align: center;
	margin-bottom: 15px;
}

.ad_module a{
	margin: 0 5px;
}

.ad_module_dfp-600x300{
  display: block;
  margin: 2px;
  /*background-color: #ffffff; white*/
  /*border: solid 1px #FF3300; red*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  padding: 5px;	
}

.ad_module_dfp{
	text-align: center;
	margin-bottom: 15px;
	margin-left: 37px;
}

.ad_module_dfp a{
	margin: 0 5px;
}

.ad_module_adsense{
	text-align: center;
	margin-bottom: 15px;
	margin-left: 5px;
}

.ad_module_adsense a{
	margin: 0 5px;
}

.ad_module_dfp_300x250-embed{
	text-align:right;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ad_module_dfp_300x250-embed a{
	margin: 0 5px;
}

.ad_module-180x120-HH{
	text-align: center;
	margin-bottom: 10px;
}

.ad_module-180x120-HH a{
	margin: 0;
}

.ad_module.ad_bannered img{
	border: 1px solid #dcdcdc;
}

.ad_module#leaderboard{
	float: right;
	width: 780px;
	margin: 0;
}

.ad_module#leaderboard img{
	margin-top: 25px;
	margin-bottom: 25px;
}

.ad_module#leaderboard-dfp{
	float: right;
	width: 780px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: -20px;
}

.ad_module#leaderboard-dfp img{
	margin-top: 25px;
	margin-bottom: 25px;
}

.ad_module#skyscraper-dfp{
	text-align: center;
	margin-bottom: 15px;
	margin-left: 9px;
}


.ad_module-pencil{
	text-align: center;
	margin-bottom: 7px;
	margin-top: -7px;
}

.ad_module#pencil{
	float: center;
	width: 980px;
	margin: 0;
}

.ad_module#pencil img{
	margin-top: 5px;
	margin-bottom: 10px;
}


.ad_module-pencil-dfp{
	float: center;
	width: 980px;
	margin-bottom: 10px;
	margin-top: -7px;
	margin-left: 10px;
}

.ad_module_dfp_160x600{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.ad_module#two_col{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.ad_module#two_col a{
	display: block;
}

.ad_module#two_col div{
	float: left;
	margin-left: 15px;
	width: 135px;
}

.ad_module#two_col div:first-child{
	margin-left: 0;
	width: 170px;
}

/* SHOPPING CSS */
/****************/

#shopping_left{
	float: left;
	width: 400px;
}

#shopping_left .icon{
	max-width: 160px;
}

#shopping_right{
	float: right;
	width: 200px;
}

#shopping_right h2{
	color: white;
	/*background-color: #98CF50; /*#3388cc*/
	padding: 5px;
	margin-bottom: 5px;
	background-image: URL(/images/headerbar-green_200.gif);
	background-repeat:no-repeat;

}

/*#shopping_right h5{
	color: white;
	background-color: #98CF50;
	padding: 5px;
	margin-bottom: 10px;
}
*/

#shopping_leftWide{
	float: left;
	width: 600px;
}	


/* HALLOWEEN GUIDE CSS */
/****************/

.sectionColBig h2{
	color: white;
	background-color: #FF8500; /*#3388cc*/
	padding: 5px;
	margin-bottom: 10px;
}

/* HOLIDAY GUIDE CSS */
/****************/

.sectionColBig_holiday h2{
	color: white;
	background-color: #cc3300; /*#3388cc*/
	padding: 5px;
	margin-bottom: 10px;
}


/* SEARCH STYLES */
/*****************/

#directory_search{
	background-color: #e3e3e3;
	padding: 10px;
	margin-bottom: 15px;
}


.message_area{
	background-color:#FFFFFF;
	border:1px solid #A0C330;
	padding:2px;
}

.advertiser_area{
	background-color:#EAEFB2;
	border:1px solid #CCCCCC;
	margin-bottom: 15px;
	padding:5px;
}

#rest-descrip .advertiser_area h1{
	color: #3388CC;
	margin-bottom: 5px;
}

blockquote{
	background:transparent url(/images/openquote.gif) no-repeat scroll left top;
	font-family: Times New Roman, serif;
	font-size:14px;
	margin:10px 5px;
	padding:0 0 0 20px;
}


/* PHOTOS - HOTELS */
/*******************/

/*
.featured_box{
	border: 1px solid #D5DEDD;
	padding: 5px;
	margin-bottom: 15px;
}
*/

.photos_box_Article {
  float:right;
  display:block;
  width: 230px;
  height:auto;
  /*height: 520px;*/
  /*margin: 0 0px 10px 0;
  padding: 10px 0 0 0;*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 10px 0px 0px 5px;
  		/*margin-bottom: 15px;*/
  		margin-left: 10px;
}


.photos_box_Article-left {
  float:left;
  display:block;
  width: 220px;
  height:auto;
  /*height: 520px;*/
  /*margin: 0 0px 10px 0;
  padding: 10px 0 0 0;*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 10px 0px 0px 5px;
  		/*margin-bottom: 15px;*/
  		margin-right: 10px;
}


.photos_boxBig_Article {
	float:left;
  display: inline;
  width: 590px;
  height: 600px;
  /*margin: 0 10px 0 0;
  padding: 10px 0 0 0;*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 10px 0px 20px 15px;
  		margin-bottom: 15px;	
  		margin-left: 10px;
}

.video_box {
  display: block;
  /*width: 348px;
  margin: 0 10px 0 0;
  padding: 10px 0 0 0;*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 10px;
  		margin-bottom: 15px;	
}
.video_box h1 { margin: 0; padding: 0 ; font: bold 12px Arial; }
.video_box h2 { margin: 0; padding: 0 0 0 0; font: italic small-caps 18px Arial; }
.video_box h3 { margin: 0; padding: 0 0 10px 0; color: #CC3300; font: bold small-caps 10px verdana; }
.video_box h4 { margin: 0; padding: 5px 0 5px 0; color: #CC0000; font: small-caps 14px verdana; }

.box_600x250 {
  display: block;
  /*width: 348px;  padding: 5px;*/
  margin: 2px;

  /*background-color: #ffffff; white*/
  /*border: solid 1px #FF3300; red*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 5px;
  		margin-bottom: 5px;	
}
.box_600x250 h1 { margin: 0; padding: 0 ; font: bold 12px Arial; }
.box_600x250 h2 { margin: 0; padding: 0 0 0 0; font: italic bold 18px Arial; }
.box_600x250 h3 { margin: 0; padding: 0 0 10px 0; color: #CC3300; font: bold small-caps 10px verdana; }
.box_600x250 h4 { margin: 0; padding: 5px 0 5px 0; color: #CC0000; font: small-caps 14px verdana; }


.photos_box {
  float:left;
  display: inline;
  /*width: 348px;
  margin: 0 10px 0 0;
  padding: 10px 0 0 0;*/
  background-color: #ebf2f7;
  border: solid 1px #88baf9;
  text-align:center;
  		padding: 10px;
  		margin-bottom: 15px;	
}

.photos_box h1 { margin: 0; padding: 0 ; font: bold small-caps 18px Arial; }
.photos_box h2 { margin: 0; padding: 0 0 0 0; font: italic small-caps 18px Arial; }
.photos_box h3 { margin: 0; padding: 0 0 10px 0; color: #CC3300; font: bold small-caps 10px verdana; }
.photos h4 { margin: 0; padding: 5px 0 5px 0; color: #CC0000; font: small-caps 14px verdana; }
.photos_box h5 { margin: 0; padding: 0 ; font: bold 12px Arial; }

.large {
  margin:15px auto;
  width:355px;
}

.small {
  margin: 5px 0px 5px 10px;
  float:left;
  width: 100px;
  padding-bottom: 5px;
}

#dsq-authenticate {
	display: none;
}

/* TRAFFIC CAMS 2/13/2019*/
/*******************/

.liveCamImg {
    text-align: center;
    height: 270px;
    width: 350px;
}

