* { font-family: helvetica, arial, san-serif; }
body { background: #003370 url(/images/template2010-v2/bcgrd.jpg) no-repeat top center; margin: 0 0 20px 0 !important; font-size: 11px; color: #555; line-height: 1.3 }

#wrapper { width: 819px; margin: 0 auto; }
.header { position: relative; margin-bottom: 2px; }
.subnav { position: absolute; top: 20px; right: 10px; text-align: right; z-index: 999; line-height: 3; font-size: 9px; text-transform: uppercase;  }
.search { width: 155px; float: right; position: relative; margin-left: 15px; }
.searchbox { float: right; width: 151px; padding: 4px 0 4px 4px; color: #FFF; background: #558eba; border: none; }
.searchsubmit { position: absolute; top: 4px; right: 6px; border: 0; }

.sidebar { background: url(/images/template2010-v2/bcgrd-sidebar.jpg) no-repeat; width: 236px; float: left; padding-top: 5px; }
#nav { width: 209px; margin: 0 auto; background: url(/images/template2010-v2/bcgrd-nav.png) repeat-y; min-height: 1px; height: auto !important; height: 1px; }
.nav1 { }
.nav2 { }
.nav3 { }
.sublevels { padding: 7px 10px 3px 48px; }
.visit { width: 208px; margin: 20px auto 0px auto; }
.module { background: url(/images/template2010-v2/bcgrd-module.jpg) no-repeat; width: 208px; margin: 2px auto 10px auto; padding: 4px 0;  }
.mod { margin: 0 4px; padding: 10px; border: 1px #4380a5 solid; min-height: 75px; height: auto !important; height: 75px; }

.internal-header { height: 157px; width: 819px; margin-bottom: 2px; }

.contents { width: 582px; float: right; }
.main { background: #FFF url(/images/template2010-v2/bcgrd-main.jpg) repeat-x; min-height: 200px; height: auto !important; height: 200px; }
.document { padding: 10px 20px; margin-bottom: 5px; }

.foot { font-size: 10px; color: #4380a5; text-align: right; padding: 10px 10px 0; }
p.footer { color: #145085; text-align: right; margin: 0;  }
sup { font-size: .75em; }

h3 { font-size: 1em; color: #d9e7f8; text-transform: uppercase; margin-top: 0; }

a, a:visited, a:hover { color: #003370; text-decoration: none; }
.sidebar a, .sidebar a:visited, .sidebar a:hover { color: #68a7cf; }
.subnav a, .subnav a:visited, .subnav a:hover { color: #9ac0df; margin-left: 15px; }
.subnav a:hover { color: #FFF; }
a.footer, a.footer:visited, a.footer:hover { color: #145085; }
.document a.quicklink:hover { color: #FE0000; }

.docheader, .section { font-size: 20px; color: #003370; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }
span.body { padding: 0 !important; }
.bodybold { padding-top: 20px; }
input { margin-bottom: 10px; border: 1px solid #999; }


#slider			{ height: 309px; overflow: hidden; position: relative; margin-bottom: 2px; }
#mover			{ width: 7100px; position: relative; }
.slide			{ float: left; width: 582px; position: relative; }
.slide img	{ display: none; }


#prevLink:hover, #prevLink:visited:hover { background: url(/common/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/common/images/lightbox/nextlabel.gif) right 15% no-repeat; }
.lightboxDiv { border: 1px solid #999; margin: 10px; }
.lightboxDiv div { margin: 5px; text-align: center; }

/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #003370; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #558eba; 
	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; 
}