body {
	font: 14px 'PT Sans', sans-serif;
	background: #C8EFFE;
}
#header {
color:#fff;
width:auto;
height:80px;
background:#5f84c1;
font:18px Verdana;
text-align:center;
border:2px solid #466677;
margin-bottom: 0;
}
#navigation ul{
width: auto;
height: 47px;
background:#5f84c1;
margin-top: 2px;
margin-bottom: 10px;
color: #fff;
text-align:center;
}
#navigation ul li {
display: inline;
}
#navigation ul li a {
width:150px;
text-decoration:none; 
border:1px solid #1E90FF;
padding: 10px; 
color: #fff;
background:#00CED1;
}

#navigation a:hover {
   background: #1e90ff;
   color:#fff;
   border:1px solid #ffd89b;
   transition:All 1s ease;
}
p {
	margin: 5px 0;
}
span {
color: #4B5AFB;
}
.tabs_box1{
	width: 750;
	background: #fff;
	position: absolute;
	top: 147px;
	left: 5 px;
	margin-left: 5px;
	margin-bottom: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8 {
	display: none;
}
.tab {
	padding: 0 10px;
	overflow: auto;
}
.tabs_menu {
	display: table-row;
}
.tabs_menu li {
	display: table-cell;
	width: auto;
}
.tabs_menu li a {
	display: table-cell;
	width: 2000px;
	text-align: center;
	text-decoration: none;
	background: #F4EDAE;
	color: #4B5AFB;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 0;
}
.tabs_menu li: first-child a {
border-left: 0;
}
.tabs_menu  .active {
background-color: #5f84c1;
color: #fff
}

