@charset "UTF-8";

/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*RESET END*/


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #d8d6c3;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(images/whittleheader.gif);
	height: 99px;
}
.oneColFixCtrHdr #header #mainMenu {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 320px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header #mainMenu ul {
}
.oneColFixCtrHdr #header #mainMenu ul li{
	float: left;
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	margin-right: 1px;
}
.oneColFixCtrHdr #header #mainMenu ul li a{
	color: #004785;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header #mainMenu ul li a:hover{
	color: #57A4C4;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}



.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #56A4C3;
}

.oneColFixCtrHdr #mainContent h1 {
	color: #004785;
	text-decoration:none;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: lighter;
}

.oneColFixCtrHdr #mainContent h2 {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 10px;
	font-weight: lighter;
}

.oneColFixCtrHdr #mainContent h3 {
	text-decoration:none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	display: block;
}


.oneColFixCtrHdr #mainContent p {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent p a {
	color: #004785;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.fortables {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px #FFFFFF solid;
}
#home #mainContent {
	background-color: #56A4C3;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#industrial #mainContent h2 {
	color: #ADD5F3;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#home #mainContent ul {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
	padding-top: 10px;
}
#home #mainContent ul li {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 13px;
	padding-bottom: 5px;
}

#acc #mainContent {
	background-color: #FFFFFF;
	padding: 0px;
}

#offices #mainContent {
	background-color: #8F8EA2;
	padding: 15px;
}

#trade #mainContent {
	background-color: #809f9b;
	padding: 15px;
}


#industrial #mainContent {
	background-color:#819EB4;
	padding: 15px;
}

#location #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}
#news #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}
#contact #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}
#gallery #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}

#land #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}

#downloads #mainContent {
	background-color:#56A4C3;
	padding: 15px;
}

#industrial #mainContent h2 {
	color: #ADD5F3;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#offices #mainContent h2 {
	color: #D2D0DF;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#trade #mainContent h2 {
	color: #ADD8D3;
	text-decoration:none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #00678f;
	background-image: url(images/highcross.gif);
	height: 31px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #57A4C4;
	background-position: center bottom;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #subfooter {
	height: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00678F;
	background-repeat: no-repeat;
	text-align:center;
}
.oneColFixCtrHdr #subfooter 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 */
}

.oneColFixCtrHdr #subfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00678F;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: block;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#home #header #mainMenu ul a#homenav,
#acc #header #mainMenu ul a#accsnav,
#trade #header #mainMenu ul a#tradenav,
#industrial #header #mainMenu ul a#industrialnav,
#location #header #mainMenu ul a#locationnav,
#gallery #header #mainMenu ul a#gallerynav, 
#land #header #mainMenu ul a#landnav, 
#contact #header #mainMenu ul a#contactnav,
#news #header #mainMenu ul a#newsnav  {
	color: #004785;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
 #boxLefty {
	float:left;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

 #boxRighty {
	float:left;
	width: 220px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}
#acc #mainContent #boxLefty {
	float:left;
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#acc #mainContent #boxRighty {
	float:left;
	width: 220px;
	padding: 0px;
	color: #000000;
	margin-top: 20px;
	margin-left: 20px;
}
#acc #mainContent #boxRighty p {
	
	color: #000000;
}
#acc #mainContent #boxRighty table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}
#acc #mainContent #boxRighty table td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00678F;
}
.oneColFixCtrHdr #mainContent #contactbox {
	float:left;
	width: 210px;
	padding: 15px;
}
#mainContent ul {
	color: #ffffff;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 10px;
}
#mainContent ul li {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 13px;
	padding-bottom: 5px;
}
#acc #mainContent #boxRighty a{
	font-family: Arial, Helvetica, sans-serif;
	color: #004785;
	text-decoration: none;
}

#acc #mainContent #boxRighty a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #58A4C4;
}

#boxRightycolor{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#boxRightycolor ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
#boxRightycolor h3{
	font-size:16px;
	color: #000000;
}
#boxRightycolor ul li{
	font-size:11px;
	color: #000000;
}
#acc #mainContent #boxRighty #boxRightycolor p {
	font-size:11px;
	color: #000000;
}
#home #mainContent #homepic{
float:right;
}
