@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #4f5051;
}

h1{
	color:#183873;
	font-size:20px;
	font:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	margin:20px 0px 5px 30px;
	padding:0px;
	font-weight:bold;
}
h2{
	background:none;
	line-height:2px;
	font-size:20px;
	text-transform:uppercase;
	margin:0px 0px 0px 20px;
	padding:10px;
	color:#183873;
	font-weight:normal;
}
h3{
	color:#183873;
	font-size:18px;
	font:Verdana, Geneva, sans-serif;
	margin:10px 0px 5px 30px;
	padding:0px;
	font-weight:bold;
}
h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #183873;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover{
	text-decoration:underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
.changeColor{
	color:#ba1f26;
}
.floatLeft{
	float:left;
}
.servicesList{
	margin-left:70px!important;
}
#whiteSlice{
	width:1069px;
	margin:0px auto;
	background:url(../images/whiteSlice.png) repeat-y;
}
#whiteFoot{
	width:1069px;
	height:16px;
	background:url(../images/whiteFoot.png) no-repeat;
	margin:0px auto;
}
#sideShadows{
	width: 1012px;
	background: url(../images/shadowSides.png) repeat-y;
	margin: 0 auto; 
}
.container {
	width: 1000px;
	background-color:#183873;
	margin: 0 auto; 
}
.header {
	padding:16px 0px 0px 0px;
	margin:0px;
	width:1000px;
	overflow:hidden;
}
.header *{
	overflow:hidden;
}
#greyBar{
	height:40px;
	background:#8b8c8c;
	width:100%;
	margin:0px;
	padding:0px;
}
#greyBar img{
	margin:-30px 0px 0px 170px;
	padding:0px 0px 0px 0px;
	z-index:12;
	position:absolute;
}
#greyBar p{
	float:right;
	line-height:40px;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:none;
	color:#ffffff;
	margin:0px 40px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight: lighter;
}
#redLine{
	height:10px;
	background:#ba1f25;
	width:100%;
	margin:0px;
	padding:0px;
}
#headerImages{
	margin:8px 35px 0px 0px;
	padding:0px;
	overflow:visible;
	float:right;
	height:281px;
	position:relative;
}
.headerImage{
	position:relative;
	z-index:10;
}
.sidebar {
	margin:0px 0px 0px 0px;
	background:url(../images/sidebarBackground.png) no-repeat;
	float:left;
	width:372px;
	height:289px;
	overflow:visible;
	position:absolute;
	z-index:11;
}
.sidebar ul{
	padding: 0;
	margin:35px 0px 0px 60px;
}
.sidebar ul li{
	height:35px;
	line-height:35px;
	*height:31px;
	*line-height:31px;
	width:220px;
	border-bottom:#bfbdbe solid 1px;
	padding:0px;
	margin:0px;
	list-style:none;
}
.sidebar ul li a{
	font-size:14px;
	color:#bfbdbe;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px 0px 0px 40px;
	padding:0px;
	display:block;
	letter-spacing:1px;
	z-index:100;
	position:absolute;
}
.sidebar ul li a:hover{
	color:#fbfdfe;
	font-size:16px;
	margin:0px 0px 0px 30px;
	padding:0px;
	z-index:100;
}
.sidebar ul li.noBorder{
	border:none;
	border-color: transparent;
}
.sidebar ul li.selected a{
	background:url(../images/menuSelected.png) no-repeat;
	color:#fbfdfe;
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 28px;
	z-index:100;
}
.content{
	font-size:12px;
	border-left:#8b8c8c solid 22px;
	border-right:#8b8c8c solid 22px;
	background:#FFF;
	margin:0 auto;
	padding:0px;
	width: 885px;
	min-height:300px;
	overflow:hidden;
	clear:both;
}

#fullBodyContent{
	margin:0px 10px 10px 10px;
	overflow:hidden;
}
#fullBodyContent p{
	margin:10px 30px;
	padding:0px;
}
#contentLeft{
	padding:20px 0px 0px 10px;
	margin:0px;
	float:left;
	width:365px;
	height:100%;
}
#boxTop{
	background:url(../images/boxTop.png) no-repeat;
	height:18px;
	width:365px;
	padding:0px;
	margin:-10px 0px 0px 0px;
	overflow:visible;
}
#boxMiddle{
	background:url(../images/boxMiddle.png) repeat-y;
	width:365px;
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
#boxTop h2{
	margin-top:0px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	overflow:visible;
	z-index:100;
	position:relative;
}
#boxMiddle p{
	line-height:13px;
	float:right;
	padding:0px;
	margin:10px 20px 10px 10px;
	*margin:10px 20px 20px 10px;
	width:165px;
}
#boxMiddle a{
	color:#183873;
	text-decoration:none;
	float:right;
	font-weight:bold;
}
.fontChange{
	color:#183873;
	font-weight:bold;
}
.boxImg{
	padding:0px;
	margin:0px 0px 0px 20px;
}
#boxBottom{
	background:url(../images/boxBottom.png) no-repeat;
	height:12px;
	width:365px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#contentRight{
	padding:0px;
	margin:0px;
	float:right;
	width:490px;
	height:100%;
}
#contentRight p{
	margin:0px;
	padding:10px 5px 0px 0px;
	display:inline-block;
	*display:block;
	font-size:14px;
}
#contentRight a{
	float:right;
	color:#ba1f26;
	text-decoration:none;
	margin:0px 40px 0px 0px;
	padding:0px;
}
#contentLine{
	clear:both;
	height:9px;
	background:url(../images/line.png) repeat-x;
	margin:0px 22px;
	padding:0px;
}
#contentRightUnder{
	padding:0px;
	margin:0px 0px 0px 0px;
	line-height:14px;
	bottom:0;
	position:relative;
	min-height:315px;
	*min-height:333px;
}
#contentRightUnder img{
	padding:0px;
	margin:0px;
}
#contentRightUnder p{
	margin:0px 5px 5px 40px;
	padding:0px;
	width:230px;
}
#contentRightUnder ul{
	margin:0px 0px 0px 15px;
	padding:0px;
	font-size:14px;
	float:left;
	}
#contentRightUnder ul li{
	*padding:5px;
	background: #ffffff url(../images/listDots.png) left top no-repeat;
	list-style:none;
	/*list-style-image: url(../images/listDots.png);*/
	margin:2px;
	padding:3px;
	padding-left:15px;
}
#contentRightUnder a{
	margin:0px;
	padding:0px;
}
#contentRightUnder h2{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.imgHome{
	float:right;
	bottom:0;
	right:0;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1000;
}
/* 
.floatRight{
	float:right;
	margin:0px;
	padding:0px;
}
 */
/* ~~ The footer ~~ */
.footer {
	padding:0px;
	margin:0 auto;
	width:1012px;
	height:56px;
	background: url(../images/footer.png) no-repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size:11px;
	color:#b7bdc0;
}
.footer a{
	color:#b7bdc0;
	text-decoration:none;
	font-size:12px;
}
#footerLeft{
	float:left;
	margin:8px 0px 0px 40px;
	padding:0px;
}
#footerLeft a{
	margin:5px;
	padding:0px;
}
#footerLeft p{
	color:#FFF;
	margin:2px 5px 5px 5px;
	padding:0px;
}
#footerRight{
	float:right;
	margin:8px 40px 0px 0px;
	padding:0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#contactLeft{
	width:400px;
	float:left;
}
#contactLeft p{
	
}
#contactRight{
	width:400px;
	float:right;
}
#contactForm{
	margin:10px 10px 10px 25px;
	padding:0px;
	width:400px;
	float:left;
}
#contactForm ul{
	margin:0px;
	padding:0px;
}
#contactForm li{
	list-style-type:none;
	margin:10px 5px;
	padding:0px;
	text-align:left;
}
#contactForm li input{
	width:370px;
}
#contactForm li textarea{
	width:373px;
	*width:370px;
	height:120px;
}
#contactForm form div{
	padding:0px;
	margin-right:7px;
	text-align:right;
}
#contactForm fieldset{
	border:#183873 solid 2px;
	padding:5px;
}
#map{
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#resumeForm{
	margin:10px 25px;
	padding:0px;
	width:470px;
	float:left;
}
#resumeForm ul{
	margin:0px;
	padding:0px;
}
#resumeForm li{
	list-style-type:none;
	margin:10px 5px;
	padding:0px;
	text-align:left;
}
#resumeForm li input[type=text]{
	width:430px;
	height:16px;
}
#resumeForm li input[type=file]{
	width:385px;
	height:26px;
}
#resumeForm li textarea{
	width:433px;
	*width:430px;
	height:86px;
}
#resumeForm #formButtons{
	padding-top:12px;
	margin-right:7px;
	text-align:right;
	margin-bottom:4px;
}
#resumeForm fieldset{
	border:#183873 solid 2px;
	padding:5px;
}
#left{
	float:left;
	width:230px;
}
#right{
	float:right;
	width:255px;
}
#listService img{
	margin:10px 30px 10px 30px;
	padding:0px;
}
#listService ul{
	float:left;
	margin:0px 0px 0px 35px;
	padding:0px;
	font-size:14px;
}
#listService ul li{
	background:url(../images/listDots.png) left no-repeat;
	margin:2px;
	padding:1px;
	padding-left:15px;
}
#aboutUsImage{
	padding:0px;
	margin:0px 22px 12px 12px;
	*margin-top:12px;
}
.aboutImg{
	padding:0px;
	margin:0px 0px 0px 30px;
}
.projectContent{
	background:none;
	
}
#aboutUs p{
	width:500px;
}
#healthAndSafetyImage{
	text-align:center;
	margin:12px 22px 12px 12px;
}
#employmentImages{
	float:left;
	width:306px;
	margin-top:10px;
}
#employmentImages img.bottom{
	margin-top:14px;
	*margin-top:51px;
}
.thankyou{
	font-size:16px;
	text-align:center;
}
#captchaFail{
	color:#ba1f25;
	clear:both;
	margin:10px 0px;
}
#fileFail{
	color:#ba1f25;
}

.advertisement{
	padding:5px !important;
	text-align:center;
	height:30px !important;
	
}

.red_ad{
	position:relative;
	z-index:1000;
	color:#fff !important;
	font-size:1.3em;

}
