/* -- 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
*/
* {margin:0; padding:0;}
  body {
  	background:url("/images/bg.gif") top center repeat-y #E7F3DD;
	color:#307A49;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	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:#307A49;
	text-decoration:none;
	}
  a:hover {
  	color:#030;
	}
.clear {clear:both;}
/*
Container / Header
*/
.container {
	background:#fff;
	border:solid #64AB5B;
	border-width:0 1px 0 1px;
	margin:0 auto;
	width:900px;
	}
#footer .container {
	background:none;
	border:none;
	}
  	/*	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 {
	background:url("/images/header.jpg") top center no-repeat;
	height:123px;
	width:900px;
	text-align:center;
	}

/*
Top Navigation
*/
#topnav { 
	background:url("/images/topnavbg.gif") top center repeat-x;
	height:37px;
	width:900px;
	text-align:center; 
	float:left;
	}

#topnav ul {
	list-style:none;
	margin:0 0 0 35px;
	padding:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}
#topnav ul li {
	float:left;
	}
#topnav ul li a {
	color:#fff;
	display:block;
	float:left;
	padding:9px 20px 9px 20px;
	margin:0 0 0 0;
	}
#topnav ul li a:hover  {
	background:#a4d794;
	padding:6px 20px 9px 20px;
	margin:3px 0 0 0;
	}
#topnav ul a.active, #topnav ul a.active:hover {
	background: url("/images/topnav-over.gif") repeat-x top left;
	color:#7CC665;
	padding:9px 19px 10px 19px;
	margin:0 0 0 0;
	border: solid #4E9B44;
	border-width: 0 1px 0 1px;
	}
/*
Content Area
*/
  #pgcontent {
  	float:left;
    margin:10px 10px 20px 10px; 
	width:656px;
  	}
  #pgcontent .text a {
  	color:#069; }
  #pgcontent .text a:hover {
  	color:#999; }
  #pgcontent table.contentsearch {
  	border:1px solid #67ae5e;
	width:650px;
	}
  #pgcontent .contentsearch td {
	font-size: 12px !important;
	}
  #pgcontent .contentsearch img.thumbnail {
	width:60px;
	}
  #pgcontent .contentsearch th {
  	font-size:12px;
  	font-weight:normal;
	background:#7CC665;
	border-bottom:1px solid #67ae5e;
	}
  #pgcontent .contentsearch th.header {
	margin:0;
	padding:5px;
	text-align:left;
	}
  #pgcontent .contentsearch td {
	padding:5px;
	}
  #pgcontent .contentsearch .detail0 td, #pgcontent .contentsearch .detail1 td { 
	border-bottom:1px solid #6cba52;
	font-size:10px;
	font-weight:normal;
	background:#C1E2B3;
	padding:3px;
	color:#333;
	}
  #pgcontent td table { font-size:13px; }
  #pgcontent object {padding-bottom:10px; }
  #pgcontent #neighleft, #pgcontent #neighright {
  	float:left;
	width:48%;
	}
  #pgcontent #neighright {
	margin:0 0 0 20px;
	}
  
    /*
Right Column
*/
  #rightcontent {
	background:url(/images/rightbg.jpg) top left no-repeat;
  	float:right;
	font-family: "Trebuchet MS", tahoma, sans-serif;
    padding:0 0 30px 0;
	width:210px; 
  	}
  #rightcontent .content {
	width:197px;  
	margin:7px 0 5px 7px;
  	}
  #rightcontent .text,  #rightcontent .textital  #rightcontent .boldtext {
    font-size:12px;
	color:#333;
  	}
#rightcontent .h1 {
	background:url("/images/rightcol-h1-bg.gif") 0 24px no-repeat;
	font-size:18px;
	padding:0 0 8px 0;
	}
#rightcontent .h3 {
	font-size:12px;
	}

.h1, h1, heading1, .heading1, boldlargetext, .boldlargetext, .imagegallerytitle { font-family:Georgia,"Times New Roman",Times, serif; font-weight:normal; font-size:30px; color:#307A49; margin-bottom:7px;}
.h2, h2, heading2, .heading2 {font-family:Georgia,"Times New Roman",Times, serif; font-size:18px; font-weight:bold; color:#307A49; padding-bottom:7px; }
.h3, h3, heading3, .heading3 {font-family:Georgia,"Times New Roman",Times, serif; font-size:16px; font-weight:bold; font-style:normal; color:#307A49; padding-bottom:7px; }
.h4 {font-family:Georgia,"Times New Roman",Times, serif; font-size:11px; font-weight:bold; padding-bottom:7px; }
.h5 {font-family:Georgia,"Times New Roman",Times, serif; font-size:11px; font-weight:normal;  padding-bottom:7px;}
.h6 {font-family:Georgia,"Times New Roman",Times, serif; font-size:11px; font-weight:bold; font-style:italic; padding-bottom:7px; }
.subheader {font-family:Georgia,"Times New Roman",Times, serif; font-size:13px; font-weight:bold; color:#307A49; padding-bottom:7px; }
.text{ font-size:12px; font-weight:normal; font-style: normal; padding-bottom:10px; }
.textital { font-size:12px; font-style: italic; padding-bottom:10px; }
.boldtext, b { font-size:12px; font-weight:bold;  padding-bottom:10px;}
.small { font-size:10px;  padding-bottom:10px;}
.boldsmallertext { font-size:10px; font-weight:bold;  padding-bottom:10px;}


/* Used for stylizing text on FEEDBACK.ASP forms */
  #feedback { 
	font-size:10px; 
	font-weight:bold; 
  	padding:5px 10px 10px 10px;
	margin:10px auto;
	width:90%;
}
  #feedback .forms { 
	font-size:10px; 
	font-weight:bold; 
  	padding:5px 0px 5px 15px;
	margin:0 auto;
	width:90%;
}
.forms td { 
	font-size:10px; 
	font-weight:bold;
}


/*
Footer Styles
*/
  #footer {
  	background:#D8ECD0;
	border-top:1px solid #90C688;
	border-bottom:1px solid #90C688;
  	color:#307A49;
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	margin:0 auto;
	}
  #footer a {
  	color:#307A49;
	font-size:11px;
	}
  #footer a:hover {
  	color:#030; 
	}
  #footer .h2 {
	padding:10px 0 0 0;
	}
  #footer .footerleft {
  	color:#307A49;
	padding:0 10px 0 10px;
	margin:0;
	float:left;
	width:45%;
	}
  #footer .footerright {
  	color:#307A49;
	padding: 30px 10px 0 0;
	margin:0;
	text-align:right;
	font-size:11px;
	float:right;
	width:45%;
	}

/*
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 {
	padding:10px 0 0 20px;
	margin:0 -20px 0 0;
	width:180px;
	}
#rightbar .list {
	background:#fff;
	color:#667;
	}
#rightbar .list h3 {
	background:#7CC665;
	border:1px solid #4F9A45;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:7px 7px 7px 7px;
	text-align:center;
	}
#rightbar .list ul {
	list-style:none;
	text-indent:0;
	text-align:center;
	}
#rightbar .list li {
	display:block; 
	}
#rightbar .list a {
	border:solid #4F9A45;
	border-width:0 0 1px 0;
	color:#307A49;
	font-size:12px;
	display:block;
	margin:0;
	padding:10px 7px 10px 7px;
	width:150px; 
	}
#rightbar .list a:hover {
	background:#7CC665;
	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 30px 0 30px;}
	.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:80%;}
tr.eventodd { font-size:9px; background:#ccc; color: #fff; }
tr.eventeven { font-size:9px; background:#fff; color: #fff; }
tr.calhdr { background:#ccc; }  
td.calhdrfont { font-size:16px; }
.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-color:#236659;
			font-size:10px;
			}
		  #calendar th {
			background:#20621A;
			color:#fff;
			}
		  #calendar tr.even {
			background:#fff;
			}
		  #calendar tr.odd {
			background:#e6e6e6;
			}
		  #calendar .odd td,#calendar .even td {
			border-color:#20621A;
			}
		  #calendar .date {
			background:#333;
			color:#fff;
			font-size:9px;
			}
		  #calendar .today {
			background:#c00;
			}
		  #calendar .events li {
			border-color:#e6e6e6;
			font-size:9px;
			}
 		  #calendar strong {
			font-size:9px;
			}
		/* Event Details - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventdetail {
			border-color:#236659;
			}
		  #eventdetail .info {
			color:#20621A;
			font-size:12px;
			}
		  #eventdetail .resource {
			border-color:#236659;
			}
		  #eventdetail .type {
			background:#20621A;
			border-color:#20621A;
			color:#fff;
			font-size:10px;
			font-weight:bold;
			}
		  #eventdetail td {
			border-color:#236659;
			}
		/* End Event Details */
		
		/* Event Type Selector - !MODIFY ONLY! - Added by CH 3.25.05 */
		  #eventtype {
		  	width:97%;
			border-color:#20621A;
			font-size:10px;
			margin:10px 0px 0px 0px;
			}
		  #eventtype td {
			background:#f7f7f7;
			}
		  #eventtype th {
			background:#20621A;
			color:#fff;
			}
		/* 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; }


/* 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 */

.floorplantitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold; 
font-size:50px; 
color:#307A49;
}

.button { 
  background:url(/images/button.png) no-repeat top left; 
  width:230px; 
  height:40px; 
  padding:12px;
  }
 
.button a { 
  color:#fefefe;
  font-family:Georgia,"Times New Roman",Times, serif;
  font-size:13px;
  }
  
.smallbutton { 
  background:url(/images/smallbutton.png) no-repeat top left; 
  width:191px; 
  height:30px; 
  padding:8px;
  }
 
.smallbutton a { 
  color:#fefefe;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  }  
  
	
.error { color:#c00; }
.header { color:#fff; font-size: 15px; }
.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; }
.shim {display:none;}
table { border-collapse:collapse;}
.right {float:right;}
.left {float:left;}

.pdfname { padding-bottom:10px; }
.pdfname a { margin:0 0 0 10px; }

.footerleftsmall { font-size: 10px; margin:15px; }