/* CSS Document */
@font-face { 
	font-family: 'Britannic Bold'; src: url('font/britannic_bold.eot'); 
	src: url('font/britannic_bold.eot?#iefix') format('embedded-opentype'), 
	url('font/britannic_bold.svg#Britannic Bold') format('svg'), 
	url('font/britannic_bold.woff') format('woff'), 
	url('font/britannic_bold.ttf') format('truetype'); 
	font-weight: normal; font-style: normal;}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(imgs/main_gen_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



a {
	color: #0B87A7;
	text-decoration:none;
}
a:hover{
	color: #0B87A7;
	text-decoration:underline;
}
.container {
	background: #eee;
  	margin: 0px auto;
  	position: relative;
    width: 980px;
}
.top {
	margin-left: auto;
    margin-right: auto; 
    width: 100%;
	float:left;
}
.top_mnu {
	text-align:right;
	height:60px;	
}
.top_mmnu {
	text-align:right;
	font-family:Calibri, Arial, Verdana, Geneva, sans-serif; font-size:14px; text-decoration:none; text-transform:uppercase; padding:25px 0px 0px 20px;;
	height:80px; float:left; 
}
.top_mmnu a{
	padding:10px 20px; font-size:16px;
	background:url(imgs/mnu-divisor.jpg) right no-repeat; 
	text-decoration:none;
}
.top_mmnu a:hover {
	color:#00a2dc;
}
.career a{
	background-color:#7d7f7d;
	color:#FFF;	
	font-family:Calibri, Arial, Verdana, Geneva, sans-serif; font-size:16px; text-decoration:none; text-transform:uppercase; padding-top:5px;
	height:29px;
	width:111px;
	display:inline-block;
	text-align:center;
	border-bottom-left-radius:8px; border-bottom-right-radius: 8px; 
	margin: 0px 5px;
}
.career a:hover{
	background-color:#000;
}
.plogin a{
	background:url(imgs/user_icon.png) no-repeat left #026e92;
	color:#FFF;	
	font-family:Calibri, Arial, Verdana, Geneva, sans-serif; font-size:16px; text-decoration:none; text-transform:uppercase; padding-top:5px;
	height:29px;
	width:181px;
	display:inline-block;
	text-align:center;
	border-bottom-left-radius:8px; border-bottom-right-radius: 8px; 
	margin: 0px 5px;
}
.plogin a:hover{
	background-color:#000;
}

.twitter a {
	width:30px; height:29px; display:inline-block; background:url(imgs/twitter.png) no-repeat center; 	margin: 0px 5px; text-decoration:none;
}
.twitter a:hover {
	box-shadow:#999 0px 2px 3px;
}
.facebook a {
	width:30px; height:29px; display:inline-block; background:url(imgs/facebook.png) no-repeat center; 	margin: 0px 5px; text-decoration:none;
}
.facebook a:hover {
	box-shadow:#999 0px 2px 3px;
}
.logo {
	width:212px;
	height:130px;
	float:left;	
}


.banner { position: relative; overflow: hidden; float:left; }
.banner li { list-style: none; }
.banner ul li { float: left; }
.content { 
	padding:5px 10px;
	width:960px;
	/* border:#BB1C1E thin solid;*/
	float:left;
}
h1 {
		font-family: 'Britannic Bold';
		color:#5a5b56;
		border-bottom:2px #433E3E solid;
		font-size:3em;
}
h2 {
	background:url(imgs/bullet.jpg) no-repeat left;
	line-height:40px;
	padding:4px 0px 4px 35px; margin:13px 0px;
	font-family: 'Britannic'; font-size:1em; color:#5a5b55;
	display:inline; height:40px !important;
	margin-right:15px;
}
.home_desc {
	padding-right:300px; padding-top:20px;
	background:url(imgs/low-pckages.jpg) no-repeat right;
	height:180px;
}
.services a {
	float:left;
	width:120px; height:141px;	
}
.services a:hover {
	box-shadow:#7B7A7A 0px 5px 5px;
	float:left;
	width:120px; height:141px;	
}
.footer {
	margin-top:20px;
	width:100%;
	background-color:#CDCDCD;
	float:left;
	height:180px;
		
}
.footer .center{
	width:980px; margin-left:auto; margin-right:auto; margin-top:20px; /* border:#F01215 solid 2px;  */
}
.c1{
	width:275px; float:left; border:#F01215 solid 0px; margin-left:15px; 
}
.c3{
	width:385px; float:left; border:#F01215 solid 0px; 
}
.sub-footer {
	width:100%;
	background-color:#014d67;
	float:left;
	height:150px;
	color:#FFFFFF;
		
}
.sub-footer .center{
	width:980px; margin-left:auto; margin-right:auto;  margin-top:10px;
}

/*******************************   ***************************************/
/*----- Tabs -----*/
	.tabs {
		width:100%;
		display:inline-block;
	}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
		
    }
 
	.tab-links {
	  padding-left:0px;
	  margin-bottom:0px;
	}
	
	.tab-links a {
		padding:9px 15px;
		display:inline-block;
		border-radius:3px 3px 0px 0px;
		background:#7FB5DA;
		font-size:14px;
		font-weight:600;
		color:#fff;
		transition:all linear 0.15s;
	}

	.tab-links a:hover {
		background:#a7cce5;
		text-decoration:none;
	}
 
    li.active a, li.active a:hover {
        background:#C4DFE7;
        color:#4c4c4c; font-weight:bold;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:0px 2px 10px rgba(0,0,0,0.15);
        background:#fff;
		
    }
 
        .tab {
            display:none; 
        }
 
        .tab.active {
            display:block;
        }