/* CSS Document */

body {
  background:#ecf5fc;
  font-size:12px;
  font-family:arial;
  line-height:auto;
  color:#333333;
}
a:hover
{
	text-decoration	:underline;
}
.wrapper {
	width:961px; 
	margin:0 auto;  
	background:#fff;
}
#header {
  background: #ecf5fc;
  width: 100%;
}
#leftcol {
  float: left;
  width: 23%;
  margin-left:5px;
}
#rightcol {
  float: right;
  width:36%;
  margin-left:10px;
  margin-right:5px;
	
}
#content {
	float:left;
	margin-left:15px;
	text-align:justify;
	width:36%;
}
#contentBig {
	float:left;
	margin-left:15px;
	text-align:justify;
	width:74%;
}
#mainContent {
  background: #fff;
  width: 100%;
  padding-bottom:10px;
}
#footer {
  background: #333333;
  background:#0060b3 url(../images/1MenuHoverBG.png) repeat-x scroll left top;
  clear: both;
  width: 100%;
  color:#fff;
  font-size:11px;font-weight:bold;
}

.footerMenu a
{
	color:#fff;
}

.footerMenu 
{
	padding:10px;
}
.copyright { text-align:right; font-size:10px; padding:4px;}
.clear{clear:both;}
.logo {float:left; width:auto;}
.logo a img{ padding:0; margin:0; border:0;}
.navigation {
	float:right;
	width:731px;
}
.topNav
{
	font-size:11px;
	height:42px;
	margin-top:5px;
	text-align:right;
}
.topNav a{margin:0 5px;}

.sectionTitle
{
	border-bottom:2px solid #666;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	margin:5px 5px 5px 5px;
	color:#FF6600;
	text-transform:uppercase;
}
.sectionTitle strong
{
	color:#333;
}
.ttSC
{
	text-transform:none;
	
}
/*job list Left col*/

.jobPostList
{
	height:240px;
	overflow:auto;

}
.jobPosts li
{
	border-bottom: 0px dashed #FF6600;
	padding: 2px 5px 5px;
	margin-bottom:5px;
}

.jobPosts span.postedDate
{
	font-size:10px;
	color: #666;
	display:block;
	padding-bottom:2px;
}

.jobPosts a
{
	font-size:12px;
	color: #FF6600;
}

.aboutUsCont 
{
	padding-left:2px;
}

.moreCont
{
	text-align:left;
	padding-left:7px;
}
.more
{
	background:transparent url(../images/arrw.png) no-repeat right 0px;
	padding-right :12px;
	color:#FF6600;
	font-weight:bold;
	height:12px;
	width:12px;
}
.coeCont
{
	padding-left:5px;
}
.serviceGamutList
{
	padding:10px 5px;
}
.serviceGamutList li
{
	color:#fff;
	font-weight:bold;
	padding:10px;
	border-bottom:0px solid #fff;
}

.serviceGamutList li.row1{	background-color:#5cd900; }
.serviceGamutList li.row2{	background-color:#56c802; }
.serviceGamutList li.row3{	background-color:#4eb700; }
.serviceGamutList li.row4{	background-color:#47a701; }
.serviceGamutList li.row5{	background-color:#409701; }

.serviceGamutList li.row1{	background-color:#029ef8; }
.serviceGamutList li.row2{	background-color:#0491e2; }
.serviceGamutList li.row3{	background-color:#0281ca; }
.serviceGamutList li.row4{	background-color:#016ead; }
.serviceGamutList li.row5{	background-color:#02659e; }


.leftMenu
{
min-height:250px;
padding-left:4px;	

}
.leftMenuList li a
{
	border-bottom:1px dashed #FF6600;
	display:block;
	height:19px;
	padding:5px;
	width:91%;
	font-weight:bold;
}
.leftMenuList li a.current
{
	background:#424550 url(../images/leftMenuArrow.gif) no-repeat right top; 
	color:#fff;
	border-bottom:0px dashed #FF6600;
	border-top:0px dashed #FF6600;
}

.leftMenuCont .sectionTitle
{
	width:85%;

}

.mainCont
{
	text-align:left;
	margin-left:5px;
}

.sectionImg
{

	text-align:center;
	margin:10px 0;
}
.showBullet
{
	margin-left:10px;
	list-style-position:inside;
	list-style-type:disc;
	margin-top:10px;
}

.cont
{ margin-left:5px;}

.quote{ font-style:italic; font-weight:bold;}
.quote img { padding-left:10px; padding-right:10px;  padding-top:5px;}

/*Banner*/
.bannner {  
    height:  960px;  
    width:   216px;  
    padding: 0;  
    margin:  0;  
	position:absolute !important;
	z-index:10;
} 
 
.bannner img {  
    border:  0px solid #ccc;  
    background-color: #eee;  
    width:  960px; 
    height: 216px; 
    top:  0; 
    left: 0 ;
	position:absolute !important;
} 

.fll
{float: left; width:65%;}