﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #8b221c;
	color: #333333;
	font-family: RotisSansSerif, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 105%;
}


/*----------------------------------------------------------------------------------------------- TEXT, LINKS, ETC ---*/

p {
	font-size: 90%;
	margin-bottom: 10px;
}

ul {
	list-style: none;
}

ul.bullets {
	list-style: outside disc;
	margin-left: 25px;
}

ul.bullets li {
	font-size: 100%;
	margin: 0;
	padding: 2px;
}

hr {
	margin: 10px 0;
	width: 100%;
}

li {
	font-size: 90%;
	margin: 2px 0 2px 10px;
}

li.secondary {
	margin: 2px 0 0 25px;
}

table {
	height: 100%;
	width: 100%;
}

td {
	text-align: center;
	vertical-align: middle;
	padding:2px;
}

table.bot {
	height: auto;
	width: auto;
}

table.bot td {
	text-align: left;
	vertical-align: top;
	width: 150px;
}

a {
	color: #8b221c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: #611611;
}

a.tickets {
	background: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 60%;
	font-style: normal;
	padding: 4px 2px 2px 2px;
	text-decoration: none;
	text-transform: uppercase;
}

input {
	border:1px #7F9DB9 solid;
	height:20px;
	vertical-align:middle;
}

select {
	border:1px #7F9DB9 solid;
	height:22px;
}

/*----------------------------------------------------------------------------------------------- HEADERS ---*/

h1 {
	color: #8b221c;
	font-size: 140%;
	font-weight: bolder;
	margin-bottom: 16px;
}

h2 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin: 30px 0 12px 0;
	text-transform: uppercase;
}

h3 {
	color: #8b221c;
	font-size: 110%;
	font-weight: bold;
	margin: 12px 0;
}


h4 {
	color: #8b221c;
	font-size: 105%;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

h5 {
	color: #000000;
	font-size: 90%;
	font-weight: bolder;
	margin-bottom: 4px;
}

h6 {
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 4px;
	margin-left: 10px;
}

/*----------------------------------------------------------------------------------------------- MAIN STRUCTURE ---*/

div#container {
	margin: 10px auto;
	position: relative;
	width: 800px;
}

div#header {
	background: url(../images/header.jpg);
	border: 5px solid #FFFFFF;
	height: 125px;
	margin-bottom: 10px;
	width: 790px;
}

div#nav {
	height: 15px;
	padding-left: 5px;
	margin: 5px 0;
}

div#main {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	overflow: auto;
	padding: 5px;
	width: 790px;
}

div#left {
	float: left;
	width: 590px;
}

div#feature {
	background-color: #e7a824;
	height: 400px;
	width: 590px;
}

div#content {
	padding: 10px 20px 0 0;
	position: relative;
}

div#right {
	float: right;
	font-size: 75%;
	width: 195px;
}

div#footlinks {
	color: #FFFFFF;
	font-size: 80%;
	margin-top: 15px;
	text-align: center;
}

div#regform {
	font-size: 70%;
	text-align: left;
}


#footlinks a {
	color: #FFFFFF;
	margin: 5px;
}


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

#nav ul, #nav ul li {
	color: #FFFFFF;
	display: inline;
	font-size: 14px;
	list-style: none;
}

#nav li {
	font-size: 100%;
	margin: 0 5px 0 0;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
	#nav a:hover {
		color: #ffddbb;
		text-decoration: none;
	}

#nav a.active {
	color: #edbd5a;
}


/*----------------------------------------------------------------------------------------------- RIGHT SIDEBAR ---*/

#right h2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 4px 4px 2px 4px;
	text-transform: capitalize;
}

#right h4 {
	font-weight: normal;
}

#right ul {
	list-style: none;
}

#right ul li {
	margin: 12px 0;
	line-height: 115%;
}

#right p {
	line-height: 115%;
	margin: 12px 0;
}

#right img {
	margin: 12px 0;
	padding: 0;
	border: 0;
}


/*----------------------------------------------------------------------------------------------- GLOBAL CLASSES ---*/

img.leftside {
	float: left;
	margin: 0 5px 5px 0;
}

img.rightside {
	float: right;
	margin: 0 0 5px 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 60%;
}

.bump {
	margin-top: 40px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

.details {
	font-size: 80%;
	margin-left: 25px;
}

.details em {
	font-size: 80%;
}

.featured {
	border: 1px solid #8b221c;
	padding: 5px;
}

.featureHead {
	background-color: #edbd5a;
	color: #8b221c;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}
