/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container, * html #container_top {
	height: 100%;
}
#container, #container_top, #container_bottom {
	min-height: 100%;
	min-width: 970px;
	width: auto;
}
/* end full height layout code */

body {
}
div, form, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}
/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/* a styles */

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#3F8508;
}
a:focus {
	font-weight: bold;
}
a:visited {
	color:#49A9C1;
}
/* p styles */

p {
	margin: 10px 0 10px 0;
}
/* hr styles */

hr {
	margin: 5px 0 5px 0;
}
/* list styles */

ul, ol {
	margin-left: 0px;
	padding: 10px;
}
li {
	margin: 5px;
}
blockquote {
	margin-left: 40px;
	margin-right: 40px
}
/*********************/
/* appearance styles */
/*********************/

/*
page bg (dark orange): #E57317
header menu bg (dark green): #3F8508
upcoming event bg (lt blue): #49A9C1
home content bottom (orange): #E77111

blue hdr color: #107BB3
green hdr color: #9ECA3B
red hdr color: #B32121
content txt color: #224152
footer txt color: #999999
footer btm color: #005484

header menu selected color: #B80135

red line border color: #7A0000;
box border color: #E4D9CF

*/

/*--------------*/
/* color styles */
/*--------------*/

/* background-color styles */
body, #containter_bottom {
	background-color: #EE9D5B;
}
#container_top {
	background-color: #FFF;
}
#page {
}
#upcoming_events {
	background-color: #0166A9;
}
/* border styles */
hr {
	border: 1px dotted #DB7522;
}
#map_container {
	border: 1px solid #FFF;
}
/* color styles */
body {
	color: #224152;
}
h1, h1 a, h4, h4 a, a {
	color: #107BB3;
}
#breacrumbs h5, #breacrumbs h5 a {
	color: #999;
}
h2, h2 a, h5, h5 a {
	color: #9ECA3B;
}
h3, h3 a, h6, h6 a {
	color: #B32121;
}
#footer_btm_txt {
	color: #005484;
}
#bSelected {
	color: #E57317;
}
h1.pageHdr, h1.upcomingHdr, #upcoming_events, #upcoming_events h2, #upcoming_events a {
	color: #FFF;
}
/*------------------*/
/* font/text styles */
/*------------------*/

/* font styles */

body div, table, tr, th, td, form, img, #webdevelopment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h1 a {
	font-size: 21px;
	line-height: 21px;
}
h2, h2 a {
	font-size: 19px;
	line-height: 19px;
}
h3, h3 a {
	font-size: 17px;
	line-height: 17px;
}
h4, h4 a {
	font-size: 16px;
	line-height: 16px;
}
h5, h5 a {
	font-size: 15px;
	line-height: 15px;
}
h6, h6 a {
	font-size: 14px;
	line-height: 14px;
}
h1.pageHdr {
	font-size: 21px;
}
h2.upcomingHdr {
	font-size: 36px;
}
#page #upcoming_events h5 {
	font-weight: normal;
}
#breacrumbs h5, #breacrumbs h5 a, .breadcrumb {
	font-size: 11px;
	font-weight: normal;
}
/* letter styles */

#content {
	line-height: 1.5em;
}
/* text styles */

#page div, #page div h1.pageHdr {
	text-align: left;
}
#page, #page div#upcoming_events, #page div h2.upcomingHdr, #page #upcoming_events h5, #page #upcoming_events a, #page div#upcoming_events .listing, #page div#upcoming_events .moreinfo, #page div.listing div, #page div.moreinfo, #footer, #footer_text, #footer_links, #footer_top, #footer_btm_content {
	text-align: center;
}
#page div .pinticon, #page div#header_top, #page div#header_top div, #page div #content_hdr, #page div#webdevelopment, #footer_top_content {
	text-align: right;
}
/*****************/
/* layout styles */
/*****************/

#container_top {
	background-image: url('../images/page_bg_gradient.jpg');
	background-repeat: repeat-x;
}
#page {
	padding: 0 5px 0 5px;
	width: 960px; /* 970px (total width) - 5px (margin left) - 5px (margin right) */
}
#header_home, #header_inside {
	width: 960px;
}
#main {
	width: 960px;
}
/*---------------*/
/* header styles */
/*---------------*/

#header_home {
	background-image: url(../images/home_header_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 395px;
}
#header_top {
	background-image: url(../images/header_top_bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 960px;
}
#header_top_content {
	margin: 0;
	padding: 7px 0 0 0;
}
#header_top_content span {
	padding-bottom: 5px;
}
#header_top_text {
	color: #FFF;
	float: right;
	font-size: 20px;
	font-weight: normal;
	padding-top: 5px;
}
#header_main {
	height: 328px; /* 350px (total width) - 6px (margin top) - 16px (margin bottom) */
	margin: 6px 8px 16px 9px;
	width: 941px; /* 960px (total width) - 9px (margin left) - 8px (margin right) */
}
#header_menu {
	height: 39px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	position:relative;
	width: 941px;
	z-index:400;
}
.menuItem {
	float: left;
}
#header_photo_home, #header_photo_text_home {
	height: 286px;
	position:relative;
	width: 941px;
}
#header_photo_text_home {
	margin-bottom: -286px;
}
#home_header_logo {
	position:absolute;
	left:-27px;
	top:3px;
}
#inside_header_logo {
	position:absolute;
	left:-21px;
	top:3px;
}
#header_inside {
	background-image: url(../images/home_header_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 298px;
}
#header_inside #header_main {
	height: 231px; /* 350px (total width) - 6px (margin top) - 16px (margin bottom) */
	margin: 6px 8px 16px 9px;
}
#header_photo_inside, #header_photo_text_inside {
	height: 189px;
	position:relative;
	width: 941px;
}
#header_photo_text_inside {
	margin-top: -189px;
	margin-bottom: -189px;
}
#header_photo_text_home, #header_photo_text_inside {
	position: relative;
	z-index: 250;
}
/*-------------*/
/* main styles */
/*-------------*/

#main {
	margin-top: 5px;
}
input.formButton {
	padding-right: 10px;
	padding-left: 10px;
}
.pinticon {
	float: right;
	padding: 5px;
	position: relative;
	width: 230px; /* 235px (total width) - 5px (margin right) */
	z-index:105;
}
/*---------------*/
/* footer styles */
/*---------------*/

/* footer css has been moved to footer_ie7.css, footer_ie8.css */


/***************/
/* home layout */
/***************/

#home_main {
	margin-bottom: 7px;
	width: 960px;
}
#home_main_content {
	background-image: url(../images/home_main_content_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 700px; /* temp height */
	margin-right: 14px;
	position:relative;
	width: 636px;
}
#home_main #content #home_editable {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#home_main #content #home_editable p {
	line-height: 1.4em;
}
#home_main #content img {
	margin: 0;
	padding: 10px;
}
/*
*/

/******************/
/*** home blog ****/
/******************/

#home_blog_container{
	
	margin:0 auto;
	width:573px;
}
	#home_blog_header h4{
		border-bottom:1px dashed #F5C197;
		font-size:22px;
		padding-bottom:6px;
		width:573px;
	}
	#home_blog_header h4 a{
		font-size:22px;
		color:#107BB3;
	}
	.home_blog_block{
		background:url(../images/blog_bubble.jpg) 0 14px no-repeat;
		border-bottom:1px dashed #F5C197;
		min-height:70px;
		padding: 10px 14px 6px 48px;
		width:511px;
	}

		.home_blog_title a{
			color:#e77111;
			font-size:16px;
			font-weight:bold;
		}
		.home_blog_date{
			font-size:12px;
			margin-bottom:10px;
		}
			.home_blog_author{
				font-style:italic;
				position:relative;
				left:5px;
			}
		.home_blog_description{
			font-size:12px;
			font-style:italic;
		}
		.home_blog_links{
			color:#6f8797;
			font-size:11px;
		}
			.home_blog_read_more a{
				color:#6f8797;
			}
			.home_blog_comments a{
				color:#6f8797;
			}



#home_main_content_btm {
	height:150px;
	margin-top: -1px;
	left:10px;
	position:absolute;
	bottom:20px;
}
#home_main_menu {
	background-image: url(../images/home_main_menu_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	height: 700px; /* temp height */
	width: 310px;
}
#main_menu {
	margin: 10px 9px 15px 10px;
}
#main_menu h2, #main_menu h3 {
	font-size: 16px;
}
.home_boxes {
	background-image: url(../images/home_box_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 152px;
	width: 310px;
}
.home_box_img {
	margin: 8px 12px 18px 9px;
}
#homebox1 {
	margin-right: 13px;
}
#homebox2 {
	margin-right: 17px;
}
#homebox3 {
}
/* upcoming events */

#upcoming_events {
	height: 583px;
	width: 290px;
}
.listing {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}
hr.upcomingEventsLine {
	padding: 0;
}
#upcoming_events .listing {
	border-bottom: 1px dotted #FFF;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	margin: 0 25px 10px 25px;
	padding: 5px 0 5px 0;
	width: 240px; /* 290px (total width) - 25px (margin right) - 25px (margin left) */
}
#upcoming_events .listing h5, #upcoming_events .listing h5 a {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 240px;
}
.moreinfo2 {
	background-image: url(../images/btn_moreinfo.gif);
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-size: 10px;
	height: 15px;
	margin: 10px 78px 5px 78px;
	text-align: center;
	text-transform: uppercase;
	width: 84px; /* 240px (total width) - 78px (margin right) - 78px (margin left) */
}
.moreinfo2 a {
	display: block;
	height: 15px;
	text-decoration: none;
	width: 84px;
}
#footer_links a:focus {
	font-weight:normal;
}
/* direction page */

#directions_address, #map_box {
	height: 277px;
	margin: 10px 0 10px 0;
}
#map_box {
	background-color: #9ECA3B;
	padding: 10px;
	width: 702px;
}
#map_container {
	height: 275px; /* 277px (#map_container height) + 1px (border top) + 1px (border bottom) */
	width: 700px; /* 702px (#map_container width) + 1px (border right) + 1px (border left) */
}
/* inside page */

#inside_main_bg {
	background-image: url(../images/inside_main_content_bg3.png);
	background-repeat: repeat-y;
	height: 100%;
	position: relative;
	z-index: 100;/* width: 960px; */
}
#inside_main_content {
	background-image: url(../images/inside_main_content_bg_original.png);
	background-position: bottom;
	background-repeat: no-repeat;
	
	position: relative;
	padding-bottom: 14px;
	z-index: 200;
	width: 960px;
}
#inside_main {
	background-image: url(../images/inside_main_content_bg_shadow.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;/* width: 940px; 960 - 10px - 10px*/
}
#main_content {
	margin: 8px 11px 17px 10px;
	height: 500px;
	overflow:auto;
}
#content {
	padding: 5px 20px 20px 20px;/* width: 900px; /* 940px (total width) - 20px (padding right) - 20px (padding left) - dont make this live cause it messes up home content */
}
/*
#content img {
	margin: 10px;
	padding: 10px;
}
*/
#content table img {
	margin: 0;
	padding: 0;
}
#content img.noborder {
	margin: 0;
	padding: 0;
}
.pageNav {
	background-color: #49A9C1;
	height: 21px; /* 44px (total height) - 11px (padding top) - 2px (padding bottom) */
	line-height: 21px;
	padding: 0 10px 13px 10px;
	width: 920px; /* 960px (total width) - 10px (margin right) - 10px (margin left) - 10px (padding right) - 10px (padding left) */
}
#page_header {
}
h1.pageHdr {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}
.upcomingHdr {
	height: 36px;
	line-height: 36px;
	margin: 0 0 8px 0;
	padding: 5px 0;
	position:relative;
	left:10px;
	text-align:center;
}
.printicon {
	margin:0;
	padding:0;
}
/* form pages */

input, select, textarea {
	font-size: 14px;
}
input.custom {
	margin-left: 0;
}
.required {
}
table.form td.formlabel {
	width: 300px;
}
.longinput {
	width: 300px;
}
.inputcity {
	width: 96px;
}
.inputstate {
	width: 20px
}
.inputzip {
	width: 78px;
}
#home_phone1 {
	width: 80px;
}
#home_phone2 {
	width: 80px;
}
#home_phone3 {
	width: 111px;
}
textarea {
/*	width: 300px; */
}
input.cstm_btn {
	background-color: #7A0000;
	border: 1px solid #900;
	color: #FFF;
	padding: 2px 10px 2px 10px;
}
input.cstm_btn:hover {
	background-color: #900;
	border: 1px solid #900;
	color: #FFF;
}
.hidden {
	display: none;
}
#TB_window .hidden {
	display: block;
}
/* styles from TinyMce */
.tablestyle_climate {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}
.tablestyle_climate td {
	margin: 0;
	padding: 0 20px 0 20px;
	vertical-align:top;
}
.tablestyle_climate td#climate_text {
	padding-left: 0;
}
.tablestyle_climate td#green {
	width: 25%;
	background-color:#9ECA3B;
}
.whitetext {
	color:#ffffff;
	font-size:larger;
}
.photo {
	background-color:#9ECA3B;
	float: right;
	margin: 10px;
	padding: 10px;
}
.photo_panels {
	background-color:#9ECA3B;
	margin: 10px;
	padding: 5px 5px 5px 5px;
}
.photo, .photo p {
	font-size:11px;
	font-style:italic;
	line-height: 1.4em;
}
.photo img, #content .photo img {
	margin: 0;
	padding: 0;
}
.photostyle_right, .photostyle_left {
	background-color:#9ECA3B;
	margin: 10px;
	padding: 10px;
}
.green_box_right, .photostyle_right {
	float: right;
	margin-left: 20px;
}
.green_box_left, .photostyle_left {
	float: left;
	margin-right: 20px;
}
.photostyle_right img, .photostyle_left img {
	border: 1px solid #FFF;
}
#content table tr td .photo {
	background-color:#9ECA3B;
	margin: 10px;
	padding: 10px;
}
.tablestyle_climate td#green {
	padding: 0;
}
.green_box, table td.green_box, table td img.green_box, #content table img.green_box {
	background-color: #9ECA3B;
	margin: 10px;
	padding: 10px;
}
#green_box_selected {
	background-color: #E98330;
}
.green_box_left, table td.green_box_left, table td img.green_box_left, #content table img.green_box_left {
	border:0;
	background-color: #9ECA3B;
	margin-right: 10px;
	padding: 10px;
}
.green_box_right, table td.green_box_right, table td img.green_box_right, #content table img.green_box_right {
	border:0;
	background-color: #9ECA3B;
	margin-left: 10px;
	padding: 10px;
}
table td.green_box_left, table td.green_box_right, table td.green_box {
	margin: 0;
	padding: 10px;
}
#content table img.green_box {
	margin: 0;
}
.centertext {
	text-align: center;
}
.whiteborder {
	border: 1px solid #FFF;
}
.whiteboxborder {
	border: 1px solid #FFF;
	margin: 10px;
	padding: 10px;
}
/* styling of the container. */ 
#content a.myPlayer {
	background-color: #9ECA3B;
	border:1px solid #FFF;
	display:block;
	float:left;
	height:240px;
	text-align:center;
	width: 320px;
}
/* play button */ 
#content a.myPlayer img {
	border: 0;
	margin: 95px 0 95px 0;
	height: 50px; /* 240px - 95px (padding top) - 95px (padding bottom) */
	width: 50px;
}
/* when container is hovered we alter the border color */ 
#content a.myPlayer:hover {
}
.green_box_video, table td.green_box_video, table td img.green_box_video, #content table img.green_box_video {
	background-color: #9ECA3B;
	margin: 10px;
	padding: 10px;
	height: 242px;
	width: 322px;
}
.image_right {
	float:right;
}
#twitter {
	float:left;
	margin-left:5px;
	margin-top:6px;
}
#youtube {
	float:left;
	margin-left:5px;
	margin-top:6px;
}
#trip_advisor {
	font-size:10px;
	float:right;
	height:32px;
	width:129px;
}
#trip_advisor a {
	color:#548DD4;
	text-decoration:underline;
}
#trip_advisor a:visited {
	color:#548DD4;
}
/* film office styles */

.listing_item {
	margin: 0;
	padding: 20px 0 10px 0;
}
.pageNav, #page_header, h1.pageHdr {
	color:#fff;
	position:relative;
	z-index:0;
}
#inside_main li {
	margin-left:25px;
}

.nolink{
	position:relative;
	z-index:10;
}

/* blog styles */
.blog_entry{
	background:url(../images/blog_bubble.jpg) 0 14px no-repeat;
	border-bottom:1px dashed #F5C197;
	min-height:70px;
	padding: 10px 14px 6px 48px;
	margin-bottom:10px;
}
.blog_entry_hdr a{
	color:#e77111;
	font-size:16px;
	font-weight:bold;
}
.blog_listing_date{
	font-size:12px;
	margin-bottom:10px;
}
.blog_detailDate{
	font-size:12px;
	margin-bottom:10px;
}
.blog_author{
	font-style:italic;
	position:relative;
	left:5px;
}
.blog_entry_content{
	font-size:12px;
	font-style:italic;
}
.blog_entry_content_detail{
}
.blog_entry_ftr{
	color:#6f8797;
	font-size:11px;
}
.blog_entry_ftr a{
	color:#6f8797;
	font-size:11px;
}
.blog_comment{
	color:#305D76;
	font-size:11px;
}
.blog_hidden{
	background-color:#F3F3F3;
}
.blog_comment_hdr{
	font-weight:bold;
}
.blog_entry_tags{
}

.archive {
	padding: 5px 20px 20px;
}

.blog_entry_ftr, .blog_comment_content, .blog_entry_tags
{
  padding-bottom:20px;
}
