/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2004.12.13
  Last Modified: 2005.02.08
*/

/* WSA Global Styles - DO NOT REMOVE! */
  @import url("/common/wsaglobal.css");

/*
Core Styles
*/
  body {
  	background:url(/images/bg.jpg) #C1A76E;
	color:#fff;
	font:normal 1em verdana,tahoma,sans-serif;
	margin:0 0 10px 0;
	padding:0;
	text-align:center; }
  	/*	devnote: If using 'text-align:center;' to center your layout, you must use a
		container (see below) to fix a browser glitch. -ch */
  a {
  	color:#fc0;
	text-decoration:none;
	}
  a:hover {
  	color:#fff;
	}

/*
Container / Header
*/
  #container {
	margin:0 auto;
	text-align:left;
	width:800px;
	}
  	/*	devnote: '#container' The combination of margin:0 auto; and text-align:left; fixes a bug in
		IE 5/6 that causes text to inherit centering from the body selector. -ch */
  #pageheader {
  	valign:top;
	border:0px solid #000ccc;
	margin:0 auto;
	text-align:right;
	background:url("/images/header.gif") top left no-repeat;
	height:162px; 
	}

   #maintable {
   width:800px;
   }
   /*
Left Navigation
*/
  #leftnav {
  	background:url(/images/contentbg.gif) top left repeat-y;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	width:50px; }
  #leftnav a {
  	font-weight:bold; }
  #leftnav span {
	border-bottom:0px solid #fff;
	display:block;
	padding:2px 0 2px 12px;
	margin:0; }
  #leftnav .nav1, #leftnav .nav2, #leftnav .nav3 {
  	background:#20621A;
	color:#fff;
	border:1px solid #555;
	padding:0; }
  #leftnav .nav1:hover, #leftnav .nav2:hover, #leftnav .nav3:hover {
  	background:#FFE001;
	color:#900; }
  #leftnav .nav1 {
  	display:block;
  	background:#20621A;
	border:1px solid #555;
	font-size:10px;
	margin:0;
	padding:7px 0px 9px 10px; }
  #leftnav .currentnav1 {
  	display:block;
  	background:#FFE001;
	border:1px solid #555;
	font-size:10px;
	margin:0;
	padding:7px 0px 9px 10px; }
  #leftnav .nav2, #leftnav .currentnav2 {
  	display:block;
  	background:#FFE001;
	font-size:10px;
	margin:0;
	padding:3px 3px 3px 21px; }
  #leftnav .nav3, #leftnav .currentnav3 {
  	display:block;
  	background:#FFE001;
	border:1px solid #555;
	font-size:10px;
	margin:0;
	padding:3px 3px 3px 21px; }
  #leftnav .currentnav1, #leftnav .currentnav2, #leftnav .currentnav3 {
	color:#900; }
  #leftnav .text {
  	color:#000;
	font-size:10px;
	margin:10px 0 0 0;
	padding:0; }

#homeleft {padding:15px 5px; margin:15px 0; width:290px; height:230px; overflow:auto;}
#homeleft .text {font-size:13px;}
#homeleft .text b {font-size:13px; font-weight:bold; }
#homeleft td.text {padding:0 7px;}

#homebottomleft {padding:0px 5px; margin:0px 0; width:290px; overflow:auto;}
#homebottomleft .text {font-size:13px;}
#homebottomleft .text b {font-size:13px; font-weight:bold; }
#homebottomleft td.text {padding:0 7px;}

#homebottomright {padding:0px 5px; margin:0px 0; width:380px; overflow:auto;}
#homebottomright .text {font-size:13px;}
#homebottomright .text b {font-size:13px; font-weight:bold; }
#homebottomright td.text {padding:0 7px;}

/*
Top Navigation
*/
#topnav { background:url("/images/topnavbg.gif"); height:88px; width:800px; }

  #topnav .nav {
	text-align:left; 
	height:54px; 
	position:relative; top:55px;
	padding:16px 15px 7px 25px; 
	font:bold 15px 'lucida grande','trebuchet ms',tahoma,sans-serif;
	}
* html  #topnav .nav {
	position:relative; top:35px;
	}
  #topnav .nav a {
    color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:19px 19px 12px 19px;
	}
  #topnav .nav a:hover,
  #topnav .nav a.active {
	background:url(/images/topnavbg_f2.gif) top center no-repeat;
    color:#fd0;
	font-size:15px;
	font-weight:bold;
	padding:16px 19px 12px 19px; 
	}
/* Set the menu background to align left.  The first class will remove the background for the first menu item. */
  #topnav .nav .first {
	background-image:none;
	}

 #photoframe {
 	text-align:right;
 	float:right;
	z-index:0;
 	}

/*
Content Area
*/
  #pgcontent {
  	background:url(/images/contentbg.gif) top right repeat-y;
  	padding:10px 50px 10px 50px;
	vertical-align:top; 
	width:800px;
	height:400px;
	}
  #pgcontent .text a {
  	color:#fc0; }
  #pgcontent .text a:hover {
  	color:#fff; }
  #pgcontent .contentsearch {
	font-size: 13px;
	}
  #pgcontent td table { font-size:13px; }

.pdfname { margin-top: 0; }
.text{ font-size:13px; font-weight:normal; font-style: normal;}
.textital, .italtext, em, i { font-size:13px; font-style: italic; }
.boldtext, strong, b { font-size:13px; font-weight:bold; }
.small { font-size:9px; }
.boldsmallertext { font-size:9px; font-weight:bold; }

/* Used for stylizing text on FEEDBACK.ASP forms */
  #feedback { 
	font-size:10px; 
	font-weight:bold; 
  	padding:5px 10px 10px 10px;
	margin:10px auto;
	width:600px;
}
#pgcontent .forms {
	font-size:10px; 
	font-weight:bold; 
  	padding:5px 0px 5px 0px;
	margin:0 auto;
	width:100%;
}
.forms td { 
	font-size:13px; 
	font-weight:normal; 
}
.forms font { 
	color:#fff;
	}


/*
Footer Styles
*/
  #footer {
  	background:url(/images/footer.gif);
	height:48px;
	}
  #footer2 {
	color:#9B2101;
    font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:0; 
	}
  #footer2 a {
  	color:#000;
	font-size:11px;
	font-weight:bold;
	}
  #footer2 a:hover {
  	color:#9B2101; 
	}
  #footer2 .text {
  	color:#9B2101;
	font-size:11px;
	}
  #footer .date {
  	color:#9B2101;
	font-size:11px;
  	
  	}
/*
Heading Styles
*/

  #pgcontent .h1, h1, heading1, .heading1, boldlargetext, .boldlargetext, .imagegallerytitle { font-family:Georgia,"Times New Roman",Times, serif; font-weight:normal; font-size:23px; color:#fd0; padding-top:3px;}
  #pgcontent .h2, h2, heading2, .heading2 { font-size:15px; font-weight:bold; text-transform:uppercase; color:#fd0; }
  #pgcontent .h3, h3, heading3, .heading3 { font-size:15px; font-weight:bold; font-style:italic; color:#fff; }
  #pgcontent .h4 { font-size:13px; font-weight:bold; }
  #pgcontent .h5 { font-size:13px; font-weight:normal; }
  #pgcontent .h6 { font-size:13px; font-weight:bold; font-style:italic; }
  #pgcontent  .subheader { font-size:15px; font-weight:bold; color:#fd0; }

/*
Hot Lists are still used for POLL items. Other RightNav items use rightbar.
*/

  .hotlisttable {
    margin:0 0 10px 0;
	padding:0 0 10px 0; }
  .hotlisttable .hotlisttitle {
  	background:#014171;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:7px;
	text-align:left; }
  .hotlisttable .hotlistitem {
    padding:1px; }
  .hotlisttable tr td table {
	vertical-align:middle; padding:0; margin:0; font-size:10px; color:#5A0000;
	border-width:0 1px 1px 1px; border-style:solid; border-color:#014171; }
  .hotlisttable .hotlistitem a {
	font:normal 10px; padding:3px auto; display:block; color:#fff; }
  .hotlisttable .hotlistitem a:hover {
	color:#c00; }
/*
RightBar
*/
#rightbar {
	float:right;
	margin:0 5px 10px 10px;
	padding:0;
	position:relative;
	}
#rightbar .list {
    border:solid #640200;
	border-width:0 1px 1px 1px;
    background:url(/images/bg.jpg) top center #667;
	color:#667;
	margin:0 3px 3px 0;
	padding:0;
	}
#rightbar .list h3 {
	background:url(/images/footer.gif) top center #667;
	color:#fff;
	font:bold 15px 'lucida grande','trebuchet ms',tahoma,sans-serif;
	margin:0;
	padding:5px 2px 1px 3px;
	text-align:left;
	}
#rightbar .list ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	text-align:left;
	}
#rightbar .list li {
	display:block; 
	}
#rightbar .list a {
	border:dotted #CE773B;
	border-width:0 0 1px 0;
	color:#640200;
	font-size:13px;
	display:block;
	margin:0;
	padding:3px;
	width:155px; 
	}
#rightbar .list a:hover {
	border:solid #CE773B;
	border-width:0 0 1px 0;
	background:#930900;
	color:#FFF; 
	}
	
/* -- | image gallery | -------------------------------------- */

	.caption, .rsccaption { text-align:center; vertical-align:top; font-size:70%; font-weight:bold; padding:0 0 20px 0;}
	.captionfield { text-align:center; vertical-align:top; font-size:11px; width:450px; height:40px; }
	.imagegallery { text-align:center; vertical-align:top; padding:0 10px 0 10px;}
	.imagegallery td { text-align:left; }
	.imagegallery2 { vertical-align:top; font-size:10px; font-weight:bold;}
	.imagegallerymain { text-align:left; }
/*	.imagegallerytitle { border-bottom:1px solid #9B0D1B; color:#9b0d1b; font-weight:bold; padding:0; margin:0; }*/

/* Styles TEXT on main photos */
	TD.rsccaption { TEXT-ALIGN: center; vertical-align: top; font-size:70%; }
	td.image {color:#fff;}
/*
Miscellaneous / Legacy Styles
*/

.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#000;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }


/* Weekly Calendar styles */
#weekly { width:100%;}
#weekly font{ font:normal 13px verdana,tahoma,sans-serif; }
#weekly small{ font-size:13px; }
tr.eventodd { border-width:0; font-size:9px; color: #fff; }
tr.eventodd .info { color: #fff; }
tr.eventeven { border-width:0; font-size:9px; color: #fff; }
tr.eventeven .info { color: #fff; }
tr.calhdr {  }  
td.calhdrfont { font-weight:bold; padding-bottom:10px; }
.calendar { margin:0; padding:3px; }
.calendar .event1 { font-size:9px; line-height:1em; margin:0 0 10px 0; padding:0; }
.info-off { font-size:12px; line-height:1em; margin:0 0 5px 0; padding:0; }
.info-on { font-size:12px; color:#c00 ; line-height:1em; margin:0 0 5px 0; padding:0; }

/* Calendar styles */
		  #calendar {
		  	width:97%;
			border-width:0;
			font-size:10px;
			}
		  #calendar th {
			background:url(/images/footer.gif) top center #667;
			color:#fff;
			font:bold 15px 'lucida grande','trebuchet ms',tahoma,sans-serif;
			margin:0;
			padding:5px 2px 1px 3px;
			}
		  #calendar tr.even {
			background:#C1A76E;
			border-color:#400302;
			border-width:0 0 0 1px;
			}
		  #calendar tr.odd {
			background:#BB9B62;
			border-color:#400302;
			border-width:0 0 0 1px;
			}
		  #calendar .odd td,#calendar .even td {
			border-color:#400302;
			}
		  #calendar .date {
			background:#400302;
			color:#fff;
			font-size:9px;
			}
		  #calendar .today {
			background:#A80C00;
			}
		  #calendar .events li {
			color:#400302;
			border-width:0;
			font-size:10px;
			}
		  #calendar .events li a {
			color:#400302;
			}
		  #calendar .events li a:hover {
			color:#fff;
			}
 		  #calendar strong {
			font-size:11px;
			}
		/* Event Details - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventdetail {
		    border-width:0;
			}
		  #eventdetail .info {
			color:#fff;
			font-size:13px;
			}
		  #eventdetail .resource {
			border-color:#236659;
			}
		  #eventdetail .type {
			border-width:0;
			font-weight:bold;
			}
		  #eventdetail td {
		  	border-width:0;
			}
		/* End Event Details */
		
		/* Event Type Selector - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventtype {
		  	width:97%;
			border-width:0;
			font-size:10px;
			margin:10px 0px 0px 0px;
			}
		  #eventtype td {
			}
		  #eventtype th {
			color:#fff;
			font:bold 13px verdana,tahoma,sans-serif;
			margin:0;
			padding:5px 2px 1px 3px;
			}
		/* End Event Type Selector Styles */

.logo { font-size:16px; color:#fff; background:#808080; }
.poll { color:#000; background:#ccc; }
.pollitem { font-size:11px; color:#000; text-align:left; }
.gutter { background:#090; }
.copyright { font-size:9px; }
.content { color:#000; }
.header { font-size:10px; color:#fff; background:#000; }
.sorted { font-size:10px; color:#ff0; background:#000; }
.detail0 { font-size:10px; background:#fffadc; }
.detail1 { font-size:10px; background: #eee8aa; }

/* NoMenus.asp style */
#nomenus {
  margin:0px;
  background:#FFF;
  padding:0px 0px 0px 0px;
  height:20px;
  }

#nomenus .popheader {
  margin:0px;
  background:#63937D;
  padding:10px 0px 0px 0px;
  height:10px;
  }
#nomenus .popcontent {
  margin:0px;
  background:#CCC;
  padding:10px 10px 10px 10px;
  }
#nomenus .popfooter {
  margin:0px;
  background:url(/images/bluebg.gif) yes-repeat top left;
  padding:10px 0px 0px 0px;
  }

/* miscellaneous styles */
.button { font-size:10px; }
.error { color:#fff; font-size:13px; font-weight:bold; font-style: normal; }
td .header { font:bold 15px 'lucida grande','trebuchet ms',tahoma,sans-serif; color:#fff; background:url(/images/footer.gif) top center #667; padding:5px 7px 3px 7px; text-align:left; }
.sorted { font-size:10px; color:#ff0; background:#000; }
.detail0 td { font-size:13px; color:#fff; background:#9D0C00; padding:7px; }
.detail1 td { font-size:13px; color:#fff; background:#930900; padding:7px; }
.info { color: #900; }
.reccnt { color:#900; }
.sorted { font-size:10px; color:#ff6; }
.tblhead { font-weight:bold; background:#ccc; }

.divider { background:#000; }
.question { font-weight:bold; font-size:14px; color:#fff; background:#900; }
.forum { font-size:12px; color:#fff; background:#333; }
.forumsub { font-size:12px; color:#fff; background:#ccc; }

  .resource { margin:15px; }
  img.resource { margin:3px; border:0px; }
  .required { color:#fff; font-size:13px; font-weight:bold; font-style: normal; }

  
