/* CSS Document */

html, body {
	margin: 0;
	color: #563874;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	height: 100%;
}

body {
	background: #e5e5e5 url(../images/bodyBack.png) repeat-x top;
}
h1, h2, h3, h4{
	font-size: 100%;
	text-transform: lowercase;
	text-align: left !IMPORTANT;
}

h2.whiteheader {
	font-size: 130%;
	margin: 10px 0 0 0;
	padding: 0;
}

.clear {
    	clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;

}

div.wrapper {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(../images/wrapperBack.png) no-repeat top;
}

div.wrapper a {
	color: #fff;
	text-decoration: underline;
}

div.wrapper a:hover {
	color: #ccc;
}

/*header*/
div.header {
	height: 112px;
}
div.header img {
	border: 0;
}

div.header h2  {
	border: 0;
	margin: 40px 0 0 20px;
	padding: 0;
	float: right;
	font-size: 2.4em;
}

div.header h1.strapline, div.header p.strapline {
	color: #ccc;
	font-size: 80%;
	margin: 0 0 0 5px;
	/*padding: 5px 0 0 0;*/
	line-height: 10px;
}
/*end header*/

/*sub header*/
div.subheader {
	width: 780px;
	padding: 0;
	background: #8875ab;
	margin: 0;
	color: #fff;
	clear: both;
}

div.subheader h1 {
	padding: 10px 0 0 0;
	font-size: 110%;
	margin: 0;
}

div.subheader div.copy {
	width: 98%;
	float: left;
} 
div.subheader img {
	float: right;
	margin: 15px 10px 0 10px;
}
img.cityimgborder {
	margin: 0 !IMPORTANT;
}
span.subheaderbtm {
	background: url(../images/subHeaderBtm.gif) no-repeat bottom center;
	width: 780px;
	margin: 0;
	padding: 0;
	display: block;
	height: 10px;
	max-height:10px;
	min-height:10px;
	clear: both;
	/*border: 1px solid red;*/
}
ul.vacancydetails {
	list-style: none;
	margin: 0;
	padding: 0;
}

span.bluebold {
	color: #008fd2;
	font-weight: bold;
}
/*end sub header*/

/*start navigation*/
#menu { 
	margin: 0 auto; 
	padding: 0; 
	height: 37px; 
	width: 781px; 
}

#menu ul {
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	height: 37px; 
	width: 100%;
}

#menu ul li {
	background: url(../images/navLiSep.png) repeat-x top;
	display: block; 
	float: left; 
	padding: 0 1px 0 0; 
	margin: 0; 
	list-style: none; 
	line-height: normal; 
	height: 37px; 
	text-transform: uppercase;
}

#menu ul li a {
	background: url(../images/navLiBack.png) repeat-x top; 
	border: none; 
	color: #333; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding: 11px 12px 12px 12px; 
	text-align: center;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.navon {
	background: url(../images/menuLiBack.gif) repeat-x top;
	color: #FFF;
}

a.back {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

a:hover.back {
	color: #f60;
	text-decoration: underline;
}

a.back img {
	border: 0;
	margin: 0 0 5px 0;
}
/*end navigation */

/*COPY*/
div.copy {
	margin: 0;
	padding: 0 10px;
	width: 750px;
}

div.copy p {
	margin: 5px 0;
	padding: 0;
}
/*END COPY*/

/*start left content*/
div.leftcontent {
	width: 555px;
	float: left;
	margin: 0;
	padding: 0;
}

div.leftcontent h1, div.leftcontent h2{
	text-align: left;	
}

ul.smallcity {
	margin: 0;
	padding: 0;
}

li.smallcity {
	width: 181px;
	display: block;
	float: left;
	list-style: none;
	margin: 5px 3px 0 0;
	min-height: 63px;
}
li.smallcity div.smallcityinner {
	width: 100%;
	background: url(../images/smallCityTop.png) no-repeat top center;
}

li.smallcity h1{
	float: right;
	color: #C03;
	margin: 12px 0 0 0;
	width: 125px;
}
li.smallcity h2 {
	float: left;
	color: #C03;
	margin: 12px 0 0 15px;
}
li.smallcity h3.whiteheader{
	float: left;
	color: #fff;
	margin: 0 125px 0 0;
	width: 150px;
}
li.smallcity  p, li.largecity  p{
	padding: 0;
	margin: 10px 15px;
	clear: both;
	float: none;
}

li.smallcity a img, li.largecity a img {
	clear: both;
	float: right;
	border: 0;
	padding: 5px 10px 0 0;
	margin: 0;
}
span.smallcitybtm {
	height: 10px;
	max-height:10px;
	min-height:10px;
	width: 181px;
	display: block;
	overflow: hidden;
	background: url(../images/smallCityBtm.png) no-repeat right top;
}

li.largecity {
	width: 555px;
	background: url(../images/largeCityTop.png) no-repeat top center;
	display: block;
	list-style: none;
	margin: 5px 3px 0 0;
	min-height: 100px;
}

span.largecitybtm {
	height: 8px;
	width: 555px;
	display: block;
	overflow: hidden;
	clear: both;
	float: none;
}
li.largecity h1 {
	float: left;
	color: #C03;
	/*margin: 20px 0 0 20px;*/
	margin: 20px 0 0 30px;
	padding: 0;
	width: 60px;
	height: 60px;
	display: block;
	/*font-size: 4em;*/
}
li.largecity h2 {
	float: left;
	color: #C03;
	margin: 12px 0 0 50px;
	font-size: 3em;
}
li.largecity h3 {
	float: left;
	color: #fff;
	margin: 12px 0 0 0;
	font-size: 3em;
	display:  inline;
}

ul.searchresults {
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.searchresults li {
	border-top: 1px solid #666;
}

ul.searchresults li p {
	margin: 0;
	padding: 0;
}
ul.searchresults li a img {
	float: right;
	border: 0;
}
/*end left content */

/*start right contnent*/
div.rightcontent {
	width: 220px;
	float: right;
	margin: 12px 0;
}
div.rightsearch {
	background: #c0b3d7  url(../images/rightsearchtop.gif) no-repeat top center;
	width: 220px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #563874;
}
div.rightcontent h1 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}
div.rightsearch h3{
	float: left;
	display: inline;
	padding: 0;
	margin: 10px 0 2px 10px;
}
div.rightsearch h4 {
	float: left;
	display: inline;
	padding: 0;
	margin: 10px 10px 2px 0;
}

div.rightsearch p {
	padding: 0 10px;
	margin: 0;
	clear: both;
}

div.rightsearch img.rightsort {
	border: 0;
	margin: 5px 10px 0 0;
	clear: both;
}

div.rightsearch a img {
	border: 0;
	float: right;
	margin: 5px;
	padding: 0;
	display: block;
}

span.rightsearchbtm {
	background: url(../images/rightsearchbtm.gif) no-repeat bottom left;
	width: 220px;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

 div.rightrec {
	background: #fff url(../images/rightrectop.gif) no-repeat top center;
	width: 220px;
	height: auto;
	margin: 0;
	text-align: center;
	margin: 10px 0 0 0;
}

span.rightrecbtm {
	background: url(../images/rightrecbtm.gif) no-repeat bottom center;
	width: 220px;
	height: 9px;
	min-height: 9px;
	display: block;
}


/*end right content*/

/*forms*/
form.advancesearch, form.applicationform {
	padding: 0;
	margin: 0;
}

form.advancesearch label, form.applicationform label{
	width: 200px;
	text-transform: uppercase;
	margin: 3px 0;
	padding: 0;
	vertical-align: middle;
	float: left;
	color: #fff;
}

form.applicationform label {
color: #563874 !IMPORTANT;
}

form.advancesearch input.textselect, form.advancesearch select.textselect {
	margin: 3px 0;
	border: 0;
}

form.applicationform textarea, form.applicationform input.textselect, form.applicationform select.textselect {
	margin: 3px 0;
	border: 1px solid #563874;
}

form.advancesearch input.advancesearchsubmit{
	margin: 10px 0 0 0;
	padding: 0;
}

form.advancesearch {
	padding: 0 10px;
}
form.rightsearch label{
	color: #fff;
}

form.rightsearch input.rightsearchsubmit{
	float: left;
	display: inline;
}

form.rightsearch input.textselect{
	margin: 0 10px;
	background: #fff;
	border: 2px solid #fff;
	float: left;
	color: #666;
}

#errors {

}


ul.alert {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 10px 0; 
	padding: 0;
	background: #563874;
}

ul.alert li {
	list-style: none !IMPORTANT;
	list-style-image: none !IMPORTANT;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 0 0 0 5px;
}

ul.contactsheet form {
	margin: 0;
	padding: 0;
}

ul.contactsheet input.thumbnail{
	padding: 0;
	border: 0;
	margin: 0 auto;
	display: block;
}
/*forms*/
 /*tables*/
 
 table.vacancies {
	/*text-transform: uppercase;*/
	margin: 10px 0;
	font-size: 100%;
}

table.vacancies th{
	text-transform: uppercase;
	background: #563874;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #442365;
	padding: 2px;
	color: #fff;
}

table.vacancies td {
	border-bottom: 1px solid #442365;
	background: #e4dcf1 url(../images/tdBack.png) repeat-x bottom;
	padding: 2px;
	color: #563874;
}

table.vacancies td.texttop {
	vertical-align: text-top;
}

table.vacancies td img {
	border: 0;
	margin: 0 auto;
	display: block;
}

/*end tables */


/*footer*/
div.footer {
	text-align: left;
	margin: 10px auto;
	width: 100%;
	height: 1px;
	clear: both;
	color: #666;
	font-size: 80%;
}
div.footer a {
	color: #999;
	text-decoration: none;
}
.footerbox {
	display:inline;
	float:left;
	width: 160px;
	border-left: 1px dotted #999;
	padding: 0 10px 0 10px;
	min-height: 75px;
}
.footerbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerbox ul li{
	list-style: none;
}
p.footerstrap {
	color: #999;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*end footer*/
/* HACKS*/

span.clear, div.clear {
	float: none; 
	clear: both;
	visibility: hidden;
	height:0;
	line-height: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*++++++++++++++++++++++++++++++ ECOMM +++++++++++++++++++++++++++++++*/
div.trolley {
	float: left;
	height: 40px;
	margin: 5px;
}
/*++++++++++++++++++++++++++++++ END ECOMM +++++++++++++++++++++++++++++++*/
