/* remove browser defaults */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
/* end of browser defaults */

body {
  background-color: #e0dccc;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #000;
}
.clear { clear: both; }
.bold { font-weight: bold; }

h1 {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 16px;
  line-height: 18px;
}
h3 {
  font-size: 12px;
  line-height: 16px;
  margin-top: 1.5em;
}
h4 { margin-top: 0.75em; }
p { margin-bottom: 1em; }

#container {
  position: relative;
  border: 1px solid #696762;
  width: 980px;
  margin: 10px auto;
  background-color: #fff;
}

/* Top and Logo */
#top a#logo { display: block; width: 276px; height: 114px; background: transparent url(../images/logo.gif) left top no-repeat;text-indent: -9999px;  }
#top h2 { display: none; }
#service-providers {
  display: inline;
  position: absolute;
  right: 0; top: 0;
  border-left: 1px solid #d0cdcc;
  border-bottom: 1px solid #d0cdcc;
  padding: 5px 10px;
  color: #443832;
  text-decoration: none;
}
#service-providers:hover {
  background-color: #5c7b8e;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;  
}

/* Nav Top */
#nav-top {
  background-color: #443832;
  height: 17px;
  padding: 8px;
  margin-bottom: 2px;
  color: #fbfbe2;
  text-align: right;
}
#nav-top ul li { display: inline; border-left: 1px solid #fbfbe2; }
#nav-top ul li.first { border-left: 0px; } 
#nav-top a { color: #fbfbe2; text-decoration: none; font-weight: bold; font-size: 12px; padding: 0 8px 0 10px; }
#nav-top a:hover { color: #fbfbe2; text-decoration: underline; }

/* Category Header */
#category-head {
  background-color: #5c7b8e;
  height: 145px;
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff;
  color: #fff;
}
#category-head h2 { color: #fff; font-size: 20px; font-weight: bold; margin-bottom: 0; margin-top: 35px; }
#category-head input.search { vertical-align: middle; padding-top: 5px; }
#category-head #head-arrow { width: 100px; height: 141px; float: left; background: transparent url(../images/arrow-blue.jpg) left top no-repeat; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }

/* Search Header */
#search-head {
  background: transparent url(../images/head-content-bg.jpg) left top repeat-x;
  height: 145px;
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff; 
  color: #fff;
}
#search-head h2 { color: #fff; font-size: 20px; font-weight: bold; margin-bottom: 5px; margin-top: 20px; }
#search-head form { margin-top: 5px; }
#search-head #zip-label {margin-left: 10px;}
#search-head #head-arrow { width: 100px; height: 141px; float: left; background: transparent url(../images/arrow-search-blue.jpg) left top no-repeat; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }
#search-head input.similar { width: 110px; }
#search-head input.search { vertical-align: middle; padding-top: 6px; padding-left: 10px; }
#search-head input, #search-head select { font-size: 0.9em; }
#search-head select { width: 200px; }


#page-image { width: 200px; height: 141px; float: left; border-bottom: 1px solid #fff; }
#head-content { width: 675px; height: 141px; float: left; border-bottom: 1px solid #fff;}
/* Spacers */
#spacer-middle { height: 29px; background: transparent url(../images/spacer-bg.gif) left bottom repeat-x; clear: both; }
#spacer-bottom { height: 74px; background: transparent url(../images/spacer-bg.gif) left bottom repeat-x; clear: both; }

/* Content */
#content { padding: 50px 230px; background-color: #fff; }
#content h2 { color: #155891; font-size: 20px; font-weight: bold; margin-bottom: 0; }
#content h3 { color: #6a8ca1; font-size: 16px; font-weight: bold; font-style: italic; margin: 8px 0 20px 0; }
#content h4 { color: #000; font-size: 14px; font-weight: bold; }
#content ul { margin: 0 0 15px 30px; }
#content p.header { margin-bottom: 0; }

/* Call-Outs */
p.callout {
  width: 565px;
  border: 2px solid #d0d1d1;
  background: #61753c url(../images/callout-green-arrow.gif) left center no-repeat;
  margin-left: -48px;
  padding: 9px 15px 9px 55px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* Footer */
#footer {
  width: 984px;
  margin: 10px auto;
  font-size: 10px;
  color: #443832;
  text-align: center;
}
#footer ul li { display: inline; border-left: 1px solid #443832; }
#footer ul li.first { border-left: none; padding-left: 0; }
#footer a { color: #443832; text-decoration: none; padding: 0 3px 0 5px;}
#footer a:hover { text-decoration: underline; }
#footer ul li.first a { padding-left: 0; }