@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/layout-images/background.gif);
	background-repeat: no-repeat;
	background-position: 50% 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
a img { 
	border:none; 
}
a:link {
	color: #000000;
}
a:hover {
	color: #76B0A9;
}
a:active {
	color: #666666;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}
.cms-repeat {
}
.cms-editable {
}
#container {
	width: 975px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/layout-images/background.gif);
	background-position: 50% 40px;
	background-repeat: no-repeat;
} 
#header {
	height: 96px;
	margin-right: 246px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right;
	width: 242px;
}
#mainContent {
	border-top: solid #666666 1px;
	width: 729px;
} 
#footer {
	padding: 0 10px 0 20px;
	background:000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.floatLeft4pxMarginRight {
	float: left;
	margin-right: 4px;
}
.floatLeft10pxMarginRight {
	float: left;
	margin-right: 10px;
}
.floatLeftISOLogo {
	float: left;
	margin: 0 0px 10px 0;
	clear: left;
}
.FloatRightMargin8pxLeft {
	float: right;
	margin-left: 8px;
}
.FloatLeft {
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainImage {
	background-color: #000000;
	height: 211px;
	background-image: url(../images/layout-images/MainImage-Grad.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
#StrapLine {
	font-size: 12px;
	float: right;
	height: 24px;
	margin: 15px 0px 0px 0px;
}
#Logo {
	height: 39px;
	float: right;
	width: 729px;
	text-align: right;
}
#TopMenu {
	float: right;
	width: 720px;
	text-align: right;
	margin-top: 1px;
}
.MenuLink a {
	font-size: 11px;
	color: #000000;
	padding: 0px 4px 0px 9px;
	text-decoration: none;
	display: inline-block;
	border-left: solid #666666 1px;
	line-height: 17px;
}
.MenuLink a:hover {
	color: #8BC3BE;
}
.MenuLink a:active {
	color: #666666;
}
#Address {
	height: 72px;
	padding: 160px 0px 0px 10px;
	line-height: 16px;
	font-size: 10px;
}
p {
	margin: 0px;
}
.bold {
	font-weight: bold;
}
.bold14px {
	font-weight: bold;
	font-size: 14px;
}
#Menu {
	background-color: #000000;
	height: 20px;
	border-top: solid #B6B6B6 1px;
}
.Cats1 a, .Cats2 a, .Cats3 a, .Cats4 a, .Cats5 a, .Cats6 a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid #B6B6B6 1px;
	width: 111px;
	float: right;
	font-weight: bold;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.Cats1 a {
	background-image: url(../images/layout-images/menu-images/Purple-over.gif);
}.Cats1 a:hover {
	background-image: url(../images/layout-images/menu-images/Purple.gif);
}
.Cats1 a:active {
	background-image: url(../images/layout-images/menu-images/Purple-Over.gif);
}

.Cats2 a {
	background-image: url(../images/layout-images/menu-images/Orange-Over.gif);
}.Cats2 a:hover {
	background-image: url(../images/layout-images/menu-images/Orange.gif);
}
.Cats2 a:active {
	background-image: url(../images/layout-images/menu-images/Orange-Over.gif);
}

.Cats3 a {
	background-image: url(../images/layout-images/menu-images/Green-Over.gif);
}.Cats3 a:hover {
	background-image: url(../images/layout-images/menu-images/Green.gif);
}
.Cats3 a:active {
	background-image: url(../images/layout-images/menu-images/Green-Over.gif);
}

.Cats4 a {
	background-image: url(../images/layout-images/menu-images/Red-Over.gif);
}.Cats4 a:hover {
	background-image: url(../images/layout-images/menu-images/Red.gif);
}
.Cats4 a:active {
	background-image: url(../images/layout-images/menu-images/Red-Over.gif);
}

.Cats5 a {
	background-image: url(../images/layout-images/menu-images/Blue-Over.gif);
}.Cats5 a:hover {
	background-image: url(../images/layout-images/menu-images/Blue.gif);
}
.Cats5 a:active {
	background-image: url(../images/layout-images/menu-images/Blue-Over.gif);
}

.Cats6 a {
	background-image: url(../images/layout-images/menu-images/Mauve-Over.gif);
}.Cats6 a:hover {
	background-image: url(../images/layout-images/menu-images/Mauve.gif);
}
.Cats6 a:active {
	background-image: url(../images/layout-images/menu-images/Mauve-Over.gif);
}
#ColourBand {
	background-image: url(../images/layout-images/Colours-Band.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
	margin-top: 4px;
}
#TabbedPanelWrapper {
	width: 242px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 9px 0 4px 0;
}
.SlidingPanelHeading {
	height: 22px;
	width: 672px;
	margin-left: 57px;
	background-image: url(../images/layout-images/HomeSlider-Grad.gif);
}
.SlidingPanelHeadingGallery01 {
	height: 18px;
	width: 672px;
	margin-left: 57px;
	background-color: #F79421;
}
.blue {
	background-color: #28ACE2;
}
.Red {
	background-color: #D4242C;
}
.green {
	background-color: #41AE49;
}
.Purple {
	background-color: #922A8E;
}
.purpleDark {
	background-color: #5350A2;
}

.MainTextWrapper {
	margin: 10px 0 0 0px;
	width: 600px;
	padding-left: 120px;
	float: left;
}
.MainTextColumn {
	float: left;
	width: 280px;
	margin-right: 10px;
	line-height: 16px;
	margin: 0 10px 10px 0px;
}
.VacancyColumn {
	float: left;
	width: 600px;
	margin-right: 10px;
	line-height: 16px;
	margin: 0 10px 20px 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px;
	border-color: #BDDAD7;
}
.subHeading {
	font-size: 14px;
	color: #76B0A9;
	padding: 4px 0 4px 0;
}
.PhoneNumber {
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 6px 0;
}
.GoogleMapWrapper {
	margin: 0px 0 0 57px;
	position: relative;
}
.GalleryPicBorder {
	border: solid #FFFFFF 1px;
}
.FacilitiesWrapper {
	height: 349px;
	position: relative;
	width: 672px;
	background-color: #006633;
	margin-left: 57px;
	background-image: url(../images/Wilcox-Facilities/Wilcox-Facilities-Control.gif);
}
#apDivWorkshop {
	position:absolute;
	left:0px;
	top:0px;
	width:672px;
	height:349px;
	z-index:2;
	background-color: #009966;
	visibility: hidden;
}
#apDivYard {
	position:absolute;
	left:0px;
	top:0px;
	width:672px;
	height:349px;
	z-index:1;
	background-color: #009966;
	visibility: hidden;
	background-image: url(../images/Wilcox-Facilities/Wilcox-Facilities-Yard.gif);
}
#apDivOffice {
	position:absolute;
	left:0px;
	top:0px;
	width:672px;
	height:349px;
	z-index:4;
	background-color: #009966;
	visibility: hidden;
	background-image: url(../images/Wilcox-Facilities/Wilcox-Facilities-Office.gif);
}
#apDivClient {
	position:absolute;
	left:0px;
	top:0px;
	width:672px;
	height:349px;
	z-index:5;
	background-color: #009966;
	visibility: hidden;
	background-image: url(../images/Wilcox-Facilities/Wilcox-Facilities-Client.gif);
}
#apDivControl {
	position:absolute;
	left:0px;
	top:0px;
	width:672px;
	height:349px;
	z-index:3;
	background-image: url(../images/Wilcox-Facilities/Wilcox-Facilities-Trans.gif);
}

.FormWrapper {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 57px;
	position: relative;
}
input {
	background-color: #BEDBD8;
}
textarea {
	background-color: #BEDBD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.HGliderNavSeparator {
	font-size: 0px;
	height: 20px;
	width: 672px;
}
