html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 145%;
	background: #ffffff url('images/headershadow.gif') repeat-x center 120px;
	color: #000000;
}

body.mceContentBody {
	background: #ffffff;
	padding: 0.25em;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	color: #9e0b0f;
	padding: 0;
	margin: 0.5em 0;
}

h1 {
	font-size: 180%;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #dad7e9;
	line-height: 1;
}

h2 {
	font-size: 130%;
	margin-top: 1em;
}

h3 {
	font-size: 110%;
}

a:link, a:visited {
	color: #170575;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

form, input, select, textarea  {
	margin: 0;
	font-size: 100%;
	font-family: inherit;
}

label {
	font-weight: bold;
}

table {
	font-size: 100%;
}

hr {
	color: #dad7e9;
	background-color: #dad7e9;
	height: 1px;
	border: 0;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	text-align: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 880px;
	max-width: 1100px;
	margin: 0 auto -30px;
}

#headerbar {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	min-width: 880px;
	height: 100px;
	background: #840d01 url('images/headerbg.gif') repeat-x;
}

#stateheader {
	position: absolute;
	top: 120px;
	width: 100%;
	min-width: 880px;
	height: 380px;
	background: url('images/statebg.png') no-repeat right top;
}

#header {
	position: relative;
	height: 110px;
}

#header h1 {
	position: absolute;
	left: 188px;
	top: 34px;
	width: 347px;
	height: 68px;
	background: url('images/maintitle.png') no-repeat;
	color: #ffffff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}

#logo {
	position: absolute;
	left: 10px;
	top: 0;
	width: 180px;
	height: 210px;
	background: url('images/logobg.png') no-repeat;
}	
	
#logo a {
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
	width: 120px;
	height: 200px;
	outline: none;
}

#logo img {
	display: none;
}

#sponsorlabel {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 315px;
	height: 15px;
	line-height: 15px;
	margin-top: 1em;
	color: #fadc03;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}

#sponsorlogos {
	position: absolute;
	top: 44px;
	right: 20px;
	width: 310px;
	height: 60px;
	padding: 0 0 2px 5px;
	background: #ffffff;
	border: solid 1px #fadc03;
}

#sponsorlogos img {
	margin-right: 5px;
}

#menubar {
	position: absolute;
	top: 210px;
	left: 10px;
	width: 180px;
	text-align: center;
	z-index: 100;
}

#menubar ul {
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	background: url('images/menubg.gif') repeat-y center;
	text-align: left;
}

#menubar li {
	font-size: 105%;
	margin: 0 10px;
	position: relative;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

#menubar li a {
	display: block;
	padding: 0 1em;
	background: url('images/menudivider.gif') no-repeat center bottom;
	height: 2em;
	overflow: hidden;
}

#menubar li a:hover {
	background: #fce2c8 url('images/menudivider.gif') repeat-y center bottom;
	text-decoration: none;
}

#menubar li a:active {
	background: #fce2c8 url('images/menusubbg.gif') repeat-y center bottom;
	text-decoration: none;
}

#menubar li:hover ul, #menubar li.over ul {
	visibility: visible;
}

#menubar li ul {
	visibility: hidden;
	position: absolute;
	left: 160px;
	top: 0;
	width: 175px;
	background: #fdeae8;
	z-index: 100;
}

#menubar li ul li {
	margin: 0;
	font-size: 100%;
}

#menubar li ul li a {
	background: url('images/menusubbg.gif') no-repeat center bottom;
}

#menubar li ul li a:hover {
	background: url('images/menusubbg.gif') repeat-y center bottom;
}

#menubar #menuend {
	width: 180px;
	height: 31px;
	background: url('images/menuend.png') no-repeat;
}

#contentarea {
	position: relative;
	margin-left: 190px;
	padding: 20px 20px 40px 20px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 200px;
}

.sidepanel {
	padding: 10px;
	background: #fdeae8;
	margin: 10px 0 10px 20px;
}

.sidepanel h2 {
	font-size: 120%;
	margin-top: 0;
}

#maincontent {
	position: relative;
	margin-right: 200px;
}

#footer {
	position: relative;
	height: 29px;
	min-width: 880px;
	max-width: 1100px;
	clear: both;
	margin: 0 auto;
	text-align: right;
}

#footer p {
	border-top: solid 1px #dad7e9;
	line-height: 28px;
	margin: 0 20px 0 210px;
	padding: 0 1.5em;
}

.date {
	font-style: italic;
	color: #9e0b0f;
}

.morelink {
	text-align: right;
}

.homepanel {
	position: relative;
	padding: 0;
}

.homepanel h2 {
	margin: 0 20px;
	text-align: center;
	font-size: 120%;
	padding: 15px 0 0.25em;
	border-bottom: solid 1px #fac0ba;
}

.homepanel h3 {
	font-size: 110%;
}

.homepanel ul {
	position: relative;
	color: #9e0b0f;
	margin: 0 0 0 20px;
	padding: 0 20px 20px;
}

.homepanel li {
	margin: 5px 0;
}

.homepanel li p {
	color: #000000;
	margin: 0;
}

.homepanel li.morelink {
	list-style: none;
	margin-top: 10px;
	padding: 0 !important;
}

#homeright li.morelink {
	text-align: left;
}

#homeright li {
	clear: right;
}

#homeright .date {
	float: right;
	margin-left: 0.5em;
	text-align: right;
	font-weight: normal;
}

#hometop {
	background: url('images/yellowbg.png') !important;
	background: url('images/yellowbg.gif');
	margin: 10px 0;
	padding: 15px 20px 10px;
}

#hometop h2 {
	margin: 0 0 0.5em;
	padding-top: 0;
}

#hometop ul {
	margin: 0;
	padding-bottom: 10px;
}

#homeleft {
	background: url('images/bluebg.png') bottom left !important;
	background: url('images/bluebg.gif') bottom left;
	width: 49%;
	float: left;
}

#homeright {
	background: url('images/redbg.png') bottom right !important;
	background: url('images/redbg.gif') bottom right;
	width: 49%;
	float: right;
}

.event {
	clear: left;
}

.event .date {
	float: left;
	width: 14em;
	margin: 0 1em 1em 0;
	text-align: right;
}

.event div {
	margin-bottom: 1em;
	margin-left: 15em;
}

.event h3 {
	color: #000000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h2.eventmonthheader {
	clear: left;
	color: #170575;
	border-bottom: solid 1px #dad7e9;
	padding-bottom: 0.25em;
}

.icon {
	margin: 0.25em 0.25em 0 0;
	vertical-align: -15%;
}

.faded {
	color: #dad7e9;
}

#contactform  {
	position: relative;
	margin: 0 0 2.5em 0;
	padding: 0;
}

#contactform label, #contactform input, #contactform select, #contactform textarea {
	position: relative;
	display: block;
	width: 30em;
	float: left;
	margin: 0 0 0.75em 0;
}

#contactform label {
	text-align: right;
	width: 10em;
	padding-right: 1em;
}

#contactform .formbutton {
	display: inline;
	margin-left: 11em;
	width: 12em;
}

#contactform p {
	clear: left;
	margin: 0;
}

.error {
	border: solid 1px red;
	padding: 1em;
}

.filebox {
	margin: 1em 0;
	padding: 5px 5px 5px 55px;
	background: #fff url('images/pdf_icon_lg.png') no-repeat 5px center;
	border: solid 1px #dad7e9;
	width: 350px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
}

.filebox.small {
	margin: 0.5em 0 !important;
	padding: 5px 5px 5px 30px;
	background: #fff url('images/pdf_icon.gif') no-repeat 8px center;
	width: auto;
}

.filebox.html {
	background-image: url('images/htm_icon.gif');
}

.filebox p {
	margin: 0;
	padding: 0;
}

.filebox .buttons {
	display: block;
	float: right !important;
	float: none;
	text-align: right;
}

.filebox .buttons a {
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.2em 0;
	width: 8em;
	background: #e7e5f0;
	border: solid 1px #dad7e9;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.filebox.small a {
	margin: 0 0 0 0.25em !important;
	padding: 0.1em 0;
}
 
@media print {
	body {
		background: none;
	}
	
	#container {
		width: 100%;
		height: auto;
		min-height: 0;
		max-width: none;
		margin: 0;
	}
	
	#header h1 {
		position: relative;
		left: 0;
		top: 0;
		width: 50%;
		height: 3em;
		line-height: 1.25em;
		margin-bottom: 1em;
		border-bottom: solid 2px #9e0b0f;
		background: none;
		color: #9e0b0f;
		text-indent: 0;
		overflow: visible;
	}
	
	#logo {
		position: relative;
		float: right;
		left: 0;
		top: 0;
		background: #ffffff;
		width: 119px;
		height: 201px;
		padding: 0 0 1em 1em;
		z-index: 100;
	}
	
	#logo img {
		display: block;
	}
	
	#contentarea, #maincontent, #sidebar, #footer, .sidepanel {
		position: relative;
		width: 100%;
		float: none;
		margin: 0.5em 0;
		padding: 0;
		background: none;
	}
	
	#footer p {
		margin: 0;
		padding: 0;
	}
	
	#headerbar, #stateheader, #menubar, #sponsorlabel, #sponsorlogos {
		display: none;
	}
}