/* TAB CONTENT CSS 
==================================*/
.tabcontent{ display:none; }
.tabs {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:115%;
	position:relative;
	padding:0 15px;
	margin:0px;
	height:31px;
	list-style-type: none;
	border-bottom: 2px solid #F79235;
	}
.tabs li	{ float:left; padding:0px; margin:0 2px 0 0; }
.tabs li a 	{ 
	display:block;
	background-color:#ffffff;
	color:#3273A2;

	}	
.tabs li a span { 
	display:block;
	padding:8px 15px 8px 10px;
	margin-left:0px;
	line-height:1.0;

	}
.tabs li .selected, 
.tabs li a:hover { 
	
	
	}
.tabs li .selected span, 
.tabs li a:hover span { 
	background-color:#F79235;
	
	color:#ffffff;
	}
.tab-content1 { color:#333333; font-family:Arial, Helvetica, sans-serif; font-family:22px;}
.tab-content1 .overview {padding:20px 0;}
.tab-content1 .overview h2 { color:#F79235; font-family:"Trebuchet MS"; font-size:16px; text-transform:none; margin-bottom:10px;}
