* { font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; font-size: 12px; color: #343232; }

#top { width: 900px; margin: 5px auto; color: #FFF; text-align: right; font-size: 11px; padding: 5px 0; }
#wrapper { width: 900px; background: #dcddc6; border: 2px #797676 solid; margin: 5px auto; padding: 10px 0 20px 0px;  }
.left { width: 217px; float: left; margin-right: 20px; margin-left: 20px; }
.subsections { text-align: right; padding: 0 0 7px 0; font-size: .9em; }
.module { padding-bottom: 20px; }
.left img { border: none; }
.right { width: 622px; float: left; }
.subnav { }
.subnav img { padding: 0; margin: 0; float: left; }
.document { background: #FFF; border: 1px #606060 solid; padding: 10px; margin-top: 4px; }
.footer { color: #777; text-align: left; margin: 0; font-size: 10px; }
sup { font-size: .7em; }

.clear { clear: both; }

.docheader, .section, .title { color: #03091e; font-size: 1.3em; }
h3 { font-family: times, serif; text-transform: uppercase; font-weight: normal; color: #562323; margin: 0; font-size: 1em; }

a, a:visited, a:hover { color: #a00; text-decoration: none; }
#top a, #top a:visited, #top a:hover { color: #FFF; }
.subsections a, .subsections a:visited { color: #000; }
.subsections a:hover { color: #562323; }
.footer a, .footer a:visited, .footer a:hover { color: #777; }

.body {  }
.bodybold { font-weight: bold; }
.required { color: #900; }
.rss { float: right; margin-top: 10px; border: none; }


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

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

.lightboxThumb
{

}

#headline_gallery { position: relative; }
.rotatorContainer p { width: 600px !important; cursor: pointer; }
.rotatorContainer img { margin-bottom: 40px; }
.navContainer { width: 600px; position: absolute; top: 410px; text-align: right; }
li.nav, li.control { background: #797676; color: #FFF; width: 15px; text-align: center; float: left;  padding: 3px; list-style-type: none; margin-right: 5px; cursor: pointer; }
li.nav-showing { background: #562323; }
li.control { float: left; margin-right: 0px; }

.title a { color: #562323; font-weight: bold; }
.date { font-size: 11px; }
.info { font-size: .8em; margin-bottom: 30px; border-top: 1px #ccc solid; padding-top: 10px; }


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

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

}

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

table #calendar th 		
{ 
	background: #dcddc6; 
	color: #000; 
	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; 
}
