@charset "UTF-8";
/* CSS Document */
<!--
body {
	background-color: #000000;
	margin: 0px;
	/*overflow-x:hidden;*/
}
body img {
	display: none;
	border: none;
}
#contentWrapper {
	position: absolute;
	margin-left: 50%;
	left: -450px;
	width: 900px;
}
#headerMask {
	position:absolute;
	width:900px;
	height:408px;
	z-index:2;
}
#headerPicture {
	position:relative;
	width:900px;
	height:408px;
	z-index:1;
	overflow: hidden;
}
#navContact {
	position:absolute;
	width:192px;
	height:31px;
	z-index:5;
	left: 667px;
	top: 105px;
	color: #990000;
	font-weight: bold;
	font-size: x-small;
	text-align: right;
}
#slideshow {
	position:relative;
	height:408px;
	width: 900px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
#footer {
	position:relative;
	width:900px;
	z-index:7;
	clear: both;
	left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 20px;
	background-image:url(../images/footerDivider.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	font-size: small;
	line-height: 20px;
}
#rightColumn {
	position:relative;
	width:250px;
	z-index:7;
	clear: both;
	left: -50px;
	float: right;
	top: -100px;
}
<!-- HOME PAGE -->

#about{ 
}
#abContainer {
	position:relative;
	width:255px;
	height:300px;
	z-index:9;
	left: 50px;
	top: -35px;
	float:left;
}
#featured{ 
	width:255px; 
	padding-right:255px;
	margin-bottom: 20px;
	position:relative; 
	border:5px solid #000000; 
	height:250px; 
	left: 65px;
	float: left;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:275px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:255px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; 
	padding-left:13px;  
	font-size:12px; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; 
	margin:2px 5px; 
	background:#1E1E1E; 
	padding:2px; 
	border:1px solid #1E1E1E;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;  
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px;  
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#1E1E1E; 
}
#featured li.ui-tabs-selected{ 
	background:url(../images/selected-item.gif) top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#1E1E1E;
	color: #FFFFFF;
}
#featured .ui-tabs-panel{ 
	width:255px; 
	height:250px;
	top:-5px;
	left:-5px;
	position:relative;
	border: #000000 solid 5px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:130px; 
	left:0; 
	height:120px; 
	width: 255px;
	overflow: hidden;
	background: url(../images/transparent-bg.png); 
}
#featured .ui-tabs-panel:hover{ 
	border: #1E1E1E  solid 5px;
	top:-5px;
	left:-5px;
}
#featured .info h2{ 
	font-size:18px; 
	color:#CCCCCC; 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-size:11px; 
	line-height:15px; 
	color:#FFFFFF;
}
#featured .info a:link{ 
	text-decoration:none; 
	color:#FFFFFF; 
}
#featured .info a:hover{ 
	text-decoration:underline;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
<!-- PAGE SLIDE -->
#secondary {
    color: #000000;
    padding: 15px 35px !important;
	z-index: 0;
    
}

#pageslide-slide-wrap {
    background-color: #0D0D0D;
	border-left: 1px solid #161616;
	color: #FFFFFF;
	padding: 0px;
	z-index: 0;
}

#pageslide-content h2 {
  color: #FFFFFF;
  background-color: #990000;
}
#pageslide-content a { 
}
ul#news {
		top: -35px;
		left: 30px;
		padding-bottom: 7px;
		padding-top: 7px;
		padding-left: 25px;
		list-style-type: none;
		background: #CCC url(../images/twitterlogo.png) left top  no-repeat;
		/*line-height: 15px;*/
		color: #333;
		font-size: 10px;
		z-index: 10;
		width: 820px;
		font-weight: bold;
		opacity:0.8;
		filter:alpha(opacity=80);
}

.fade{
}

.fade p{
	text-align: center;
}
	

