/* CSS Document */


/* keep container divs consistent */
div#contentoutercontainer #contentrightcontainer {
	height:1400px;
}
	

div#contentoutercontainer {
	float:left;
	width:850px;
	/*height:1400px;*/
	background-color:#FFFFFF;
	padding-bottom:3px;

}
div#contentinnercontainer{
	float:left;
	width:616px;
	height:900px;
	background-color:#FFFFFF;

}

div#contentrightcontainer{
	float:left;
	width:229px;
/*	height:1400px;*/
	background-color:#0066CC;
	
	
}
div#contentheader{
	width:608px;
	height:90px;
	/* background:url(images/AboutUS.gif);*/
	text-align:center;
	float:none;
	margin:auto;

}

div#contentheader h1{
	font-size:36px;
	vertical-align:middle;
	float:right;
	padding:10px;
	color:#CCCCCC;
}

div#contentimage{
	width:190px;
	float:left;
	margin-right:2px;

	
}
div#contentimage image{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	
}

div#contenttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:10px 10px 10px 10px;
	
}

div#contenttext a{
	color:#333333;
	text-decoration:none;
	
}

div#contenttext a:hover{
	color:#0033FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}


div#contenttext p ol{
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	text-align:left;
	
}

div#contenttext h1{
	font-size:14px;
	color:#CC0000;
	text-transform:uppercase;
	text-align:left;
}

div#contenttext h2{
	font-size:12px;
	color:#3333CC;

}
.aboutus-banner{ 
	background:url(../images/AboutUS.gif);
	background-repeat:no-repeat;
}

.contactus-banner{
	background:url(../images/ContactUs.gif);
	background-repeat:no-repeat;
}

.engineering-banner{
	background:url(../images/engineering-banner.gif);
	background-repeat:no-repeat;
}

.nursing-banner{
	background:url(../images/nursing-banner.gif);
	background-repeat:no-repeat;
}

.jobseekers-banner{
	background:url(../images/engineering-banner.gif);
	background-repeat:no-repeat;
}

.recruitmentservices-banner{
	background:url(../images/recruitment-services-banner.gif);
	background-repeat:no-repeat;
}
	
div#contentfooter{
	width:850px;
	height:20px;
	text-align:center;
	float:none;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
}


div#contentspacer {
	float:left;
	width:330px;
	height:170px;
	padding-left:50px;
}

div#contentcopy{
	width:600px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
}
