* { font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; font-size: 13px; color: #666; line-height: 1.4; }

#wrapper { width: 1000px; margin: 0 auto;  }
.header { margin-bottom: 20px; }
.headerright { width: 65%; float: right; }
.headerright form { padding-top: 45px; margin: 0; float: right; margin-bottom: 0; } 
.navigation { text-align: right; padding-top: 10px;  }
.navigation a, .navigation a:visited, .navigation a:hover { color: #666; font-size: 11px; margin-left: 20px; }
.centers { }
img.centerslink { border: none; float: left; }

.subnav ul { padding: 0; margin: 0; }
.subnav li { padding: 3px 0 5px 17px; margin: -10px 0 10px 0; font-size: .9em }

.contents {  margin: 0px auto; }
.subnav { width: 175px; margin-right: 24px; float: left; padding-top: 15px; }
.subnavlinks { padding: 0px 15px 10px 15px; }
.subnavlinks div { margin-bottom: 12px; }
.share { padding-top: 5px; }
.document { width: 550px; margin-right: 70px; float: left; }

table#document-display table { margin: 10px; }

.sidebar { width: 165px; float: right; padding-top: 15px; }
.module { padding-bottom: 30px; }
.module img { height: 10px; }

.foot { background: #F1F1F1; border-top: #C3C3C3 3px solid; padding: 10px 10px 30px 10px; line-height: 1.3; color: #4f4f4f; margin-top: 20px; }
.footleft { float: left; width: 49%; }
.footright { float: right; width: 49%; text-align: right; }
.footer { color: #bbb; }
p.footer { text-align: right; margin: 0; padding: 0; }
sup { font-size: .55em; }

.docheader, .section { font-size: 17px; font-weight: bold; color: #000; }
h2, h3 { font-size: 1em; color: #333; text-transform: uppercase; margin: 0; margin-bottom: 4px; padding: 0; }
h2 { margin: 40px 0 0 0; }
.subnav h3 { margin: 10px 0 7px 15px; }
tr.required span.body:before { color: #c00; content: "* "; }
.required span.body { *color: #C00; }

a, a:visited, a:hover { color: #005f99; text-decoration: none; }
.subnavlinks a, .subnavlinks a:visited, .subnavlinks a:hover { color: #444; }
.subnavlinks a:hover { color: #000; }
.share a, .share a:visited, .share a:hover { color: #2B893D; }

.contentshome  { padding: 0 10px 0 9px; }

.ads { width: 371px; height: 320px; float: right; }
.ad { border: none; float: left; margin-bottom: 5px;  }
.adleft { margin-right: 5px; }
.homebottom { background: url(/images/template/bcgrd-home-bottom.gif) repeat-y; padding: 0 21px; }
.homebottom div { width: 295px; margin-right: 27px; margin-top: 10px;  }
.homebottom div .docheader, .homebottom div .section { display: none; }
.homedoc p:first-child, .homebottom div p.body { display: none; }
.thisSection { font-weight: bold; }
.hilite { display: none; }

/*  Headline Styles  */
#headline_gallery { background: #dbdbdb; width: 595px; float: left; position: relative; height: 300px; cursor: pointer; }
.rotatorContainer p { width: 220px !important; cursor: pointer; position: absolute; top: 10px; left: 360px; }
.navContainer { width: 220px; position: absolute; top: 272px; left: 360px; }
li.nav, li.control { font-size: .85em; color: #005f99; width: 15px; text-align: center; float: left;  list-style-type: none; margin-right: 3px; cursor: pointer; }
li.nav-showing { color: #000; }
li.control { float: right; margin-right: 0px; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }

.lightboxDiv { border: 1px solid #666; margin: 10px; width: 120px; }
.lightboxDiv div { margin: 5px; text-align: center; }
.lightboxThumb { }


/* Ecommerce Styles */
#billing-info {margin-right: 20px; }
#billname-field { margin-top: 30px; }
 
.addresses { width: 45%; float: right; }
.billingadress { }
.shippingaddress { width: 95%; }
.shippingmethod { width: 100%; }
.shippingmethod .field textarea { width: 95% !important; }
.paymentinfo { width: 45%; float: left;  margin-right: 25px; }


/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #FFF; 
	color: #333; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #dbdbdb; 
	color: #333; 
	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: #e6e6e6;
	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; 
}