/* Default Values and Layout */
* { font-family: Arial, Helvetica, sans-serif; }
body { font-size: 12px; color: #333; margin: 0; background: #dfdfdf url(/images/template/bcgrd.jpg) repeat-y center top; }

#wrapper { width: 1000px; margin: 0 auto; }
.subnav { position: absolute; top: 8px; left: 20px; color: #b9e3fd; }
.subnav a { color: #b9e3fd !important; }
.navigation { background: #868686; text-align: right; color: #cbcbcb; }
.navigation img { float: left; border: none; }
.contents { background: #FFF url(/images/template/bcgrd-contents.jpg) repeat-y top right; }
.document { width: 715px; float: left; margin-left: 20px; }
.sidebar { width: 215px; margin-right: 10px; float: right; font-size: 11px !important; padding-top: 20px; }
.sidebar p.body { display: none; } /* Hides the title of the text box */
.foot { background: #ECECEC; font-size: 10px; }
.footer { color: #bbb; }
sup { font-size: .75em; }

a, a:visited, a:hover { color: #01009A; text-decoration: none; }
.navigation a, .navigation a:visited, .navigation a:hover { color: #cbcbcb; }
a.footer, a.footer:visited, a.footer:hover { color: #bbb; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }

/* Sidebar Contact Form */
.form-row { margin-bottom: 4px; }
.form-row-left { float: left; width: 40%; padding-top: 4px; }
.form-row-right { float: right; width: 59%; }
.form-row input { width: 100%; border: #ccc 1px solid; }
textarea { font-size: 11px; padding: 7px; width: 201px; }


/* Headline Gallery */
#headline_gallery { width: 440px !important; position: relative; }
#headline_gallery img { cursor: pointer; }
.navContainer { display: none; }
.rotatorContainer h2 { display: none; }
.rotatorContainer div p { border: #B5B5B5 solid 1px; padding: 10px; height: 55px !important; width: 420px !important;  }


/* DHTML Menus */
.menuContainer { background: #868686; }
.menuCell { padding: 0 8px; }

.menuCell a,
.menuCell a:visited { color: #FFF;  }

.menuCellOver { background: #777; padding: 0 8px; }
.menuCellOver a,
.menuCellOver a:visited,
.menuCellOver a:hover { color: #FFF; }

a.menu td { color: #FFF; }


.body {  }
.bodybold { font-weight: bold; }

/* Section Header */
.section, .docheader, .title { font-size: 1.5em; font-weight: bold; }
.date { font-size: 10px; color: #333; font-weight: normal; }

/* Beneath document header */
.sub { font-size: 1.2em; font-style: italic; }
.altbody { }

.lightboxDiv
{
    border: 1px solid #666;
    margin: 10px;
    width: 120px;
}

.lightboxDiv div
{
    margin: 5px;
    text-align: center;
}

.lightboxThumb
{

}

/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: ; 
	color: #868686; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #868686; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td {
	width: 14.3%; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #FFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background: #DEDEDE;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #F0F0F0;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background: #FFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background: #FFF;
}

#calendar .date {
	color: #03174B;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	text-decoration: none;
	width: 100%;
	padding: 3px;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
	text-decoration: underline;	
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background: #FFF;
	padding: 10px;
	border: 3px outset #454545;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

