* { font-family: times, times new roman, serif; }
body { font-size: 14px; color: #666; }

#wrapper { width: 975px; background: #FFF; margin: 0 auto; border: 12px solid #FFF; }
.header {  }
.contents { border: 1px solid #ccc; border-left: none; }
.actioncenter { width: 319px; background: url(/images/template/bcgrd-action.jpg) repeat-x;  min-height: 252px; height: auto !important; height: 252px; }
img.action { margin-left: 18px; }
.document { padding: 15px; }
.rightside { width: 284px; float: right; }
.navigation { margin-bottom: 5px; padding-top: 5px; text-transform: uppercase; font-size: 12px; }
.search { width: 235px; float: right; }
.module { padding-bottom: 20px; padding: 0 20px; }
.mod-content { padding: 5px; }

.foot { background: #021F57; padding: 15px 0 30px 0; width: 975px; color: #FFF; text-align: center; margin: 0 auto; border: 12px solid #FFF; text-transform: uppercase; font-family: arial; font-size: 10px;  }
.footer { color: #021F57; }

h2 { font-size: 1.7em; color: #021F57; font-weight: 100; margin-bottom: 0; }
h3 { font-size: 1.2em; margin-bottom: 0; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }

.body {  }
.bodybold { font-weight: bold; }

/* Section Header */
.section, .docheader { font-size: 1.5em; font-weight: bold; color: #021F57; }

/* Beneath document header */
.sub { font-size: .9em; }
.altbody { }

a, a:visited, a:hover { color: #021F57; text-decoration: none; }

b { font-weight:bold }
i { text-decoration:italic }
u { text-decoration:underline }

ul {  }
li {  }
div { }

ul#twitter_update_list { list-style-type:none; padding: 20px; padding-bottom: 0px; margin: 0px; }
ul#twitter_update_list li { list-style-position: outside; padding-bottom: 20px; }

.lightboxDiv
{
    border: 1px solid #666;
    margin: 10px;
    width: 120px;
}

.lightboxDiv div
{
    margin: 5px;
    text-align: center;
}

.lightboxThumb
{

}


#headline_gallery, .rotatorContainer div p { width: 625px !important; position: relative; margin-top: -20px; }
#headline_gallery img { cursor: pointer; }
.rotatorContainer div p { margin-top: 6px; }
.navContainer { width: 625px; position: absolute; top: 335px; right: 0px; text-align: right; }
.rotatorContainer div h2 { margin-top: 40px; }
li.nav, li.control { background: #831111; color: #FFF; width: 15px; text-align: center; float: left;  padding: 3px; list-style-type: none; margin-right: 5px; cursor: pointer; }
li.nav-showing { background: #0b0963; }
li.control { float: right; }


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

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

}

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

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