/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

#wrapper{
	position:relative;
	left:0px;
	top:0px;
	width:900px;
}

#container{
	position:relative;
	top:0px;
	width:780px;
	text-align:left;
	border:#333333 solid 1px;
}

#logo{
	position:relative;
	top:0px;
	height:50px;
	text-align:right;
	background:#333333 url(images/logo_back.jpg) repeat-x;
	color:#FFFFFF;
}

#logo h1{
	padding:10px 10px 0 0;
	font-size:24px;
}

#menu{
	position:relative;
	height:39px;
	background:#86a8c1 url(images/menu_back.jpg) repeat-x bottom;
	font-size:13px;
}

#menu a{
	position:relative;
	top:10px;
	padding:5px 30px 10px 30px;
	background:url(images/separator.jpg) right no-repeat;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF
}

#menu a:hover{
	color:#dfe9f1;
}

#leftImage{
	position:absolute;
	left:0px;
}

#rightImage{
	position:relative;
	left:0px;
	margin-left:164px;
}

#companyName{
	position:relative;
	top:0px;
	height:121px;
	text-align:left;
	color:#f4f8f7;
	background:url(images/11.jpg) no-repeat;
}

#companyName .logo{
	position:relative;
	margin-left:65px;
	padding:35px 0 0 0;
	font-size:28px;
}

#companyName .slogan{
	position:relative;
	margin-left:150px;
	font-weight:bold;
}

#content{
	position:relative;	
	text-align:left;
	color:#003265;
	border-bottom:#333333 solid 1px;
}

.pageTitle {
border-bottom:1px dashed #CCCCCC;
color:#003265;
font-family:Tahoma;
font-size:18px;
line-height:15px;
margin:10px 0 0 20px;
padding:15px 0px 5px 0px;
text-decoration:none;
}

#leftContent{	
	width:175px;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}

#leftContent .head{
	padding:8px 0 0 5px;
	background:#333333 url(images/project_bg.jpg) repeat-x bottom;
	height:30px;
}

#leftContent .projectDetails{
	color:#003265;
	text-align:center;
}

#leftContent .projectDetails img{
	width:160px;
}

#rightContent{
	width:604px;
	float:right;
	border-left:#333333 solid 1px;
}

#horiServices{
	background:#FFFFFF url(images/menu_services_bg.jpg) repeat-x;
	height:41px;
}

.showDot{
	padding:5px 10px 10px 10px;
	background:url(images/vertical_dots.gif) right repeat-y;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#134057;
	width:30px;
}

.lastDot{
	padding:5px 10px 10px 10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#134057;
	width:30px;
}

#horiServices a:hover{
	color:#FFFFFF;
}

.head{
	font-weight:bold;
}

#footer{
	height:19px;
	background:#86a8c1 url(images/menu_back.jpg) repeat-x top;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

a{
	color:#134057;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
}

.ContactUs a{
	color:#134057;
	text-decoration:none;
}