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

#home_photo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* set the initial image based on primary setting - home_css.php */
/*	background-image: url(/images/home/photos/pic_02.jpg); */
	background-repeat: no-repeat;
	background-position: center ;
	padding: 10px 0px 0px;
	height: 350px;
	margin: 0 auto;
	max-width: 1100px;
	box-shadow: 4px 4px 5px #000;
	}
#signup_promo {
	float: right;
	margin-top: -28px;
	}
#content_main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px;
	border-radius: 0px 0px 40px 40px;
	box-shadow: 4px 4px 5px #444;
	}
#thumbs {
	position: absolute;
	z-index: 3;
	margin: 315px 0px 0px 20px;
	}
#thumbs img.thumb {
	border: solid 1px #666;
	}
#thumbs img.thumb:hover {
	border: solid 1px #f1c720;
	}
#info_bar {
	padding: 35px;
	padding-top: 0px;
	padding-bottom: 35px;
}
#info_bar h1 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#info_bar p {
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 0px;
	}
#info_bar p.indent {
	margin-left: 10px;
	}
#info_bar .date {
	font-size: 11px;
	}
#content_main .tile_header {
	font-family: 'Open Sans Condensed',"Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
padding: 5px 0px 4px 12px;
	}
#content_main .tile_header a {
	color: black;
	text-decoration: none;
	}
#content_main .tile_header a:hover {
	color: #8e0707;
	}
#content_main .tile_content {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
#content_main .tile_content h1 {
	font-size: 1.5em;
	margin: 10px 10px 0px 0px;
	color: #374203;
line-height: 1.1em;
	}
#content_main .tile_content b {
	color: #374203;
	}
#content_main .tile_content p {
	font-size: 1.4em;
	margin: 10px 10px 0px;
	}
#content_main .tile_content a {
	color: #374203;
	text-decoration: none;
	}
#content_main .tile_content a:hover {
	text-decoration: underline;
	}
#content_main .tile_content p.date {
	font-size: 1.3em;
	margin: 3px 0px 0px 10px;
	}
#content_main .tile_content .tmp {
	background-color: #b2aca1;
	margin: 7px 12px 0px 0px;
	padding: 4px 0px 5px;
	border-radius: 10px;
	}
#content_main .tile_content p.weather_last {
	margin: 0px 10px -10px 0px;
	font-size: 1.1em;
	text-align: right;
	font-style: italic;
	}
#content_main .tile_content p.weather_cond {
	margin: 0px 0px 0px 10px;
	font-size: 1.2em;
	font-style: italic;
	}
#content_main .tile_content p.weather_station {
	margin: 15px 0px 0px;
	font-weight: 600;
	}
#content_main .tile_content .tmp {
	font-family: 'Open Sans Condensed';
	}
#content_main .tile_content .tmp p.weather_temp {
	font-weight: 400;
	margin: 0px 0px 0px 15px;
	}
#content_main .tile_content .tmp p.weather_wind {
font-weight: 400;
	margin: 2px 0px 0px 15px;
	}
#content_main .closure_tile {
	min-height: 89px;
	}
#content_main .tile_content p.closures_on {
	font-family: 'Open Sans Condensed';
	font-size: 1.7em;
	color: #b21212;
	font-weight: 600;
	margin-top: 0px;
	}
#content_main .tile_content p.closures_off {
	font-family: 'Open Sans Condensed';
	font-size: 1.7em;
	color: #374203;
	font-weight: 600;
	margin-top: 0px;
	}
#content_main .tile_content p.countdown {
	margin-top: 3px;
	}
#content_main .tile_content #closure {
	float: right;
	margin-top: -45px
	}
#content_main .tile_content.closure_tile p a {
	font-size: 95%;
	}
#content_main .tile_content .counter {
	display: inline-block;
	border: solid 1px #555;
	padding: 0px 4px 1px 3px;
	background-color: #ebaf2a;
	font-weight: 600;
	color: #b21212;
	margin: 0px 1px;
	font-size: 1.2em;
	border-radius: 3px;
	}
#content_main .tile_content.hours p {
	margin: 10px 0px;
	}
#content_main .tile_content.hours p.hour {
	font-family: 'Open Sans Condensed';
	font-size: 1.6em;
	font-weight: 400;
	margin: 10px 10px;
	}
#content_main .tile_content.hours p.hours_sig {
	font-size: 1.2em;
	font-style: italic;
	}
#content_main td.left_tile {
	background-color: #ded3d1;
	border: solid 1px black;
	border-top: none;
	border-radius: 0px 0px 0px 25px;
	padding-bottom: 10px;
	}
#content_main td.right_tile {
	background-color: #dad1d3;
	border: solid 1px black;
	border-top: none;
	border-radius: 0px 0px 25px 0px;
	padding-bottom: 10px;
	}