body {
	background: #77a1d7 url(../images/global/background_repeat.jpg) repeat-x 0 top;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
	padding: 0;
}

#header {
	float: left;
	width: 860px;
	height: 110px;
	padding: 0;
	background: url(../images/global/header.jpg) no-repeat left;
}

#nav_spacer {
	float: left;
	width: 50px;
	min-height: 30px;
	padding: 0;
}

#navigation {
	float: left;
	width: 810px;
	min-height: 30px;
	padding: 0;
	text-align: left;
	color: #fff;
	background: #0186e5;
}

#colour_boxes {
	float: left;
	width: 50px;
	min-height: 398px;
	padding: 0;
}

/* Home Page Content with Non-fade background */

#content {
	float: left;
	width: 790px;
	min-height: 428px;
	background: #fff url(../images/global/content_back.jpg) no-repeat 0 bottom;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
}

/* Content with fade background */

#content_fade {
	float: left;
	width: 790px;
	min-height: 428px;
	background: #fff url(../images/global/content_back_fade.jpg) no-repeat 0 bottom;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
}

#footer {
	float: left;
	width: 850px;
	height: 30px;
	padding: 5px;
	text-align: center;
	color: #fff;
	border-top: 1px dotted #166ca9;
}

table.nav {
	text-align: center;
	color: #fff;
	border: none;
}

tr.nav {
	border: none;
}

td.nav {
	padding: 5px;
	border-left: none;
	border-right: 1px dotted #fff;
}

td.navEnd {
	padding: 5px;
}

/* Hover styles on the Table cells in the Navigation */

td.nav:hover {
	background-color: #166ca9;
}

td.navEnd:hover {
	background-color: #166ca9;
}

/* These classes will keep the Links for the Navigation in White text */

a.Navigation:link, a.Navigation:visited, a.Navigation:active {
	color: #fff;
	text-decoration: none;
}

a.Navigation:hover {
	color: #fff;
	text-decoration: none;
}

/* Blue Content Boxes */

#blueBox {
	width: 458px;
	color: #fff;
	font-size: 12px;
}

.blueBoxTop {
	background: url(../images/global/bluebox_top.gif) no-repeat;
	height: 35px;
	width: 458px;
}

.blueBoxContent {
	background: url(../images/global/bluebox_repeat.gif) repeat-y;
	width: 418px;
	padding: 0 20px;
}

.blueBoxBottom {
	background: url(../images/global/bluebox_bottom.gif) no-repeat;
	height: 30px;
	width: 458px;
}

/* Classes for Marty Boxes...thanks Marty */

#martyBoxContainer {
	float: right;
	width: 230px;
	margin-right: 25px;
}

.martyBoxTopLeft {
	border-left: 5px solid #e8f0f6;
	border-top: 5px solid #e8f0f6;
}

.martyBoxTopRight {
	border-right: 5px solid #e8f0f6;
	border-top: 5px solid #e8f0f6;
}

.martyBoxBottomLeft {
	border-left: 5px solid #e8f0f6;
	border-bottom: 5px solid #e8f0f6;	
}

.martyBoxBottomRight {
	border-right: 5px solid #e8f0f6;
	border-bottom: 5px solid #e8f0f6;
}

/* Classes for Headings please drop here... */

.headingLarge {
	font-size: 18px;
	font-weight: bold;
}

.headingMedium {
	font-size: 15px;
	font-weight: bold;
}

.headingStandard {
	font-size: 13px;
	font-weight: bold;
}

/* Job Vacancie Styles */

#vacancy {
	border-top: 2px solid #f69738;
	border-bottom: 2px solid #f69738;
	padding: 5px;
	margin: 10px 20px;
	background-color: #eaeaea;
}

.jobTitle {
	font-size: 13px;
	color: red;
}

/* Location Styles */

#location {
	border-top: 2px solid #0186e5;
	border-bottom: 2px solid #0186e5;
	padding: 5px;
	margin: 10px 20px;
	background-color: #eaeaea;
}

/* Other Classes drop here... */

.redHightlight {
	color: red;
}

/* Standard Links */

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}