body { background: #FFF !important; }
#container { width: 775px; margin:0 auto 0 auto; background-color: #fff;}
#head { }
.subnav { width: 300px; float: right; text-align: right; margin-right: 5px; }
#navigation { width: 775px; height: 26px; background-color: #767676; border-bottom:4px solid #767676;  }
#nav { float:left; width: 520px; }
#nav img { float: left; }
#search { float: right; padding: 2px; margin-right:10px; width: 160px; position: relative; }
.search-btn { position: absolute; top: 5px; right: 0px; }

#content-wrapper { background-color:#fff; padding-bottom:20px; }
#leftcolumn { float:left; padding-top: 30px; padding-left: 15px; width:200px; }
.module { border:1px solid #348DBF; padding: 12px; margin: 8px 0 0 15px; color:#333; font-size:10px; }
#document { float:left; width: 520px; padding: 20px; }
#footer { padding: 25px 0 15px 15px; color:#666; font-size:10px; background-color:#eee; border-top:4px solid #999;  }
.categories { _margin-top: 30px; }

.module li { list-style: outside; margin: 0; }
.module p.body { margin: 0; padding: 0; }
.module p.body a { color: #666; }


.ms-foot { color: #666; }


/* div#document li { list-style: disc outside; } */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
#document-display { padding: 0; }



.menuContainer 	{ background-color:#CCC; border: 2px solid #DDD; padding: 0; color: #003184; }

body, p, div, td, ul, li 		{ font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:18px; color: #333; }
.bodybold 	{ font-size:11px; color: #333; }
.docheader, .section 	{ font-size:11px; font-weight:bold; color: #0170af; text-decoration: none; }
.sub 		{ font-size:11px; color: #666}
.altbody 	{ font-size:13px; color:#FFF; }
.footer 	{ font-size:10px; color:#AAA; text-align: left; }
.quicklink	{ line-height: 15px; }

a.footer:link, a.footer:visited, a.footer:hover { color:#999; font-weight:normal; }
a.quicklink:link, a.quicklink:visited, a.quicklink:hover 	{ color: #666666; font-size: 10px; font-weight: normal; }
a.stdlink:link, a.stdlink:visited, a.stdlink:hover 	{ color: #666666; font-size: 10px;}
a.sectionpath:link, a.sectionpath:visited, a.sectionpath:hover 	{ font-size:10px; color:#666; }

.discussTable 	{ background-color: #FFF; border: 1px #003184 solid }
.discussHeader 	{ background-color: #CCC; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #003184; font-weight:bold }
.pollTable 	{ background-color: #FFF; border: 1px #003184 solid }
.pollHeader 	{ background-color: #CCC; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #003184; font-weight:bold }

a, a:visited, a:hover { font-size: 1em; text-decoration:none; color: #0170af; }
p { }
td { color: #333333}
h1 { font-size: 1.4em; color: #0170af; }
h4 { font-size: 11px; }

b { font-weight:bold }
i { font-style: italic; }
u { text-decoration:underline }

ul { }
li { }
div { }

.module img { height: 1px; }

li.sublinks {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	cursor: pointer;
}

li.sublinks a:link,
li.sublinks a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

a.whitelink, a.whitelink:visited, a.whitelink:hover { color: #FFF; }


/*   Blog Styles   */
p.title a, p.title a:visited, p.title a:hover 	{ font-size:14px; font-weight:bold; text-decoration: none; }
.blogpost a, .blogpost a:visited, .blogpost a:hover 	{ text-decoration: none; color: #666666; }

.blogpost .date, .info { font-size: .9em; color: #666; }
.blogpost { margin-bottom: 30px; width: 93%; }

/* Personnel Directory */
.personnel-directory div.category-personnel { border-bottom: 1px solid #000; }

/* Site Search */
.site-search .page-links { text-align: center; }
.site-search .page-links a { margin: 0px 2px; }
.site-search .page-links a.current { font-weight: bold; }
.site-search .result { padding: 7px; margin: 4px 0px; }
.site-search .result:hover { background-color: #f9f9f9; }
.site-search .result h2 { margin: 0px; font-size: 1.2em; font-weight: bold; }
.site-search .result .match { font-weight: bold; }

.qotd {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 20px; color: #001956; text-align: right}


/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #00003A; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #46476F; 
	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; 
}


/* Headline Gallery Styles */
#slideshow {
    position: relative;
    height: 300px;
    width: 720px;
    background: #00569a;
    border: 1px #999 solid;
    margin: 20px auto;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
}

.headlineContainer { position: relative;  }
#HLnavigation { clear: both; position: absolute; top: 270px; left: 520px; z-index: 10; }
.HLnav { cursor: pointer; color: #999; float: left; margin-right: 10px; width: 7px; height: 7px; background: #999; overflow: hidden; }
.playPause { display: none;  }
.currentNav { color: #FFF; float: left; margin-right: 10px; width: 7px; height: 7px; background: #FFF; overflow: hidden; cursor: default; }

.captionContainer { position: absolute; left: 520px; top: 15px; width: 200px; height: 100%; }
.captionContainer h2 { text-transform: uppercase; font-size: 16px; color: #FFF; }
.caption p { line-height: 15px; color: #999; font-size: 12px; }
.headlineGallery { cursor: pointer; }		
.clear { clear: both; }

#search form { padding-top: 3px; }
form input[type=image] { float: right; }

#bf_events_bottom { display: none; }
#bf_announcements_bottom { display: none; }
