/* CSS Document */

body {
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/images/site/bg_body_pageb.gif);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.left {
	padding-right: 12px;
}

.right {
	padding-left: 12px;
}

A { color: #9f0101; text-decoration: none; } 
A:link	{ color: #9f0101; text-decoration: none; } 
A:visited { color: #9f0101; text-decoration: none; } 
A:active	{ color: #ca0000; text-decoration: underline; } 
A:hover		{ color: #ca0000; text-decoration: underline; } 


tbody, td {
	vertical-align: top;
}

img.floatLeft {
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	vertical-align: text-bottom;
}

/*Builds the Outer Page margin and rules*/

#wrapper {
	width: 910px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 4px solid #292817;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* Holds all content above Spotlight */

#topcontent {
	width: 840px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

/*Builds the Masthead*/

#masthead {
	margin-top: 26px;
	width: 840px;
	margin-bottom: 0px;
	position: relative;
}

#logo {
	float: left;
}

#topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	margin-top: -6px;
	width: 550px;
	float: right;
	font-weight: bold;
}

#topnav a, #topnav a:link {
	color: #ffffff;
	text-decoration: none;
}

#pageart {
	position: absolute;
	top: 38px;
	right: 0px;
	clear: right;
}

/* Top Content main and sidebars Areas */

#content_right {
	text-align: left;
	padding: 0px;
	float: right;
	margin: 36px 0px 0px 28px;
	width: 610px;
}

#sidebar_left {
	width: 176px;
	margin: 0px;
	padding: 15px 12px 15px;
	text-align: left;
	background-color: #dcdcc8;
	float: left;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 100%;
	top: 1px;
	margin: 0px;
	padding: 0px;
}

#sectionLinks ul {
	margin: 0px 0px 8px;
	padding: 0px;
	list-style: none;
}
#sectionLinks li {
	display: block;
    margin-left: 0px;
	padding: 8px 0px 8px 17px;
	font: 22px/1em Georgia, serif;
	background: url("/images/site/bullet_nav.gif") no-repeat left 12px;
}

#sectionLinks li a { color: #3e6f88; text-decoration: none; }
#sectionLinks li a:link { color: #3e6f88; }
#sectionLinks li a:visited { color: #3e6f88; }
#sectionLinks li a:hover { color: #ca0000; }

#sectionLinks li.here a {
	color: #ca0000;
}

/*********** #subsectionLinks styles ***********/

#sectionLinks ul ul  {
	list-style: none;
	border-top: 1px solid #6192ab;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: -2px;
}

#sectionLinks li.sub_level_0 {
	font: 12px/1.15em verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background: url("");
}

#sectionLinks li.sub_level_0 a { color: #292817; text-decoration: none; }
#sectionLinks li.sub_level_0 a:link { color: #292817; }
#sectionLinks li.sub_level_0 a:visited { color: #292817; }
#sectionLinks li.sub_level_0 a:hover { color: #ca0000; }
#sectionLinks li.sub_level_0 a:active { color: #ca0000; }

#sectionLinks ul ul li.here a {
	color: #ca0000 !important;
}

/*********** #third-levelLinks styles ***********/

#sectionLinks li.sub_level_1 {
	font: 12px/1.15em verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-left: 12px;
	margin-left: 0px;
	margin-top: 0px;
	background: url("");
}

#sectionLinks li.sub_level_1 a { color: #292817; text-decoration: none; }
#sectionLinks li.sub_level_1 a:link { color: #292817; }
#sectionLinks li.sub_level_1 a:visited { color: #292817; }
#sectionLinks li.sub_level_1 a:hover { color: #ca0000; }
#sectionLinks li.sub_level_1 a:active { color: #ca0000; }

#sectionLinks ul ul li li.here a {
	color: #ca0000 !important;
}



/*********** Spotlight Single Item style ***********/

#spotlight {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 910px;
}

#spotlight_hed {
	background-image: url(/images/site/bg_spotlightb.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#spotlight_content {
	width: 840px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
	border-bottom: 1px solid #6192ab;
}

#spotlight_content .left {
	float: left;
	width: 176px;
	background-color: #dcdcc8;
	padding: 18px 12px;
	margin-right: 30px;
	margin-bottom: -1500px; 
	padding-bottom: 1500px;
}

#spotlight_content .multicol {
	float: right;
	width: 610px;
	column-count: 2;
	column-gap: 20px;
	column-width: 295px;
	column-rule: 1px solid black;
	margin: 18px 0px 10px;
}

#spotlight_content p {
	padding: 0px;
	margin-bottom: 8px;
}

/********* box at right within main content area **********/

#rightbox_wrapper {   /* asw, that's Andrew Scott Waegel, added */
	float: right;
}

.rightbox {
	width: 180px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 20px;
	font: normal 13px/16px Arial, sans-serif;
	color: #292817;
}

.rightbox_link {
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rightbox_link A { color: #3e6f88; text-decoration: none; } 
.rightbox_link A:link	{ color: #3e6f88; text-decoration: none; } 
.rightbox_link A:visited { color: #3e6f88; text-decoration: none; } 
.rightbox_link A:active  { color: #ca0000; text-decoration: underline; } 
.rightbox_link A:hover	{ color: #ca0000; text-decoration: underline; } 

#rightbox_wrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#rightbox_wrapper li {
	margin: 2px 0px;
	padding: 0px 0px 0px 12px;
	background: url("/images/site/bulldot.gif") no-repeat left 2px;
}

/* Headings */

h2 {
	font: bold 125% Arial, Helvetica, sans-serif;
	margin: 10px 0px 6px;
	padding: 0px;
}

/* rightbox subheads */

h3 {
	color:#292817;
	font: normal 18px/1.15em Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* small blue storysubs */

h4 {
	font: bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #6192ab;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	padding-bottom: 4px;
	margin: 1px 0px 10px;
}

/* sidebar heds */

h5 {
	font: bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #6192ab;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	border-top: 4px solid #292817;
	border-bottom: 1px solid black;
	padding: 3px 0px 3px;
	margin: 4px 0px 8px;
}

/* subheadings within main story */

h6 {
	font: bold 13px/1.3em Arial, sans-serif;
	color: #292817;
	margin: 20px 0px 0px;
	padding: 0px;
}


/*Main content styles*/

.text {
	font: normal 91%/1.3em georgia, serif;
}

.text p {
	margin: 6px 0px;
	padding: 0px;
}

.text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.text li {
	display: block;
    margin-left: 25px;
	padding: 3px 0px 3px 12px;
	background: url("/images/site/bulldot.gif") no-repeat left 7px;
}

.text li a, a:link {
	color: #913300;
}

.textlarge {
	color:#292817;
	font: normal 19px/1.3em georgia, serif;
    margin: 15px 0px 12px 0px;
}

.sans_text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

.sans_text a, a:link {
	color: #9f0101;
	text-decoration: none;
} 

/*Sidebar styles*/

.sans_sidebar {
	font: 71%/135% Verdana, Arial, Helvetica, sans-serif;
}

#news, #events, #subscribe, #ofinterest {
	padding: 4px 0px;
}

#news p, #events p, #ofinterest p {
	margin: 0px 0px 8px 14px;
}

#news .sidebar_link, #events .sidebar_link, #ofinterest .sidebar_link {
	font-size: 10px;
    font-weight: bold;
	letter-spacing: 0.15em;
}

#content_right .sidebar_link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.15em;
    padding-left: 6px;
}

h6.sidebar_link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.15em;
    padding-left: 6px;
}

.eventsignup {
	float: right;
	width: 180px;
	margin: 12px 0px 0px 30px;
}

.eventshare {
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	white-space: nowrap;
}

.eventshare A { color: #3e6f88; text-decoration: none; } 
.eventshare A:link	{ color: #3e6f88; text-decoration: none; } 
.eventshare A:visited { color: #3e6f88; text-decoration: none; } 
.eventshare A:active  { color: #ca0000; text-decoration: underline; } 
.eventshare A:hover	{ color: #ca0000; text-decoration: underline; } 

.newsshare {
	width: 120px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 20px;
	font: bold 10px/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	white-space: nowrap;
}

.newsshare A { color: #3e6f88; text-decoration: none; } 
.newsshare A:link	{ color: #3e6f88; text-decoration: none; } 
.newsshare A:visited { color: #3e6f88; text-decoration: none; } 
.newsshare A:active  { color: #ca0000; text-decoration: underline; } 
.newsshare A:hover	{ color: #ca0000; text-decoration: underline; } 



/* Table for holiday illustrations */

.hcsection {
	margin: 12px 0px 0px;
	padding: 0px;
}

.hcsection_headers {
	margin: 20px 0px 24px;
	padding: 0px;
}

.hcsection table {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.hcsection td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 12px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

/* end of Table */


/* Spacers */

.ten {
	height: 10px;
}

.twenty {
	height: 20px;
}

.boldred {
	font-weight: bold;
	color: #9f0101;
}