/* CSS Document */

#outerWrapper #contentWrapper #content_home {
  margin: 0 0 0 290px;
  padding: 10px 10px 10px 10px;
}

#content_box_wrap {

  background: url(../images/background_home_wrap.gif) no-repeat;
  height: 241px;
  margin-bottom: 25px;
}
#content_box_wrap p {
   padding: 0;
   margin: 0;
   line-height: 12px;
   text-align:left;
 }
#content_box_wrap h1 { 
   padding: 0;
   margin: 0;
   font-size: 13px;
   font-weight: bold;
   color: #9F2806;
}
 
#box_left {
  width: 225px;
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#box_right {
  width: 225px;
  float: left;
  padding-left: 5px;
  padding-top: 5px;
}

#box_middle {
  float:left;
  width: 225px;
  padding-left: 5px;
  padding-top: 5px;
}

.text_box {
  width: 214px;
  padding: 0 3px;
}


#content p {
  text-align: justify;
}

#content a,  #content a:link {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 16px;
  background:url(../images/link_graphic.gif) right no-repeat;
}
#content a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  background:url(../images/link_graphic.gif) right no-repeat;
}

#content a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  background:url(../images/link_graphic_ov.gif) right no-repeat;
}

#content h2 {
  color: #D9930F;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 5px 0;
}
#content h3 {
  color: #D9930F;
  font-size: 14px;
  font-weight: bold;
  margin:0;
  padding: 0;
}

#content h4 {
  color: #D9930F;
  font-size: 14px;
  font-weight: bold;
  margin:0;
  padding: 0 0 5px 0;
}

#content_box_wrap a,  #content_box_wrap a:link {
  background:none;
}
#content_box_wrap  a:visited {
    background:none;
}

#content_box_wrap  a:hover {
    background:none;
}

.phone {
  color: #D9930F;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background:url(../images/divide.gif) bottom repeat-x;
}

.home_text p {
  font-size: 13px;
  line-height: 18px;
}

