/* CSS File */
html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url('../../images/template/site-background.gif');
  background-repeat: repeat-x;
  background-color: #EDEDED;
}
div {
  margin: 0px auto;
  padding: 0px;
  border: none;
  display: block;
  background-repeat: no-repeat;
}
table {
  float: left;
  display: block;  
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 14px;
  color: #4B6288;
  font-weight: 700;
}
h2 {
  font-size: 12px;
  color: #4B6288;
  font-weight: 700;  
} 
h3 {
  font-size: 11px;
  color: #5C7CB5;
  font-weight: 700;    
  margin: 0;     
} 
h2 a {
  color: #6D92CA;
  text-decoration: none;
}
h4 {
  font-size: 12px;
  color: #5C7CB5;
  font-weight: 700;   
  margin: 0;     
} 
p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  padding: 0px 0px 10px 0px; 
}
input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
td {
  line-height: 150%;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: block;
}
.img_border {
  border: 1px solid #4172BA;
  margin: 0px;
  padding: 0px;
  display: block;
}
.b {
  font-weight: 700;
}
.i {
  font-style: italic;
}
.inline {
  display: inline;
}
div .breadcrumbs {
  width: 541px;
  color: #9D9EA0;
  padding-bottom: 8px;
  font-size: 10px;
}
div .breadcrumbs a {
  color: #9D9EA0;
}
table.center {
  margin-left: auto; 
  margin-right: auto;
}
form, object {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.req_field {
  color: #FE0000;
  font-size: 14px;
  font-weight: 700;
}
div #site_container {
  width: 991px;
  margin: 0px;
  float: none;
}
div #container, div #site_top, div #outline_repeat {
  width: 991px;
}
div #container div {
  float: left;
}
div #site_top {
  height: 8px;
  overflow: hidden;
  background-image: url('../../images/template/site-top.gif');
}
div #outline_repeat {
  background-image: url('../../images/template/site-outline-repeat.gif');
  background-repeat: repeat-y;
}
div #outline {
  width: 969px;
  padding-left: 11px;
  padding-right: 11px;
  background-image: url('../../images/template/site-outline.gif');
}
div #site_border {
  width: 967px;
  border-left: 1px solid #FFFFFF; 
  border-right: 1px solid #FFFFFF; 
}
div #header_container {
  width: 967px;
}
div #header_top {
  width: 967px;
  height: 29px;
  border-bottom: 1px solid #FFFFFF;
  background-image: url('../../images/template/header-top.gif');
  background-repeat: repeat-x;
}
div #header_centre {
  width: 967px;
  height: 127px;
  border-bottom: 1px solid #FFFFFF; 
}
div #header_left {
  width: 57px;
  height: 127px;
  background-image: url('../../images/template/header-part-1.jpg');
}
div #header_logo {
  width: 459px;
  height: 127px;
  background-image: url('../../images/template/header-part-2.jpg');
}
div #header_middle {
  width: 106px;
  height: 127px;
  background-image: url('../../images/template/header-part-3.jpg');
}
div #header_right {
  width: 451px;
  height: 127px;
  background-image: url('../../images/template/header-part-4.jpg');
  color: #045B9F;
  font-size: 12px;
  text-align: right;
}
div #header_right a {
  color: #045B9F;
  font-weight: 700; 
}
div #header_right_top {
  width: 438px;
  height: 38px;
  padding-top: 12px;
  padding-right: 13px;
}
div #header_right_top img {
  vertical-align: middle; 
}
div #header_right_base {
  width: 451px;
  height: 76px;
  padding-top: 1px;
}
div .header_grandstand {
  width: 146px;
  height: 72px;
  border: 1px solid #FFFFFF; 
}
div .header_grandstand_spacer {
  width: 3px;
  height: 74px;
  overflow: hidden;
}
div #content_container {
  width: 967px;
  background-color: #FFFFFF;
  background-image: url('../../images/template/content-background.gif');
  background-repeat: repeat-x;
}
div #side_menu_container {
  width: 199px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../../images/template/side-menu-header.jpg');
}
div #side_menu {
  width: 198px;
  padding-bottom: 30px;
  background-color: #E4E7EB;
  border-right: 1px solid #BEC7D5;
  border-bottom: 1px solid #FFFFFF;
  font-size: 12px;  
}
div .menu_level_1 {
  line-height: 20px;
  width: 198px;
  border-top: 1px solid #C3CCD7;
  background-color: #E4E7EB;
  background-image: url('../../images/icons/nav-bullet-inactive.gif');  
}
div .menu_level_1 a {
  width: 175px;
  padding-left: 23px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 14px;
  display: block;
  color: #000000;
  text-decoration: none;  
}
div .menu_level_1 a:hover, div .menu_level_1 a.active {
  background-color: #F6F6F6;
  background-image: url('../../images/icons/nav-bullet-active.gif');
  background-repeat: no-repeat;
}
div .menu_level_2 {
  line-height: 20px;
  width: 198px;
  border-top: 1px solid #C3CCD7;
  background-color: #F6F6F6;
  background-image: url('../../images/icons/nav-bullet-inactive-2.gif');
}
div .menu_level_2 a {
  width: 168px;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 15px;
  display: block;
  color: #000000;
  text-decoration: none;
}
div .menu_level_2 a:hover, div .menu_level_2 a.active {
  background-color: #F6F6F6;
  background-image: url('../../images/icons/nav-bullet-active-2.gif');
  background-repeat: no-repeat;
}
div .side_blue_header {
  width: 199px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-bottom: 1px solid #FFFFFF;
  background-image: url('../../images/template/side-blue-header.jpg');
}
div #cert_bg {
  width: 199px;  
  height: 600px;  
  background-color: #FFFFFF;  
  background-image: url('../../images/template/cert-bg.jpg');
  background-repeat: no-repeat;
}
div #map {
  width: 177px;
  padding: 110px 10px 10px 10px;
  border-top: 1px solid #C8D6ED;
  border-left: 1px solid #C8D6ED;
  border-right: 1px solid #C8D6ED;
  background-image: url('../../images/template/map.jpg');
  background-position: center 6px;
}
div #map_footer {
  width: 199px;
  height: 30px;
  background-image: url('../../images/template/map-footer.gif');
  line-height: 22px;
  text-align: center;
}
div #map_footer a {
  color: #FFFFFF;
  text-decoration: none;
}
div #content_main {
  width: 541px;
  padding: 12px 14px 0px 14px;
}
div #content_main p a, div #content_main ul a {
  color: #4978BC;
}
div #content_main p a:hover, div #content_main ul a:hover {
  color: #4172BA;
}
div #content_main p, div #content_main li {
  line-height: 130%; 
}
div #right_column {
  width: 199px; 
}
div #quick_contact_form {
  width: 187px;
  padding: 10px 10px 0px 0px;
  border-left: 1px solid #BBCAE1; 
  border-right: 1px solid #BBCAE1; 
  border-top: 1px solid #BBCAE1;
  background-color: #E4E8EE; 
}
div .quickf_r_cont {
  width: 187px;
  padding-bottom: 2px; 
}
div .quickf_label {
  width: 70px;
  text-align: right;
  padding-left: 2px;
  padding-top: 2px;
}
div .quickf_element {
  width: 115px;
  overflow: hidden;
}
div .quickf_element input, div .quickf_element textarea {
  width: 111px;
  padding: 1px 0px;
  border: 1px solid #D0C4C4;
  margin: 0px;
  background-image: url('../../images/template/form-element-background.gif');
  background-repeat: repeat-x;
  line-height: 16px;
}
div .quickf_element input {
  height: 18px;
}
div .quickf_element textarea {
  height: 66px;
}
div #quick_contact_base {
  width: 199px;
  height: 14px;
  background-image: url('../../images/template/quick-contact-base.gif');
  padding-bottom: 10px;
}
div .cta_container {
  width: 199px;
  padding-bottom: 10px; 
}
div .cta_top {
  width: 199px;
  height: 11px;
  border-bottom: 1px solid #FFFFFF;
  background-image: url('../../images/template/cta-top.gif');
  background-color: #4978BC;
}
div .cta_content_outer {
  border: 1px solid #CE5C5F;
  padding: 1px;
  width: 195px; 
}
div .cta_content_inner {
  width: 195px;
  background-color: #F5DFDF;
  background-image: url('../../images/template/cta-background.gif');
  background-repeat: repeat-x;
}
div .cta_content_text {
  width: 167px;
  padding: 16px 14px 0px 14px;
}
div .cta_content_button {
  width: 76px;
  padding: 0px 9px 6px 110px;
  border-bottom: 1px solid #FFFFFF;
}
div .cta_image {
  width: 195px;
  height: 59px; 
}
div .cta_base {
  width: 199px;
  height: 10px;
  border-top: 1px solid #FFFFFF;
  background-image: url('../../images/template/cta-base.gif');
  background-color: #4978BC;
  overflow: hidden;
}
div .certificate_container {
  width: 199px; 
}
div .certificate_container table, div .certificate_container td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: middle;
}
div .certificate_container table {
  width: 199px; 
}
div #footer_container {
  width: 967px;
  background-color: #FFFFFF;
  padding-bottom: 1px;
}
div #footer_copyright {
  width: 967px;
  line-height: 18px;
  border-bottom: 1px solid #2D77B6; 
}
div #footer_site_links {
  width: 967px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #2D77B6;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
}
div #footer_external_links {
  width: 967px;
  border-bottom: 1px solid #FFFFFF;
  background-color: #586982;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0px;
}
div #footer_site_links a, div #footer_external_links a {
  color: #FFFFFF;
  text-decoration: none;
}
div #footer_site_links a:hover, div #footer_external_links a:hover {
  text-decoration: underline;
}
div #footer_base {
  width: 967px; 
}
div #footer_base_left {
  width: 199px;
  height: 43px; 
  border-right: 1px solid #FFFFFF;
  background-color: #60718B;
  background-image: url('../../images/template/reidsteel-footer.jpg');
  background-position: center;
}
div #footer_base_right {
  width: 759px;
  height: 35px;
  padding: 8px 0px 0px 8px; 
  background-image: url('../../images/template/footer-base-background.jpg');
  background-repeat: repeat-y;
}
div #footer_base_right a {
  color: #4978BC;
}
div #site_base {
  width: 991px;
  height: 15px;
  overflow: hidden;
  background-image: url('../../images/template/site-base.gif'); 
}
.error_input {
  border: 2px solid #FE0000!important;  
}
/* Sitemap */
div #sitemap {
  width: 541px;
}
div #sitemap ul {
  width: 521px;
  padding: 0px 0px 0px 19px;
  margin: 0px;
  list-style: none;
}
div #sitemap ul li {
  width: 501px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  background-image: url('../../images/icons/bullet.gif');
  background-position: 2px 4px;
  background-repeat: no-repeat;
}
div #sitemap ul li ul {
  width: 501px;
  padding: 0px;
}
div #sitemap ul li ul li {
  width: 481px;
}
div #sitemap ul li ul li ul {
  width: 481px;
}
div #sitemap ul li ul li ul li {
  width: 461px;
}
div #sitemap ul li ul li ul li ul {
  width: 461px;
}
div #sitemap ul li ul li ul li ul li {
  width: 441px;
}
/* Contact form */
div #contact_form_header {
  width: 541px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background-image: url('../../images/template/side-blue-header.jpg');
  background-color: #3F6DB1;
}
div .f_r_cont {
  width: 541px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #FFFFFF;
  background-color: #E4E8EE;
}
div .f_label {
  width: 190px;
  padding-left: 10px;
  text-align: right;
}
div .f_element {
  width: 331px;
  padding-left: 10px; 
}
div .f_label2 {
  width: 521px;
  padding: 5px 10px;
}
div .f_element2 {
  width: 521px;
  padding: 0px 10px 5px 10px;
}
div .f_r_cont input, div .f_r_cont select, div .f_r_cont textarea {
  border: 1px solid #D0C4C4;
  margin: 0px;
  background-image: url('../../images/template/form-element-background.gif');
  background-repeat: repeat-x;
}
div .f_r_submit {
  width: 331px;
  padding-left: 210px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #FFFFFF;
  background-color: #E4E8EE;
}
/* Existing structures */
div .structure_listing_container {
  width: 537px;
  border: 1px solid #BEC7D5;
  padding: 1px; 
}
div .structure_listing_body {
  width: 537px;
  background-color: #E4E7EB;
  background-image: url('../../images/template/structure-background.gif');
  background-repeat: repeat-x;
}
div .structure_listing_image {
  width: 123px;
  height: 92px;
  padding: 1px;
  border: 1px solid #BEC7D5;
}
div .structure_listing_content {
  width: 400px;
  padding-left: 10px;
}
div .structure_listing_title {
  width: 400px;
  font-size: 14px;
  height: 24px;
}
div .structure_listing_title a {
  color: #4172BA;
  text-decoration: none;
}
div .structure_listing_description {
  width: 395px;
  padding-right: 5px;
  height: 54px;
}
div .structure_listing_link {
  width: 395px;
  padding-right: 5px;
  text-align: right;
}
div .structure_listing_link a {
  color: #4978BC;
}
div .structure_listing_divider {
  width: 541px;
  height: 10px;
  overflow: hidden; 
}
/* Existing structure */
div #structure_main_image {
  width: 400px;
  height: 300px;
  padding-left: 70px; 
  padding-right: 71px; 
}
div #structure_thumb_container {
  width: 541px;
  padding-top: 10px;
  padding-bottom: 8px;
}
div .structure_thumb_row {
  width: 541px;
  padding-bottom: 2px;
}
div .structure_thumb {
  width: 104px;
  height: 78px;
  border: 1px solid #BEC7D5;
}
div .structure_thumb_divider {
  width: 2px;
  height: 78px;
  overflow: hidden;
}
/* Table */
table#merit td {
    padding: 2px;    
}   
.data {
    color: #000000;      
    width: 130px;
    background-color: #D7DFEB; 
    margin: 0; 
} 
.data_toprow {
    font-size: 12px;
    color: #5C7CB5;
    font-weight: 700;  
    width: 130px;
    background-color: #A9CAFF; 
    margin: 0;  
} 
.toprow {
    text-align: center;
    background-color: #A9CAFF;
    margin: 0; 
}