/*----------------------*/
/*---- AMBIENCE AIR ----*/
/*----------------------*/


/*----------------------*/
/*----- TOP LEVEL ------*/
/*----------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	background:#fff url(../images/bg_main.jpg) repeat-x top;
	margin:0;}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;}
	
#main {
	width:778px;
	border:1px solid #5d88e0;
	margin:auto;
	font: 12px/18px Arial, Helvetica, sans-serif;
	}

/*-----------------------*/
/*---- HEADER STYLES ----*/
/*-----------------------*/

/*-------- Divs ---------*/

/*------- Classes -------*/

/*-----------------------*/
/*----- BODY STYLES -----*/
/*-----------------------*/

/*-------- Divs ---------*/
#header {
background: #fff;
position: relative;
}
#header a#header-logo{
	position: absolute;
	left: 51px;
	top: 62px;
	width: 289px;
	height: 100px;
	display: block;
	z-index: 100;
}
#nav {
	margin-top: -4px;
	}
html > body #nav {
	margin: 0;
	}
#content-area {
	background:#fff;
}
#index_copy-area {
	color:#3e414b;
	width:544px;
	float:right;
	padding-right: 5px;
}
#index_copy-area p {
	margin: 8px 10px;
}

#index_ctas {
	width:226px;
}
div.employment {
  padding: 20px;
}
div.employment h3 {
  margin-bottom: 10px;
}

#main h4 {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	width: 98%;
	font-size: 18px;
	}
#main h5 {
	margin: 0;
	padding: 0;
	color: #218ecd;
	font-weight: bold;
	font-size: 11px;
	}
#main ul {
	margin-left: 20px;
	}

#main hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}	

#main ul.quicklinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: -10px;
	}
#main ul.quicklinks li {
	display: inline;
	padding: 0 10px;
	}
#main a {
	text-decoration: underline;
	color: #3755ad;
	}
#main a:hover {
	color: #182a60;
	}
#main a img {
	border: 0px;
}

	
/*------- Classes -------*/

div.contact-location {
  padding: 20px 0;
  width:544px;
}

div.contact-location:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.contact-location ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

div.contact-location ul li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  width: 150px;
}

div.contact-location ul li p {
  margin: 0;
  padding: 0;
}



/*-----------------------*/
/*---- FOOTER STYLES ----*/
/*-----------------------*/

/*-------- Divs ---------*/

#footer {
	background:#fff;
	clear: both;
}
	
#footer_logos {
	padding-top:20px;
	text-align: center;}
	
#footer_locations {
	padding:10px 0px 10px 0px;
	text-align: center;
	background: #ecf5ff url(../images/footer_locations-bg.gif) repeat-x top;
	color:#1b3ca1;
}
	
#footer_breadcrumbs {
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:10px 0px 0px 0px;
	background: url(../images/footer_breadcrumbs-bg.gif) repeat-x top;
	height:61px;}

#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 95%;
}
#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}
#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enquiryform fieldset ol li {
	padding: 10px;
}
#enquiryform fieldset ol li.alt {
	background: #f2f4ff;
}
#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}
#enquiryform textarea, #enquiryform input {
	color: #48516f;
	font-size: 1em;
	width: 180px;
}
#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}

#enquiryform em {
	color: red;
}

p.submit input {
	font-size: 10px;
	margin-top: -5px;
	padding: 0;
	width: 40px;
}
div#footer_breadcrumbs a{
color:#fff;
text-decoration: underline;
}
div#footer_breadcrumbs a:hover {
color: #f2f4ff;
}

