@charset "UTF-8";

/* Browser Reset*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

img {
	border:none;
}

#leftimage {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	border:1px solid #666633;
}

#rightimage {
	float:right;
	border:1px solid #666633;

}

/* Layout */

body {
	background-color:#000000;
	font-size:86%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	text-align:center;
}

p {
	margin:10px 0;
}

h2 {
	color:#FFFFFF;
}

#header {
	background: url(../images/banner.png) no-repeat left top;
	width:790px;
	height:125px;
	margin:0 auto;
}

#header h1 {
	visibility:hidden;
}

#navigation {
	overflow:auto;
	width:800px;
	margin:0 auto 12px auto;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.3em;
	line-height:1.3em;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	float:left;
	width:154px;
	margin:0 1px 0 1px;
	border:solid 1px #666666;
}

#navigation li a{
	display:block;
	width:100%;
	color:#FFFFFF;
	background-color:#222222;
	font-weight:normal;
	text-decoration:none;
}

#navigation li a:hover {
	color:#DDCC9E;
}

#container {
	position:relative;
	width:790px;
	margin: 12px auto 0 auto;
	text-align:left;
}

#content {
	width:540px;
	margin:6px 0 0 0;
	line-height:1.3em;
	color:#FFFFFF;
}

#content h2 {
	display:block;
	margin-bottom:12px;
	border-bottom:solid 1px #666633;
	color:#DDCC9E;
}

#content ul {
	margin-left: 40px;
	margin-top:12px;
}

dl#events
{
margin: 0;
padding: 0;
}

#events dt
{
margin: 20px 0 0 0;
padding: 0;
font-weight: bold;
}

#events dd
{
margin: 0;
padding: 0;
}

#fullwidthcontent {
	width:100%;
	margin:6px 0 0 0;
	line-height:1.3em;
	color:#FFFFFF;
}

#fullwidthcontent h2 {
	display:block;
	margin-bottom:12px;
	border-bottom:solid 1px #666633;
	color:#DDCC9E;
}

#menucontent h2 {
	display:block;
	margin-bottom:12px;
	border-bottom:solid 1px #666633;
	color:#DDCC9E;
}

#contactcontent {
	float:left;
	margin:6px 0 0 0;
	line-height:1.3em;
	color:#FFFFFF;
}

#contactcontent a {
	color:#FFFFFF;
}

#contactcontent a:hover {
	color:#DDCC9E;
}
	

#rightcol {
	text-align:center;
	background:#DDCC9E url(images/rightcolback.jpg) repeat-x 0 0;
	border:double 6px #666633;
	margin-bottom:12px;
	float: right;
	width: 220px;
	min-height:300px;
	color:#000000;
}

#rightcol p {
	margin:12px;
}

#rightcol h3 {
	padding:4px 0;
	background-color:#666633;
	color:#DDCC9E;
}

#footer {
	clear:both;
	background: #000000 url(../images/footerback.png) repeat-x left top;
	margin: 0 auto;
	padding-top: 6px;
	font-size: .9em;
	line-height: 1.3em;
	color:#DDCC9E;
	text-align: center;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#DDCC9E;
}


/* Styles */

.clear {
	clear:both;
}

.fullspan {
	text-align:center;
	margin-bottom: 20px;
	border-bottom:solid 1px #666633;

}
.left {
	float:left;
	width:370px;
}

.right {
	float:right;
	width:370px;
}

.menufooter {
	text-align:center;
	padding-top: 6px;
	border-top:solid 1px #666633;
	font-size:.9em;
}

.TabbedPanelsContent h3 {
	font-size:20px;
	color:#666633;
	margin-bottom:6px;
	border-bottom:solid 1px #666633;
}

.map {
	float:right;
}

.map a {
	color:#FFFFFF;
}

.map a:hover {
	color:#DDCC9E;
}