/*------- top level layout -------*/

* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

html { height: 100%; min-height: 100%; }

body {
	background-color: #231F20;
}

.splash {
	background-image: url(../images/hpbg02.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

#wrapper {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	top: 20px;
}

/*------- address bar -------*/

#address {
	float: left;
	width: 780px;
	padding: 0 0 10px 0;
	text-align: right;
}

#address p {
	color: #666666;
	font-size: 0.7em;
}

/*------- header bar -------*/

#header {
	float: left;
	width: 780px;
	height: 140px;
	margin: 0 0 10px 0;
}

#logo {
	float: left;
	width: 140px;
	height: 140px;
}

#logo img {
}

#splash {
	float: left;
	width: 640px;
	height: 140px;
}

/*------- content area -------*/

#center {
	float: left;
	width: 780px;
	margin: 0 0 10px 0;
}

#menu {
	float: left;
	width: 130px;
	margin: 0 10px 0 0;
	background-color: #000000;
}

#middle {
	float: left;
	width: 500px;
}

#content {
	float: left;
	width: 470px;
	background-color: #000000;
	padding: 15px;
	margin: 0 0 10px 0;
	min-height: 400px;
	_height: 400px;
}

#content h1 {
	color: #CCCCCC;
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}

#content h2 {
	color: #CCCCCC;
	font-size: 1em;
	margin: 0 0 0.7em 0;
	line-height: 1.2em;
}

#content p, #content td {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

#content ul {
	margin: 15px;
	list-style-image: url(../images/bullet.gif);
}

#content li {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 0 0.2em 0.5em;
}

#content a {
	color: #FE0000;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

hr {
color: #444444;
background-color: #444444;
height: 1px;
border: 0;
margin: 20px 0 20px 0;
}

.forminput {
	width: 330px;
}

#advert {
	float: left;
	width: 500px;
	background-color: #000000;
}

#calendar {
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
	background-color: #000000;
	padding: 15px 0 15px 0;
}

/*------- footer -------*/

#footer {
	float: left;
	width: 780px;
	border-top: 1px solid #666666;
	padding: 10px 0 10px 0;
}

#footerleft {
	float: left;
	width: 240px;
	text-align: left;
}

#footercenter {
	float: left;
	width: 300px;
	text-align: center;
}

#footerright {
	float: left;
	width: 240px;
	text-align: right;
}

#footerleft p, #footercenter p, #footerright p {
	color: #666666;
	font-size: 0.7em;
}

#footerleft a, #footercenter a, #footerright a {
	color: #FE0000;
	text-decoration: none;
}

#footerleft a:hover, #footercenter a:hover, #footerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.formbox {
	width: 280px;
	height: 24px;
}

/*--- accordion ---*/

.Accordion {
	width: 130px;
}

.AccordionPanelTab {
	display: block;
	width: 130px;
	background-color: #000000;
	padding: 8px 0 8px 0;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	color: #cccccc;
	cursor: pointer;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}

.AccordionPanelTab:hover {
	background-color: #cccccc;
	color: #000000;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #231F20;
}

.AccordionPanelContent p {
	color: #cccccc;
	font-size: 0.7em;
	padding: 5px 7px 5px 7px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #fe0000;
	color: #ffffff;
}

/*--- what's on page ---*/

.event {
	float: left;
	border-bottom: 1px solid #333333;
	margin: 0 0 10px 0;
}

.eventpic {
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}

.eventtext {
	float: left;
	width: 140px;
}

#content .eventtext h1 {
	font-size: 0.8em;
	color: #fe0000;
	margin: 0;
}


/*--- splash page ---*/

#holder {
	position: absolute;
	height: 450px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -300px;
}

#holder p {
	margin-top: 15px;
	color: #999999;
	font-size: 0.8em;
}

#holder a {
	color: #fe0000;
	text-decoration: none;
}

#holder a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#hpleft {
	width: 400px;
	float: left;
}

#hpright {
	width: 200px;
	float: left;
	text-align: right;
	height: 100px;
	margin-top: 300px;
}
