* {
  padding: 0em;
  margin: 0em;
}

body {
  text-align: left;
  font-size: 80%;/*.8em;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-family: Tahoma, Arial, sans-serif;*/
  background-color: #444444;
  color: #20353c;
  margin: 0;
}

p {
  margin-bottom: 0.6em;
}

.strong {
  font-weight: bold;
}

hr {
  margin-bottom: .4em;
  padding: 0em;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#container {
  width: 840px;/*770px;*/
  text-align: left;
  margin: auto;
  background-color: #FFF;
}
/* footer section
footertop and footerbottom are used e.g. where we want a graduation between the main page and the footer.
an image can be used in either part, rather than having to define the height of the footer area and then creating a graphic of that height.*/

#footertop {
  padding-top: 0px;
  height: 0px;/*used to illustrate height in template */
/*border-bottom: #AAAAAA solid 1px; /* used as content in the template */
/*display: block;*/
  clear: both;
/*background-color: #282828;
    background-image: url(images/FooterBackground.jpg)*/
}

#footer {
  background: #282828;
/*color: #3985b0; nice blue to use one day! */
  color: #FFF;
  clear: left;
  text-align: center;
  height: 1%;/* triggers hasLayout in IE 6 and earlier */
  padding: 0.5em 10px;/* just here to make the text easier to read */
  background-image: url(images/FooterBackground.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#footer a {
  color: #c74226;
  font-weight: normal;
}

#footer .iteamfooter-links {
  color: #555555;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

#footer .iteamfooter-links a {
  text-decoration: underline;
  color:#666666 !important;
}

#footerbottom {
  background-color: #808080;
  height: 2px;
/* border-bottom: #AAAAAA solid 1px; /* used as content in the template */
/*  padding-bottom: 4px; */
}

.iteamfooter {
  font-size: 11px;
  color: #555555;
}

.iteamfooter a {
  color: #555555 !important ;
}
.imgbox {
  background-image: url(images/imgbackground.png);
  min-width: 231px;
  min-height: 238px;
  float: left;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.imgbox img {
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 14px;
}

.imgbox p {
  padding-top: 6px;
  margin-left: 7px;
  margin-bottom: 4px;
  border-bottom: 1px solid #D0D0D0;
  width: 220px;
  color: #8A1B0B;
}

.boilerbackground {
  background-image: url(images/boilerbackground.png);
  background-repeat: no-repeat;
  min-width: 150px;
  min-height: 216px;
  float: left;
  margin-top: 24px;
  margin-left: 24px;
}
.boilerbackground img{
  padding: 7px;
  }

#locationmap {
  float: right;
  width: 400px;
  padding: 0px 0px 0px 6px;
}

.locationtext {
  float: left;
}


#branding {
  height: 215px;
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  background-image: url(images/branding_background.jpg);
/*background-repeat: repeat-x;*/
  border: 0px;
  width: 100%;
}

.branding_logo {
  float: left;
  padding: 8px 5px !important;
/*background-image: url(../images/branding.jpg);*/
}

#branding img {
  padding: 0px;
  margin: 0px;
}

#branding a {
  text-decoration: none;
  border: 0px;
}

#brandingleft {
  width: 258px;
  margin: 0;
  padding: 0px;
  float: left;
}

#brandingright {
  float: left;
  display: block;
  padding: 0px;
  margin: 0;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0em 0em .6em 0em;
  padding-bottom: .3em;
  color: #930b04;/* global colour for h1 */
/*border-bottom: 1px solid #707070;
  background-image: url(fish.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 30px;*/
}

.h1_Home {
  color: #3fa6cb;
  border-bottom: 1px dotted #45839A;
}

.h1_About {
  color: #887cb7;
  border-bottom: 1px dotted #c1b5f0;
}

.h1_Services {
  color: #dc8133;
  border-bottom: 1px dotted #ea9c5a;
}

.h1_Contact {
  color: #887cb7;
  border-bottom: 1px dotted #c1b5f0;
}

.h1_Resources {
  color: #e3b732;
  border-bottom: 1px dotted #f4c843;
}

h2 {
  font-size: 1.2em;
/*border-bottom: 1px solid #707070;*/
  margin: 0em 0em .6em 0em;
  padding-bottom: .3em;
  font-weight: bold;
  border-bottom: 1px dotted #A0A0A0;
  color: #606060;
}

h3 {
  font-size: 1.1em;
/*border-bottom: 1px solid #707070;*/
  margin: .9em 0em .6em 0em;
  padding-bottom: .3em;
  font-weight: bold;
}

#locationmap h3 {
  margin: 0em !important;
  padding-bottom: 0em;
}


img {
  border: 0px;/* solid #BFBFBF;*/
}

img.left {
  position: relative;
  float: left;
  margin: 0em 1.8em 1.4em 0em;
  padding-top: 0px;
  border: 4px solid #fff;
}

img.right {
  position: relative;
  float: right;
  margin: 0em 0em 1.2em 1.8em;
  clear: right;
  padding-top: 0px;
  border: 4px solid #F0F0F0;
}
/* #secondarycontent {
  float: left;
  width: 228px;
  padding: 12px 10px 0px 12px;
  margin: 0 18px 0 0;
}
*/
/* '!NT 081211 based on sitepoint side bar style */

#secondarycontent {
  padding-top: 20px;
/*background-color: #FFF;*/}

#secondarycontent a {
  color: #F6F6F6;
  text-decoration: underline;
/*margin-left: .5em;*/
}

#secondarycontent p {
  color: #000;
/*border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
padding-bottom: 8px;
padding-right: 4px;
font-weight: bold;                 */
}

#secondarycontent img {
  margin: 24px 24px 12px 0px;
  float: right;
}

.secondarycontent_About {
  background-color: #c1b5f0;
}

.secondarycontent_Home {}

.secondarycontent_default {
/*background-color: #acbfcd;*/}

.secondarycontent_services {
  background-color: #ea9c5a;
}

.secondarycontent_news {
  background-color: #f4c843;
}

.secondarycontent_contact {
  background-color: #9f71b2;
}

#menu {
  position: relative;
  background: #172d9a url('images/menubg.gif') repeat-x top left;
  height: 3.5em;
  padding: 0em 1.0em 0em 1.0em;
  font-weight: bold;
/*margin-bottom: 2px;*/
}

#myajaxmenu a {
  margin-bottom: 0px;
}

.category_last_active {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#nav {
/*clear: both; uncleared as now in #nav_container*/
/*height: 100%;*/
  padding: 0.6em 0em 0.7em 0em;
  margin-bottom: -25px !important;
  float: left;
}

#nav_container {
/*height: 100%;*/
  padding: 0em;
  float: left;
  width: 100%;
  position: relative;
  top: -39px;
  margin-bottom: 0px;
/*z-index: 3;*/
}
/* next style can be used to postion the menu anywhere in the page
#nav ul
{
position: absolute;
top: 10.9em;
}
*/

#nav ul li {
  position: relative;
  display: inline;
  list-style: none;
}

#nav ul li a {
  padding: 0em 0.3em 0em 0.8em;
  color: #FFF;
  text-decoration: none;
}

#nav ul li a:hover {
  text-decoration: underline;
}

#nav .active/*used to show current page - within wayfinder set &hereClass ='active' */ {
  font-weight: bold;
  color: #FF00CC;
}

.nav_ {
/*margin-bottom: 0px;*/}

.nav_Home {
/*background-color: #2f90bd;*/}

.nav_About {
/*background-color: #887cb7;*/}

.nav_Services {
/*background-color: #dc8133;*/}

.nav_Contact {
/*background-color: #a356c3;*/}

.nav_Resources {
/*background-color: #e3b732;*/}

.about {
  background: #887cb7;
}

#oneColumn {
  width: 804px;
  margin-left: auto;
  margin-right: auto;
  margin: 10px 12px 0px 12px;
}

#oneColumn p {
  margin-bottom: 1em;
}

.content_Home {
/*background-image: url(secondarycontent_Home.gif);*/}

.content_About {
  background-image: url(secondarycontent_About.gif);
}

.content_Services {
  background-image: url(secondarycontent_Services.gif);
}

.content_Contact {
  background-image: url(secondarycontent_Contact.gif);
}

.content_Resources {
  background-image: url(secondarycontent_Resources.gif);
}

.services {
  background: #dc8133;
}

.default {
  background: #2f90bd;
}

h3 .ditto_pageTitle {
  color: #2f90bd !important ;
}

.draft {
  color: #A0A0A0;
}

.news {
  background: #e3b732;
}

.clear {
  clear: both;
/*  border-bottom: 1px #D0D0D0 solid;*/
  border-bottom: 1px dotted #A0A0A0;
  margin-bottom: .5em;
}

.clearleft {
  clear: left;
  margin-top: 24px;
}


.contact {
  background: #a356c3;
}

#companycontactinformation {
  margin: 0;
  clear: both;
}

#companycontactinformation h3 {
  border-bottom: 1px dotted #AAAAAA;
  margin-top: 2em;
  margin-bottom: .8em;
}

#companycontactinformation strong {
  font-weight: bold;
  color: #444444;
}

#content {
  background: #FFF;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 0px;
  background-image: url(images/ContentBackground.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 240px;
  padding-bottom: 16px;
}

#content li {
  margin-left: 18px;
}


#contactpage {
  margin: 10px 12px 0px 12px;
  float: left;
}

#oneColumn fieldset {
 width: 300px;
 padding-left: 12px;
 margin-top: 0px;
}


#primarycontent {
/*background-color: #FFF;*/
  float: left;
  width: 556px;
  margin: 10px 12px 0px 12px;
}

#EmailForm {
  width: 320px;
}

#EmailForm submit, button {
  clear: both;
  padding: 1em 0em 1em 0em;
  margin: .5em 0em .5em 14em;
}

#EmailForm label {
  display: block;
  float: left;
  clear: both;
  width: 115px;
  font-size: 1em;
/*line-height: 1.5em;
	padding: 0 0 9px;    */
  text-align: right;
  margin: .5em 1em 0em 0em;
}

#EmailForm input, select, textarea {
/*float: left;*/
  margin: .5em 0em;
/*background-color: #F0F0F0 !important!;*/
}

#EmailForm h3 {
  padding-left: 1em;
  margin-top: 1.2em;
}
/*#primarycontent {
  float: left;
  background: #ffffff;
  padding: 0px 6px 6px 0px;
  width: 480px;
} */

#primarycontent a {
  color: #5F5F5F;
}

#primarycontent ul {
  padding-left: 0px;
  margin-bottom: 1em;
/*background-color: #F0F0F0;*/
}

#primarycontent ol {
  padding-left: 0px;
  margin-bottom: 1em;
}

#primarycontent li {
  margin-left: 24px;
  margin-bottom: .5em;
}

.pullout {
  background-color: #909090;
  color: #FFFFFF;
  padding: .3em;
  margin: 10em 0em;
}

#sitesearch {
/*clear: both;*/
  float: right;
  background-color: #AAAAAA;
  padding: 2px 0px 0px 0px;
  margin-right: 12px;
/*width: 100%;*/
}

#sitesearch form {
  float: right;
}

#ajaxSearch_form {
  color: #444;
  width: auto;
}

#ajaxSearch_input {
  width: auto;
  display: inline;
  height: 17px;
  border: 1px solid #ddd;
  border-left-color: #c3c3c3;
  border-top-color: #7c7c7c;
  background: #fff url(images/input-bg.gif) repeat-x top left;
  margin: 0 3px 0 0;
  padding: 3px 0 0;
  vertical-align: top;
}

#ajaxSearch_submit {
  display: inline;
  height: 22px;
  line-height: 22px;
}

#ajaxSearch_output {
  border: 1px solid #444;
/*padding: 10px;*/
  background: #FFF;
  display: block;
  height: auto;
  vertical-align: top;
  z-index: 1;
}

.AS_ajax_result {
  color: #444;
/*margin-bottom: 3px;
           margin-top: 6px;     */
  margin: 6px 10px 6px 10px;
  padding-bottom: 6px;
}

.AS_ajax_resultLink {
  text-decoration: underline;
  color: #333333;
}

.AS_ajax_resultDescription{
  color: #555;
}

.AS_ajax_more {
  color: #555;
}

.AS_ajax_resultsIntroFailure{
  padding: 5px;
}

#columns li h4 a {
  color: white !important;
}

#columns li h4 {
  text-decoration: none;
  background: #000000;
  margin: -5px -5px 0 -5px;
  color: white;
  padding: 5px !important;
  font-size: 90%;
}

#columns li img {
  float: right;
  border: 1px solid black;
  margin-top: 5px;
  margin-left: 5px;
}

#columns .moredetails {
  position: absolute;
  bottom: 24px;
  left: 4px;
  right: 52px;
}

#columns li {
  float: left;
  height: 200px;
  width: 170px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid black;
  padding: 5px;
  margin-left: 0px !important;
  display: inline-block;
  position: relative;
  background-color: #D0D2D3;
    background-image: url(images/MESsmall.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#columns {
  list-style: none;
  /*width: 822px;*/
  margin: 1em 0 0 0;
}