@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
 #container { 
	width: 980px; 
	background:  #FFFFFF;
	margin: 2em auto; 
	border: 1px solid #000000;
	text-align: left; 
	color: #000000;
	font-size: 0.9em;
} 
#header { 
	background: #fff; 
	padding: 0 10px 0 20px;  
} 

	.header-container {
		margin: 0 0 0 -10px;;
	}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
	#top-head-navigation {
		list-style: none;
		font-size: 0.9em;
	}
	
	#top-head-navigation li {
		display: inline;
		padding: 0 0.4em;
	}
	
	/*	Top button Styles */
	
	.active-button {
	  background: url(Images/core/active-button-back.jpg) repeat-x top center #000;
	  color: #FFF;
	  text-align: center;
	}
	
	.inactive-button {
		background: url(images/core/inactive-button-back.jpg) repeat-x top center #5d5d5d;
		color: #FFF;
		text-align: center;
	}


.thrColFixHdr #sidebar1 {
	float: left; 
	width: 300px; 
	background: #fff;
	padding: 15px 10px 15px 20px; 
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 200px; 
	background: transparent; 
	padding: 15px 10px 15px 20px; 
}
.thrColFixHdr #mainContent { 
	margin: 0 235px 0 320px; 
	padding: 0 20px; 
	
	
} 
#footer { 
	padding: 5px 10px 5px 20px; 
	background:#fff;
	height: 50px;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}
	#bottom-menu {
		float: right;
		margin-right: 25px;
		text-align: right;
		list-style: none;
		font-size: 0.8em;
	}
	
		#bottom-menu li {
			display: inline;
		}
		
		#lighthouse {
			float: left;
			font-size: 0.7em;
			padding-top: 0.5em;
		}
		
		a.light,
	a:link.light,
	a:active.light,
	a:visited.light {
			text-decoration: none;
			color: #000;
	}
	
	a:hover.light {
		color: #F00;
	}
		
			

.fltrt { /
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

	.fltlft-image { 
	float: left;
	margin-right: 8px;
	padding-left: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

		/* Link Styles */
	
	a.attention,
	a:link.attention,
	a:active.attention,
	a:visited.attention {
		color: #F00;
		text-decoration: none;
		padding: 3px;
	}
	
	a:hover.attention {
		background: #F00;
		color: #FFF;
	}
	
	a.standard,
	a:link.standard,
	a:active.standard,
	a:visited.standard {
		color: #000;
		text-decoration: none;
		padding: 3px;
	}
	
	a:hover.standard {
		background: #000;
		color: #fff;
	}
	
	a.button-links,
	a:link.button-links,
	a:active.button-links,
	a:visited.button-links {
		color: #FFF;
		text-decoration: none;
	}
	
	a:hover.button-links {
		text-decoration: underline;
	}
	
	a.text-link,
	a:link.text-link,
	a:active.text-link,
	a:visited.text-link {
			text-decoration: none;
			color: #000;
	}
	
	a:hover.text-link {
		color: #666;
	}
	
	/* Text Classes */
	
	.red-text {
		background: transparent;
		color: #F00;
	}
	
	.read-more {
		text-align: right;
		padding: 0 15px 0 0;
		font-size: 0.8em;
	}
	
	a.read-more-links,
	a:link.read-more-links,
	a:active.read-more-links,
	a:visited.read-more-links{
		text-decoration: none;
		color: #F00;
		background: transparent;
	}
	
	a:hover.read-more-links {
		text-decoration: underline;
	}
	
	/* Page Stlye */ 
	
		/* Event List right SideBar */
			
			.event-home-page {
				list-style-image: url(Images/core/list-effects/red-bullets.jpg);
				margin: 0 0 0 -20px;
			}
			
			.event-home-page li {
				padding: 10px 0;
			}
			
		/* Site-Map */ 
		
		#site-map {
			list-style: none;
		}
		
		#site-map li {
			padding: 0.5em 0;
		}
		
		.site-sub-list {
			list-style: none;
		}
		
		.site-sub-list li {
			padding: 0.4em 0;
		}