

body {
  line-height: 1.5;
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: #E9EDEC;
}

#outer {
width: 990px;
margin: 0 auto;
background: url(/images/outershadows.png) 0 60px no-repeat;
}

#main {
  text-align: left;
  width: 945px;
  margin: 0 auto;

}

#content #left {
float: left;
width: 700px;
margin: 0 20px 0 0;
}

#content #right {
float: left;
width: 225px;
}

#content #right h2 {
background: url(/images/icon_tick.png) top left no-repeat;
padding: 0 0 15px 55px;
font-family: "Century Gothic", Arial, "Times New Roman";
}

#content #left h2 {
font-size: 1em;
margin: 0 0 10px 0;
}

#content #right ul {
margin: 0;
padding: 0;
}

#content #right ul li {
margin: 0 0 1em 0;
color: #4E4E4E;
font-size: 0.8em;
padding: 0;
list-style-type: none;
}


img {
border: none;
}

#top {

}
#top ul {
  list-style: none;
  padding: 0 0 15px 20px;
  margin: 20px 0 0 0;
}

#top ul li {
  margin: 0;
  padding: 0;
  background: url(/images/menu_pipe.png) top right no-repeat;
  float: left;
}

#top ul li.current a {
text-decoration: underline;
}

#top ul li a {
  padding: 10px 23px 10px 23px;
  color: #7B9704;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  font-family: Century Gothic Bold, Arial;
}

#top ul li a:hover, #top ul li a:focus, #top ul li a:active {
text-decoration: underline;
}

#top ul li.last {
background: none;
}

#body {
margin: 50px 0 0 0;
}

#body p {
font-size: 0.8em;
color: #595959;
margin-bottom: 1em;
}

#footer {
  padding-top: 5px;
  clear: both;
  background-color: #E7EAEC;
  min-height: 63px;
  background: url(/images/footer_bg.jpg) top left repeat-x; 
}

#footer .inner_footer {
width: 945px;
margin: 7px auto 0 auto;;
}

.left_footer {
float: left;
}

.left_footer ul {
margin: 0;
padding: 0;
}

.left_footer ul li {
float: left;
list-style-type: none;
margin: 0 60px 0 0;
font-size: 0.9em;
text-transform: uppercase;
font-family: Century Gothic Bold, Arial;
color: #7B9704;
text-decoration: none;
font-weight: bold;
}

.left_footer ul li a {
color: #7B9704;
text-decoration: none;
font-weight: bold;
}

.left_footer ul li a:hover, .left_footer ul li a:focus, .left_footer ul li a:active {
text-decoration: underline;
}

.right_footer {
float: right;
}

.right_footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

.right_footer a {
text-decoration: none;
}

.right_footer a:hover, .right_footer a:focus, .right_footer a:active {
text-decoration: none;
}



#content.textpage {
  text-align: left;
  float: left;
  width: 75%;
}
#subNavigation {
  margin-top: 40px;
  width: 100%;
  float: right;
}
#subNavigation ul {
  list-style: none;
  display: block;
  padding: 10px;
  padding-left: 0px;
}
#subNavigation ul li {
  margin: 0;
  padding: 0px;
  padding-right: 10px;
}

body {
  font-family: "Lucida Grande", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #426FC8;
  font-weight: 500;
}
h1 {
  font-size:1.2em;
  line-height: 1.3;
  margin-bottom:0.5em;
  font-weight: bold;
  color: #002634;
}

h2 {
  font-size:1.2em;
  line-height: 1.3;
  margin-bottom:0;
  font-weight: bold;
  color: #002634;
  }
  
h3 {
  font-size: 1em;
  line-height:1;
  margin: 0;
  padding: 0;
}
h4 {
  font-size:1em;
  line-height:1.25;
  margin-bottom:1.25em;
}
h5 {
  font-size:1em;
  font-weight:bold;
  margin-bottom:1.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin:0;
}
p {
  margin:0 0 1.5em;
  font-size: 1em;
}
p img {
  float:left;
  margin:0;
  padding:0;
}
p img.right {
  float:right;
  margin:1.5em 0 1.5em 1.5em;
}

a:hover {
  text-decoration: none;
}
a {
  color: #426FC8;
  text-decoration:underline;
}
h1 a {
  color: #666;
  text-decoration: none;
}

blockquote {
  margin:1.5em;
  color:#666;
  font-style:italic;
}
strong {
  font-weight:bold;
}
em, dfn {
  font-style:italic;
}
dfn {
  font-weight:bold;
}
sup, sub {
  line-height:0;
}
abbr, acronym {
  border-bottom:1px dotted #666;
}
address {
  margin:0 0 1.5em;
  font-style:italic;
}
del {
  color:#666;
}
pre, code {
  margin:1.5em 0;
  white-space:pre;
}
pre, code, tt {
  font:1em 'andale mono', 'lucida console', monospace;
  line-height:1.5;
}
li ul, li ol {
  margin:0 1.5em;
}
ul, ol {
  margin:0 1.5em 1.5em 1.5em;
}
ul {
  list-style-type:disc;
}
ol {
  list-style-type:decimal;
}
dl {
  margin:0 0 1.5em 0;
}
dl dt {
  font-weight:bold;
}
dd {
  margin-left:1.5em;
}
table {
  margin-bottom:1.4em;
  width:100%;
}
th {
  font-weight:bold;
  background:#C3D9FF;
}
th, td {
  padding:4px 10px 4px 5px;
}
tr.even td {
  background:#E5ECF9;
}
tfoot {
  font-style:italic;
}
caption {
  background:#eee;
}

label {
  font-weight:bold;
}
fieldset {
  padding:1.4em;
  margin:0 0 1.5em 0;
  border:1px solid #ccc;
}
legend {
  font-weight:bold;
  font-size:1.2em;
}
input.text, input.title, textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
  border:1px solid #666;
}
input.text, input.title {
  width:300px;
  padding:5px;
}
input.title {
  font-size:1.5em;
}
textarea {
  width:300px;
  height:250px;
  padding:5px;
}
.error, .notice, .success {
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}
.error {
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}
.notice {
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}
.success {
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}
.error a {
  color:#8a1f11;
}
.notice a {
  color:#514721;
}
.success a {
  color:#264409;
}
.error ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content .post {
  text-align: left;
}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}





body {
background: url(/images/body_bg.jpg) top left repeat-x;
}

#siteName, #siteDescription, #freephone, #quick-search {
float: left;
margin: 10px 0 10px 0;
}

#siteName {
margin: 30px 0 30px 0;
}

#siteDescription {
width: 290px;
}

#freephone {
color: #7B9704;
font-family: Century Gothic Bold, Arial;
font-weight: bold;
font-size: 0.9em;
margin: 32px 0 0 40px;
width: 230px;
line-height: 1.2;
}

#freephone span {
display: block;
font-family: Trebuchet MS, Arial;
color: #002634;
font-size: 2em;
}

#quick-search {
width: 190px;
margin: 55px 0 0 0;
position: relative;
float: right;
}

#quick-search fieldset {
margin: 0;
padding: 0;
border: none;
}

#quick-search input.input {
width: 186px;
float: left;
height: 21px;
margin: 0;
padding: 0 0 0 4px;
border: 1px solid #7B9603;
color: #7B9704;
font-size: 12px;
}

#quick-search input.submit {
width: 24px;
float: left;
position: absolute;
right: 0;
border: none;
margin: 0;
padding: 0;
background: url(/images/search_mag.png) top left no-repeat;
height: 19px;
top: 2px;
cursor: pointer;
}

#topNavigation {
clear: both;
padding: 0;
width: 100%;
}

#banner {
width: 941px;
height: 222px;
border: 2px solid #CCC;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
clear: both;
margin: 35px 0 0 0;
position: relative;

  
}

#banner p.headertext {
color: #002634;
font-family: Century Gothic Bold, Arial;
position: absolute;
top: 160px;
left: 0;
background: url(/images/text_banner_right.png) top right no-repeat;
padding-right: 7px;
min-height: 40px;
}

#banner p.headertext span {
display: block;
background: url(/images/text_banner.png) top left no-repeat;
min-height: 40px;
padding: 7px 20px 0 23px;
font-size: 1.1em;
font-weight: bold;
}

#banner .boxes {
  position: absolute;
top: 30px;
right: 0px;
z-index: 300;  
width: 217px;
height: 160px;
background-color: #FFF;
font-family: Century Gothic Bold, Arial;
font-weight: bold;
}

#banner .boxes .box.instruct {
background: url(/images/box_instruct.png) 5px 5px no-repeat;
width: 210px;
height: 65px;
padding: 0 7px 5px 0;
}

#banner .boxes .box.instruct p a {
font-size: 0.8em;
color: #FFF;
position: relative;
top: 25px;
left: 20px;
text-decoration: none;
padding: 20px 80px 20px 0;
}

#banner .boxes .box.instruct p a:hover, #banner .boxes .box.instruct p a:focus, #banner .boxes .box.instruct p a:active {
text-decoration: underline;
}

#banner .boxes .box.release {
background: url(/images/box_guide.png) 5px 5px no-repeat;
width: 210px;
height: 65px;
padding: 0 7px 5px 0;
margin-top: 14px;
}

#banner .boxes .box.release p a {
font-size: 0.8em;
color: #FFF;
position: relative;
top: 7px;
left: 20px;
text-decoration: none;
display: block;
width: 120px;
padding: 10px 40px 10px 0;
}

#banner .boxes .box.release p a:hover, #banner .boxes .box.release p a:focus, #banner .boxes .box.release p a:active {
text-decoration: underline;
}

h1 {
background: url(/images/icon_home.png) top left no-repeat;
padding: 0 0 10px 55px;
font-family: "Century Gothic", Arial, "Times New Roman";
}


#body p.abstract {
color: #7B9704;
font-size: 0.9em;
}

#body p .abstract {
color: #7B9704;
font-size: 1.1em;
}


p.readmore {
margin: 0;
}

p.readmore a {
color: #7B9704;
padding-right: 17px;
background: url(/images/icon_readmore.png) right 3px no-repeat;
text-decoration: none;
float: right;
font-size: 0.85em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.readmore a:hover, p.readmore a:focus, p.readmore a:active {
text-decoration: underline;
}



.twitter, .news, .surveys, .blog {
width: 220px;
height: 10em;
margin-right: 19px;
float: left;
border: 1px solid #DDE4C7;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #FFF;
}

#lower_body h3 {
color: #002634;
padding-left: 50px;
padding-top: 15px;
font-size: 1em;
margin: 0 0 10px 10px;
line-height: 1.5;
height: 2.4em;
font-weight: bold;
}

#lower_body h3 a {
color: #002634;
text-decoration: none;
}

#lower_body h3 a:hover, #lower_body h3 a:focus, #lower_body h3 a:active {
text-decoration: underline;
}


#lower_body p {
font-size: 0.8em;
color: #595959;
padding: 0 10px 0 10px;
margin: 0 0 5px 0;
}

#lower_body p.readmore {
position: relative;
top: 4px;
left: 6px;
}

.inner_spacing {
width: 210px;
height: 9.4em;
margin: 5px;
background-color: #E7EAEC;
}

.twitter h3 {
background: url(/images/icon_twitter.png) 0 10px no-repeat;
}

.news h3 {
background: url(/images/icon_news.png) 0 10px no-repeat;
}

.surveys h3 {
background: url(/images/icon_surveys.png) 0 10px no-repeat;
}

.blog h3 {
background: url(/images/icon_ersa.png) 0 10px no-repeat;
}

#content.posts #left h2 {
color: #7B9704;
font-family: "Century Gothic", Arial, "Times New Roman";
font-size: 0.95em;
margin-bottom: 5px;
}

.posts .posting {
border-bottom: 1px #CCC solid;
margin-bottom: 20px;
padding-bottom: 10px;
}

.posts .postedon, .tweet .postedon {
font-style: italic;
}

#body .tweetpost p {
margin-bottom: 3px;
}

.tweetpost {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #CCC;
}

.posts p.readmore a {
float: none;
}

#lower_body .blog {
margin-right: 0;
}

#lower_body {
float: left;
width: 100%;
margin: 20px 0 50px 0;
}

#body p.abstract {
color: #7B9704;
font-size: 0.9em;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 1.3;
}

#content ul {
margin: 0;
padding: 0;
}

#content #left ul {
margin: 0 0 15px 0;
}

#content #sitemap ul li ul {
margin: 10px 0 10px 65px;
}

#content #left  ul li {
margin: 0 0 5px 0;
padding: 0 0 0 17px;
list-style-type: none;
font-size: 0.8em;
color: #595959;
background: url(/images/parent_arrow.png) no-repeat scroll 0 3px transparent;  

}

#content #sitemap ul li, #content #left #ukmap ul li  {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0.9em;
background: none;
}

#content ul li a {

}

#content ul li ul li a {
background: url(/images/child_arrow.png) 0 5px no-repeat;
padding-left: 15px;
}

#content ul li ul {
margin: 10px 0 10px 20px;
}

#content #ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_tb_email {
position: absolute;
left: 87px;
}

#content #ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_tb_name {
position: absolute;
left: 87px;
}

#content #ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_tb_company {
position: absolute;
left: 87px;
}

#content fieldset legend {
position: absolute;
left: -100000px;
}

#content fieldset {
border: none;
margin: 0;
padding: 0;
}

#content fieldset p {
position: relative;
}

#content fieldset label {
position: relative;
top: 10px;
font-weight: normal;
color: #595959;
}

#content fieldset input.text {
position: relative;
left: 90px;
}

#content #ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_tb_msg {
position: relative;
left: 31px;
top: 2px;
}

#content fieldset #ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_Label1 {
position: relative;
top: -245px;
}

#ContentPlaceHolderDefault_cp_content_ctl01_Contact_2_bt_submit {
margin-left: 89px;
}

#ukmap {
position: relative;
}

#ukmap h2 {
font-size: 0.95em;
margin-bottom: 0;
font-family: "Century Gothic", Arial, "Times New Roman";
}

#content #ukmap ul li {
line-height: 1.2;
}

#content #ukmap ul li a {
background: url(/images/child_arrow.png) no-repeat 4px 5px;
color: #4E4E4E;
font-size: 0.9em;
text-decoration: none;
  padding-left:17px;
}

#content #ukmap ul li a:hover, #content #ukmap ul li a:focus, #content #ukmap ul li a:active {
text-decoration: underline;
}

#ukmap .ukmap {
margin: 0 0 80px 150px;
}

#birchall {
position: absolute;
top: 360px;
left: 45px;
}

#birchall h2 {
color: #662C91;
}

#ashfords {
position: absolute;
top: 545px;
left: 75px;
}

#ashfords h2 {
color: #7B9704;
}

#caesar {
position: absolute;
top: 174px;
right: 180px;
}

#caesar h2 {
color: #0071BB;
}

#gbrown {
position: absolute;
top: 248px;
right: 75px;
}

#gbrown h2 {
color: #FF1F98;
}


#blacks {
position: absolute;
top: 338px;
right: 93px;
}

#blacks h2 {
color: #4C4C4C;
}

#goldsmith {
position: absolute;
top: 402px;
right: 32px;
}

#goldsmith h2 {
color: #F7771E;
}

#equilaw {
position: absolute;
top: 476px;
right: 57px;
}

#equilaw h2 {
color: #EC1B24;
}

#content #left .members ul li{
float: left;
margin-right: 20px;
  background: 0;
}

.last {
margin: 0px 0px 0px 0px;
}





.pollquestion {
margin-bottom: 10px;
font-family: "Century Gothic", Arial, "Times New Roman";
}

#body .pollquestion p {
font-size: 0.95em;
}

.pollawnsers label {
font-size: 0.9em;
position: relative;
top: -1px;
left: 2px;
}

#content .poll {
background-color: #E8EBED;
}

#content .poll .submitbutton {
border: none;
width: 60px;
height: 24px;
background: url(/images/poll_submit.png) top left no-repeat;
cursor: pointer;
font-size: 0.75em;
color: #FFF;
padding: 2px 0 5px 0;
position: relative;
top: -10px;
left: 10px;
}

p.readmore.pollrm a {
float: none;
}

.pollcontainer {
border-bottom: 1px solid #CCC;
margin-bottom: 20px;
padding-bottom: 10px;
}




.nivoSlider {
  position:relative;
}
.nivoSlider img {
  position:absolute;
  top:0;
  left:0;
   
}
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  z-index:60;
  display:none;
  margin:0;
  padding:0;
}
.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}
.nivo-caption {
color: 
#002634;
font-family: Century Gothic Bold, Arial;
position: absolute;
top: 160px;
left: 0;
background: url(/images/text_banner_right.png) top right no-repeat;
padding-right: 7px;
min-height: 40px;
  z-index:89;
}
.nivo-caption p {
 display: block;
background: url(/images/text_banner.png) top left no-repeat;
min-height: 40px;
padding: 7px 20px 0 23px;
font-size: 1.1em;
font-weight: bold;
}
.nivo-caption a {
  display:inline!important;
}
.nivo-html-caption {
  display:none;
}
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
}
.nivo-prevNav {
  left:0;
}
.nivo-nextNav {
  right:0;
}
.nivo-controlNav a {
  position:relative;
  z-index:99;
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:700;
}
#slider {
  position:relative;
  
  background:#fff url(/images/loading.gif) no-repeat 50% 50%;
  width:941px;
    float: left;
  margin: 3px;
 
}
#slider img {
  position:absolute;
  top:0;
  left:0;
  display:none;
   
}
#slider a {
  border:0;
  display:block;
}
.nivo-controlNav {
  position:absolute;
  left:47%;
  bottom:-30px;
}
.nivo-controlNav a {
  display:block;
  width:10px;
  height:10px;
  background:url(/images/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}
.nivo-controlNav a.active {
  background-position:-10px 0;
}
.nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(/images/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
}
a.nivo-prevNav {
  left:15px;
}
.nivo-caption a {
  text-decoration:underline;
}

.twitter {display: none;}































@media screen and (-webkit-min-device-pixel-ratio:0) {

#banner .boxes .box.instruct p a {
font-size: 0.9em;
width: 120px;
position: relative;
top: 27px;}

#banner .boxes .box.release p a {
font-size: 0.9em;
width: 120px;
padding: 7px 40px 10px 0;
}






















.abstract {

}

ul#members  li {
float: left; width: 300px; margin-right: 20px; 
}

