body {background: #EEE; margin: 0; font-family: arial, sans-serif;}
.container {background: #FFF; padding: 0; margin-top: 0; margin-bottom: 0;}
.headerWrapper {background: #EEE; height: 180px;}

.span-6.logo { margin: 0; padding: 0; }
div.span-6.first.logo {margin-right: 0;}
.logo h1 {text-indent: -9999em; margin: 0; padding: 0;}
.logo h1 a {display: block; width: 230px; height: 180px; background: #FFF url('../img/logo.gif') no-repeat scroll top left; float: left;}

.banner {text-indent: -9999px; width: 720px; margin: 0; padding: 0;}
.banner h2 { margin: 0; padding: 0; width: 720px; height: 180px; background: #FFF url('../img/autumn.jpg') no-repeat scroll top left;}
.banner h2.mendip {background-image: url('../img/mendip.jpg');}

.menu {background: #096eb7 url('../img/menuBackground.gif') repeat-x scroll top left;}
.menu ul {list-style: none; margin: 0; padding: 0;}
.menu ul li {background: transparent url('../img/menuItemBackground.gif') repeat-x scroll top left; display: block; width: 194px; margin: 0 auto;}
.menu ul li a {
	font-family: arial, sans-serif; text-decoration: none; 
	color: #EEE; text-indent: 1em; font-size: 1.6em;
	display: block; width: 194px; margin: 0 auto;	
	padding: 0.3em 0 0.2em 0;
}
.menu ul li.home {background-image: none; padding-top: 0.5em;}
.menu ul li a:hover, .menu ul li.active a {color: #FFF; background: transparent url('../img/menuHoverBackground.gif') no-repeat scroll center left;}

.contact {background: #312888 url('../img/contactBackground.gif') repeat-x scroll top left;}
.contact .vcard {padding: 1em 0 1em 0; background: transparent url('../img/contactLineBackground.gif') repeat-x scroll bottom left;}
.contact .vcard, .contact .vcard a {
	font-size: 1.2em;
	color: #FFF; text-indent: 1em;
	display: block; width: 194px; margin: 0 auto;
}
.contact .vcard a {font-size: 1em; color: #EEE; text-decoration: none;}
.contact .vcard a.tel, .contact .vcard a.vCardLink, .contact .vcard a.vCardHelp {display: inline;}
.contact .vcard a.vCardHelp {color: #5346cc;}
.contact .vcard a:hover {color: #FFF;}

.content {margin-top: 1em; padding-bottom: 1em;}
.contentWrapper .container { background: #FFF url('../img/contentBackground.gif') no-repeat scroll bottom right; }

.content h1, .content h2, .content h3, .content h4, .content h5, #TB_ajaxContent h1 {
	font-style: italic; color: #096eb7; letter-spacing: 1px;
	padding-bottom: 0.5em; margin-bottom: 0.5em;
} 

.content h1, #TB_ajaxContent h1 {font-size: 190%; border-bottom: 1px solid #67b0a3;}
.content h2 {font-size: 140%;}
.content h3 {font-size: 130%;}
.content h4 {font-size: 120%;}
.content h5 {font-size: 110%;}
.content p, .content li, .content div, #TB_ajaxContent p {font-size: 110%;}
.content p, #TB_ajaxContent p {text-align: justify;}
.content p em {background: #ddfff9;}

.content .quote {margin-bottom: 1em; height: 108px;}
.content .quote {background: transparent url('../img/openQuote.gif') no-repeat scroll center left;}
.content .quote cite {display: block; text-align: right; color: #888; margin-right: 36px;}

.content .services h2 {font-size: 130%; padding-bottom: 0; margin-bottom: 0;}
.content .services li {font-size: 100%;}

.footerWrapper .container {background: #EEE url('../img/footerBackground.gif') repeat-x scroll top left; padding-top: 1em;}
.footer p {text-align: right; color: #333;}
.logos img {margin-right: 40px;}

div.message {padding:.8em;margin-bottom:1em;border:2px solid #FFD324; background:#FFF6BF; color:#514721;}
form .input {clear: both; margin: 0.5em; border-bottom: 2px solid #EEE;}
form .input.text label, form .input.textarea label, form .input.select label, form .input.date label {width: 120px; float: left;}
form .input.text input, form .input.select input {width: 200px;}
form .input.left label, form .input.right label {width: 115px;}
form .input.left input, form .input.right input {width: 115px;}
form .input.required {background: url(../img/required.gif) no-repeat scroll right center;}
form .input.error {border-bottom: 2px solid #FBC2C4;}
form .input.required.error {background: #FBE3E4 url(../img/required.gif) no-repeat scroll right center;}
form .input.left {clear: none; width: 262px; float: left;}
form .input.right {clear: none; width: 262px; float: right;}
form .input .note, form .error-message {font-size: 80%;}






















/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#2C0F2D;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #2C0F2D;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}