div.wrap1 {
	/*background:#04C4E5;*/
	margin:15px auto;
	border-radius:5px;
	padding:0px;
}
div.wrapper1 {
	/*background:#fff;*/
	border-radius:5px;
	
	/*border:1px solid #066;*/
}
div.wrapper1 ul {
	margin: 0;
	
	padding: 0;
	border-bottom: 2px solid #2191C7;
	overflow: hidden;
}
div.wrapper1 ul li {
	list-style: none;
	float: left;
	
	margin-right: 4px;
}
.tabscontent{
	background:#fff;
	 border: 1px solid #D5DCE1;
	padding:1px 0;
	 border-radius:0 0 3px 3px;
}
div.wrapper1 ul li a {
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	outline: 0;
	text-decoration: none;
border-radius:5px 5px 0 0;
	background:#f57007;
	/*background: linear-gradient(#75DFFE,#00A7D7);*/
	/*background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));
	background: -moz-linear-gradient(#eee,#e4e4e4);
	background: linear-gradient(#eee,#e4e4e4);
	-pie-background: linear-gradient(#eee,#e4e4e4);*/
}

div.wrapper1 ul li a.current {
	color: white;

	background: #055501;
	
}
div.tabscontent > div {
	padding: 0 15px;
}
div.controls {
	float: right;
}
div.controls a {
	margin-left: 5px;
}
.list ul li{
	list-style-type:none;
	
	border-bottom:1px dotted #333;	
}
.list ul li a{
	text-decoration:none;
	color:#000;
	background:none;
}
.list ul li a:hover{
	text-decoration:underline;
}
.list a{
	text-decoration:none;
	color:#000;
}
.list a:hover{
	
	color:#3291A1;
}
.list p{
	letter-spacing:.3px;
	line-height:25px;
	/*border-bottom:1px dotted #BDBDBD;	
	line-height:35px;*/
}