﻿.tabs {
    position: relative;
	margin: 8px auto;
	width: 100%;
}

.tabs input {
	position: absolute;
	.z-index: 1000;
	width: 127px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs input#tab-5{
	left: 480px;
}


.tabs label {
	background: #fefdfd;
	background: -moz-linear-gradient(top, #fefdfd 0%, #f4f1f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdfd), color-stop(100%,#f4f1f4));
	background: -webkit-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
	background: -o-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
	background: -ms-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
	background: linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
	font-size: 15px;
	height: 29px;
	position: relative;
	padding: 12px 0px 0px 0px;
    float: left;
	display: block;
	width: 129px;
	color: #385C5C;
	letter-spacing:0px;
	text-transform: None;
	font-weight: none;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 3px 0 2px rgba(14, 11, 11, 0.1), 5px -3px 3px rgba(0, 0, 0, 0.1);
	font-family: 'Roboto', sans-serif !important; 
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	
}

.tabs input:hover + label {
	background: #ededed;
}

.tabs label:first-of-type {
    z-index: 4;
    }

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tab-label-5 {
    z-index: 0;
}


.tabs input:checked + label {
    background: #4cc6f6;
	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
    color: #000 ;
    
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff !important;
	position: relative;
    width: 100%;
	height: 700px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -5px 4px 0px rgba(0,0,0,0.2), 0 4px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
    padding-right:36px;
    overflow-y: scroll;
}

.content div {
    position: absolute;
	top: 0;
	padding: 8px 4px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width:94%;
}

.content-1, .content-3 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.content-5 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}


.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content div h2
{
	color: #398080;
	font-size:14px;
}
.content div h3 {
    color: #398080;
    font-size: 12px;
    margin-left: 14px;
}

.div_span,
{
	color: #000;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	
}




.content div p {
	font-size: 12px;
	line-height: 22px;
	/*font-style: italic;*/
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

.lidisc li{
	font-size:13px;
	list-style-type:disc;
	margin-top:5px;
	margin-left: 20px;
}
.acc h3 {
    font: 12px normal Verdana, Arial, Helvetica, sans-serif !important;
    margin: 10px 0 10px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ccc;
}

.Productdiv {
		float:left;
    	width:100%;	
    	background-color: #ffffff;
}

.reducediv1 {
    display: block;
    float: left;
    width: 160px;
    margin: 0px;
	margin-left: 6;
}



/* Containers
-------------------------------------------------- */

.container_n
{
	width: 95%;
	/*height: 300px;
	margin: 30px auto;*/
	padding: 1px 10px;
	/*border: 10px solid #fff;*/
	color: #000;
	font-size: .75em;
	/*line-height: 2em;*/
	float:left;
}

.container_n h2
{
	padding: 5px 10px;
	/*width: 200px;*/
}

#home		{ background: #FFFFFF;      }
#home h2	{ /*background: #007aa5;*/ color:#007aa5 }
#about		{ background: #FFFFFF; }
#about h2	{color:#007aa5 }
#contact	{ background: #FFFFFF; }
#contact h2	{ color:#007aa5  }
#awards		{ background: #FFFFFF; }
#awards	h2	{color:#007aa5  }
#links		{ background: #FFFFFF; }
#links h2	{ color:#007aa5  }


/* Self-Clearing Rules 
-------------------------------------------------- */

ul#navigation:after 
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* html ul#navigation 	{ height: 1px; }
ul#navigation 			{ min-height: 1px; margin: 0px; margin-top: 30px; }

.tdstylectnt UL {
	
     PADDING-LEFT: 0px !important; 
   PADDING-RIGHT: 0px !important; 
  
    PADDING-TOP: 0px !important; 
	
}

p{font-size:13px;}

.tdstylectnt UL LI {
    LIST-STYLE-TYPE: none !important;
}

.imagesactive {
	background-image:url('/eCRMagicIncludes/Images/health_active.jpg')
}


.boxborder-radius {
    border: 1px solid #e1e1e1;
    padding: 5px;
    background: #FFF;
    width: 150px;
    border-radius: 10px;
    height: 174px;
    color: #000;
    float: left;
}

.activehealth{background: #2D76BB;color:#fff;}
.activeaccident{background: #2D76BB;color:#fff;}
.activetravel{background: #2D76BB;color:#fff;}
.activeauto{background: #2D76BB;color:#fff;}

.boxborder-radius1 {
    margin: 0 auto;
    width: 148px;
    text-align: center;
}

.boxborder-cover {
    border: 2px solid #073973;
    .background-image: url('/eCRMagicIncludes/Images/health_img.png');
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-top: 11px !important;
    margin: 0 auto;
	background:#fff;
}
.boxborder-cover img {
    width: 60%;
    margin-top: 17px;
}

.boxborder-cover1 {
    border: 2px solid #073973;
    .background-image: url('/eCRMagicIncludes/Images/Accident_img.jpg');
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 10px;
    margin: 0 auto;
}



.boxborder-cover2 {
	border: 2px solid #073973;
    .background-image: url('/eCRMagicIncludes/Images/travel_img.jpg');
    background-size: cover;
     background-position:50%;
    display: block;
    width:100px;
    height:100px;
    border-radius: 100%;
    margin-left:10px;
    margin-top:10px;

}


.boxborder-cover3 {
    border: 2px solid #073973;
    .background-image: url('/eCRMagicIncludes/Images/auto_img.jpg');
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 10px;
    margin: 0 auto;
}



.boxborder-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    text-align: center;
}


.boxborder-text_active {
	width:125px;
    height:100px;
    margin-left:5px;
    margin-top:25px;
    font-size:20px;
    color:#ff4e00;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration:none;
    

}



.boxborder-text1 {
    width: 146px;
    margin-left: 0px;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    text-align: center;
}



.boxborder-text1_active {
	width:125px;
    height:100px;
    margin-left:5px;
    margin-top:25px;
    font-size:19px;
    color:#ff4e00;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration:none;
    

}



.boxborder-cover2 {
    border: 2px solid #073973;
    background-image: url('/eCRMagicIncludes/Images/travel_img.jpg');
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 10px;
    margin: 0 auto;
}

.boxborder-text2 {
    width: 146px;
    margin-left: 0px;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    text-align: center;
}
.boxborder-text2_ctive {
	width:125px;
    height:100px;
    margin-left:18px;
    margin-top:25px;
    font-size:19px;
    color:#ff4e00;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration:none;
    
}
.strong{
	font-size:12px;
	color: #0055A5;
	font-weight:bold;

}

	#home,#about,#contact,#links {display:none;}
	
	.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
	width:95%;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
	background: #fefdfd;
    background: -moz-linear-gradient(top, #fefdfd 0%, #f4f1f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdfd), color-stop(100%,#f4f1f4));
    background: -webkit-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
    background: -o-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
    background: -ms-linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
    background: linear-gradient(top, #fefdfd 0%,#f4f1f4 100%);
    font-size: 13px;
    height: 29px;
    position: relative;
    padding: 12px 0px 0px 0px;
    float: left;
    display: block;
    width: 115px;
    color: #385C5E;
    letter-spacing: 1px;
    text-transform: None;
    font-weight: none;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
	box-shadow: 0 -5px 4px 0px rgba(0,0,0,0.2), 0 4px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
    z-index: 5;
    position: relative;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}
.well_div1{
	width:95%;
	margin:0 auto;
	float:left;
	background:red;
	overflow:hidden;
}
.well_div{
	width:95%;
	margin:0 auto;
	float:left;
	background:green;
}





#tab-11, #tab-21, #tab-31, #tab-41 {
 display: block;   
}

h3{
    font-size: 13px;
    color: #71CCEC;
}




@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}






