@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-right: auto; 
	margin-left: auto;
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #129;
	line-height:1.4em
}
#ega {border-color:#fd1;} /* Puts yellow place indicator on main menu bar */
#container { 
	width: 990px;  /* this will create a container 1000px of the browser width */
	background: #fff;
	margin: auto ; /* the auto margins (in conjunction with a width) center the page - this page can't be centered in order to ensure the javascrip menu bar appears in the right place.*/
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.bl_sidebar { 
	background:#129 url(../img/bl_bkg_cnr.gif) top left no-repeat;
	width: 80px;
	padding: 100px 0 ;
	border-top: solid white 1px; 
}

#idx_header { 
	width:100%; 
	height:150px;
	background:#fff url(../img/blubar.gif) top right no-repeat scroll;
	}

#idx_content {  
	width:100%;
	background:#fff;
	vertical-align:top;

	}
				
#idx_footer {
	background-color:#fff;
	color:#67c;
	text-align:center;
	font-size:9px;
	font-style:italic;
	border-top:0px solid #67c; 
	border-bottom:0px solid #67c; 
	padding:1px 0;
	}

#idx_content .idx_flag {
	margin:0px;
	padding: 0;
	background:#129;
	width:910px;
		}
.idx_flag td {
	text-align:center;
	font-size:11px;
	border-bottom:5px solid #ddf;
	}		
.idx_flag a:link,  .idx_flag a:visited {
	background-color:#129;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:0px 0 0px 0;
	}
.idx_flag a:hover {
	color:#009; 
	background-color:#fd1; 
	padding:0px 0 0px 0px;
	}
.idx_footer {
	width: 100%;
	background-color:#fff;
	color:#67c;
	text-align:center;
	font-size:9px;
	font-style:italic;
	border-top:solid #67c 0px; 
	padding-bottom:10px;
	}
	
	/* import from test 2 */
p.pressTitle {font-size:12px;font-weight:bold;padding-top:5px;color:#009 }		
p.pressDate { font-size:10px;padding:5px 0px 1px 12px;margin:0;color:#009}
p.pressDesc { font-size:11px; padding:0 15px 0 25px;margin-top:0px;text-align:left;margin-bottom:10px;}


a:link, a:visited  {
	color: #009;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	}

a:hover { color: #56c; 
	text-decoration:underline;
	}
a.title:link, a.title:visited {
	background: transparent url(../img/tri-yw_2.gif) 0 3px scroll no-repeat;
	color:#009;
	padding:0 2px 2px 14px;
	font-size:11px; 
	display:block; 
	line-height: 1.25;
	}
a.title:hover {
	background:transparent url(../img/tri-yw_2.gif) 2px 3px scroll no-repeat;	
	padding: 0 2px 2px 14px;
	text-decoration:underline; 		
	color:#56c;
	}
		
 /* DIV styles for light blue round corner boxes */
.blueBkg_1 {
 	background:#eef url(../img/corner_rt.gif) top right no-repeat;
	padding:5px 0 0 0 ;
	}
.blueBkg_2 {
 	background:transparent url(../img/corner_lt.gif) bottom left no-repeat;
	padding:0 0 4px  0;
	}		

 /* DIV style for clear, framed boxes */
.clrBkg {
	background:#fff;
	border:solid #ccc 1px;
	margin:10px 0 15px;
	}	

.eventsBox{
	background:#fff;
	border:solid #ccc 1px;
	margin:10px 0 0px;
	padding: 10px;
	height: auto;
	}			
p.events {
	font-size:9px;
	text-align:left;
	line-height: 1.1;
	}		
	
.hdr1 {color:#129;font-size:24px; font-weight:bold;border-bottom:solid #fff 4px;}
.hdr2 {color:#129;font-size:18px; font-weight:bold;margin-bottom:10px;border-bottom:solid #fd1 4px;}		

/* ---------------------- POP-UP MENU STYLES to go with JavaScript --------- */
   /* --- Top Menu Bar Style */
.menuBarLoText { text-decoration: none; text-align: center; color: #fff; font: bold 10px Verdana, Arial, Lucida, Helvetica, sans-serif;padding-top:1px; }
.menuBarHiText { text-decoration: none; text-align: center; color: #00d; font: bold 10px Verdana, Arial,  Lucida, Helvetica, sans-serif; padding-top:1px;}
   /* --- Sub Menu Style */
.lowText  { text-indent:3px;text-align:left;text-decoration:none;color:#009;font:10px Arial, Helvetica, sans-serif; }
.highText { text-indent:3px;text-align:left;text-decoration:none;color:#fff;font:10px Arial, Helvetica, sans-serif; }
.itemBorder      { border: 1px solid #66c; }
.itemBorderBlank { border: 1px solid #eef; }
/* ---------------------------------- end pop-up menu styles ------------------------ */

#srchbtn {
	background-color:#fff; 
	color:#89c; 
	font-size:11px;
	font-weight:bold; 
	font-style:italic;
	padding:0; 
	margin:0 0 0 3px;; 
	border:0px; 
	}
#srchbtn:hover {
	background-color:#fea; 
	color:#339; 
	}	

#txt { 
	background-color: #fff;
	color:#333;
	font-size:11px; 
	padding:0 1px; 
	margin: 0px;
	border:1px solid #ccc ; 
	}
#txt:hover, #txt:focus, #txt:active { 
	background-color:#fea; 
	color:#000;
	border:1px solid #ddf ; 
	}

#btns a, btns a:visited { 
	background-color:#fff; 
	color:#89c; 
	text-decoration:none; 
	font-weight:bold;
	padding:2px;
	display:inline;
	}
#btns a:hover { 
	background-color:#fea;
	color:#339; 
	}

/* ----------------------- RIGHT SIDEBAR - SPOTLIGHT SECTION --------------------- */
#spotlight h4 {
	background-color: #eef;
	color: #009;
	margin: 10px 5px 0 0; 
	padding: 2px 1px 2px 2px;
	font: bold 11px Verdana, Arial, sans-serif;
	border-bottom: 0px solid #ffd911;
	}

#spotlight a:link, #spotlight a:visited  {
	display: block;
	background-color:#fff;
	color: #56c;
	text-decoration: none;
	margin: 0 3px 0 0; 
	padding: 1px 0px 1px 12px;
	font: bold 9px Verdana, Arial, sans-serif;
	border: 1px solid #fff;
	border-right: 0px;
		}

#spotlight a:hover {
	background-color: #fff;	
	color: #009;
	margin-right: 0px;
	padding-right: 0px;	
	cursor: pointer;
	border: 1px solid #ddd;
	border-right: 7px solid #56c;
	}
/* --------------------------------------- End of Navigation Elements ------------------ */	
-->
