/* --- global style --- */

*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% arial,helvetica,sans-serif;
  background-color: #383838;
  background-image: url('/images/site-assets/bg.png');
}

#parent_container{
  width:100%;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  position: relative;
}

html>body #parent_container {
  height: auto;
}

#container {
  background-image: url('/images/site-assets/parent_container_bg.png');
  background-position: center;
  background-repeat: repeat-y;
}

/* --- global --- */

#header, #content, #footer, #nav {
  clear: both;
  overflow: hidden;
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

#nav-wrapper, #header-wrapper, #content-wrapper, #footer-wrapper {
  text-align: center;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

/* --- header --- */

#header-wrapper {
  width: 960px;
  background-color: #fff;
}

#header {
  position: relative;
  padding: 0px 0px;
  background-color: #fff;
}

#header h1 a {
  display: block;
  background-image: url('/images/site-assets/logo.png');
  width: 457px;
  height: 67px;
  text-indent: -999em;
  margin: 20px 0px;
}

#header .contact {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 12px;
  background-image: url('/images/site-assets/left_hanging_nav.png');
  background-repeat: no-repeat;
  height: 30px;
}

#header .contact ul {
  background-image: url('/images/site-assets/right_hanging_nav.png');
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  padding: 0px 8px 0px 20px;
  height: 27px;
}

#header .contact ul li {
  float: left;
  margin-right: 14px;
  height: 27px;
  padding-top: 5px;
  background-image: url('/images/site-assets/hanging_nav_separator.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 14px;
}

#header .contact ul li.first {
  background: none;
  padding-left: 0px;
}

#header .contact a {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: bold;
}

#header .contact a:hover {
  color: #000;
  text-decoration: underline;
}


/* --- nav --- */

#nav-wrapper {
  width: 960px;
  background-color: #2a2a2a;
  background-image: url('/images/site-assets/nav_bg.png');
  background-repeat: repeat-x;
  background-position: top;
  border-top: 1px solid #2a2a2a;
}

#nav {
  z-index: 20;
}

#parent_container.home #nav {
  border-bottom: 2px solid #666;
}

#nav li {
  float: left;
  border-right: 1px solid #2a2a2a;
}

#nav li a {
  font-size: 13px;
  color: #ccc;
  padding: 8px 15px;
  display: block;
  background-color: #474747;
}

#nav li.parent a {
  padding-right: 30px;
  background-image: url('/images/site-assets/nav_morearrow_off.gif');
  background-position: right 14px;
  background-repeat: no-repeat;
}

#nav li.parent a:hover {
  background-image: url('/images/site-assets/nav_morearrow_on.gif');
}

#nav li.parent ul li a:hover {
  background-image: none;
}

#nav li a:hover {
  color: #fff;
  background-color: #00243b;
}

#nav li.active a {
  background-color: #00243B;
  color: #fff;
  font-weight: bold;
}

#parent_container.home #nav li.active a {
  background-color: #666;
}

#nav li.active ul li a {
  font-weight: normal;
}

#nav li.active a:hover, #nav li.hover a:hover {
 background-color: #00436d;
 color: #fff;
}

#nav li ul {
  position: absolute;
  overflow: hidden;
  left: -999em;
  z-index: 20;
  background-color: #fff;
  padding: 0px;
}

#nav li ul li {
  clear: both;
  border: none;
}

#nav li ul li a {
  font-size: 12px;
  color: #fff;
  background-image: none;
  width: 20em;
  padding: 10px;
  border: none;
  margin: 0px;
  border: none;
}

#nav li ul li.first {
  padding-top: 2px;
}

#nav li ul li.last {
  padding-bottom: 0px;
}

#nav li.hover ul {
  left: auto;
  background-color: #00436d;
}

#nav li.hover ul li a {
  color: #fff;
  background-color: #00436d;
  background-image: none;
  padding-left: 15px;
}

#nav li.parent_hover a {
  background-color: #00436d;
  color: #fff;
  background-image: url('/images/site-assets/nav_morearrow_on.gif');
}

#nav li.parent_hover ul li a:hover {
  border: none;
}

#nav li.hover ul li a:hover {
  color: #f8f6c2;
  background-color: #004e80;
  text-decoration: underline;
  border: none;
}

/* --- content (typography) --- */
#content h3, #content h2, #content p, #content ul li, #content table th, #content table td {
  font-size: 13px;
  font-family: arial,helvetica,sans-serif;
  line-height: 1.6em;
}

/* --- content --- */

#content-wrapper {
  width: 960px;
  background-color: #fff;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#content {
  line-height: 1.5em;
  font-size: 12px;
}

#content h2, #content h3 {
  font-weight: bold;
  font-size: 15px;
  padding: .5em 0px;
}

#content h2 {
  border-bottom: 1px dotted #ccc;
}

#content .title_area {
  background-color: #00243b;
  background-image: url('/images/site-assets/heading_bg.png');
  background-repeat: no-repeat;
  background-position: right center;
}

#content .breadcrumbs a {
  color: #62c2ff;
}

#content .breadcrumbs a:hover {
  color: #cdecff;
  background-color: transparent;
}

#content h2.title {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px 15px;
  color: #fff;
  border-bottom: 1px solid #000;
  font-family: arial, helvetica, sans-serif;
  line-height: 1em;
}

#content h2.title span {
  background-image: url('/images/site-assets/arrow.gif');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 90px;
}

#content a {
  color: #001199;
  text-decoration: underline;
}

#content p {
  margin-bottom: 1em;
}

#content table {
  margin: 1em 50px 2em;
}

#content table td, #content table th {
  padding: 5px 20px;
  border-bottom: 1px solid #ccc;
}

#content table th {
  font-weight: bold;
}

#content ul, #content ol {
  margin: .5em 30px;
}

#content ul li {
  list-style-type: square;
}

#content ul li, #content ol li {
  margin-bottom: 0.5em;
}

#content h3 {
  font-size: 15px;
}

#content blockquote {
  margin-left: 25px;
}

#content a:hover {
  color: #580011;
  background-color: #feffdd;
}

#content .breadcrumbs {
  padding: 10px;
  line-height: 1.5em;
  font-size: 12px;
  color: #007ac8;
}

#main {
  background-image: url('/images/site-assets/content_topshade.png');
  background-repeat: repeat-x;
  padding: 0.5em 10px 0px 10px;
}

#main h2 {
  margin-bottom: .5em;
  border-bottom: 1px dotted #ccc;
  font-size: 17px;
  clear: both;
  overflow: hidden;
  color: #2e2e2e;
}

#main .content {
  float: left;
  width: 540px;
  margin-right: 10px;
  padding-top: 10px;
}

#main .sidebar {
  float: left;
  width: 380px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 2.6em;
}

#main .sidebar_content {
  padding: 0px 10px 50px;
  border-left: 2px solid #efefef;
}

#main .sidebar_content h3 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: .5em;
}

#main img.left {
  float: left;
  margin-right: 20px;
  border: 3px solid #ccc;
}

#main img.right {
  float: right;
  margin-left: 20px;
  border: 3px solid #ccc;
}

#left_sidebar {
  margin-left: 10px;
  width: 210px;
  padding-left: 10px;
  padding-bottom: 40px;
  float: left;
}

ul#industries_served {
  margin-left: 25px;
}

#main .sidebar ul li {
  list-style-type: square;
  font-size: 13px;
  font-weight: bold;
}

#main .sidebar ul li.top {
  margin-top: -14.4em;
}

#main .sidebar ul li.col2 {
  margin-left: 150px;
}

#main {
  clear: both;
  overflow: hidden;
}


/* --- home --- */

#content #elemental_assessment {
  position: relative;
  overflow: hidden;
  background-color: #00243B;
  border-bottom: 1px solid #ccc;
  background-image: url('/images/site-assets/introbg.png');
  height: 200px;
}

#content #elemental_assessment p {
  background-image: url('/images/site-assets/detailbg.png');
  z-index: 1;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px;
}

#elemental_assessment .element {
  position: absolute;
  width: 55px;
  padding: 2px 3px;
  font-size: 10px;
  line-height: 1.2em;
  border: 2px solid #666;
}

#elemental_assessment .symbol {
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}

#elemental_assessment .transition {
  background-color: #dd9999;
  border-color: #ac4242;
}

#elemental_assessment .alkaline {
  background-color: #f3f300;
  border-color: #8d8f00;
}

#elemental_assessment .metalloid {
  background-color: #55cc88;
  border-color: #178c49;
}

#elemental_assessment .poor {
  background-color: #99bbaa;
  border-color: #4a8a6a;
}

#elemental_assessment .alkalai {
  background-color: #FFAA00;
  border-color: #986400;
}

#elemental_assessment .noble {
  background-color: #66AAFF;
  border-color: #1156ab;
}

#elemental_assessment .nonmetal {
  background-color: #00EE00;
  border-color: #007c00;
}

#elemental_assessment .lanthanoid {
  background-color: #00EE00;
  border-color: #008f00;
}

#elemental_assessment .actinoid {
  background-color: #DDAACC;
  border-color: #9a3879;
}

#elemental_assessment .halogen {
  background-color: #00DDBB;
  border-color: #007462;
}


#parent_container.home #main {
  background-image: url('/images/site-assets/main_bg.png');
  background-repeat: no-repeat;
  background-color: #2e2e2e;
  padding: 0px;
  color: #fff;
}

#content #services_promo {
  padding-bottom: 10px;
}

#content #services_promo h2 {
  margin: 0px;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 10px 10px;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  line-height: 1em;
  border: none;
}

#content #services_promo h2 span {
  background-image: url('/images/site-assets/arrow.gif');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 90px;
}

#content #services_promo .intro {
  padding: 10px 10px 0px;
}

#content #services_promo .intro p {
  font-size: 18px;
  line-height: 1.2em;
}

#content #services_promo .services {
  padding: 0px 40px 10px;
  clear: both;
  overflow: hidden;
}

#content #services_promo .service {
  font-size: 15px;
  float: left;
  width: 400px;
  margin-bottom: .5em;
  padding: 10px;
  margin-right: 10px;
  background-image: url('/images/site-assets/service_bg.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#content #services_promo .service p {
  margin: 0px;
}

#content #services_promo .service a {
  color: #fffacc;
  text-decoration: none;
}

#content #services_promo .service a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#content #services_promo .service .acronym {
  float: left;
  width: 70px;
  padding: 0px 5px;
  text-align: center;
  border: 1px solid #0069ac;
  background-color: #004b7b;
  background-image: url('/images/site-assets/acronymbg.png');
  background-repeat: no-repeat;
  font-size: 12px;
  margin: 0px;
  font-weight: bold;
}

#content #services_promo .service .acronym-title {
  float: left;
  margin-left: 10px;
  width: 300px;
}

#content #services_promo .service .acronym-title p {
  font-size: 13px;
  line-height: 1.3em;
}

#content #services_promo .post-intro {
  padding: 10px;
}

#content #services_promo .post-intro p {
  margin: 0px;
}

#content #industries_served {
  padding-left: 10px;
  padding-bottom: .5em;
  background-image: url('/images/site-assets/industries_served_bg.png');
  background-repeat: no-repeat;
  background-color: #6a6a6a;
  clear: both;
  overflow: hidden;
}

#main #industries_served h2 {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  border: none;
  font-size: 20px;
  padding-top: .5em;
  line-height: 1.2em;
  color: #fff;
}

#main #industries_served .heading span {
  background-image: url('/images/site-assets/arrow.gif');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 90px;
}

#main #industries_served .heading .intro {
  padding: 0px;
  margin: 0px;
}

#content #main .industries ul {
  margin: 0px;
  padding-top: 10px;
  height: 120px;
  background-image: url('/images/site-assets/industries_served_list_bg.png');
}

#content #main .industries ul li {
  width: 210px;
  margin: 0px 10px;
  line-height: 1.5em;
  list-style-type: none;
  padding-left: 10px;
}

#content #main .industries ul li.col1 {
  margin-left: 0px;
}

#content #main .industries ul li.top {
  margin-top: -7.5em;
}

#content #main .industries ul li.col3top {
  margin-top: -6em;
}

#content #main .industries ul li.col4top {
  margin-top: -6em;
}

#content #main .industries ul li.col2 {
  margin-left: 240px;
}

#content #main .industries ul li.col3 {
  margin-left: 480px;
}

#content #main .industries ul li.col4 {
  margin-left: 720px;
}

/* --- normal[services] --- */

#content #services {
  margin-top: 10px;
}

#content #services .service {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  position: relative;
}

#content #services .title {

}

#content #services .service .acronym {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5em;
  float: left;
  margin-right: 10px;
  width: 70px;
  text-align: center;
  border: 1px solid #2e2e2e;
  background-color: #004B7B;
  background-image: url('/images/site-assets/acronymbg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 3px 5px;
}

#content #services .service .acronym-title {
  float: left;
  font-size: 15px;
  margin-left: 10px;
  line-height: 1.6em;
  vertical-align: middle;
}

#content #services .service a {
  text-decoration: none;
}

#content #services .service a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#content #services .service h3 {
  margin: 0px;
}

#content #services a.expand-overview {
  float: right;
  line-height: 1.6em;
  padding-right: 25px;
  background-image: url('/images/site-assets/more_arrow.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

#content #services .overview_selected a.expand-overview {
  background-image: url('/images/site-assets/less_arrow.png');
}

#content #services .service .overview {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  left: -999em;
}

#content #services .overview_selected .overview {
  left: auto;
  position: relative;
}

#content #services .service_hovered {
  background-color: #efefef;
}

#content #services .service .description {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  padding-bottom: 10px;
}

#content #services .service .description, #content #services .service .applications {
  width: 420px;
  float: left;
  margin-right: 10px;
}

#content #services .service .applications {
  margin-left: 10px;
  width: 420px;
  float: left;
}

/* --- case studies --- */

#main #case-studies {
  margin-bottom: 10px;
}

#main .case-study {
  padding: 10px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

#main .case-study .img {
  float: left;
  margin-right: 10px;
}

#main .case-study .img img {
  border: 2px solid #ccc;
}

#main .case-study .content {
  margin-left: 10px;
  padding-top: 10px;
  line-height: 1.5em;
}

#main .case-study .title {
  font-size: 18px;
}


/* --- normal[contact] --- */

#content .contact .online {
  float: left;
  width: 450px;
  margin-right: 10px;
}

#content .contact .online h2, #content .contact .other h2 {
  margin-top: .5em;
}

#content .contact .online .form {
  margin: 0px 10px;
}

#content .contact .online .input-element {
  border-bottom: 1px dotted #efefef;
  padding: 1em 10px;
}

#content .contact .online .input-element .label {
  font-weight: bold;
  margin-bottom: 5px;
}

#content .contact .online .input-element .required {
  color: #ccc;
  font-size: 10px;
}

#content .contact .error_specific {
  color: #c6000e;
  font-size: 10px;
  margin-bottom: 5px;
}

#content .contact .submit {
  margin: 10px;
  font-size: 15px;
  padding: 5px;
}

#content .contact .online .input-element input {
  font-size: 15px;
  padding: 2px;
}

#content .contact .other {
  float: left;
  width: 450px;
  margin-left: 10px;
}

#content .contact .other table {
  margin: 0px 10px;
}

#content .contact .other table td, #content .contact .other table th {
  padding: 5px;
  border-bottom-style: dotted;
  border-bottom-color: #efefef;
  font-weight: normal;
}

#content .contact small {
  font-size: 10px;
}

/* --- normal[case-study] --- */

#content.case-study .intro {
}

#content.case-study .photo {
  background-color: #efefef;
  margin: 0px 20px;
  float: right;
  border: 4px solid #fff;
}

#content.case-study .photo img {
  display: block;
  margin-left: 0px;
}

#content.case-study .photo .caption {
  padding: 10px;
  font-style: italic;
  line-height: 1.5em;
  clear: both;
}

#content.case-study .problem, #content.case-study .solution {
  margin: 2em 0px;
}

#content.case-study .problem h2 {
  color: #9a0000;
}

#content.case-study .solution h2 {
  color: green;
}

#content.case-study .problem {
}

#content.case-study .solution {
}

/* --- service --- */

#main.with_subnav {
  clear: both;
  overflow: hidden;
}

#main.with_subnav .subnav {
  width: 220px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

#main.with_subnav .content {
  float: left;
  width: 689px;
  margin-left: 10px;
  margin-right: 0px;
  padding: 0px 0px 0px 10px;
  border-left: 1px dotted #ccc;
}

#main.with_subnav .content h3 .top, #main.with_subnav .content h2 .top {
  font-size: 12px;
  margin-left: 10px;
  color: #666;
  font-weight: normal;
}

#main.with_subnav .subnav ul {
  margin: 0px;
  clear: both; overflow: hidden;
}

#main.with_subnav .subnav ul li {
  list-style-type: none;
  background-image: url('/images/site-assets/subnav_top.png');
  background-position: 220px top;
}

#main.with_subnav .subnav ul li:hover, #main.with_subnav .subnav ul li.hovered {
  background-position: 0px 0px;
}

#main.with_subnav .subnav ul li a {
  font-size: 13px;
  display: block;
  padding: 5px 10px;
  background-image: url('/images/site-assets/subnav_bottom.png');
  background-position: -220px bottom;
  background-repeat: no-repeat;
  line-height: 1.2em;
  color: #ccc;
  text-decoration: none;
}

#main.with_subnav .subnav ul li a:hover {
  background-color: transparent;
  background-position: 0px bottom;
  text-decoration: underline;
  color: #fff;
}

#main.with_subnav .subnav .all_services {
  border-top: 2px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

#main.with_subnav .subnav .service .acronym a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5em;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  width: 70px;
  text-align: center;
  border: 1px solid #2e2e2e;
  background-color: #004B7B;
  background-image: url('/images/site-assets/acronymbg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 3px 5px;
}

#main.with_subnav .subnav .service .acronym a:hover {
  text-decoration: underline;
}

#main.with_subnav #request-a-quote {
  border: 1px solid #ddde80;
  margin-top: .5em;
  padding: .5em;
  background-color: #feffcc;
  background-image: url('/images/site-assets/requestquotebg.png');
  background-repeat: repeat-x;
}

#request-a-quote p {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0px;
}


/* --- a-z-testing --- */

#main.aztesting {
  padding-bottom: .5em;
}

#main.aztesting .subnav {
  clear: both;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: .5em 0px;
}

#main.aztesting .subnav ul {
  margin: 0px 0px 0px 18px;
  clear: both;
  overflow: hidden;
}

#main.aztesting .subnav ul li {
  float: left;
  display: block;
  margin-right: 10px;
}

#main.aztesting .subnav ul li a {
  display: block;
  width: 25px;
  text-align: center;
  background-image: url('/images/site-assets/alphabetnavitembg.png');
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  font-weight: bold;
}

#main.aztesting .subnav ul li a:hover, #main.aztesting .subnav ul li.selected a {
  background-position: -25px 0px;
  color: #fff;
}

#main.aztesting .content {
  width: 100%;
}


/* --- mailer form style --- */

#content #mailer {
  padding-bottom: .5em;
}

#content #mailer .form .label {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5em;
}

#content #mailer .form .input-element input {
  font-size: 13px;
  padding: 2px;
  font-family: times ce, times new roman, times, serif;
}

#content #mailer .form .input-element {
  margin-bottom: 1em;
}

#content #mailer .form .field, #content #mailer .form .field input, #content #mailer .form .field p {
  line-height: 1.5em;
  font-size: 12px;
  vertical-align: middle;
}

#content #mailer .form h3 {
  font-size: 15px;
  font-weight: bold;
  clear: both;
  margin-bottom: .5em;
}

#content #mailer .form .city_state_zip {
  clear: both;
  overflow: hidden;
}

#content #mailer .form .zip input {
  width: 80px;
}

#content #mailer .form .city_state_zip .input-element, #content #mailer .form .phone_email .input-element {
  float: left;
  margin-right: 10px;
}

#content #mailer .form .comments {
  clear: both;
}

#content #mailer .form .comments textarea {
  width: 420px;
}

#content #mailer .form .service_requested input {
  margin-left: 10px;
  vertical-align: middle;
}

#content #mailer .form .turn_around_time .option {
  margin-left: 10px;
  margin-bottom: 0.5em;
}

#content #mailer .required {
  color: #ccc;
  font-weight: normal;
}

#content #mailer .note {
  font-weight: normal;
}

#content #mailer .submit {
  font-size: 18px;
  margin-bottom: .5em;
}


/* --- sample submission form --- */

#content #mailer.sample_submission .name_company,
#content #mailer.sample_submission .city_state_zip {
  clear: both;
  overflow: hidden;
  margin-bottom: 1em;
}

#content #mailer.sample_submission .name_company .input-element,
#content #mailer.sample_submission .city_state_zip .input-element {
  float: left;
  margin: 0px 10px;
}

#content #mailer.sample_submission .name_company .name,
#content #mailer.sample_submission .city_state_zip .city {
  margin-left: 0px;
}

#content #mailer.sample_submission .client_info {
  clear: both;
  overflow: hidden;
}

#content #mailer.sample_submission .billing_info {
  display: none;
}

#content #mailer.sample_submission .preferred_contact_method {
  margin-bottom: 1em;
}

#content #mailer.sample_submission .preferred_contact_method .field {
  margin-left: 10px;
}

#content #mailer.sample_submission .phone_email {
  clear: both;
  overflow: hidden;
}

#content #mailer.sample_submission .submit {
  padding: 0px 5px;
}

#content #mailer.sample_submission textarea {
  width: 100%;
  border: 1px solid #ccc;
}

#content #mailer .error_specific {
  color: red;
}

/* --- footer --- */

#footer-wrapper {
  background-color: #383838;
  background-image: url('/images/site-assets/footerbg.png');
  background-position: right top;
  background-repeat: no-repeat;
  width: 960px;
  padding: 10px 0px 20px;
  border-top: 3px solid #1d1d1d;
}

#footer {
  font-size: 13px;
  color: #efefef;
  line-height: 1.5em;
}

#footer .copyright {
  margin: 10px;
  color: #ccc;
}

#footer .contact {
  padding: 3em 10px 20px 10px;
  clear: both;
  overflow: hidden;
}

#footer .address {
  float: left;
  margin-right: 10px;
}

#footer h3 {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}

#footer .phone {
  float: left;
}

#footer .phone .col {
  float: left;
  margin: 0px 10px;
}



/*
 * --- facebox ---
*/#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/fbx-border-sprite.png) 0 0;
  width: 10px;
  height: 10px;
}

#facebox .tr {
  background:url(/images/facebox/fbx-border-sprite.png) -10px 0;
  width: 10px;
  height: 10px;
}

#facebox .bl {
  background:url(/images/facebox/fbx-border-sprite.png) -20px 0;
  width: 10px;
  height: 10px;
}

#facebox .br {
  background:url(/images/facebox/fbx-border-sprite.png) -30px 0;
  width: 10px;
  height: 10px;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

