@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } 
.group { display: block; } /* close commented backslash hack */

body {
	position: relative;
	background-color: #EEE;
}

/*
	TYPOGRAPHY
*/

h1 {
	font-size: 16pt;
	color: #CE4D40;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #CE4D40;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #CE4D40;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 { font-size: 16px; }
h5 {
	font-size: 16pt;
	color: #FFF;
	text-decoration: none;
}
.screen-reader-text { position: absolute; top: -9999px; left: -9999px; }
p {
	font-size: 12px;
	color: #3F3864;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li {
	list-style-image: none;
	list-style-type: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* END screen media */
strong {
	font-weight: bold;
	color: #3F3864;
}
#banner_warp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 97px;
	background-image: url(../images/banner_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#heading {
	position: absolute;
	top: -139px;
}

#center {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#homequo {
	color: #3F3864;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}



#bg {
	        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}

.bluegrd {
			background: #061324; /* Old browsers */
background: -moz-linear-gradient(top, #061324 0%, #0b1c33 92%, #00070f 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#061324), color-stop(92%,#0b1c33), color-stop(99%,#00070f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #061324 0%,#0b1c33 92%,#00070f 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #061324 0%,#0b1c33 92%,#00070f 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #061324 0%,#0b1c33 92%,#00070f 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061324', endColorstr='#00070f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #061324 0%,#0b1c33 92%,#00070f 99%); /* W3C */
	}
.bluegrd_footer {
background: #00070f; /* Old browsers */
background: -moz-linear-gradient(top, #00070f 0%, #0b1c33 10%, #061324 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00070f), color-stop(10%,#0b1c33), color-stop(100%,#061324)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00070f 0%,#0b1c33 10%,#061324 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00070f 0%,#0b1c33 10%,#061324 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #00070f 0%,#0b1c33 10%,#061324 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00070f', endColorstr='#061324',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #00070f 0%,#0b1c33 10%,#061324 100%); /* W3C */
}
#top_head {
	height: 111px;
	width: 100%;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	top: 0px;
}


#top_menu {
	height: 50px;
	width: 100%;
	z-index: 100;
}
#topnav {
	position: relative;
	width: 1000px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}
#topnav li {
	display: inline-block;
	color: #FFF;
	padding-left: 12px;
	float: left;
}
#topnav li a {
	text-transform: uppercase;
	color: #F0F3F4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li .current {
	color: #CE4D40;
	font-weight: bold;
}


#topnav li a:hover {
	color: #CE4D40;
}

#topnav li a:active {
	color: #CE4D40;
}
#webtracking {
	height: 30px;
}

.sub {
	height: 94px;
	width: 140px;
	position: absolute;
	left: 455px;
	top: 50px;
	z-index: 119;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #274359;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}
.sub td {
	padding-left: 10px;
}

.servicessub {
	height: 155px;
	width: 349px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 119;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #274359;
	padding: 10px;
	display: none;
}
.servicessub td {
	padding-left: 10px;
}
#servicestab {
	height: 30px;
}
#content {
	padding-bottom: 30px;
	min-height:300px;
}


#content_warp {
	position: relative;
	z-index: 2;
	top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_contanier {
	width: 980px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_trans2.png);
	background-repeat: repeat;
}
#aboutus li  {
	height: 167px;
	width: 355px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#banner {
	height: 250px;
}




#logo {
	height: 111px;
	width: 349px;
	background-image: url(../images/logo.png);
	float: left;
}
#footer {
	height: 50px;
	width: 100%;
	bottom: 0px;
	z-index: 10;
}
#footer_links {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	padding-top: 18px;
}

#footer_links li {
	color: #CE4D40;
	font-size: 11px;
	display: inline;
}
#footer_links li a {
	color: #CE4D40;
	font-size: 11px;
}


.transparent {
	background-image: -moz-linear-gradient(top, #f0f3f4, #f0f3f4);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f0f3f4), to(#f0f3f4));
background-image: -o-linear-gradient(top, #f0f3f4, #f0f3f4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f3f4', endColorstr='#f0f3f4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f3f4', endColorstr='#f0f3f4')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #f0f3f4, #f0f3f4);
opacity:0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
/*-ms-filter must come before filter*/
filter: alpha(opacity=80);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
	}
	
#nav {
	position: absolute;
	left: -1px;
	top: 148px;
	width: 251px;
	text-align: right;
}

#nav li {
	margin-bottom: 10px;
}
#nav ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0F3F4;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #CE4D40;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3F3864;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
	background-image: url(../images/trans_5.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#nav li a:hover {
	color: #CE4D40;
}
#nav ul li .selcetedservice {
	color: #FFF;
	background-image: url(../images/current_sel.jpg);
	background-repeat: repeat;
}
#clock_warp {
	background-image: url(../images/clockbar_bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;
	background-position: center;
}

#clock {
	z-index: 100;
}
#clock ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
	width: 100px;
}
#clock ul li #country {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 85px;
	display: block;
	text-align: center;
	color: #CE4D40;
	position: absolute;
	top: 30px;
}
#container_size {
}
#container_size table {
	border: 1px solid #E3EAF2;
	background-color: #F0F0F0;
}
#container_size table tr td {
	border: 1px solid #E3EAF2;
	padding: 5px;
}
#container_size table tr td p {
	font-size: 11px;
}
#container_size table tr td span {
	font-weight: bold;
	color: #3F3864;
	font-size: 11px;
}
#contactinfo {
	float: right;
	padding: 5px;
	margin-top: 40px;
	text-align: right;
}
#contactinfo p strong {
	color: #CE4D40;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#contactinfo span {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#contactinfo p a {
	color: #333;
	font-size: 11px;
}

.imgmargin {
	margin: 10px;
}
.smallpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.button {
	background-color: #CE4D40;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
.border {
	border: 2px solid #CCC;
}
.noborder{
	border-right-style: none !important; 
	
	}
p{
	color:##3F3864;
	
	
	
	}
.pimages{
	text-align:center;
	margin-left:10px;
	
	
	}
	.pimages1{
	text-align:center;
	margin-left:2px;
	
	
	}
.list ul li {
	list-style:outside;
	list-style-type:square;
	margin-left:20px;
	}