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

p {
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-size:12px;
	color:#ffffff;
}

strong {
	font-weight: bold;
}


h1, h2, h3, h4 {
	color:#E62626;
	font-weight: normal;
	letter-spacing: 0.03125em;
}


img {
	border: none;
}

ul {
	margin-bottom: 2em;
}

ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}



.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color:#ffffff;
}

.header {
	width: 1100px;
	margin: 0px auto 100px auto;
	position:relative;
}

.centered {

position:relative; 
padding: 0px; 
margin-left: auto; 
margin-right: auto; 

}

.gad {
width:1043px;
position:relative; 
padding: 1px 0px 4px 0px; 
margin-left: auto; 
margin-right: auto;
}

.fader {
	width:300px;
	float:right;
	margin: 6px 28px 0px 0px;
	
}

.clearer {
	clear: both;
}


#tab-container { border: solid 1px; height:1600px; width:1040px; margin:auto; }
#tab-container ul { height: 1600px; list-style: none; margin: 0; padding: 0; background:#333333; float: left; border-right: solid 1px; }
#tab-container ul li { width: 150px; margin: 0; padding: 0; text-align: center; }
#tab-container ul li a { display: block; padding: 15px 0; outline: none; }
#tab-container ul li a:hover { text-decoration: underline; }
#tab-container ul li.selected-tab { background: #000000; position: relative; left: 1px; border-style: solid; border-width: 1px 0; }
#tab-container ul li:first-child.selected-tab { border-top: none; }
#tab-container ul li a.selected-tab { font-weight: bold; text-decoration: none; }
#tab-container .panel-container { padding:5px 20px 0px 170px; }

#tab-container a:link {
	color: #E62626;
	text-decoration: none;
}

#tab-container a:visited {
	color: #E62626;
	text-decoration: none;
}

#tab-container a:hover, a:active {
	color: #E62626;
	text-decoration:underline;
}



a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #E62626;
	text-decoration: none;
}

a:hover, a:active {
	color: #E62626;
	text-decoration:underline;
}


