@charset "utf-8";
/* CSS Document */

body {
	background:#d4e1f3 url(images/bg.png) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:40px 0;
}

div, h1, h2, h3, h4, p, ul, li, form {
	margin:0;
	padding:0;
	font-weight:normal;
}

.clr {
	clear:both;
	height:0px;
	overflow: hidden;
}

a, img {
	outline:none;
	border:none;
}

/*wrapper*/
.wrapper{
	width:742px;
	margin:0 auto;
	background:url(images/wrappperBg.png) top right no-repeat;
}


/*header*/
.header{
}

.logo{
	margin-left:60px;
}

.logo a{
	background:url(images/logo.gif) no-repeat;
	height:79px;
	width:171px;
	display:block;
	cursor:pointer;
	text-indent:-20000px;
}

/*nav*/
.nav{
	width:666px;
	height:36px;
	margin-top:30px;
}

.nav .navLeft{
	background:url(images/navLeft-trans.png) no-repeat;
	height:36px;
	width:13px;
	float:left;
}

.nav .navMid{
	background:url(images/navMid.png) repeat-x;
	height:36px;
	width:640px;
	float:left;
}

.navMid ul{
	padding:9px 0 0 30px;
}

.navMid ul li{
	list-style:none;
	float:left;
	margin-left:40px;
}

.navMid ul li a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}

.navMid ul li a.active{
	font-weight:bold;
}

.nav .navRight{
	background:url(images/navright-trans.png) no-repeat;
	height:36px;
	width:13px;
	float:left;
}

/*content*/
.content{
	width:665px;
}

.content .contentArea{
	background-color:#fff;
	padding-bottom:150px;
}

.contentArea .graphice{
	background:url(images/image-1.jpg) no-repeat;
	height:433px;
}

.graphice .texBox{
	width:280px;
	float:right;
	margin:107px 76px 0 0;
}

.texBox h2{
	color:#095b71;
	font-weight:bold;
	font-size:14px;
	text-transform:capitalize;
}

.texBox strong{
	color:#575757;
	font-size:12px;
	padding-top:6px;
	display:block;
}

.mainArea{
	padding:25px 40px 0 83px;
}

.mainArea h2{
	font-size:14px;
	color:#095b71;
	font-weight:bold;
	text-transform:capitalize;
}

.mainArea p{
	font-size:12px;
	color:#575757;
	padding-top:15px;
}

.rightIimage{
	float:right;
	margin-right:5px;
}

.mainArea ul{
}

.mainArea ul li{
	font-size:12px;
	color:#575757;
	padding-top:15px;
	list-style:none;
}

.mainArea small{
	font-size:12px;
	color:#575757;
	padding-top:15px;
}

.mainArea small span{
	color:#111188;
}
	

.projectAre{
}

.projectBox{
	margin-top:20px;
}

.projectBox h3{
	font-size:13px;
	font-weight:bold;
	color:#3b834a;
}

.projectBox ul{
	padding-top:10px;
	
}

.projectBox ul li{
	font-size:12px;
	color:#575757;
	list-style:square inside;
	margin:0;
	padding:0;
}

.content .contentBott{
	background:url(images/contentBott-trans.png) no-repeat;
	height:22px;
}

.footerText{
	color:#000;
	font-size:12px;
	text-align:center;
	color:#3e6894;
	padding-top:12px;
	width:665px;
	display:block;
}