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

body {
  margin: 0;
  background: #EDF4F7 url("/images/bg/body_bg.jpg") no-repeat center top;
  text-align: center;
  font-family: "Lucita Grande", "Lucida Sans", Verdana, sans-serif;
  font-size: 12px;
}

hr {
  display: none; 
}

a img {
  border: 0;
}

a {
  color: #0092D2;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


/********** HEADINGS *************/

h1 {
  font-size: 22px;
  font-weight: normal;
}

h2 {
  padding-top: 60px;
  font-size: 13px;
  line-height: 100%;
}

h3 {
  font-size: 14px;
  margin-bottom: 6px;
}

h4 {
  font-size: 11px;
}


/********** GENERAL CLASSES *************/

.orange { color: #E56A25; }
.red { color: #cc0000; }
.lightorange {  color: #F2B492; }
.darkgrey {color: #555;}
.large { font-size: 14px; }
.textfield {
  border: 1px solid #000;
  font-size: 11px;
  padding: 2px;
  margin-top: 3px;

}

#content p.intro {
  font-size: 16px;
  color: #E56A25;
  line-height: 125%;
  margin-bottom: 1.1em;
}





/************** WRAPPER ****************/

#wrapper {
  text-align: left;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  background: white url("/images/bg/wrapper_bg.gif") repeat-y 10px 30px;
}


/*********** SIDEBAR *****************/

#sidebar {
  width: 185px;
  float: left;
  display: inline;
  margin-left: 10px;
  background-color: #F0ECE4;
  font-size: 11px;
}

#sidebar-inner {
  clear: both;
  border-top: 2px solid white;
  padding: 20px;
}

.in-sidebar {
  margin-bottom: 25px;
}

#sidebar h4 {
  margin-bottom: 1em;
}

#sidebar p {
    color: #666;
}


form p {
  margin-bottom: 1em;
}


#main {
  margin-left: 196px;
  width: 555px;
}

/***************** MASTHEAD **************/

#header {
  height: 85px;
  background: white;
  width: 740px;
  margin-left: 10px;
  padding-top: 10px;
/*  padding-bottom: 30px; */
  font-size: 11px;
}

#logo {
  margin-left: 10px;
  width: 250px;
  float: left;
  display: inline;
}

#search {
  padding-top: 18px;
  height: 30px;
  line-height: 30px;
  color: #666;
  margin-left: 525px;
}

#search p {
  height: 30px;
  line-height: 30px;
}

#search input#s {
  width: 120px;
}


/****** HORIZONTAL TELEPHONE NUMBER STRIP *********/

#telephone {
  width: 740px;
  margin-left: 10px;
  border-bottom: 3px solid white;
  background-color: #EAEFF2;
}

#telephone p {
  height: 10px;
  line-height: 10px;
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 40px;
}

#telephone p span {
  background-color: white;
  padding: 0 6px;
  color:  #002C62;
  font-size: 12px;
  font-weight: bold;
}


/********* NAVIGATION *****************/


#nav {
  width: 185px;
  float: left;
  display: inline;
  background-color: #002C62;
  padding: 12px 0;
/*  border-right: 1px solid white; */
}

body.home #nav { margin: 0; height: 186px }

#nav ul, #nav li {
 list-style: none;
}

#nav ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 13px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

#nav ul li a:hover {
  color: #E56A25;
}

#nav ul li.current a {
  background: url("/images/misc/nav_arrow.gif") no-repeat left center;
}

#nav ul li.current ul li a {
  background: none;
}

#nav ul li ul {
  padding-top: 2px;
  padding-left: 3px;
  padding-bottom: 8px;
}

#nav ul li ul li a {
  color: #7790AD;
  font-size: 10px;
  padding-left: 20px;
  height: 18px;
  line-height: 18px;
}
#nav ul li ul li.current a {
  color: white;
}


/************ HOMEPAGE BANNER **************/


#banner {
  width: 741px;
  margin-left: 10px;
  border-bottom: 1px solid white;
 background: #002C62;
 height: 210px;
 float: left;
 display: inline;
 position: relative;
}


/************ HOMEPAGE CASE STUDIES SLIDESHOW **************/


#case_study_images {
  width: 556px; height: 210px; 
  position: absolute; 
  top: 0px;
  left: 185px;
  border-left: 1px solid white;
}
#case_study_images img {
  position:absolute;
  width: 555px;
  height: 210px;
}




/********* ORANGE BOX *********/

#orangebox {
  margin-left: 10px;
  height: 130px;
  color: white;
  clear: both;
  border-bottom: 1px solid white;
  font-size: 11px;
  background-color: #E56A25;
  width: 741px;
  position: relative;
}

#orangebox p {
  line-height: 160%;
}

#orangebox a {
color: #F2B492;
}

#orangebox-image {
  width: 185px;
  height: 130px;
}

#orangebox-image img {
  float: left;
  display: inline;
}

#orangebox-content {
  border-left: 1px solid white;
  top: 0px;
  left: 185px;  
  position: absolute;
  width: 516px;
  height: 106px;
  padding: 12px 20px;
}


img#strapline {
  padding-top: 40px;
  margin-left: 200px;
}

a#case_study_intro {
  font-size: 14px;
  font-weight: bold;
color: white;
text-decoration: none;
}



img#showcase-arrow {
  position: absolute;
  z-index: 100000;
  left: 215px;
  top: -7px;
}



/*********** MAIN PAGE CONTENT ************/

#content {
  padding: 25px;
}

#content ul, #content ol {
  padding-left: 30px;
  margin-bottom: 1.3em;
}

#content ul.index li {
  margin-bottom: 12px;
}

#content p {
  margin-bottom: 1.2em;
  line-height: 140%;
}

div.callout {
  clear:both;
  background-color: #F9F7F3;
  padding: 18px 22px;
  font-size: 14px;
  margin: 40px 0 15px 0;
}

#content div.callout p {
  margin: 0;
}

img.content-image {
  float: right;
  display: inline;
  margin-left: 40px;
  margin-bottom: 15px;
}


/**************** THUMBNAILS TABLE ***********/

table.thumbnails {
  width: 100%;
  margin-top: 25px;
}

table.thumbnails td {
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 5px;
}

table.thumbnails td img {
  margin-bottom: 7px;
}


/********* LATEST NEWS BOX ***************/

#newsletter a img {
  border: 3px solid #ccc;
  padding: 1px;
  margin-bottom: 10px;
}

#newsletter a:hover img {
  border-color: #999;
}



/************ NEWS INDEX *****************/


#main p.date {
  font-size: 10px;
  color: #666;
  margin-bottom: 3px;
}

div.news_story {
  margin-bottom: 30px;

}




/*************** DOWNLOADS BOX ************/



div.downloads {
  clear:both;
  margin-top: 50px;
  background: url("/images/bg/downloads_bg.gif") no-repeat top center;
  padding-top: 30px;
  padding-left: 20px;
  font-size: 11px;
}

#content div.downloads ul {
  padding-top: 8px;
  padding-left: 0;
  margin-left: 0;
}

#content div.downloads ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  color: #999;
}


/**************** SEARCH RESULTS ***********/

p.result-count {
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}

div.searchResult {
  margin-bottom: 30px;
}

div.searchResult h3 {
  font-size: 13px;
  margin-bottom: 4px;
}

div.searchResult p {
color: #333;
font-style: italic;
margin: 0;
}




/****************** FOOTER *****************/

#footer {
  font-size: 10px;
  clear: both;
  width: 740px;
  margin-left: 10px;
  background-color: #002C62;
  padding: 12px 0;
  border-bottom: 2px solid white;
}

#footer p {
  color: #DCE6EC;
  margin-left: 210px;
  margin-bottom: 0;
  line-height: 150%;
}

#footer p.credits {
  color: #4C7CB0;  
  padding-top: 15px;
}

#footer p.credits a {
  color: #4C7CB0;  
}
  

/********** FORMS *************/

p.field {
}
p.field.text input, p.field textarea {
  border: 1px solid #000;
  font-size: 11px;
  padding: 2px;
}
p.field textarea.fullwidth {
  width:98%;
}
.fields_column {
  width:240px;
  float:left;
}
.fields_column.left {
  margin-right:10px;
}
.fields_column.right {
}
.errorExplanation {
  color:#900;
}