* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	color: rgb(58,84,127);
	background-image: url('images/background.jpg');
	background-color: rgb(186,161,107);
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	color: rgb(185,27,33);
	margin-bottom: 10px;
}

img {
	border: none;
}

p {
	font-size: 10pt;
	margin-bottom: 1em;
}

a {
	font-weight: bold;
}

.clearer {
	clear: both;
}




#container {
	margin: 0 auto;
	width: 800px;
	background-color: #EBEBEB;
	margin-bottom: 50px;
}



#header {
	width: 100%;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	height: 212px;
	position: relative;
}

#header #headerLogo {
	position: absolute;
	top: 0;
	right: 10px;
}

#header #headerTicketApply {
	position: absolute;
	top: 80px;
	left: 30px;
}

#header #headerTicketForms {
	position: absolute;
	top: 80px;
	left: 190px;
}

#header #headerNav {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 325px;
}

#header #headerNav a {
	color: rgb(58,84,127);
	text-decoration: none;
}

#header #headerNav a:hover {
	color: rgb(185,27,33);
	text-decoration: none;
}

#header #headerNav p {
	font-size: 10pt;
	line-height: 1.6em;
}

#header #headerNav #ajaxSearch_form {
	width: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #headerNav #ajaxSearch_input {
	width: 120px;
}

#header #headerNav #ajaxSearch_output #searchClose {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #headerNav #ajaxSearch_form fieldset {
	border: none;
}

#header #headerNav #ajaxSearch_output {
	position: absolute;
	top: 25px;
	left: 180px;
	width: 330px;
	padding: 20px;
	background: rgb(255,255,255);
	filter: alpha(opacity=50);
	background: rgba(255,255,255,0.9);
	z-index: 100;
}

#header #headerNav #ajaxSearch_output #searchClose {
	position: absolute;
	top: 5px;
	right: 5px;
}

#header #headerNav #ajaxSearch_output #indicator {
	position: absolute;
	top: 5px;
	right: 20px;
}

#header #headerNav #ajaxSearch_output a {
	color: rgb(58,84,127);
	font-weight: bold;
}

.AS_ajax_result {
	border-top: 1px dashed;
	padding-top: 10px;
}

.ajaxSearch_highlight {
	color: rgb(185,27,33);
}






.menu {
	width: 100%;
	height: 50px;
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-x;
}

.menu ul {
	list-style: none;
	width: 100%;
}

.menu ul li {
	font-size: 10pt;
	display: block;
	line-height: 50px;
	float: left;
	vertical-align: middle;
	position: relative;
}
.menu ul li:hover {
	background-color: rgb(185,27,33);
}.menu ul li a {	display: block;	text-decoration: none;
	padding: 0px 15px 0px 15px;	color: #FFF;	outline: none;
}.menu ul li a:hover {	display: block;
}.menu ul li ul {
	display: none;
}.menu ul li:hover ul {
	display: block;	position: absolute;	top: 50px;	left: 0;	width: 190px;	background: rgb(199,105,80);	filter: alpha(opacity=95);	background: rgba(199,105,80,0.95);}.menu ul li:hover ul li {
	display: block;	width: 190px;
	line-height: 2em;
	padding: 0px;
}.menu ul li:hover ul li:hover {
	background-color: rgb(185,27,33);	font-weight: bold;
}
#sidebar {
	width: 218px;	float: left;	text-align: center;	padding-top: 20px;
}#sidebar p {
	margin: 0;}#sidebar .divider {
	border-top: 1px solid rgb(185,27,33);	width: 100%;	margin-top: 10px;	margin-bottom: 10px;
}#sidebarSlideshow {
	width: 100%;	height: 242px;	background-repeat: no-repeat;	background-position: center center;	overflow: hidden;
}#content {
	width: 502px;	float: left;	padding: 40px;	padding-top: 20px;	text-align: justify;
}#content ul {
	margin-bottom: 1em;	padding-left: 3em;	font-size: 10pt;
}#content .thumbscontainer p, #content .childscontainer {
	text-align: center;
}#content a {
	color: rgb(58,84,127);
}#footer {	border-top: 1px solid rgb(185,27,33);	text-align: right;	padding: 20px;	padding-right: 40px;	color: rgb(185,27,33);	float: right;	width: 522px;
}#footer p {	line-height: 1.5em;	margin: 0;
}#footer a {
	color: rgb(185,27,33);}
