/***************************************************************************************************/
*{
	margin:0;
	padding:0;
	border:0;
}
/***************************************************************************************************/
h1{
	width:540px;
	background:#007cb4;
	font-size:0.9em;
	color:#fff;
	padding:3px 0 3px 8px;
}
h2{
	width:540px;
	background:#269fd6;
	font-size:0.7em;
	color:#fff;
	padding:3px 0 3px 8px;
	margin:0 0 10px 0;
}
h3{

	font-size:0.7em;
	color:#007cb4;
	padding:3px 0 3px 8px;
	margin:0 0 10px 0;
	clear:both;
}
/***************************************************************************************************/
hr{
	height:1px;
	color:#d4d0c8;
}
/***************************************************************************************************/
html, body {	
	height:100%;
	width:100%;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	background:url(../images/bg.jpg) repeat-x top left;
}
/***************************************************************************************************/
#fullcol{
	width:760px;
	min-height:100%;
	margin:0 auto -23px auto;
	position:relative;
	
}


* html #fullcol{
	height: 100%;
}
/***************************************************************************************************/
#header{
	width:760px;
	height:77px;
	background:url(../images/header_bg.gif) no-repeat;
	background-position:260px 20px;
}
.logo{
	float:left;
}
.contactinfo{
	float:right;
	font-size:0.7em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#007cb4;
	margin:10px 0 0 0;
}
#header A, #header A:active, #header A:visited{
	color:#007cb4;
	text-decoration:none;
}
#header A:hover{
	
	color:#00587f;
	text-decoration:underline;
}  
/***************************************************************************************************/
#navigation{
	width:760px;
	height:52px;
}
#mainnav{
	width:760px;
	height:33px;
	font-size:0.8em;
}
#mainnav ul{
	list-style:none;
	display:inline;
	margin:7px 0 0 0;
	float:left;
	color:#fff;
	font-weight:bold;
}
#mainnav li{
	display:inline;
	float:left;
	margin:0 0 0 35px;
}
#mainnav A, #mainnav A:active, #mainnav A:visited{
	color:#fff;
	text-decoration:none;
}
#mainnav A:hover{
	color:#fff;
	text-decoration:underline;
}
#subnav{
	width:760px;
	height:19px;
	font-size:0.7em;
}
#subnav ul{
	list-style:none;
	display:inline;
	float:left;
	color:#0d004c;
	font-weight:bold;
	margin:1px 0 0 0;
}
#subnav li{
	display:inline;
	float:left;
	margin:0 0 0 35px;
}
#subnav A, #subnav A:active, #subnav A:visited{
	color:#0d004c;
	text-decoration:none;
}
#subnav A:hover{
	color:#0d004c;
	text-decoration:underline;
}
/***************************************************************************************************/
#banner{
	width:760px;
	height:168px;
	background:url(../images/banner_bg.jpg) repeat-x top left;
	text-align:center;
}
.bannertemptext{
	width:760px;
	font-size:1.8em;
	font-weight:bold;
	color:#fff;
	margin:60px 0 0 0;
	float:left;
	text-align:center;
}
/***************************************************************************************************/
#main{
	width:760px;
	height:auto;
	margin:10px 0 0 0;
	padding-bottom:30px;
}
#leftcol{
	width:540px;
	height:auto;
	float:left;
}
#content{
	width:540px;
	height:auto;
	margin:15px 0 0 0;
}
#content p{
	color:#243b4f;
	line-height:2em;
	font-size:0.8em;
	margin:10px 0 18px 0;
	padding:0 8px 0 8px;
}
#content ul{
	list-style:none;
	display:block;
	color:#243b4f;
	font-size:0.8em;
	margin:10px 0 30px 0;

}
#content li{
	list-style:none;
	background:url(../images/bullet.gif) no-repeat;
	background-position: 0px 6px; 
	padding:0 0 0 20px;
	line-height:1.6em;
	margin:15px 0 0 30px;
}
/***************************************************************************************************/
#rightcol{
	width:210px;
	height:auto;
	float:right;
}
#rightimages{

	width:195px;

	background:#007cb4;
	margin:0 0 10px 0;
	float:right;
}
.rightimageborder{
	border:1px solid #007cb4;
}
#rightimages p{
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	padding:5px 0 5px 7px;
	line-height:0.8em;
}
/***************************************************************************************************/
#contactbox{
	width:260px;
	float:left;
	border:1px solid #c7c7c7;
	padding:0 0 10px 0;
	margin:5px 3px 5px 3px;
}
.picture{
	float:right;
	margin:8px 8px 0 0;
	border:1px solid #c7c7c7;
}
#contactbox p{
	float:left;
	margin:15px 0 0 0;
	font-size:0.7em;
	font-weight:bold;
}
.email{
	clear:both;
}

#contactbox a, #contactbox a:active, #contactbox a:visited{
	text-decoration:none;
	color:#243b4f;
}

#contactbox a:hover{
	text-decoration:underline;
	color:#243b4f;
}
/***************************************************************************************************/
#form{
	width:380px;
	margin:10px auto 0 auto;
	padding:0;
	float:left;
	clear:both;
}
#form p{
	clear:both;
}
#form input {
	background:#e6eef4;
	border:1px;
	border-style:solid;
	border-color:#c4c4c4;
	font-size:9px;
	clear:none;
	width:190px;
	height:15px;
	float:right;
	margin:5px 0 0 0;

}

#form label{
	float:left;
	margin:0 0 0 10px;
}

#form textarea{
	width:190px;
	height:100px;
	margin:10px 0 0 0;
	float:right;
	overflow:auto;
	border:1px solid #c4c4c4;
}
#form input.button{
	width:60px !important;
	width:70px;
	height:20px;
	clear:both;
	float:left;
	margin:20px 0 0 179px;
	padding:0;
	font-size:0.7em;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
}
/***************************************************************************************************/
#certificates{
	width:400px;
	float:left;
	margin:0 0 10px 0;
}
#certificates ul{
	list-style:none;
	display:inline;
	float:left;
	background:none;
	margin:0;

}
#certificates li{
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	background:none;
}
/***************************************************************************************************/

#cases{

	float:left;
}
#cases ul{
	list-style:none;
	display:inline;
	float:left;
	background:none;
	margin:0 0 30px 0;

}
#cases li{
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	background:none;
}
.casesimg{
	padding:0;
	margin:0;
	font-size:0;
	border:1px solid #009ee5;
}
#testimonial{
	border-bottom:1px solid #7c90a2;
	margin:40px 0 40px 0;
}
#testimonialname{
	clear:both;
	font-size:0.85em;
	margin:20px 0 0 0;
	color:#a4b8c9;
}
#recruitrates{
	background:#a9cba2;
	border:1px solid #c6e4bf;
}
/***************************************************************************************************/
#footer{
	width:100%;
	height:23px;
	margin:0 auto 0 auto;
	background:url(../images/footer_bg.jpg) repeat-x top left;
	clear:both;
	position:relative;
}
#footer p{
	margin:0 0 0 825px;
	color:#5599d1;
	font-size:0.6em;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 0 0;
}
/*********************************************** LIGHTBOX ****************************************************/

#lightbox{
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
	font-family:"Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	color:#797979;
	}

#lightbox a img{ 
	border:none; 
	}

#outerImageContainer{
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
	}

#imageContainer{
	padding:10px;
	}

#loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	}
#hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
	}
#imageContainer>#hoverNav{ 
	left:0;
	}
#hoverNav a{ 
	outline:none;
	}

#prevLink, #nextLink{
	width:49%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
	}
	
#prevLink{ 
	left:0; 
	float:left;
	}
	
#nextLink{
	right:0; 
	float:right;
	}
	
#prevLink:hover, #prevLink:visited:hover{ 
	background:url(../images/prevlabel.gif) left 15% no-repeat; 
	}
#nextLink:hover, #nextLink:visited:hover{ 
	background:url(../images/nextlabel.gif) right 15% no-repeat; 
	}


#imageDataContainer{
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ 
	width:70%; 
	float:left; 
	text-align:left; 
	}	
#imageData #caption{ 
	font-weight:bold;	
	}
#imageData #numberDisplay{ 
	display:block; 
	clear:left; 
	padding-bottom:1.0em;	
	}			
#imageData #bottomNavClose{ 
	width:66px; 
	float:right;  
	padding-bottom:0.7em;	
	}	
		
#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
	

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

* html>body .clearfix {
	display:inline-block; 
	width:100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
	}	

/******************************************-Jobs Listing-***********************************************************/

.result {
	width: 400px;
	border: 1px solid #269fd6;
	margin-bottom: 8px;
}

.short {
	width: 384px;
	padding: 3px 8px;
}

#content input{
	background:#e6eef4;
	border:1px;
	border-style:solid;
	border-color:#c4c4c4;
	font-size:9px;
	clear:none;
	width:190px;
	height:15px;
	margin:5px 0 0 0;

}

#content input.button{
	width:60px !important;
	width:70px;
	height:20px;
	margin:20px 0 0 179px;
	padding:0;
	font-size:0.7em;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
}

.table_collapse {
	border-collapse:collapse;
	font-size: 0.7em;
	vertical-align: top;
}

.table_collapse td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #666666;
}

#price th {
	background:#269fd6;
	padding: 5px;
	font-weight: bold;
	border: 0;
	color: #fff;
}

.rowColor1 {
	background: #FFFFFF;
}

.rowColor2 {
	background: #CCCCCC;
}

.highlightRow {
	background:  #ADC9E4;
}

.center {
	text-align: center;
}

#copyright{
	margin:0 auto;
	width: 760px;
	font-size:0.7em;
}