/*----------HOME PAGE----------*/

.main-home {
	padding-right: 20;
	padding-left: 200px;
	padding-bottom: 30px;
	margin-right: 40px;
}
.column1 {
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	left: 0px;
}
.column2 {
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	clear: right;
	left: 190px;
}
.column3 {
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	left: 380px;
}
.column4 {
	background-color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	left: 570px;
}

/*----------REDEFINE TAGS----------*/

body {
	margin: 0px;
	background-image: url(../_img/backgrounds/bg-front.jpg);
	background-position: center bottom;
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-bottom: 10px;
}
.hspan {
	color:#0099CC;
}
.hspan-temp {
	color:#CC0000;
}
.hspan-perm {
	color:#FFCC00;
}
h2 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
h2 a {
	color: #000066;
	text-decoration: none;
}
h2 a:hover {
	color: #0099CC;
	text-decoration: none;
}
h3 {
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a {
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a:hover {
	text-decoration: underline;
	color: #000066;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h4 a:hover {
	color: #000066;
	text-decoration: underline;
}
h5 {
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
}

/*----------ROOT----------*/

.root {
	background-color: #000066;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.root a {
	color: #DDDDDD;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.root a:hover {
	color: #0099CC;
	text-decoration: none;
}
.header-permanent {
	height: 120px;
	background-image: url(../_img/logo/frontline.jpg);
	background-repeat: no-repeat;
	background-color: #FFCC00
}
.header-temporary {
	height: 120px;
	background-image: url(../_img/logo/frontline.jpg);
	background-repeat: no-repeat;
	background-color: #CC0000
}
.logo-frontline {
	background-image: url(../_img/logo/frontline.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 330px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
}
.logo-permanent {
	background-image: url(../_img/logo/frontline.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 330px;
	margin-top: 10px;
	margin-left: 10px;
}
.logo-temporary {
	background-image: url(../_img/logo/frontline.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 330px;
	margin-top: 10px;
	margin-left: 10px;
}


/*----------NAVIGATION LEVEL 1 (UNIVERSAL)----------*/

.nav1 {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../_img/buttons/nav1bg.jpg);
	height: 40px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
}
.nav1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav1 a:hover {
	color: #0099CC;
	text-decoration: none;
}
a.nav1-on {
	color: #0099CC;
	text-decoration: none;
}

/*----------NAVIGATION LEVEL 2 (FRONTLINE)----------*/

.nav2 {
	background-color:#006699;
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav2 a {
	text-decoration: none;
	color: #FFFFFF;
}
.nav2 a:hover {
	color: #000066;
	text-decoration: none;
}

/*----------MARGINS----------*/

.leftmargin {
	position: absolute;
	width: 160px;
	left: 0px;
	margin-left: 15px;
}
.leftmargin p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.4em;
}
.rightmargin {
	position: absolute;
	width: 175px;
	right: 0px;
	margin-right: 10px;
}
.margin-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.margin-header a {
	color: #FFFFFF;
	text-decoration: none;
}
.margin-header a:hover {
	color: #0099CC;
	text-decoration: none;
}
.margin-subheader-perm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	background-color: #FFCC00;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.margin-subheader-temp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.margin-subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	background-color: #0099CC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.margin-subheader a {
	color: #000066;
	text-decoration: none;
}
.margin-subheader a:hover {
	color: #000066;
	text-decoration: underline;
}
.margin-subheader-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #0099CC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.margin-subheader-on a {
	color: #FFFFFF;
	text-decoration: none;
}
.margin-subheader-on a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.margin-item {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.margin-item a {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
.margin-item a:hover {
	color: #000066;
	text-decoration: underline;
}
.margin-item-on {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.margin-item-on a {
	color: #FFFFFF;
	text-decoration: none;
}
.margin-item-on a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.margin-item-sub {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	background-color: #EEEEEE;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.margin-item-sub a {
	color: #111111;
	text-decoration: none;
	font-weight: normal;
}
.margin-item-sub a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.margin-item-subon {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0099CC;
	text-decoration: none;
	background-color: #EEEEEE;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.margin-item-subon a {
	color: #0099CC;
	text-decoration: none;
}
.margin-item-subon a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.margin-picture {
	margin: 0px;
	padding: 0px;
}
.margin-gap {
	margin: 0px;
	height: 10px;
}

/*----------TABLE STYLES----------*/

.table {
	width: 100%;
}
.table2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.table-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-header a {
	color: #FFFFFF;
	text-decoration: none;
}
.table-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table-row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-row1 a {
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
.table-row1 a:hover {
	text-decoration: underline;
	color: #000066;
}
.table-row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-row2 a {
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
.table-row2 a:hover {
	text-decoration: underline;
	color: #000066;
}
.table-permanent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000066;
}
.table-permanent a {
	text-decoration: none;
	background-color: #FFCC00;
}
.table-permanent a:hover {
	text-decoration: underline;
	background-color: #FFCC00;
}
.table-temporary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-temporary a {
	color: #FFFFFF;
	text-decoration: none;
}
.table-temporary a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table-frontline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	background-color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-frontline a {
	color: #FFFFFF;
	text-decoration: none;
}
.table-frontline a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table-content {
	padding: 0px;
	margin: 0px;
}

/*----------RECRUITMENT PROCESS----------*/

.process-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	margin: 0px;
	padding: 4px;
	border: 1px solid #3399CC;
}
.process-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 4px;
	border-right: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
}
.process-body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	border-right: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
}
.process-arrow {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*----------PURPLEWEB LINK STYLES----------*/

.purple-link {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	margin: 0px;
}
.purple-link a {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	margin: 0px;
}
.purple-link a:hover {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3399CC;
	margin: 0px;
}

/*----------NEW LEFT NAVIGATION----------*/

ul.l2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul.l2 li {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

ul.l2 li a {
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}
ul.l2 li a:hover {
	background-color:#000033}
ul.l3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul.l3 li {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

ul.l3 li a {
	display: block;
	margin: 0px;
	padding: 5px;
	background-color: #3399CC;
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}
ul.l3 li a:hover {
	background-color:#66CCFF}
.l3-on {
	background-color:#990000
}
.hours-note {
	font-size: small;
}



















.centre {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.header {
	background-image: url(../_img/new/header/header-blue.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 155px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #000066;
}
.header-left {
	float: left;
}
.header-left  strong {
	font-weight: normal;
	color: #0099CC;
	margin-right: 5px;
}
.header-left  a {
	color: #999999;
	text-decoration: none;
	margin-left: 5px;
}
.header-left  a:hover {
	color: #0099CC;
}
.header-right {
	float: right;
}
.header-right strong {
	margin-right: 3px;
	margin-left: 3px;
	font-weight: normal;
	color: #999999;
}
.header-right a {
	color: #666666;
	text-decoration: none;
}
.header-right a:hover {
	color: #0099CC;
}
.navigation {
	margin-top: 1px;
	margin-bottom: 25px;
}


.main {
	text-align: left;
}
.left {
	float: left;
	width: 175px;
	margin-right: 20px;
}
.middle {
	float: left;
	width: 425px;
}
.middle-home {
	float: left;
	width: 605px;
}
.right {
	float: right;
	width: 160px;
}
