@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9abcf0;
	margin:0px;
	padding:0px;
	background:#163c74 url(../images/body-bg.jpg) repeat-x top;
}
a, img{
	outline:none;
	border:0px none;
}
.link a{
	text-decoration:none;
	color:#9abcf0;
}
.link a:hover{
	color:#fff;
}
.red-link a{
	color:#bc0000;
	text-decoration:none;
}
a.read-more{
	color:#284b75;
	display:block;
	float:right;
	clear:right;
	text-decoration:none;
}
a:hover.read-more{
	color:#bc0000;
	text-decoration:underline;
}
.red-link a:hover{
	text-decoration:underline;
}
.link2 a{
	text-decoration:none;
	color:#181818;
}
.clear{
	clear:both;
	float:none;
}
.clear2{
	clear:both;
	line-height:0px;
	height:12px;
	font-size:0px;
}
/*---------------------------------------------------*/
#main-container{
	width:990px;
	margin:0px auto;
}
#topHeader{
	background:url(../images/bannerImg.jpg) no-repeat right top;
}
.logo{
	float:left;
}
.phone{
	float:right;
	font-size:18px;
	padding-top:70px;
	padding-right:10px;
}
#menu{
	height:43px;
}
.menuLeftSec{
	float:left;
	width:15px;
}
.centerSec{
	float:left;
	background:url(../images/menuBg.jpg) repeat-x;
	width:960px;
	margin:0px auto;
	text-align:center;
}
.centerSec ul{
	padding:0px;
	margin:0px;
	padding-left:10px;
}
.centerSec ul li{
	list-style:none;
	float:left;
	background:url(../images/seprator.jpg) no-repeat top right;
	font-family:"Myriad Pro";
	font-size:14px;
	text-transform:uppercase;
}
.centerSec ul li.lastMost{
	background:none;
	float:left;
}
.centerSec ul li a{
	display:inline-block;
	padding:13px 40px 14px 40px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.centerSec ul li a:hover{
	display:inline-block;
	padding:13px 40px 14px 40px;
	color:#fff;
	background:url(../images/menuhoverBg.png) no-repeat center bottom;
	text-decoration:none;
}
.centerSec ul li a.selected{
	display:inline-block;
	padding:13px 40px 14px 40px;
	color:#fff;
	background:url(../images/menuhoverBg.png) no-repeat center bottom;
	text-decoration:none;
}
.menuRightSec{
	float:right;
	width:15px;
}

#mainBody{
	padding-top:25px;
	background:url(../images/innerBodyBg.jpg) no-repeat;
	background-position:center top;
}
.innerBody{
	margin-bottom:20px;
	width:100%;
}
.innerBody h1{
	font-family:"Myriad Pro";
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	color:#FFFFFF;
}
.innerBody h2{
	font-family:"Myriad Pro";
	font-size:20px;
	font-weight:normal;
	margin:0px;
	background: rgb(6, 38, 88);
	padding:5px;
}
.innerBody h3{
	font-family:"Myriad Pro";
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.innerBody table{
	border:1px solid #062658;
	padding:1px;
}
.leftSec{
	float:left;
	width:520px;
	padding:10px;
	padding-top:0px;
}
.leftSec h1{
	font-family:"Myriad Pro";
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
.latestProjects{
	margin-top:30px;
}
.projectHdg{
	margin-bottom:15px;
}
.projectHdg h2{
	float:left;
	font-family:"Myriad Pro";
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
.projectHdg h2 b{
	font-size:14px;
	font-weight:normal;
}
.projectHdg span{
	float:right;
	display:block;
	padding-top:12px;
}
.projectHdg span a{
	text-decoration:none;
	color:#9abcf0;
	padding-left:7px;
}
.projectHdg span a:hover{
	text-decoration:underline;
}
.projectThumb{
	float:left;
	margin-right:35px;
	margin-bottom:15px;
	height:155px;
	width:150px;
}
.projectThumb img{
	padding:3px;
	border:1px solid #9abcf0;
	width:140px;
}
.projectThumb a{
	text-decoration:none;
	color:#9abcf0;
}

.projectThumb2{
	float:left;
	margin-right:33px;
	margin-bottom:15px;
	height:155px;
	width:135px;
}
.projectThumb2 img{
	padding:3px;
	border:1px solid #9abcf0;
}
.projectThumb2 a{
	text-decoration:none;
	color:#9abcf0;
}
.rightSec{
	float:right;
	width:420px;
}
.latestNews{
	margin-bottom:20px;
}
.latestNewsBody{
}
.latestNewsBody span{
	display:block;
	padding:1px 3px 1px 3px;
	background:#2759b9;
	float:left;
}
.latestNewsBody p{
	margin-top:0px;
	padding-top:0px;
}
/*------------------SCROLLER--------------*/
#mycustomscroll {
	height: 125px;
	padding-right:7px;
	margin-top:10px;
	outline:none;
}
.vscrollerbase{
	width:5px;
	background:url(../images/scrollBg.jpg) repeat-y center top;
}
.vscrollerbar{
	width:5px;
	background:#fff;
	-moz-border-radius:5px;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.videoBody a{
	font-weight:bold;
	font-size:13px;
	color:#9abcf0;
	text-decoration:none;
	display:block;
	width:205px;
	padding:3px 0px 3px 0px;
	float:left;
}
.videoBody a:hover{
	color:#fff;
}
.bottomTxt{
	text-align:center;
	width:800px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
}
#footer{
	border-top:1px solid #45628f;
	padding-top:10px;
	height:30px;
}
.fleft{
	float:left;
}
.fleft a{
	text-decoration:none;
	color:#ffffff;
}
.fleft a:hover{
	color:#9abcf0;
}
.fleft span{
	padding-left:10px;
	padding-right:10px;
}
.fright{
	float:right;
}
.fright a{
	text-decoration:none;
	font-weight:bold;
	color:#f2f2f2;
}
.gallery{
	height:140px;
	margin-bottom:10px;
}
.contentLeft{
	float:left;
	width:720px;
}
.contentRight{
	float:right;
	padding-top:12px;
}
.contentRight img{
	width:250px;
	padding:2px;
	border:1px solid #9ABCF0;
}
.contentRight2{
	float:right;
}
.contentRight2 img{
	width:210px;
	padding:2px;
	border:1px solid #9ABCF0;
}

.odd td{
	background: rgb(34, 78, 142);
	padding:10px;
	width:33%;
	border:0px none;
	
}
.odd div{
	height:110px;
	overflow:hidden;
	width:212px;
	border:1px solid #062658;
	text-align:center;
	margin-bottom:10px;
}
.odd div img{
	vertical-align:middle;
	width:212px;
}
.even td{
	padding:10px;
	background: rgb(26, 64, 121);
	width:33%;
	border:0px none;
	
}
.odd td h3 a{
	color:#9abcf0;
	text-decoration:none;
	margin-bottom:5px;
	display:inline-block;	
}

.even td h3 a{
	color:#9abcf0;
	text-decoration:none;
	display:inline-block;	
	margin-bottom:5px;
}
.even div{
	height:110px;
	overflow:hidden;
	width:212px;
	border:1px solid #062658;
	text-align:center;
	margin-bottom:10px;
}
.even div img{
	vertical-align:middle;
	width:212px;
}
.pagination{
	padding:10px;
	text-align:center;
	color:#f2f2f2;
	font-size:11px;
}
.pagination a{
	color:#9abcf0;
	padding:0px 5px 0px 2px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.pagination a:hover{
	color:#2759b9;
}

/*--------contact us form-------*/

.label-field{
	width: 215px !important;
	width: 220px;
	clear: right;
	margin: 0;
	padding:3px;
	padding-left: 160px; /*width of left column containing the label elements*/
	height: 1%;
}
.frmlabel{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.txtfiled{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
	border:0px;
	background:#2454b3;
	font-size:12px;
	color:#9bbdf1;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
}
.txtfiled:hover, .txtfiled:focus{
	width: 200px;
	border:0px;
	background:#184bae;
	color:#9bbdf1;
	font-size:12px;
}
.combobox{
	width: 200px;
	border:0px;
	background:#2454b3;
	font-size:12px;
	color:#9bbdf1;
	font-family:Arial;
}
.combobox:hover, .combobox:focus{
	width: 200px;
	border:0px;
	background:#184bae;
	color:#9bbdf1;
	font-size:12px;
}
.txtarea{
	width: 200px;
	height: 120px;
	border:0px;
	background:#2454b3;
	font-size:12px;
	color:#9bbdf1;
	font-family:Arial;
}
.txtarea:hover, .txtarea:focus{
	width: 200px;
	height: 120px;
	border:0px;
	background:#184bae;
	color:#9bbdf1;
	font-size:12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.txtarea{
	width: 196px;
	height: 120px;
	border:0px;
	background:#2454b3;
	font-size:12px;
	color:#9bbdf1;
	font-family:Arial;
}
.txtarea:hover, .txtarea:focus{
	width: 196px;
	height: 120px;
	border:0px;
	background:#184bae;
	color:#9bbdf1;
	font-size:12px;
}
}

.compulsory{
	color:#FF0000;
	margin-left:2px;
	vertical-align:top;
}

* html .threepxfix{
	margin-left: 2px;
}

.btn{
	text-decoration:none;
	color:#9bbdf1;
	background:#2454b3;
	padding:3px;
	cursor:pointer;
	border:0px none;
}
.btn:hover{
	color:#9bbdf1;
	background:#184bae;
}
.address{
	width: 190px;
	clear: right;
	margin: 0;
	padding:2px;
	padding-left: 95px; /*width of left column containing the label elements*/
	height: 1%;
}

/*------------------------------*/

.latestP{
}
.latestPthumbImg{
	float:left;
	width:160px;
}
.latestPthumbImg img{
	width:140px;
	padding:2px;
	border:1px solid #2454b3;
}
.latestPthumbTxt{
	float:left;
	width:75%;
}
.latestPthumbTxt b{
	font-size:14px;
	color:#fff;
}


.read
{

}

.read a
{
text-decoration:none; 
color:#9ABCF0;
}

.read a:hover
{
color:#FFFFFF;
}

.bad_msg
{
border:2px solid red; background-color:#FF989B; -moz-border-radius:10px 10px 10px 10px;
-moz-box-shadow:0 0 20px white; width:360px;opacity: 0.8; padding-top:5px;
}

.good_msg
{
border:2px solid green; background-color:#C7FFBB; -moz-border-radius:10px 10px 10px 10px;
-moz-box-shadow:0 0 20px white; width:360px;opacity: 0.8; padding-top:12px;
}


