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

.tabbed {
	padding-bottom:0px;
	padding-top: 0px;
}

.tabbed .tabNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 50px;
	background: url(bgSlide.png) no-repeat scroll 0px -25px;
}
.tabbed .tabNav li {
	line-height: 90%;
}
.tabbed .tabNav a:link, .tabbed .tabNav a:visited {
	display:block;
	height: 33px;
	width: 95px;
	float: left;
	margin:0px;
	font-size: 16px;
	color: #00CCFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding-top: 17px;
}
.tabbed .tabNav a:hover, .tabbed .tabNav a:active, .tabbed .tabNav a.selected { }

.tabbed .tab {
	padding:5px;
	border: solid 1px #000000;
	border-radius:5px;
	margin:15px;
	background-color: #000000;
}
.tabbed .tab h2 {}
.tabbed .tab .headline, .tabbed .tab .topic {}
.headline {
	height: 180px;
}
.tabbed .tab h3 {}
.tabbed .tab p {}



#container {
	margin: 0px auto;
	width: 955px;
}



.bannerAd {
	margin-top: 30px;
	margin-left: 110px;
}
.topNav {
	list-style: none;
	color: #00CCFF;
	height: 30px;
	width: 600px;
	position: absolute;
	clear: both;
	top: 20px;
	border: thin solid #000000;
}
#container #tabRock    {
}
#tabSlide {
	height: 360px;
}

IMG.displayed {
	display: block;
	float: right;
	margin-top: 4%;
}
