@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../bgs/wiltshire-willey_bg.png) repeat-x #ffffff;
	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: #666666;
}
h1
{
color: #666666;
font-size: 24px;
margin: 0px 0px 20px 0px;
padding: 0px;
}
h2
{
color: #666666;
font-size: 15px;
margin: 0px 0px 10px 0px;
padding: 0px;
}
a
{
color: #234B96;
text-decoration: none;
}
a:hover
{
text-decoration: underline
}
.error
{
color: #CC0000;
font-weight: bold;
}
.oneColFixCtr #container {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.leftCol
{
width: 400px;
margin-bottom: 20px;
}
.rightCol
{
width:365px;
margin-bottom: 20px;
}
.floatLeft
{
float: left;
}
.floatRight
{
float: right;
}
.clearBoth
{
clear: both;
}
form
{
margin: 0px;
padding: 0px;
}
.padtop
{
padding-top: 20px;
}
.mainTextBox
{
padding: 20px 0px 20px 0px; 
clear: both; 
line-height: 20px; 
text-align: justify; 
border-bottom: 1px dotted #999; 
float: left; 
margin-bottom: 20px;
width: 760px;
}
.sideOptions
{
float: right; background:#EFEFEF; padding: 10px;  margin-left: 20px; text-align:left; width: 200px;
}
/****************
ORGANISE TABS HERE 
*****************/ 

ul#tabgroup
{
margin: 30px 0px 1px 0px;
width: 765px;
padding: 0px;
float: left;
list-style: none;
border-bottom: 10px solid #9ED0DE;
}
#tabgroup li
{
float: left;
}
li#home a
{
list-style: none;
background: url(../img/tabs/b_home.gif) no-repeat bottom left;
width: 63px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#home a:hover
{
background: url(../img/tabs/b_home.gif) no-repeat top left;
color: #FFFFFF
}
li#clients a
{
list-style: none;
background: url(../img/tabs/b_clients.gif) no-repeat bottom left;
width: 67px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#clients a:hover
{
background: url(../img/tabs/b_clients.gif) no-repeat top left;
color: #FFFFFF
}
li#services a
{
list-style: none;
background: url(../img/tabs/b_services.gif) no-repeat bottom left;
width: 72px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#services a:hover
{
background: url(../img/tabs/b_services.gif) no-repeat top left;
color: #FFFFFF
}
li#company a
{
list-style: none;
background: url(../img/tabs/b_company.gif) no-repeat bottom left;
width: 80px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#company a:hover
{
background: url(../img/tabs/b_company.gif) no-repeat top left;
color: #FFFFFF
}
li#contact a
{
list-style: none;
background: url(../img/tabs/b_contact.gif) no-repeat bottom left;
width: 76px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#contact a:hover
{
background: url(../img/tabs/b_contact.gif) no-repeat top left;
color: #FFFFFF
}
li#vacancies a
{
list-style: none;
background: url(../img/tabs/b_vacancies.gif) no-repeat bottom left;
width: 96px;
margin: 0px 4px 0px 0px;
height: 31px;
float: left;
padding: 0px 0 0px 0;
text-indent: -10000px;
}
li#vacancies a:hover
{
background: url(../img/tabs/b_vacancies.gif) no-repeat top left;
color: #FFFFFF
}
#footer
{
background: #EFEFEF;
padding: 10px;
clear: both;
width: 745px;
float: left;
font-size: 11px;
color: #666666;
}


/*****
contact form 
******/
.contactStd
{
width: 450px;
clear: both;
display: block;
margin: 5px 0px 15px 0px;
height: 30px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
}
.contactTxt
{
width: 450px;
clear: both;
display: block;
margin: 5px 0px 5px 0px;
height: 80px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
}
