.containertaps {height:31px; margin:0 0; padding: 0 0;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #115b3d),
	color-stop(1, #AFD1C2)
);
background-image: -o-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -moz-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -webkit-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -ms-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: linear-gradient(to bottom, #FCFCFC 0%, #115b3d 100%);
  display:block;
}
.containertaps {height:31px; margin:0 0; padding: 0 0;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #115b3d),
	color-stop(1, #AFD1C2)
);
background-image: -o-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -moz-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -webkit-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: -ms-linear-gradient(bottom, #FCFCFC 0%, #115b3d 100%);
background-image: linear-gradient(to bottom, #FCFCFC 0%, #115b3d 100%);
  display:block;
}
.containertaps1 {height:31px; margin:0 0; padding: 0 0;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #00b0ef),
	color-stop(1, #AFD1C2)
);
background-image: -o-linear-gradient(bottom, #FCFCFC 0%, #00b0ef 100%);
background-image: -moz-linear-gradient(bottom, #FCFCFC 0%, #00b0ef 100%);
background-image: -webkit-linear-gradient(bottom, #FCFCFC 0%, #00b0ef 100%);
background-image: -ms-linear-gradient(bottom, #FCFCFC 0%, #00b0ef 100%);
background-image: linear-gradient(to bottom, #FCFCFC 0%, #00b0ef 100%);
  display:block;
}
ul.tabs {
	clear: both;
    margin-left: 13%;
    padding: 0 -5px 0 5px;
    list-style: none;
    height: 31px;
    width: 800px;
	z-index: 100;
} 
ul.tabs li {
	float: left;
    margin: 0 10px;
    line-height: 31px;
    border-left: none;
	width: 150px;
	text-align: center;
}
ul.tabs li a {
    text-decoration:none;
	background: #115b3d;
    color: #fff;
    display: block;
	font: 14px Verdana,Arial,Helvetica,sans-serif;
    line-height: 31px;
    outline: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 150px;

}

ul.tabs li a:hover, ul.tabs li.active {
	width: 150px;
    background: #ffffff;
	color: #115b3d;
	display: block;
}   
ul.tabs li.active a {
	width:150px;
    background: #ffffff;
	color: #115b3d;
	display: block;
}


ul.tabskids {
	clear: both;
    margin-left: 13%;
    padding: 0 -5px 0 5px;
    list-style: none;
    height: 31px;
    width: 800px;
	z-index: 100;
} 
ul.tabskids li {
	float: left;
    margin: 0 10px;
    line-height: 31px;
    border-left: none;
	width: 150px;
	text-align: center;
}
ul.tabskids li a {
    text-decoration:none;
	background: #00b0ef;
    color: #fff;
    display: block;
	font: 14px Verdana,Arial,Helvetica,sans-serif;
    line-height: 31px;
    outline: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 150px;

}

ul.tabskids li a:hover, ul.tabs li.active {
	width: 150px;
    background: #ffffff;
	color: #00b0ef;
	display: block;
}   
ul.tabskids li.active a {
	width:150px;
    background: #ffffff;
	color: #00b0ef;
	display: block;


}


.tab_container {
    border-top: none;
    clear: both;
    margin-left: 16%; 
    width: 800px;
	height: auto;
    background: #ffffff;
	color: #115b3d;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	position: relative;
}
.tab_container_kids {
    border-top: none;
    clear: both;
    margin-left: 16%; 
    width: 800px;
	height: auto;
    background: #ffffff;
	color: #00b0ef;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	position: relative;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
	width: 800px;
	display: none;
}
.tab_content h2 {
    font-family: 'lato';
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tap_line {
	border-bottom: 2px solid #115b3d;
	padding-bottom: 20px;
}
.tap_linekids {
	border-bottom: 2px solid #00b0ef;
	padding-bottom: 20px;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.sunlight img {
    right: 12%;
	position: absolute;
	z-index: 101;
	bottom: 290px;
}
.border-side {
	border-right: 1px solid #115B3D
}
