@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#003366;*/
	color:#000;
	margin: 0px;
	padding: 0px;
	background-color:#c3d7d7;
	/*background-color:#f4f8f7;*/
	
	background-image:url(../images/shadow-back.jpg);
	background-repeat: repeat-y;
	background-position: center;


}
.image{
	 float:left;
	 width:200px;
	 height:auto;
	 margin:0 2px;
}
.borderMe:hover{
	border: solid 2px  #FF0000;
	 width:200px;
	 height:auto;
	
}
.borderMe{
	border: solid 2px  #fff;
	 width:200px;
	 height:auto;
	
}
.imageRow{
	margin:5px 0 25px 20px;
}
.imageRowTitle{
	margin:10px 0 0px 20px;
	font-size:13px;
}
.clear {
clear: both;
}
.err{
 color:#990033;
}
.logo{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
}
a img {
border: 0px;
}

a.recent:active, a.recent:link, a.recent:visited{
	color:#791131;
	font-size:11px;

}
a.recent:hover{
	color:#666666;
	font-size:11px;
}

ul {
margin: 5px 0px 0px 20px;
padding: 0px;
}

ul li {
margin: 0px;
padding: 2px 0px;
}

ul.no_bullets {
margin-left: 10px;
}

ul.no_bullets li {
list-style: none;
}

.title{
	font-size:16px;
	font-weight:bold;
	/*font-family:"Courier New", Courier, monospace;*/
	color:#006699;
	font-family:"Trebuchet MS Italic";
	font-style:italic;
	
}
.subtitle{
	font-size:14px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#999999;
}
.row{
	width:200px;
	height:24px;
	
}
.label{
	width:55px;
	height:18px;
	float:left;
	padding:0 5px 0 0;
	text-align:right;
	
	}
.labelBox{
	width:120px;
	height:18px;
	float:left;
	
}
.input{
	color:#666;
	width:160px;
	height:12px;
	
}
br {
	clear: left;
}

#footer{
	width:932px; 
	height:auto; 
	float:left; 
	text-align:center;
	font-size:10px;
	color:#999999;
	margin:15px 0 0 0;
	/*background-color:#c3d7d7;*/
	border-top:#c3d7d7 1px dashed;

}
#signUp {
	font-size: 1em;
	width:auto; 
	padding:5px;
	line-height:16px;
}
#btn_submit{
margin-left:110px;
	
}
/* containers */
#container {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container-google{
	width:336px;
	height:280px;
	background-image:url(../images/background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#container1 {
	width: 932px;
	margin: 0px auto;
	text-align: left;
	height:600px;
}

#main{
width:100%;
padding-top:2px;
}

#mainContent{
	width:932px;
	height:auto;
	background-color:#FFFFFF;
}
#leftContent {
	float: left;
	width: 600px;
	height: auto;
	background-color:#FFFFFF;
	min-height:300px;
}

#rightContent {
	float: left;
	width: 332px;
	height: auto;
	background-color:#FFFFFF;
	
}
.homeValue{
	 font-size:22px;
	 font-weight:bold;
	 width:332px;
	 text-align:center;
	 line-height:30px;
	 margin:15px 0 0 0;
	 color:#003399;
 
}
.specialTitle{
	 font-size:22px;
	 font-weight:bold;
	 color:#003399;
}
.specialBox{
	margin:50px auto 0px auto; 
	width:500px; 
	height:300px; 
	border: solid 1px #003399; 
	text-align:center;
}
.homeAddress{
	width:332px;
	text-align:center;
}
/*headers*/
#headerLogo{
	 width:932px;
	 height:86px;
	 float:left;
}

#header {
		border-right:1px solid #6e9394;
		border-left:1px solid #6e9394;
		border-bottom:1px solid #003366;
		width:932px;
		height:116px;

}
#header a {
text-decoration: none;
color:#999999;
}

#logo {
float: left;
margin: 5px 0px 0px 10px;
width: 225px;
}

#navTop {
float: right;
width: auto;
margin-top: 42px;
}

#navTop ul {
margin: 0px;
padding: 0px;
}

#navTop li {
text-transform: uppercase;
list-style: none;
float: left;
width: auto;
margin: 0px 8px;
}

#navTop li a {
font: 10px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: .1ex;
color: #791133;
}


#navMain  { 
	/*background-color:#FFF2D5; */ 
	background-color:#99b5b6;
	margin-top: 4px; 
	margin-bottom:0px; 
	width: 932px; 
	height: 30px; 
	clear: both; 
	/*border-bottom: 1px solid #d6cb97;*/
	/*border-bottom: 1px solid #6e9394;*/
	 }

#navMain ul {
margin: 0px auto;
padding: 1px;
text-align: center;
}

#navMain li {
list-style: none;
display: inline;
width: auto;
margin: 0px 0px 0px 25px;
padding: 0px 25px 0px 0px;
border-right: 1px solid #5F89A1;
}

#navMain li.last_item {
border: none;
}

#navMain li a {
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: .2ex;
color: #fff;
text-transform: uppercase;
line-height: 30px;
}

#navMain li a:hover {
/*color: #6e9394;*/
color:#000099;
}

#navMain li a:active {
color: #6e9394;
}
#navMain li a.selected{
color:#000099;
}

/*footer*/

#footer ul {
margin: 0px auto;
padding: 1px;
text-align: center;
}

#footer li {
list-style: none;
display: inline;
width: auto;
margin: 0px 0px 0px 5px;
padding: 0px 5px 0px 0px;


}

#footer li.last_item {
border: none;
}

#footer li a {
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #999;
text-transform: uppercase;
text-decoration:none;

}

#footer li a:hover {
/*color: #6e9394;*/
color:#000099;
font-weight: normal;
}

#footer li a:active {
color: #6e9394;
}


#contact{
	width:280px;
	height:auto;
	margin:5px 0 0 5px;
	padding:15px 0 15px 0;
	border:2px outset #c3d7d7;
	text-align:center;
	float:left;
}
#ourTeam{
	width:280px;
	height:400px;
	margin:5px 0 0 5px;
	padding:15px;
	
	
}

#aboutDiff{
	width:260px;
	height:auto;
	padding:20px 0 0 20px;
	float:left;
	
}

#aboutHiring{
	width:260px;
	height:auto;
	padding:20px 0 0 20px;
	margin: 0 0 0 20px;
	float:left;
	
}
#services{
	width:360px;
	height:auto;
	padding:20px 0 0 20px;
	float:left;

}
#servicesRight{
	width:360px;
	height:auto;
	padding:20px 0 0 20px;
	float:left;

}
#contactCenter{
	margin:20px 0 0 320px;
	float:left;

}

/* Slider Controls*/
#sliderControls{
	height:auto;
	width:auto;
	float:left;
}


#homeSlider{
	width:600px;
	height:300px;
	float:left;
	
}
.homeSlider{
	margin:0px;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */		
	width:600px;	/* Image width */
	height:330px;	/* Image height */
	position:relative;	/* Don't remove this line */
}
	
/* Don't change these values */
.homeSlider img{
	position:absolute;
	left:0px;
	top:0px;
	
}
