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

.tab-container {
	width:670px;
	margin:0 auto;
	float:left;
	margin-top:0px;
	margin-left:20px;
	padding-bottom:80px;
}

#tabs {
  overflow: hidden;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'FSAlbertRegular',Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:15px;
}

#tabs li {
  float: left;
  display: block;
  margin: 0 -10px 0 0 ; /* Controls tab list positioning */
}

#tabs a {
  position: relative;
  padding: 0 35px 0 10px;
  height: 30px; 
  line-height: 30px;
  text-decoration: none;
  color: #212121;
}
#tabs a:hover {
  position: relative;
  padding: 0 35px 0 10px;
  height: 30px; 
  line-height: 30px;
  text-decoration: none;
  color: #fff;
}

#tabs a, #tabs a span {
  display: block;
  float: left;
}

/* Accordion content 'Learn More' links */
.more {
	padding:10px 0 0 90px !important;
}
.more a {
	color:#027ccc !important;
	background:#fff !important;
	/*width:200px;*/
	font-size:12px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif !important;
	text-decoration:none;
}

.more a:hover {
	text-decoration:underline !important;
}
/* #Accordion content 'Learn More' links */