/* -----------------------------------------------------------
		Theme Name:	Cyclorama
		Updated: 	03.24.08
		Notes: 		CSS & HTML by Simon (http://www.simonsportfolio.com)
					Design by Sound Enterprises
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

p, ul { padding: .5em 0; }

body {
	background: #22314e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #4d535f;
}

.gold { color: #8a521e; }

.blue { color: #22314e; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.small { font-size: 80%; }

.indent { padding-left: 10px; }

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #8a521e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

/* -----------------------------------------------------------
		DEPRECATED TAGS
----------------------------------------------------------- */
u, u a { text-decoration: underline; }
u, u a:hover { color: #bc854f; }
em { font-style: italic; }

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#nav ul {
	position: relative;
	background: url('../images/bg-li.gif') 50% 0 no-repeat;
	padding-top: 9px;
	margin: 0 0 0 23px;
	list-style: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	height: auto;
	width: 126px;
}

#nav li {
	position: relative;
	background: url('../images/bg-li.gif') 50% 19px no-repeat;
	height: 28px;
	width: 126px;
	float: none; /* makes this list a vertical one	*/
	vertical-align: bottom; /* remove gaps between li's in ie7 */
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #edcc97;
	height: 28px;
	width: 126px;
}

#nav li a:hover {
	color: #fff;
}

#nav ul ul {
	position: absolute;
	top: 0;
	left: 125px;
	padding: 0;
	margin: -15px 0 0 0;
	display: none;
	z-index: 9999px;
	font-size: 100%;
	text-align: left;
	text-transform: none;
	width: 170px;
	z-index: 200;
}

#nav li li {
	float: none; /* makes this list a vertical one	*/
	vertical-align: bottom; /* remove gaps between li's in ie7 */
	height: 18px;
	padding: 0;
	margin: 0;
	width: 165px;
	width: 175px;
	padding-left: 5px;
}

#nav li li.top { height: 19px; }

#nav li li.bottom { height: 20px; }

#nav li li a {
	background: #b26f00;
	display: block;
	width: 150px;
	width: 160px;
	padding: 2px 5px 1px 10px;
	color: #f1d89f;
	height: 15px;
}

#nav li li a.top {
	padding-top: 3px;
	height: 16px;
}

#nav li li a.bottom {
	padding-bottom: 3px;
	height: 17px;
}

#nav li li a:hover {
	color: #541800;
}

#nav ul:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

#nav li:hover > ul { display: block; }

#nav li { behavior: url('IEmenus.htc'); }

/*lower nav area*/
#subnav{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e9ce87;
	background: #af292e;
	padding: 20px 0 10px 0;
	font-size: 12px;
	width: 150px;
}
#subnav .subnav_line{
	margin: 10px auto 10px auto;
	border-bottom: 1px solid #e9ce87;
	height: 1px;
	_line-height: 1px;
	width: 115px;
}
#subnav img{
	display: block;
	margin: 0 auto 3px auto;
}
#subnav a{
	color: #e9ce87;
}
#subnav a:hover{
	color: #e9ce87;
	text-decoration: none;
}

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#superWrap {
	background: url('../images/bg-superWrap.gif') repeat-y;
	margin: 0 auto;
	width: 977px;
}

#superWrap.sidebar {
	position: relative;
	background: url('../images/bg-superWrap-sidebar.gif') repeat-y;
}

#home #superWrap {
	position: relative;
	background: url('../images/bg-superWrap-home.gif') repeat-y;
	margin: 0 auto;
	width: 1013px;
}

#wrap {
	background: transparent;
}

#home #wrap {
	position: relative;
	background: url('../images/bg-wrap-rev.gif') no-repeat;
}

#subHeader {
	position: relative;
	top: 120px;
	left: 252px;
	width: 711px;
	height: 327px;
}

	.bg1 {
		position: relative;
/*		background: url('../images/bg-subHeader1.gif') no-repeat; */
	}
	
	.bg2 {
		position: relative;
		background: url('../images/bg-subHeader2.gif') no-repeat;
	}

	#branding-corner {
		position: relative;
		background: url('../images/branding-corner.png') no-repeat;
		width: 138px;
		height: 35px;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/branding-corner.png',sizingMethod='scale');
		z-index: 1000;
	}

#header-about {
	background: url('../images/bg-headerAbout.gif') top no-repeat;
	width: 977px;
	height: 246px;
}

#header-visit {
	background: url('../images/bg-headerVisit.gif') top no-repeat;
	width: 977px;
	height: 246px;
}

#header-attractions {
	background: url('../images/bg-headerAttractions.gif') top no-repeat;
	width: 977px;
	height: 246px;
}

#header-contact {
	background: url('../images/bg-headerContact.gif') top no-repeat;
	width: 977px;
	height: 246px;
}

#header-news {
	background: url('../images/bg-headerNews.gif') top no-repeat;
	width: 977px;
	height: 246px;
}

#home #nav {
	margin-left: 84px;
	_margin-left: 42px;
}

#nav {
	float: left;
	position: relative;
	margin-top: -25px;
	margin-left: 80px;
	_margin-left: 39px;
	width: 173px;
	color: #edcc97;
	text-align: center;
}

#home #nav {
	/*
	*/
	.position: absolute;
	_position: relative;
	margin-top: -120px;
	margin-left: 79px;
	_margin-left: 40px;
}

#mainContent {
	background: transparent;
	float: right;
	margin-top: -15px;
	margin-right: 29px;
	_margin-right: 12px;
	margin-bottom: 20px;
    width: 669px; 
    min-height: 530px;
	/* width: 645px; */

#indexContent {
	float: right;
    width: 800px;
    margin-right: -35px;
	margin-top: -250px;
}
}

	#about #mainContent p {
		clear: left;
		padding-top: 5px;
	}

#mainContent #mainContentArea {
	background: transparent;
	margin-top: -15px;
	margin-top: 0;
	margin-right: 29px;
	_margin-right: 12px;
	margin-bottom: 20px;
    width: 400px; 
	/* width: 645px; */
}

	#about #mainContent p {
		clear: left;
		padding-top: 5px;
	}

#home #mainContent {
	min-height: 530px;
	position: relative;
	margin-right: 50px;
	_margin-right: 25px;
	margin-bottom: 20px;
	_margin-bottom: 9px;
	width: 711px;
}

	#one {
		float: left;
		width: 250px;
		padding: 0 20px 10px 20px;
		text-align: center;
		color: #22314e;
		font-size: 85%;
	}

	#two {
		float: left;
		width: 245px;
		padding: 11px 16px;
		color: #8a521e;
		font-size: 80%;
		font-weight: bold;
	}

	#three {
		float: left;
		width: 125px;
		position: relative;
		background: url('../images/bg-three.gif') top center no-repeat;
		color: #fff;
	}

		#three p {
			padding: 114px 15px 8px 15px;
		}

#ovalpic {
	position: absolute;
	top: 285px;
	margin-left: 835px;
	_left: 250px;
	height: 206px;
	width: 176px;
	background: url('../images/ovalpic.png') no-repeat;
}

#sidebar {
	line-height: 1.3em;
	float: right;
	width: 210px;
	padding: 5px 0 5px 0;
	margin-left: 5px;
	margin-top: -5px;
	color: #4a1f00;
	background-color: #f2e1b3;
	font-size: 130%;
	font-family: 'Times New Roman', Georgia;
}

	#sidebar p {
		padding: 20px 10px 0 15px;
	}

#sidebar .sbasictext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
}

#sidebar .sbasictextbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 15px;
	color: #333333;
}

#sidebar-visit {
	line-height: 1.3em;
	float: right;
	width: 222px;
	padding: 0 0 0 0;
	margin-left: 5px;
	margin-top: -5px;
	color: #4a1f00;
	background-color: #f2e1b3;
	font-size: 130%;
	font-family: 'Times New Roman', Georgia;
}

	#sidebar-visit p {
		padding: 0px 0px 0px 0px;
	}

img.about-photos {
	padding: 0 25px 5px 7px;
	float: left;
}

#footercontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	margin-left: 22px;
	margin-top: -10px;
	background-repeat: repeat-x;
	clear: both;
	font-size: 85%;
	padding: 20px;
	height: 137px;
	width: 844px;
	color: white;
}
#footer a:link,#footer a:visited,#footer a:hover{text-decoration:none;color: #2a3b64;}#footer a:hover{text-decoration:underline;}

 
/*
#footer {
margin-left: auto;
margin-right: auto;
text-align: center;
	height: 137px;
	width: 844px;
	color: white;
}

	#footer a { color: #fff; }
*/
/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 .3em 0;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 150%;
	text-indent: -8005px;
}

h2 {
	font-size: 120%;
	color: #8a2d37;
	clear: left;
}

	h2.paddTop {
		padding-top: 15px;
		padding-bottom: .1em;
	}

h3 {
	font-size: 110%;
	margin-top: 20px;
}

h4 { font-size: 100%; }

h5 { font-size: 90%; }

h6 { font-size: 80%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	color: #333333;

}

.basictext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.basictext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.basictext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.basictextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.bodyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}
.bodytan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #996600;
	text-decoration: none;
}
.bodybeige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC;
	text-decoration: none;
}
.basictextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}

#socialLinks {color: #7a7f80 !important; width: 200px; float: left;}
#sociallinks ul li:first-child {color: #7a7f80 !important; font-weight: normal !important;}
#sociallinks img {float: left;}

#newsLetter {border-color: #8fceee; border-width: 1px; border-style: solid; width: 152px; height: 28px; background-color: #e6f4f8; font-size: 10px; text-align: center; vertical-align: middle; line-height: 28px; -moz-border-radius: 2px; -webkit-border-radius: 3px; font-weight: bold;}
#socialLinks ul li {list-style-type: none; margin-left: -30px; margin-top: 0px; margin-bottom: 5px; height: 32px; padding: 0px; }
.text {line-height: 32px;font-size: 12px;vertical-align: top;  margin-left: 10px; display: inline;font-size: 10px; text-align: center;}

#footer ul {color: #2a3b64; float: left; list-style-type: none;}
#footer ul li:first-child {color: #603204; font-weight: bold;}
#address {color: #421000 !important; width: 110px;}
#footerlogo {margin-left: 70px; margin-top: 20px;}
#latestNews {background-image: url(../images/latestnews.png); height: 244px; width: 239px; float: left; padding: 20px; overflow: hidden; background-repeat: none; margin-top: 150px; margin-bottom: 20px; margin-left: 10px; font-size: 12px; line-height: 14px; background-repeat: no-repeat;}
#mainContent1 {float: left; margin-top: 130px;margin-left: 0px;margin-bottom: 20px; width: 365px; height: 244px; padding: 20px; padding-left: 15px;}
#mainContent1 #starred_boxes {display: inline; margin-right: -5px;}

#address a:link,#address a:visited,#address a:hover{text-decoration:none;color: #421000;}#address a:hover{text-decoration:underline;}
.copyright {color: white; font-size: 11px; width: 200px; margin-left: auto; margin-right: auto; text-align: center; clear: both; margin-top: 40px;}

.err {
	color: red;
	font-weight: bold;
}

#summer {width: 854px !important; margin: 20px auto;}

