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

/* DEFAULTS */
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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

object, a {
	outline: none;
}


body {
	background-color: #000;
	color: #e2eced;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

a {
	color: #00AE4D;
}

a:hover {
	color: #00AE4D;
}

strong {
	font-size: 14px;
}

p {
	padding-bottom: 15px;
	line-height: 20px;
}

h2, h2 a {
	color: #fff;
	font-weight: bold;	
	font-size: 16px;
	text-decoration: none;
}

h3, h3 a {
	color: #e2eced;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 15px;
}

h3 a:hover {
	color: #00AE4D;
	text-decoration: underline;
}

.menu_item {
	display: inline;
}
.submenu {
	display: none;
	position: absolute;
	background-color: #000;
	border: 1px solid #505050;
}
.submenu_item {
	display: block;
	margin: 2px;
	border-bottom: 1px solid #505050;
}
/* END DEFAULTS */

/* CUSTOM CONTAINERS */
#container {
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#wrap {
	background-image: url(/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#main {
	width: 960px;
	margin: 0px auto;
}

/* HEADER */
#header {
	height: 30px;
	margin: auto;
}

#search {
	float: right;
	margin-top: 5px;
}

#search_form input {
	background-color: #e2eced;
}

#search_form #query {
	padding-left: 5px;
	border: none;
	width: 173px;
}

#search_form #search_btn {
	background-image: url(/images/search_btn.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 60px;
	height: 20px;
	margin-bottom: -5px;
}

#search_form #search_btn:hover {
	background-position: 0px -20px;
}

#header_links {
	float: left;
	padding-top: 8px;
	font-size: 13px;
}

#header_links a {
	text-decoration: none;
	color: #e2eced;
	margin-left: 5px;
}

#header_links a:hover {
	color: #00AE4D;
}

/* END HEADER */

/* CONTENT */

#content {	
	background-image: url(/images/megabox_middle.gif);
	background-repeat: repeat-y;
}

#content_left {
	width: 700px;
	margin-right: 20px;
}

/* END CONTENT */
/* FOOTER */
#footer {
	text-align: center;
}

#footer #footer_links a {
	text-decoration: none;
	color: #e2eced;
	margin-bottom: 10px;
}

#footer #footer_links a:hover {
	color: #00AE4D;
}

#footer #copyright {
	font-size: 0.9em;
	margin-top: 10px;
	padding-bottom: 30px;
}

/* END FOOTER */
/* END CUSTOM CONTAINERS */

/* MEGA-BOX */

#mega-box {
	width: 240px;
	float: right;
}

#mega-box #mega-box_top {
	height: 40px;
}

#mega-box #mega-box_top a {
	text-decoration: none;
	height: 40px;
	width: 120px;
	text-indent: -99999px;
	display: block;
	float: left;
	cursor: pointer;
}

#mega-box #mega-box_top a.on {
	background-position: 0px -80px;
}

#mega-box #mega-box_top a.off {
	background-position: 0px 0px;
}

#mega-box #mega-box_top a.off:hover {
	background-position: 0px -40px;
}

#mega-box #attractions_tab {
	background-image: url(/images/attractions_tab.gif);
}

#mega-box #artists_tab {
	background-image: url(/images/artists_tab.gif);
}

#mega-box #mega-box_middle {	
	padding: 10px;
}

#mega-box #mega-box_middle .mega-box_list {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#mega-box #mega-box_middle .mega-box_list li {
	background-image: url(/images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
}

#mega-box #mega-box_middle .mega-box_list li a {
	color: #e2eced;
	text-decoration: none;
}

#mega-box #mega-box_middle .mega-box_list li a:hover {
	color: #00AE4D;
}

#mega-box_bottom {
	background-image: url(/images/megabox_bottom.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 137px;
	margin-top: -137px;
	padding-top: 5px;
	float: right;
	padding-left: 10px;
}
/* END MEGA-BOX */

/* INDEX */

#slideshow {
	margin-bottom: 5px;
}

.box {
	width: 340px;
	float: left;
	margin-right: 20px;
}

.box_top {
	background-image: url(/images/box_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px 20px;
}

.box .box_top a {
	font-size: 14px !important;
}

.box .box_top a:hover {
	color: #fff;
}

.box .box_middle {	
	background-image: url(/images/box_middle.gif);
	background-repeat: repeat-y;
	padding: 10px;
	height: 190px;
}

.box .box_bottom {
	background-image: url(/images/box_bottom.gif);
	background-repeat: no-repeat;	
	height: 11px;
}
/* END INDEX */

/* CONTENT */

.big-box {
	margin-bottom: 20px;
}

.big-box .big-box_top {
	background-image: url(/images/big-box_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px 20px;
}

.big-box .big-box_top h2 {
	display: inline;
}

.big-box .big-box_top_tabs {
	height: 39px;
	padding: 0px;
}

.big-box .big-box_top_tabs a {
	background-repeat: no-repeat;
	text-decoration: none;
	height: 39px;
	text-indent: -99999px;
	display: block;
	float: left;
	cursor: pointer;
	width: 120px;
}

.big-box .big-box_middle {
	background-image: url(/images/big-box_middle.gif);
	background-repeat: repeat-y;
	padding: 20px;
	color: #333333;
	min-height: 400px;
	line-height: 20px;
}

.big-box .big-box_top_tabs #gallery_tab {
	background-image: url(/images/gallery_tab.gif);
}

.big-box .big-box_top_tabs a.on {
	background-position: 0px -80px;
}

.big-box .big-box_top_tabs a.off {
	background-position: 0px 0px;
}

.big-box .big-box_top_tabs a.off:hover {
	background-position: 0px -40px;
}

.big-box .big-box_top_tabs #materials_tab {
	background-image: url(/images/materials_tab.gif);
}

.big-box .big-box_bottom {
	background-image: url(/images/big-box_bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.left_subcolumn {
	/*width: 288px;*/
}

.right_subcolumn {
	float: right;
	width: 360px;
	margin-left: 20px;
	text-align: center;
}

/* END CONTENT */

.item {
	height: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00AE4D;
}
.item.last {
	border-bottom: none;
}
.item .text {
	
}
.item .text h3 {
	color: #333;	
}

/* NEWS */

.news_item {
	border-bottom: 1px solid #7e999c;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 90px;
}

.news_item img {
	float: left;
}

.news_item h3 {
	margin: 0px;
}

.news_item .news_date {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #7e999c;
}

.news_item .news_text {
	width: 540px;
	float: right;
}

.caption {
	text-align: center;
	margin-top: 5px;
}

#news_images {
	margin-bottom: 15px;
}

#news_documents h3, #news_images h3 {
	border-bottom: 1px solid #7e999c;
	margin-bottom: 15px;
}

.news_document_list td {
	padding: 10px;
}

.image {
	margin-top: 15px;
	margin-right: 15px;
	float: left;
}

/* END NEWS */

/* ARTISTS / ATTRACTIONS */

#flash_gallery {
	width: 660px;
}

#materialsTable td {
	padding: 10px;
}

#materialsTable a {
	text-decoration: none;
}

/* END ARTISTS / ATTRACTIONS */

/* BUTTONS */

.button {
	text-indent: -99999px;
	display: block;
	background-repeat: no-repeat;
	margin: 10px auto 0px;
}

#brochure_btn {	
	background-image: url(/images/brochure_btn.gif);
	width: 220px;
	height: 60px;
	float: right;
	margin-top: -75px;
	margin-right: -230px;
}

.book-an-attraction_btn {
	background-image: url(/images/book-an-attraction_btn.gif);
	width: 220px;
	height: 60px;
	margin-bottom: 173px;
}

.book-this-attraction_btn {
	background-image: url(/images/book-this-attraction_btn.gif);
	width: 220px;
	height: 60px;
}

.book-an-attraction_btn:hover, .book-this-attraction_btn:hover, #brochure_btn:hover {
	background-position: 0px -60px;
}

/* END BUTTONS */

/* Forms */

.required { 
	color: #990033;
}

form fieldset {
	border: 1px solid #7e999c;
}

form fieldset legend {
	color: #7e999c;
	font-weight: bold;
}

form div label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block 
}

form .error {
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

form div {
	margin: 3px 0px 3px 0px;
}

form div input, form div select, form div textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #7e999c;
	padding: 2px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form div select {
	padding: 1px;
	/*width: 280px;*/
}

form div.checkbox {
	margin: 5px 0px 5px 121px;
}

form .form_button {
	border: 1px solid #505050;
	padding: 4px 15px 4px 15px;
	cursor: pointer;
	background-color: #000000;
	color: #fff;
	display: block;
	font-weight: bold;
}

form .form_button:hover {
	background-color: #00AE4D;
}

form p.submit {
	margin-left: 125px;
}

form p.book_submit {
	margin-left: 137px;
	margin-top: 5px;
}

.error_msg {
	color: #CF204C;
	background: #FFCCCC;
	margin: 10px auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #CF204C;
	text-align: center;
	width: 400px;
}

.sucess_msg {
	color: #000;
	background: #edf2f3;
	margin: 10px auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #7E999C;
	text-align: center;
	width: 400px;
}

/* END FORMS */

/* UTILS */
.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

.no_margin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0px;
}

.rss {
	display: block;
	margin-left: 50px;
	margin-top: -17px;
}

.rss-home {
	display: block;
	margin-left: 175px;
	margin-top: -15px;
}

.green, .green a {
	color: #000;
}

.green a:hover {
	color: #00AE4D;
	text-decoration: underline;
}

.red, .red a {
	color: #990033;
}
/* END UTILS */