﻿html *
{
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, Sans-Serif;
}

body
{
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}

h2
{
	color: #6F6F6F;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

h3
{
	color: #856E48;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 17px;
	margin-bottom: 10px;
}

p
{
	color: #383838;
	font-size: 11px;
	margin: 1em 0px;
}

div#container
{
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: solid 6px #FFFFFF;
	background-color: #FFFFFF;
}

div#mainNav
{
	height: 47px;
	padding-bottom: 10px;
	background-image: url(../imgs/nav/base_strip.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

* html div#mainNav /* IE6 hack for 3px jog */
{
	margin-right: -3px;
}

div#mainNav a:link, div#mainNav a:visited, div#mainNav a:active, div#mainNav a:hover
{
	display: block;
	float: left;
}

div.mainNavMenu
{
	position: absolute;
	width: 200px;
}

div.mainNavMenu a:link, div.mainNavMenu a:visited, div.mainNavMenu a:active
{
	display: block;
	background-color: #191919;
	color: #898989;
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	border-top: solid 2px #353535;
	padding-right: 5px;
}

div.mainNavMenu a:link div, div.mainNavMenu a:visited div, div.mainNavMenu a:active div
{
	width: 8px;
	height: 30px;
	background-color: #000000;
	float: left;
	margin-right: 12px;
}

div.mainNavMenu a:hover
{
	color: #FFFFFF;
}

div.mainNavMenu a:hover div
{
	background-color: #DA8F00;
}

div#sideBar
{
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

div#sideNav
{
	border-top: dotted 2px #C9C9C9;
	background-color: #FFFFFF;
}

div#sideNav a:link, div#sideNav a:visited, div#sideNav a:active
{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 3px 0px 3px 28px;
	text-decoration: none;
	color: #393939;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	background-image: url(../imgs/subnav/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: dotted 2px #C9C9C9;
}

div#sideNav a:hover
{
	color: #DA8F00;
}

div#sideNav a:link div, div#sideNav a:visited div, div#sideNav a:active div
{
	width: 8px;
	height: 35px;
	background-color: #C9C9C9;
	float: right;
	cursor: pointer;
}

div#sideNav a:hover div
{
	background-color: #DA8F00;
}

div#sideInfo
{
	background-image: url(../imgs/subnav/underline.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	padding: 36px 5px 0px 5px;
}

div.infoBoxHeader
{
	height: 25px;
	background-color: #A5A5A5;
	background-image: url(../imgs/block_head_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #212121;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.infoBoxHeader div
{
	float: left;
	height: 25px;
	width: 8px;
	background-color: #555555;
	margin-right: 8px;
}

div.infoBoxContents
{
	background-image: url(../imgs/block_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left 3px;
	color: #555555;
	font-size: 11px;
	padding: 7px 10px 5px 10px;
}

div#contentContainer
{
	margin-left: 208px;
	margin-bottom: 10px;
}

* html div#contentContainer /* Holly-Hack for 3px job */
{
	height: 1%;
}

div#pageTitle
{
	color: #835200;
	font-size: 16px;
	letter-spacing: .1em;
	word-spacing: .3em;
	background-image: url(../imgs/sub/header_txt_shdw.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	height: 23px;
}

div#pageTitle span
{
	color: #434343;
	font-size: 22px;
}

div#pageTitleUnderline
{
	background-image: url(../imgs/header_undln.gif);
	background-repeat: repeat-x;
	height: 21px;
}

div#eventsBar
{
	width: 185px;
	float: right;
	margin: 0px 10px;
	display: inline; /* IE 6 Hack. Fixes double margin bug */
}

a.event:link, a.event:visited, a.event:active
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
}

a.event:hover div.infoBoxHeader
{
	background-color: #8B8B8B;
	background-image: url(../imgs/block_head_bg2.gif);
	color: #000000;
}

a.event:hover div.infoBoxHeader div
{
	background-color: #383838;
}

div#homeContent
{
	margin-right: 205px;
}

* html div#homeContent /* Holly-hack again... darn IE */
{
	height: 1%;
}

div.contentBorder
{
	width: 1px;
	height: 100%;
	background-color: #B2B2B2;
	background-image: url(../imgs/sub/content_brdr.gif);
	background-repeat: no-repeat;
}

div#homeIntro
{
	padding: 0px 0px 9px 20px;
}

p#homeSignature img
{
	margin-left: 30px;
}

div#contentFooter
{
	height: 9px;
	background-image: url(../imgs/content_shadow.gif);
	background-repeat: repeat-x;
}

div#footer
{
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	clear: both;
}

div#footerLinks
{
	height: 23px;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	line-height: 23px;
	color: #939393;
	font-size: 10px;
}

div#footerLinks a:link, div#footerLinks a:visited, div#footerLinks a:active
{
	color: #939393;
	text-decoration: underline;
	margin: 0px 2px;
}

div#footerLinks a:hover
{
	text-decoration: none;
}

div#copyright
{
	margin: 3px 5px 0px 5px;
	background-image: url(../imgs/footer_shadow.gif);
	background-repeat: repeat-x;
	color: #939393;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active
{
	color: #939393;
	font-size: 10px;
	text-decoration: none;
	margin: 0px 15px;
}

div#copyright a:hover
{
	text-decoration: underline;
}

div#subContentContainer
{
	background-image: url(../imgs/sub/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#subContent
{
	padding: 0px 20px 1px 20px;
}
ul {
	font-size: 11px;
	color: #434343;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#listTable {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
hr {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#listTable td {
	padding: 7px;
}
a:link, a:visited {
	color: #765C32;
}
a:hover {
	text-decoration: none;
	color: #765C32;
}
.tableRowHghlt     {
	background-color: #F2F2F2;
}
#sideImage {
}
#sideBox {
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#sideTxt  {
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	padding-top: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#sideImage img {
	padding: 0px;
	margin: 0px;
}

td#videoContainer div
{
	color: #383838;
	font-size: 11px;
	font-weight: bold;
}

td#videoList
{
	padding-top: 20px;
	padding-left: 10px;
	vertical-align: top;
}

td#videoList a
{
	display: block;
	background-image: url(../imgs/television.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px 0px;
	padding-left: 19px;
}

td#videoList embed
{
	display: none;
}

#videoList object
{
display:none;
}
