@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);

body {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	color: #646464;
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
}

#Outer {
	margin-bottom: 10px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
}

#Page_container {
	width: 960px;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main_content_text_box {
	width: 650px;
}

.button {
}

.button:hover {
	cursor: pointer;
	background-color: #40BCEC;
	color: #FFF;
}

#Popup_background {
	opacity: 0.8;
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	display: none;
	top: 0px;
}

#Popup {
	width: 500px;
	position: relative;
	background-color: #FFF;
	margin: auto;
	top: 50px;
	display: none;
	z-index: 5000;
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.font_color_light_blue {
	color: #40bcec;
}

#Free_consultation_form {
	margin-top: 25px;
}
#Free_consultation_form input {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	padding-left: 5px;
	padding-right: 5px;
	width: 300px;
	margin-left: 10px;
	border: 1px solid #939498;
}
#Free_consultation_form input:hover {
	background-color: #EEE;
}
#Free_consultation_SubmitButton {
	font-size: 18px;
	font-weight: 600;
}
#Free_consultation_SubmitButton:hover {
	color: #40bcec;
}

#Training_form {
	margin-top: 25px;
}
#Training_form input {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	padding-left: 5px;
	padding-right: 5px;
	width: 250px;
	margin-left: 10px;
	border: 1px solid #939498;
}
#Training_form input:hover {
	background-color: #EEE;
}
#Training_SubmitButton {
	font-size: 18px;
	font-weight: 600;
}
#Training_SubmitButton:hover {
	color: #40bcec;
}



a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #40bcec;
	text-decoration: none;
}
ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	background-image: url(../_images/icons/list.png);
	padding-left: 25px;
	background-position: 0px -2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul li a {
	font-size: 18px;
}
ul li ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	background-image: url(../_images/icons/list-small.png);
	padding-left: 15px;
	padding-top: 5px;
	background-position: 0px 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul li ul li a {
	font-size: 14px;
}
#Content li {
	background-image: url(../_images/icons/list-medium.png);
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
}
.form_text {
	font-size: 14px;
	border: 1px solid 939498;
	color: #646464;
}
.handwritten {
	font-family: 'Reenie Beanie', "Comic Sans MS";
}

.bg_blue_1 {
	background-color: #369ec5;
}

.bg_blue_2 {
	background-color: #0987b7;
}

#Header {
	height: 165px;
	position: relative;
}

#Header_logo {
	height: 156px;
	width: 238px;
	margin-left: 25px;
	float: left;
	position: absolute;
	top: 10px;
}

#Header_contacts {
	height: auto;
	width: 300px;
	text-align: right;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 25px;
	margin-bottom: 20px;
}

#Header_contacts p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
}

#Menu {
	height: 52px;
	font-size: 16px;
	line-height: 12px;
}
#Menu_top {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #40bcec;
	border-bottom-color: #40bcec;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Menu_top a {
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 8px;
}
#Menu_top a:hover {
	cursor: pointer;
}

.Menu_top_first {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 12px;
	padding-left: 25px;
	float: left;
}

.Menu_top_mid {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 17px;
	padding-left: 17px;
	float: left;
}

.Menu_top_last {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 25px;
	padding-left: 18px;
	float: right;
}


#SubMenu_Home {
	position: absolute;
	vertical-align: bottom;
	z-index: 1000;
	display: none;
	margin-top: 26px;
}
#SubMenu_Home a {
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	float: left;
}
#SubMenu_Home a:hover {
	background-color: #40BCEC;
	color: #FFF;

}

#SubMenu_Jobs {
	position: absolute;
	right: 0px;
	margin-top: 26px;
	vertical-align: bottom;
	z-index: 1000;
	display: none;
}
#SubMenu_Jobs a {
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	float: left;
}
#SubMenu_Jobs a:hover {
	background-color: #40BCEC;
	color: #FFF;

}

#SubMenu_Contact {
	position: relative;
	vertical-align: bottom;
	z-index: 1000;
	float: right;
	display: none;
}
#SubMenu_Contact a {
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	float: left;
}
#SubMenu_Contact a:hover {
	background-color: #40BCEC;
	color: #FFF;

}

#Content {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AAA;
	padding: 25px;
}

#Content h1 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 25px;
}

#Content h2 {
	font-size: 24px;
	font-weight: 300;
}

#Content h3 {
	font-size: 18px;
	font-weight: 300;
}

#Content h4 {
	font-size: 16px;
	font-weight: 300;
}

#Content h5 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
}

#Content h6 {
	font-size: 12px;
	font-weight: 300;
}

#Content p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Home_columns {
	color: #FFF;
	position: relative;
	display: block;
	height: 650px;
}
#Home_columns h1 {
	font-size: 32px;
}
#Home_columns a {
	color: #FFF;
	text-decoration: none;
}
#Home_columns a:hover {
	text-decoration: underline;
}

#Home_columns h1,h2,h3 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#Home_columns p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#Home_column_1 {
	width: 286px;
	text-align: right;
	position: relative;
	float: left;
	margin-right: 25px;
}

#Home_column_1_top {
	padding-right: 25px;
	padding-left: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Home_column_1_bottom {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Home_column_2 {
	width: 285px;
	text-align: right;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 25px;
}

#Home_column_2_top {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 50px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Home_column_2_bottom {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Home_column_3 {
	width: 286px;
	text-align: right;
	display: inline-block;
	position: relative;
}

#Home_column_3_top {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 100px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Home_column_3_bottom {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Footer {
	height: 95px;
	margin-top: 25px;
	border: 1px solid #BBB;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#Footer h2 {
	margin: 0px;
	font-size: 24px;
	color: #555;
	font-weight: 300;
}

#Footer p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	width: 910px;
}

#Footer .left {
	display: block;
	position: relative;
	float: left;
}

#Footer .right {
	display: block;
	position: relative;
	float: right;
}

.sitemaplink {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	position: relative;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.Small_blue_square_1 {
	white-space: nowrap;
	display: block;
	float: left;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Small_blue_square_1 div{
	background-color: #1291c2;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 2px;
}
.Small_blue_square_1 h2 {
	font-weight: 300;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Small_blue_square_2 {
	white-space: nowrap;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Small_blue_square_2 div{
	background-color: #23a3d4;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 2px;
}
.Small_blue_square_2 h2 {
	font-weight: 300;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Small_blue_square_3 {
	white-space: nowrap;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Small_blue_square_3 div{
	background-color: #1291c2;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 2px;
}
.Small_blue_square_3 h2 {
	font-weight: 300;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Small_blue_square_4 {
	white-space: nowrap;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Small_blue_square_4 div{
	background-color: #40bcec;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 2px;
}
.Small_blue_square_4 h2 {
	font-weight: 300;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#About_us_banner {
	height: 270px;
	width: 960px;
	background-color: #40bcec;
	color: #FFF;
	background-image: url(../_images/about-us-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#About_us_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#About_us_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-right: 25px;
	display: block;
	margin-top: 25px;
}

#About_us_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#About_us_side_links {
	width: 235px;
	display: block;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 20px;
}

.About_us_side_links {
	width: 235px;
	border: 1px solid #939498;
	text-align: center;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.About_us_side_links:hover {
	border: 1px solid #40bcec;
}

.About_us_side_links img {
	margin-top: 10px;
}

#About_us_side_links h3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#Permanent_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #40bcec;
	color: #FFF;
	background-image: url(../_images/permanent-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Permanent_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Permanent_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}

#Permanent_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Permanent_side_photo_comment {
	width: 207px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#Permanent_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#Permanent_side_photo_comment p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 21px;
}

#Temporary_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #0c6c90;
	color: #FFF;
	background-image: url(../_images/temporary-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Temporary_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Temporary_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}

#Temporary_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Temporary_side_photo_comment {
	width: 207px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#Temporary_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#Temporary_side_photo_comment p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 21px;
}

#Employers_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #1291c2;
	color: #FFF;
	background-image: url(../_images/employers-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Employers_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Employers_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 85px;
	margin-right: 25px;
}

#Employers_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Employers_side_photo_comment {
	width: 235px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#Employers_side_photo_comment:hover {
	border: 1px solid #40bcec;
}

#Employers_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#Employers_side_photo_comment h2 {
	font-weight: 300;
	text-align: center;
	margin: 15px;
}

#Employers_side_photo_comment h2 span {
	font-size: 16px;
}

#Human_Resources_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #23a3d4;
	color: #FFF;
	background-image: url(../_images/human-resources-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Human_Resources_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Human_Resources_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}

#Human_Resources_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Human_Resources_side_photo_comment {
	width: 235px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#Human_Resources_side_photo_comment:hover {
	border: 1px solid #40bcec;
}

#Human_Resources_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#Human_Resources_side_photo_comment h2 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 15px;
}

#Human_Resources_side_photo_comment h2 span {
	font-size: 16px;
}

#Health_and_Safety_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #1291c2;
	color: #FFF;
	background-image: url(../_images/health-and-safety-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Health_and_Safety_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Health_and_Safety_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}

#Health_and_Safety_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Health_and_Safety_side_photo_comment {
	width: 235px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
}

#Health_and_Safety_side_photo_comment:hover {
	border: 1px solid #40bcec;
}

#Health_and_Safety_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#Health_and_Safety_side_photo_comment h2 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#Health_and_Safety_side_photo_comment h2 span {
	font-size: 16px;
}

#Training_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #00aeef;
	color: #FFF;
	background-image: url(../_images/training-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}
#Training_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}
#Training_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}
#Training_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}
#Training_side_photo_comment {
	width: 235px;
	display: block;
	margin-left: 25px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
}
#Training_side_photo_comment:hover {
	border: 1px solid #40bcec;
}
#Training_side_photo_comment img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#Training_side_photo_comment h2 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 15px;
}
#Training_side_photo_comment h2 span {
	font-size: 16px;
}

#Jobs_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #1291c2;
	color: #FFF;
	background-image: url(../_images/jobs-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Jobs_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Jobs_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
	display: block;
}

#Jobs_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#News_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #1291c2;
	color: #FFF;
	background-image: url(../_images/news-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}
#News_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}
#News_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
}
#News_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Content_footer_boxes {
	width: 940px;
	margin-left: -15px;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

#Content_footer_boxes h2 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	font-weight: 300;
}

#Content_footer_boxes  p {
	display: block;
	padding: 0px;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	font-size: 14px;
}

.Content_footer_box_1 {
	height: 215px;
	width: 223px;
	background-color: #0c6c90;
	color: #FFF;
	float: left;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.Content_footer_box_1:hover {
	background-color: #0c6c90;
}

.Content_footer_box_2 {
	height: 215px;
	width: 223px;
	background-color: #23a3d4;
	color: #FFF;
	float: left;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.Content_footer_box_2:hover {
	background-color: #23a3d4;
}

.Content_footer_box_3 {
	height: 215px;
	width: 223px;
	background-color: #40bcec;
	color: #FFF;
	float: left;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.Content_footer_box_3:hover {
	background-color: #40bcec;
}

.Content_footer_box_4 {
	height: 215px;
	width: 223px;
	background-color: #1291c2;
	color: #FFF;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.Content_footer_box_4:hover {
	background-color: #1291c2;
}

#Employer_photo {
	float: left;
	height: 372px;
	width: 561px;
	margin-left: -25px;
	background-image: url(../_images/employer-photo.jpg);
	background-repeat: no-repeat;
}

#Employer_Looking_for_staff_outer {
	float: right;
}

#Employer_Looking_for_staff {
	text-align: right;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 350px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 298px;
}

#Employer_Looking_for_staff_form h2 {
	font-weight: 300;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#Employer_Looking_for_staff_form form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#Employer_Looking_for_staff_form .will_be_in_touch {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 10px;
	font-weight: 300;
	margin-top: 0px;
}

#Employer_Looking_for_staff_form form table {
	text-align: right;
	font-size: 14px;
	font-weight: 300;
}

#Employer_Looking_for_staff_form form table tr td input {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #939498;
	width: 180px;
	margin-left: 10px;
}

#Employer_Looking_for_staff_form form table tr td input:hover {
	background-color: #EEE;
}

#Looking_for_staff_SubmitButton {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-top: -5px;
	margin-right: 10px;
	margin-left: 5px;
	float: right;

}

#Looking_for_staff_SubmitButton:hover {
	color: #40bcec;
}

#Looking_for_a_job_photo  {
	float: left;
	background-image: url(../_images/looking-for-a-job-photo.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	left: -25px;
	margin-right: -25px;
}

#Looking_for_a_job_Hot_Jobs {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 330px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: right;
}

#Looking_for_a_job_Hot_Jobs h2 {
	margin: 0px;
}

.Jobs_Hot_Jobs {
	margin-top: 30px;
}

#Hot_jobs_box_outer {
	height: 199px;
	display: block;
	overflow: hidden;
	text-align: left;
}

#Hot_jobs_box_scrollcage {
	position: relative;
}

#Hot_jobs_box_scrollcage h2,p {
	font-weight: 300;
}

#Hot_jobs_box_scrollcage p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#Hot_jobs_box_outer .Hot_job_link_1 {
	border: 1px solid #ff9600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	height: 80px;
	overflow: hidden;
}

#Hot_jobs_box_outer .Hot_job_link_2 {
	border: 1px solid #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	height: 80px;
	overflow: hidden;
}

.Hot_jobs_box_more {
	float: right;
	font-weight: 600;
	margin-top: 5px;
}

.Hot_jobs_box_more:hover {
	color: #40bcec;
}

#Looking_for_a_job_Job_search {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 330px;
	position: relative;
	margin-top: 5px;
	text-align: right;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#Looking_for_a_job_Job_search h2 {
	margin: 0px;
}
#Looking_for_a_job_Job_search form {
	height: 25px;
}

#Looking_for_a_job_Job_search form input {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #939498;
	width: 220px;
	margin-left: 10px;
}
#Looking_for_a_job_Job_search form input:hover {
	background-color: #EEE;
}
#Looking_for_a_job_Job_search .See_all_jobs {
	font-weight: 600;
}




#Employers_Free_consultation {
	background-image: url(../_images/Employers-free-consultation-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 55px;
	width: 360px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 10px;
}

#Employers_Free_consultation:hover {
	border: 1px solid #40bcec;
}

#Employers_Free_consultation h2 {
	margin-left: 100px;
	margin-top: 0px;
}

#Employers_Free_consultation h2 span {
	font-size: 18px;
	margin-left: -75px;
}

#Jobs {
	margin-top: -10px;
}

#Jobs .box_colour_1 {
	border: 1px solid #ff9600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#Jobs .box_colour_2 {
	border: 1px solid #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#Jobs div {
	height: 85px;
	overflow: hidden;
	margin-bottom: 10px;
}

#Jobs h4 {
	margin: 0px;
}
#Jobs p {
	margin: 2px;
}

#Jobs .More_Button {
	width: auto;
	height: auto;
	padding: 3px;
	font-weight: 600;
	position: relative;
	float: right;
}

#Jobs .More_Button:hover {
	cursor: pointer;
	color: #40bcec;
}


#Contact_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #1291c2;
	color: #FFF;
	background-image: url(../_images/contact-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Contact_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Contact_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
	display: block;
}

#Contact_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}


#Testimonials_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #23a3d4;
	color: #FFF;
	background-image: url(../_images/testimonials-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Testimonials_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Testimonials_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
	display: block;
}

#Testimonials_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}



#Testimonial_box_1 {
	height: 215px;
	width: 198px;
	border: solid 1px #40bcec;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
#Testimonial_box_1 h3, p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#Testimonial_box_2 {
	height: 215px;
	width: 198px;
	border: solid 1px #40bcec;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
#Testimonial_box_2 h3, p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#Testimonial_box_3 {
	height: 215px;
	width: 198px;
	border: solid 1px #40bcec;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
#Testimonial_box_3 h3, p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#Testimonial_box_4 {
	height: 215px;
	width: 198px;
	border: solid 1px #40bcec;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
#Testimonial_box_4 h3, p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}



#Find_us_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #23a3d4;
	color: #FFF;
	background-image: url(../_images/find-us-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}

#Find_us_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}

#Find_us_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 130px;
	margin-right: 25px;
	display: block;
}

#Find_us_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}


#Meet_the_team_banner {
	font-weight: 300;
	height: 270px;
	width: 960px;
	background-color: #23a3d4;
	color: #FFF;
	background-image: url(../_images/meet-the-team-banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	display: block;
	top: -25px;
	left: -25px;
	margin-bottom: -35px;
	overflow: hidden;
}
#Meet_the_team_banner .banneroverlay {
	position: relative;
	vertical-align: top;
	display: block;
	float: left;
}
#Meet_the_team_banner h1 {
	font-weight: 300;
	font-size: 48px;
	float: right;
	text-align: right;
	margin-top: 60px;
	margin-right: 25px;
	display: block;
}

#Meet_the_team_banner h1 span {
	font-weight: 300;
	font-size: 36px;
}

#Meet_the_team_Management {
}
#Meet_the_team_Management div {
	text-align: center;
}
#Meet_the_team_Management .man1 {
	float: left;
}
#Meet_the_team_Management .man2 {
	float: left;
	margin-left: 75px;
}
#Meet_the_team_Management .man3 {
	float: right;
}
#Meet_the_team_Management div img {
	border: solid 1px #939498;
}


#Meet_the_team_left {
	float:left;
	width: 430px;
	padding-bottom: 25px;
	padding-right: 45px;
}
#Meet_the_team_left .meet_the_team_alignLeft {
	display: block;
	float: left;
}
#Meet_the_team_left .meet_the_team_alignRight{
	display: block;
	float: right;
}
#Meet_the_team_left h3 {
	font-weight: 500;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 25px;
	clear:left;
}
#Meet_the_team_left p {
	padding-top: 0px;
	padding-bottom: 15px;
	clear:left;
}


#Meet_the_team_right {
	float:right;
	width: 430px;
	padding-bottom: 25px;
}
#Meet_the_team_right .meet_the_team_alignLeft {
	display: block;
	float: left;
}
#Meet_the_team_right .meet_the_team_alignRight{
	display: block;
	float: right;
}
#Meet_the_team_right h3 {
	font-weight: 500;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 25px;
	clear:left;
}
#Meet_the_team_right p {
	padding-top: 0px;
	padding-bottom: 15px;
	clear:left;
}

#Meet_the_team_Not_Sure {
	float: right;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	width: 400px;
	text-align: right;
}
#Meet_the_team_Not_Sure:hover {
	cursor: pointer;
	border: 1px solid #40bcec;
}
#Meet_the_team_Not_Sure img {
	float: right;
	margin-left: 25px;
}


.Grey_outer_box {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	margin-top: 35px;
}

.Grey_outer_box table tr td {
	vertical-align: top;
}

.Grey_outer_box table tr td p #contact_name {
	width: 200px;
}

.Grey_outer_box table tr td p #contact_email {
	width: 200px;
}

.Grey_outer_box table tr td p #contact_phone_number {
	width: 200px;
}

.Grey_outer_box h1 {
	margin: 0px;
	padding: 0px;
}

.Grey_outer_box table td {
	text-align: right;
}

.Grey_outer_box p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.Grey_outer_box input {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	border: 1px solid #939498;
}

.Grey_outer_box select {
	margin-left: 5px;
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	border: 1px solid #939498;
}	

.Grey_outer_box table {
	font-weight: 300;
	color: #646464;
}

.Grey_outer_box table textarea {
	resize:none;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	border: 1px solid #939498;
	margin-left: 15px;
	float: right;
	width: 350px;
	height: 177px;
}

#Contact_SubmitButton {
	margin-top: 5px;
	position: relative;
	float: right;
	font-size: 18px;
	font-weight: 600;
}

#Contact_form  .Contact_office_list {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	float: right;
	margin-right: 10px;
}

#Contact_SubmitButton:hover {
	color: #40bcec;
}

#Contact_form table tr td p span {
	margin-right: 128px;
}

#Contact_form table #colchester {
	width: 15px;
	height: 15px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	padding: 3px;
}
#Contact_form table tr td #colchester div {
	border: 2px solid #40bcec;
	height: 11px;
	width: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 4px;
	display: block;
}
#Contact_form table tr td #colchester_inner:hover {
	display: block;
}
#Contact_form table #colchester:hover {
	cursor: pointer;
}

#Contact_form table #ipswich {
	width: 15px;
	height: 15px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	padding: 3px;
}
#Contact_form table tr td #ipswich div {
	border: 2px solid #40bcec;
	height: 11px;
	width: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 4px;
	display: none;
}
#Contact_form table tr td #ipswich_inner:hover {
	display: block;
}
#Contact_form table #ipswich:hover {
	cursor: pointer;
}

#Contact_form table #chelmsford {
	width: 15px;
	height: 15px;
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	padding: 3px;
}
#Contact_form table tr td #chelmsford div {
	border: 2px solid #40bcec;
	height: 11px;
	width: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 4px;
	display: none;
}
#Contact_form table tr td #chelmsford_inner:hover {
	display: block;
}
#Contact_form table #chelmsford:hover {
	cursor: pointer;
}


.Find_us_map {
	clear: both;
	display: block;
	width: 800px;
	display: block;
	margin-bottom: 25px;
}
.Find_us_map img {
	float: left;
	margin: 0 25px 25px 0;
}
.Find_us_map h3 {
	padding-top: 0px;
	margin-top: 0px;
}
.Find_us_map a {
	text-decoration: underline;
}
.Find_us_map a:hover {
	text-decoration: none;
}

#Not_sure_who_to_talk_to_box {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 520px;
	left: 675px;
	width: 235px;
	text-align: center;
}
#Not_sure_who_to_talk_to_box:hover {
	border: 1px solid #40bcec;
	cursor: pointer;
}
#Not_sure_who_to_talk_to_box img {
	margin-bottom: 0px;
}
#Not_sure_who_to_talk_to_box h2, h3 {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#Comprehensive_Training_box {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 863px;
	left: 675px;
	width: 235px;
	text-align: center;
}
#Comprehensive_Training_box:hover {
	border: 1px solid #40bcec;
	cursor: pointer;
}
#Comprehensive_Training_box img {
	margin-bottom: 0px;
}
#Comprehensive_Training_box h2, h3 {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#Find_your_perfect_job_box {
	border: 1px solid #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	top: 1090px;
	left: 675px;
	width: 235px;
	text-align: center;
}
#Find_your_perfect_job_box:hover {
	border: 1px solid #40bcec;
	cursor: pointer;
}
#Find_your_perfect_job_box img {
	margin-bottom: 0px;
}
#Find_your_perfect_job_box h2, h3 {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}



#News {
	margin-top: -10px;
}

#News .box_colour_1 {
	border: 1px solid #ff9600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.news_photo_box_1 {
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	height: 125px;
	width: 125px;
	border: 1px solid #ff9600;
	overflow: hidden;
	float: left;
}

#News .box_colour_2 {
	border: 1px solid #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.news_photo_box_2 {
	margin-right: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
	height: 125px;
	width: 125px;
	border: 1px solid #40bcec;
	overflow: hidden;
}

#News div {
	height: 127px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#News .news_contents_box {
	width: 715px;
	height: auto;
}
#News h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#News h3 {
	margin: 0px;
}
#News p {
	margin: 2px;
}
#News iframe {
	margin-top: 15px;
}
#News .More_Button {
	font-weight: 600;
	position: absolute;
	right: 35px;
}
#News .More_Button:hover {
	cursor: pointer;
	color: #40bcec;
}




#search_outer_box {
	border: solid 1px #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	height: 265px;
	margin-top: 35px;
}
#search_outer_box h1 {
	margin-top: -10px;
	margin-bottom: 5px;
}
#search_left {
	border: solid 1px #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 420px;
	height: 200px;
	float: left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
#search_left p {
	margin: 0px;
	padding: 5px;
}
#search_job_title {
	width: 250px;
}
#search_salary {
	width: 250px;
}
#search_keywords {
	width: 250px;
}






#permanent_outer {
	position: absolute;
	width: 250px;
	top: 710px;
	left: 210px;
}
#permanent_outer_box {
	border: solid 1px #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 15px;
	height: 15px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	float: right;
}
#permanent_inner_box {
	display: none;
	border: solid 2px #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;
	width: 11px;
	height: 11px;
}

#temporary_outer {
	position: absolute;
	width: 250px;
	top: 755px;
	left: 210px;
}
#temporary_outer_box {
	border: solid 1px #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 15px;
	height: 15px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	float: right;
}
#temporary_inner_box {
	display: none;
	border: solid 2px #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;
	width: 11px;
	height: 11px;
}

#search_right {
	border: solid 1px #939498;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 420px;
	height: 210px;
	float: right;
	padding: 5px;
	text-align: right;
}
#search_button {
	border: solid 2px #40bcec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin-top: 25px;
	margin-right: 2px;
	padding: 5px;
}
#search_button:hover {
	cursor: pointer;
}
#search_button p {
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}
#search_right #start_date {
	width: 75px;
}
#search_right #end_date {
	width: 75px;
}
#search_right #search_reference {
	width: 168px;
}
#search_outer_box  .extra_margin {
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
input, textarea, select {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: 300;
	border: solid 1px #939498;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	resize: none;
	padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-weight: 300;
}
p {
	font-size: 14px;
}
.noborder {
	border: none;
}

#Menu_Contact {
	position: absolute;
	top: 166px;
	right: 0px;
}

#side_links {
	diplay: block;
	width: auto;
	height: 50px;
	position: relative;
	float: left;
	top: 80px;
	right: 20px;
}
#side_links img {
	border: none;
}
