/*  this is the stylesheet for the "Design Teams" section throughout the site */

#teams {
	width: 100%;
	height: 180px;
	clear: both;
	background: #331963 url(../images/teams_bg.jpg) 0px;
	color: #fff;
	}
	
#tabs {
	margin-left: 150px;
	margin-bottom: 0px;
	padding-top: 14px;
	}
	
#tabs ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	}
	
#tabs ul li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 15px;
	}

#tabs li a{
	color: #9F96B0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	}

#tabs li a:hover{
	color: #fff;
	}

#tabs li.selected{
	color: #fff;
	}

#tabs li.selected a{ /*selected main tab style */
	color: #fff;
	}
	
#teams_pics {
	position: relative;
	left: 40px;
	margin-top: 22px;
	float: left;
	width: 330px;
	}
	
#teams_pics a img {
	border: 1px solid #fff;
	}
	
#teams_text {
	float: right;
	position: relative;
	right: 30px;
	width: 300px;
	}
	
#teams_text p {
	color: #f6f6f6;
	margin: 10px 0px 10px 0px;
	line-height: 1.2;
	}
	
p.more {
	margin: 0px;
	text-align: right;
	}
	
#teams_text a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
	
#teams_text a:hover {
	background: #fff;
	color: #331963;
	}
	
#teams_text a:visited {
	color: #fff;
	}

.tabcontent{
	display:none;
	}

@media print {
.tabcontent {
	display:block!important;
	}
}
