body {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#000000;
	background-image:url(/_images/bg_tile.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#555;
	line-height:18px;
}

body.BareWindow {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#ffffff;
	text-align:center;
	color:#555;
	line-height:18px;
	background-image:none;
}

sup {
	line-height:9px;
	font-size:9px;
	padding-left:3px;
}

a, a:link, a:visited {
	color:#33F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#33F;
}

h1 { font-size:14px; color:#777; margin:0px 0px 6px 0px; }
h2 { font-size:12px; color:#777; margin:0px 0px 6px 0px; }
h3 { font-size:11px; color:#777; margin:0px 0px 6px 0px; }

td { vertical-align:top; }

li { }

div.PageArea {
	/*
	background-color:#FFFFFF;
	border:1px black solid;
	*/
	background-image:url(/_images/BG_shell.jpg);
	background-repeat:no-repeat;
	/* css hack to achieve minumum height across all browsers */
	min-height:766px;
	height:auto !important;
	height:766px; /* must match min-height */
	position:relative;
	z-index:1; /* tries to trick dumb browsers into setting index level for main container */
}

div.ContentArea { 
	float:left;
	width:744px;
	padding:10px; 
	margin-left:3px;
	display:block;
	/* background-color:white; */
	z-index:-1; /* push content area behind menu */
}

span.highlight {
	background-color:yellow;
	color:black;
}

/* Main Navigation */
div.Nav {
	width:209px;
	margin-left:0px;
}
td.RootNavOff {
	background-image:url(/_images/nav_bg.jpg);
	width:209px;
	padding:3px 0px 2px 0px;
	/* border-left:1px #BBBBBB solid; */
	border-bottom:1px #c6b1a0 solid;
}
a.RootNavOff, a.RootNavOff:link, a.RootNavOff:visited, a.RootNavOff:active {
	display:block;
	color:#D47C00;
	background-repeat:no-repeat;
	font-size:11px;
	margin-left:10px;
}
a.RootNavOff:hover {
	text-decoration:none;
	color:#000000;
}

td.RootNavOn {
	background-image:url(/_images/nav_bg.jpg);
	width:209px;
	padding:3px 0px 2px 0px;
	/* border-left:1px #BBBBBB solid; */
	border-bottom:1px #c6b1a0 solid;
}
a.RootNavOn, a.RootNavOn:link, a.RootNavOn:visited, a.RootNavOn:active {
	display:block;
	color:#000000;
	font-size:11px;
	margin-left:10px;
}
a.RootNavOn:hover {
	text-decoration:none;
}

/* Main Sub-Navigation */
a.SubNavOn, a.SubNavOn:link, a.SubNavOn:visited, a.SubNavOn:active {
	display:block;
	color:#D47C00;
	font-size:11px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin-left:10px;
}
a.SubNavOn:hover {
	text-decoration:underline;
}

a.SubNavOff, a.SubNavOff:link, a.SubNavOff:visited, a.SubNavOff:active {
	display:block;
	color:#D47C00;
	font-size:11px;
	padding:2px 0px 2px 0px;
	margin-left:10px;
}
a.SubNavOff:hover {
	text-decoration:underline;
}

/* Navigation Menu Container */
div.NavigationMenu {
	position:absolute;
	top:123px;
	left:0;
	z-index:100; /* push menu up over content area */
}

/* Navigation Banners */
div.NavigationBanners {
	float:right;
	width:110px;
	height:415px;
	margin-top:60px;
	padding-top:0;
	padding-left:99px;
	display:inline;
	position:absolute;
	top:293px;
	left:0;
}

a#nav_bnr_1, a:link#nav_bnr_1, a:active#nav_bnr_1, a:visited#nav_bnr_1 {
	float:right;
	display:block;
	width:110px;
	height:76px;
	background-image: url(/_images/nav_bnr_1.jpg);
}

a:hover#nav_bnr_1 {
	background-position: 0 -76px;
}

a#nav_bnr_2, a:link#nav_bnr_2, a:active#nav_bnr_2, a:visited#nav_bnr_2 {
	float:right;
	display:block;
	width:110px;
	height:66px;
	background-image: url(/_images/nav_bnr_2.jpg);
}

a:hover#nav_bnr_2 {
	background-position: 0 -66px;
}

a#nav_bnr_3, a:link#nav_bnr_3, a:active#nav_bnr_3, a:visited#nav_bnr_3 {
	float:right;
	display:block;
	width:110px;
	height:69px;
	background-image: url(/_images/nav_bnr_3.jpg);
}

a:hover#nav_bnr_3 {
	background-position: 0 -69px;
}

a#nav_bnr_4, a:link#nav_bnr_4, a:active#nav_bnr_4, a:visited#nav_bnr_4 {
	float:right;
	display:block;
	width:110px;
	height:64px;
	background-image: url(/_images/nav_bnr_4.jpg);
}

a:hover#nav_bnr_4 {
	background-position: 0 -64px;
}

a#nav_bnr_5, a:link#nav_bnr_5, a:active#nav_bnr_5, a:visited#nav_bnr_5 {
	float:right;
	display:block;
	width:110px;
	height:74px;
	background-image: url(/_images/nav_bnr_5.jpg);
}

a:hover#nav_bnr_5 {
	/* needs image replaced */
	background-position: 0 -74px;
}

.UpcomingEventsBox {
	margin:0px 62px 0px 0px;
	width:212px;
	padding:22px 10px 8px 10px;
	height:93px;
	overflow:hidden;
}
.UpcomingEventsHeader {
	font-size:16px;
	font-weight:bolder;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#555;
}
.UpcomingEventsItem,
.UpcomingEventsItem a,
.UpcomingEventsItem a:active,
.UpcomingEventsItem a:hover,
.UpcomingEventsItem a:visited {
	/* use ems for better cross-browser reliability */
	font-size:1.012em;
	color:#812901;
	line-height:1.2em;
}

#send2friend_btn {
	width:111px;
	height:18px;
	padding:0 5px 0 5px;
	cursor:pointer;
	line-height:15px;
	font-size:0.85em;
	color:white;
	letter-spacing:1px;
}
#send2friend_btn {
	border:1px outset #FF4904 !important;
	background-color:#E04904;
}
#send2friend_btn:hover {
	background-color:#FF4904;
}
#send2friend_btn:active {
	border-style:inset !important;
}

/* Footer Navigation */
a.FooterNavOn, a.FooterNavOn:link, a.FooterNavOn:visited, a.FooterNavOn:active {
	font-weight:bold;
	color:#473030;
}

a.FooterNavOff, a.FooterNavOff:link, a.FooterNavOff:visited, a.FooterNavOff:active {
	font-weight:normal;
	color:#473030;
}
.FooterCopy {
	color:#473030;
}
