#wrapper { width: 999px; margin: 0 auto; }

img { border: none; }

/* HOMEPAGE STYLES */
.subnav-home { margin-bottom: 10px; text-align: right; float: right; padding-top: 7px; color: #a87f39; font-weight: bold; }
.above-contents-home { background: #21215a; height: 10px; border-bottom: 1px #FFF solid; }
.contents-home { background: #000; height: 331px; border-bottom: 1px solid #FFF; text-align: center; }
.left { float: left; width: 250px; }
.main { width: 477px; float: left; text-align: center; }
.right { width: 269px; float: right; }
.nav-home { background: #21215a; }
.nav-home img { border: none; }
.search-home { width: 225px; float: right; padding-top: 9px; }
.searchtext-home { width: 140px; border: none; float: left; }
.searchbtn-home { background: #21215a; color: #FFF; border: none; }
.foot-home { padding-top: 10px; text-align: right; }
.foot-left-home { width: 50%; text-align: left; float: left; padding-top: 17px; }

.foot-home a, .foot-home a:visited,.foot-home a:hover, .foot-home sup { color: #666; }
.subnav-home a, .subnav-home a:visited, .subnav-home a:hover { 
	color: #a87f39; font-size: .85em; text-transform: uppercase; font-weight: bold; line-height: 1.6; 
}


.above-header { }
.header { background: url(/images/template/bcgrd-header.jpg) no-repeat; text-align: right; height: 112px; }
.nav {  }
.nav img { border: none; margin-top: 80px; }
.under-header { }
.subnav { text-align: right; width: 600px; float: right; padding-top: 7px; color: #a87f39; }
.search { width: 190px; float: right; margin-left: 20px; text-align: right; }
.searchtext { width: 140px; border: 1px solid #d3b882; float: left; }
.contents { background: #FFF; border: 1px solid #d3b882; margin-bottom: 10px; padding-bottom: 30px; }
.leftside { width: 600px; float: left; margin: 27px 48px 0 49px; }
.vcal-doc { padding: 30px 0 30px 30px; }
.rightside { width: 263px; float: left; margin-top: 33px; }
.mod { background: #F7F3E9 url(/images/template/bcgrd-modheader.jpg) no-repeat; padding: 0 10px 10px 20px; }
.modheader { padding: 7px 0px 10px 45px; color: #a87f39; font-size: 1.2em; }
.foot { background: #21215a; color: #B1B0C8; padding-top: 5px; text-align: right; }
.foot-left { width: 50%; text-align: left; float: left; padding-top: 0px; }
.foot-left table td p { text-align: left; padding-left: 20px; }
p.pageutil { padding-left: 20px; padding-top: 15px; } 
.footer { color: #B1B0C8; }
sup { color: #B1B0C8; font-size: .8em; }

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


/* Default Values */
* { font-family: Arial, Helvetica, sans-serif; }

/* DHTML Menus */
.menuContainer 	{ background: #1f1f56 url(/images/template/bcgrd-header.jpg); padding: 2px 0; font-size: .9em; font-weight: bold; }
.menuCell { background: #1f1f56; padding: 0 4px; }

.menuCell a,
.menuCell a:visited { color: #FFF; }

.menuCellOver {	background: #444485; padding: 0 4px; }
.menuCellOver a, 
.menuCellOver a:visited, 
.menuCellOver a:hover { color: #FFF; }

a.menu td { color: #FFF; }

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

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

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

/* Powered by footer */
.footer { }

/* default link properties */
a, a:visited, a:hover { color: #9f2d20; text-decoration: none; }
a:hover { }

.subnav a, .subnav a:visited, .subnav a:hover, 
.pageutil a, .pageutil a:visited, .pageutil a:hover { 
	color: #a87f39; font-size: .85em; text-transform: uppercase; font-weight: bold; line-height: 1.6; 
}

a.footer, a.footer:visited, a.footer:hover { color: #B1B0C8; }

p, div, li { font-weight:normal; font-size: 12px; color: #666; }
td { }

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

.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: #232453;

}

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

table #calendar th 		
{ 
	background: #9f2d20; 
	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: #232453;
	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; 
}

