/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Global properties ======================================================== */
html {
	width:100%
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	min-width:960px;
	background:#fff
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
.main {
	width:960px;
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:1.3846em;
}
a {
	color:#39b9d6;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative
}
.extra-wrap {
	overflow:hidden
}
p {
	margin-bottom:18px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}
.p1 {
	margin-bottom:8px
}
.p2 {
	margin-bottom:15px
}
.p3 {
	margin-bottom:30px
}
.p4 {
	margin-bottom:40px
}
.p5 {
	margin-bottom:50px
}
.reg {
	text-transform:uppercase
}
.fleft {
	float:left
}
.fright {
	float:right
}
.alignright {
	text-align:right
}
.aligncenter {
	text-align:center
}
.color-1 {
	color:#fff
}
.color-2 {
	color:#333
}
.color-3 {
	color:#39b9d6
}
.img-border {
	border:1px solid #fff
}
/*********************************boxes**********************************/
.indent {
	padding:20px
}
.indent-top {
	padding-top:24px
}
.indent-left {
	padding-left:2px
}
.indent-left2 {
	padding-left:40px
}
.indent-left3 {
	padding-left:20px
}
.indent-left4 {
	padding-left:10px
}
.indent-right {
	padding-right:50px
}
.indent-bot {
	margin-bottom:20px
}
.indent-bot2 {
	margin-bottom:28px
}
.prev-indent-bot {
	font:Arial, Helvetica, sans-serif;
	margin-bottom:10px
}
.img-indent-bot {
	margin-bottom:25px
}
.margin-bot {
	margin-bottom:35px
}
.img-indent {
	float:left;
	margin:0 20px 4px 0
}
.img-indent2 {
	float:left;
	margin:0 40px 0px 0
}
.img-indent3 {
	float:left;
	margin:0 6px 0px 0
}
.buttons a:hover {
	cursor:pointer
}
.menu li a, .list-1 li a, .list-2 li a, .link, .button, h1 a {
	text-decoration:none
}
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
}
.row-top {
	width:100%;
	height:100px;
	background:#F1F1F1 /*url(../img/row-top-tail.jpg) center top repeat-x*/;
	overflow:hidden;
}
h1 {
	padding:10px 0 0 7px;
	position:relative;
	float:left;
}
h1 a {
	display:block;
	width: 380px;
	height:100px;
	text-indent:-9999em;
	background:url(../img/logo.png) 0 0 no-repeat;
}
/***** search form *****/
#search-form {
	padding:45px 10px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:300px;
	height:34px;
	background:url(../img/search-bg.jpg) 0 0 no-repeat;
}
#search-form input {
	width:245px;
	font-size:14px;
	line-height:1.25em;
	padding:9px 15px 9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block;
	width:20px;
	height:21px;
	text-indent:-5000px;
	background:url(../img/search-icon.png) left top no-repeat;
	position:absolute;
	right:7px;
	top:7px;
}
/***** menu *****/
.menu-row {
	width:100%;
	background:url(../img/menu-row-tail.gif) center top repeat-x #178fbe;
}
.menu-bg {
	width:100%;
	background:url(../img/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0;
	background:url(../img/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left;
	position:relative;
	background:url(../img/menu-spacer.gif) right top no-repeat;
	padding-right:2px;
}
.menu li a {
	display:block;
	font-size:16px;
	line-height:3em;
	font-weight:bold !important;
	width:Auto;
	padding:8px 18px 8px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.menu li.active a, .menu > li > a:hover {
	color:#000
}
.row-bot {
	width:100%;
	min-height:20px;
	background:url(../img/row-bot-tail2.gif) center top repeat-x;
}
#page1 .row-bot {
	background-image:url(../img/row-bot-tail.gif)
}
.center-shadow {
	width:100%;
	height:100%;
	min-height:20px;
	background:url(../img/center-shadow2.jpg) center top no-repeat;
}
#page1 .center-shadow {
	background:url(../img/center-shadow.png) center top no-repeat
}
/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
	position:relative;
	width:1000px;
	margin:0 auto;
}
#carousel {
	height:300px;
	width:700px;
	position:relative;
	top:-150px;
	margin:0 auto;
}
.carousel-image {
	border:0;
	display:block;
}
.carousel-feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	cursor:pointer;
}
/*********************************content*************************************/
#content {
	width:100%;
	border-top:1px solid #fff;
	background:url(../img/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
}
#page1 #content {
	border-top:none;
	background:none;
	padding:30px 0 60px
}
.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../img/content-bg.jpg) center top no-repeat;
}
h3 {
	font-size:24px;
	line-height:2em;
	color:#333;
	margin-bottom:3px;
}
h4 {
	font-size:17px;
	line-height:24px;
	color:#2282C8;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:7px;
}
h4 em {
	display:block;
	color:#333;
	text-transform:none;
}
h4 strong {
	display:block;
	margin-top:-3px;
}
h6 {
	color:#000
}
.text-1 {
	font-family:Verdana, Geneva, sans-serif;	
	display:block;
	font-size:13px;
	line-height:24px;
	color:#666;
	text-align:justify;
}
.text-2 {
	display:block;
	color:#929292;
}
.title {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#39b9d6;
}
.border-bot {
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #2380A3;
	/*background:url(../img/pic-1.gif) 0 bottom repeat-x;*/
}
.box {
	width:278px;
	background:url(../img/box-tail.gif) 0 0 repeat-x #1896c1;
}
.box .padding {
	padding:15px 10px 15px 20px
}
.box a {
	display:inline-block;
	padding-right:18px;
	font-size:18px;
	line-height:1.222em;
	color:#fff;
	background:url(../img/marker-3.gif) right 8px no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.box a:hover {
	padding-right:25px
}
.list-1 li {
	line-height:18px;
	padding:6px 0 6px 24px;
	background:url(../img/marker-2.png) 0 8px no-repeat;
}
.list-1 li a {
	display:inline-block;
	color:#333;
}
.list-1 li a:hover {
	text-decoration:underline
}
.link:hover {
	text-decoration:underline
}
.link-1 {
	display:inline-block;
	padding-right:15px;
	background:url(../img/marker-1.gif) right 8px no-repeat;
}
dl span {
	float:left;
	width:88px
}
/***** contact form *****/
#contact-form {
	width:280px
}
#contact-form label {
	display:block;
	height:35px;
	width: 300px;
}
#contact-form input {
	width:89%;
	font-size:15px;
	line-height:1.2em;
	color:#333;
	padding:4px 15px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #ccc;
	/*background:url(../img/input-tail.gif) 0 0 repeat-x #e6e6e6;*/
	outline:none;
}
#contact-form textarea {
	height:105px;
	overflow:auto;
	width:89%;
	font-size:15px;
	line-height:1.2em;
	color:#333;
	padding:4px 15px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	outline:none;
}
.buttons {
	padding-top:17px;
	text-align:right
}
.buttons a {
	margin-left:2px
}
#contact-form2 {
	display:block;
	width:580px;
}
#contact-form2 label {
	display:block;
	height:30px;
	overflow:hidden;
}
#contact-form2 input {
	float:left;
	width:485px;
	font-size:12px;
	line-height:1.25em;
	color:#333;
	padding:3px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	background:#fff;
	outline:none;
}
#contact-form2 textarea {
	float:left;
	height:240px;
	width:485px;
	font-size:12px;
	line-height:1.25em;
	color:#333;
	padding:3px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	background:#fff;
	overflow:auto;
	outline:none;
}
.text-form {
	float:left;
	display:block;
	font-size:13px;
	line-height:24px;
	width:74px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
.buttons2 {
	padding:10px 10px 0 0;
	text-align:right
}
.buttons2 a {
	margin-left:35px
}
/****************************footer************************/
footer {
	width:100%;
	height:285px;
	color:#999;
	background:url(../img/footer-tail.png) center top repeat;
	position:relative;
	z-index:9;
	overflow:hidden;
}
footer .padding {
	padding:35px 0 0
}
footer h4 {
	color:#fff;
	margin-bottom:18px
}
.list-services li {
	font-size:18px;
	line-height:35px;
	text-transform:uppercase;
	padding-bottom:9px;
}
.list-services a {
	display:inline-block;
	text-decoration:none;
	color:#999;
	height:25px;
	padding-top:10px;
	padding-left:54px;
	background:url(../img/social-icons.png) 0 0px no-repeat;
}
.list-services a.item-1 {
	background-position:0 -44px
}
.list-services a.item-2 {
	background-position:0 -88px
}
.list-services a.item-3 {
	background-position:0 -132px
}
/*********extra***********/
.block {
	height:395px
}
.extra {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto 0px;
	position:relative;
	overflow:hidden;
}
html, body {
	height:100%
}
#top-Content-inner {
	width:579px;
	height:auto;
	float:left;
	padding:10px 38px 15px 0px;
}
.Bigheading {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#015ea4;
	line-height:22px;
}
.bodytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	line-height:22px;
}
h2 {
	font-size:14px;
	line-height:1.2em;
	color:#39b9d6;
	text-transform:uppercase;
}
h2 em {
	display:block;
	color:#333;
	text-transform:none;
}
h2 strong {
	display:block;
	margin-top:-2px;
}
.entertxt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	line-height:32px;
}
/*--------------------Career Page---------------------*/

.boxMain {
	width:888px;
	height:auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-moz-box-shadow: -5px -5px #74acd3;
	-webkit-box-shadow: -5px -5px #74acd3;
	box-shadow: -5px -5px #74acd3;*/
	border:1px #CCC solid;
	padding:15px;
	margin-top:15px;
	background:#fff; 
}
.boxMain h1 {
	font-size:19px;
	color:#01589b;
	background:#DDD;
	padding:4px 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height:22px;
	float:none;
	margin-bottom:10PX;
}

.boxMain h2 {
	font-size:12px;
	color:#00000;
	font-style:normal;
	line-height:22px;
}
.boxMain p {
	font-style:italic;
	color:#616161;
	width:600px;
	font-size:12px
}
h1, h2 {
	margin:0;
	padding:0;
}
.readmore {
	/*background: url(../img/submitbtn.png) repeat-x scroll 0 top transparent;*/
	/*border: 1px solid #C0D6CF;*/
	border-radius: 4px;
	/*box-shadow: 0 8px 6px -6px black;*/
	color:#FFF !important;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding:4px 5px;
	text-align: center;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	background:#39B5D7;
	transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.readmore:hover {
/*	background-position:bottom;*/
	color: #FFF !important;
	text-decoration: none;
	text-shadow:none !important;
	background:#005DA4;
}
.btnWidth {
	width:200px !important;
	margin-top:18px;
}
.boxMain ul{ padding:0; margin:0 0 0 20px;}
.boxMain ul li{ list-style:disc inside}

.form-area input[type="text"] {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
    line-height: 1.4em;
    margin: 3px 0;
    padding: 4px 10px;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 265px;
}
.form-area input[type="text"]:focus {
    border-color: #5A96AB;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.55);
    color: #919191;
}
.form-area select {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 28px;
    line-height: 1.4em;
    margin: 3px 0;
    padding: 4px 10px;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 285px;
}
.form-area select:focus {
    border-color: #5A96AB;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.55);
    color: #919191;
}
.form-area textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 60px;
    line-height: 1.4em;
    margin: 5px 0;
    padding: 8px 10px;
    transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 265px;
}
.form-area textarea:focus {
    border-color: #5A96AB;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.55);
    color: #919191;
}
.Label{ padding-right:20px}

.bor-bot{ border-bottom:3px solid #2FACCF; margin-bottom:30px;}
.btn{ width:90px; height:20px; padding:4px 10px; background:#18B1D1; border:none; line-height: 20px; -webkit-border-radius: 4px; border-radius: 4px; float:left; text-align:center; margin:0 3px; color:#3C3333;}
.btn:hover{background:#4198D8}
.btn a{color:#fff;}
ul.foot_menu{ padding:0; margin:0;}
ul.foot_menu li{ padding:5px 5px; text-transform:uppercase; color:#999;}
ul.foot_menu li a{ color:#999;}
ul.foot_menu li a:hover{ color:#fff;}
.isobox{-webkit-border-radius: 4px; border-radius: 4px; background:#fff;padding: 4px 30px; float: left;}

.menuwrap {
    float: right;
    height: 37px;
    margin: 35px 50px 0 15px;
    position: absolute;
    width: 100px;
	right:0;
}
table.contact{ width:100%; margin:20px 0;}
table.contact td{ padding:6px 0}
table.contact td input[type="text"]{ width:300px;border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
	padding:5px 10px;}
table.contact td select{ width:322px;border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 29px;
	padding:5px 10px;}
table.contact td textarea{ width:300px;border: 1px solid #C3C3C3;
    border-radius: 3px;
    box-shadow: none !important;
    color: #A2A2A2;
    font-size: 13px;
    font-weight: normal;
    height: 80px;
	padding:5px 10px;}
table.contact td .btn{ padding:10px !important;width: 115px !important; height:40px !important; color:#fff; font-weight:bold;}
.con_address{ width: 96.5%; float:left; height:auto; border:1px solid #ccc; padding:10px; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom:10px;}
.con_address h1{ font-size:20px; font-weight:bold; color:#fff; float:none; margin:0; background:#31AFD0; padding:8px 10px; -webkit-border-radius: 4px; border-radius: 4px;}
.con_address h3{ font-size:18px; font-weight:bold; color:#0f75bd; float:none; margin:10px 0;}
.con_address p{ line-height:22px;}
.add_box{ float:left; width:89.5%; border-bottom:1px solid #ccc; padding-left:50px; background:url(../img/orange.png) no-repeat 13px bottom; }
.job{ background:#fff; transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;}
.job:hover{ background:#eee}
