/* CSS Document */
/* Author: Andy Asberry, 2008 */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 807px;
}



#float_container {
  margin: 0;
  padding: 0;
  width: 807px;
  float: left;
}



#header {
  margin: 0;
  padding: 0;
  width: 807px;
  height: 104px;
  background: #000000 url(/images/layout/header_bg.jpg) top left no-repeat;
  color: #FFFFFF;
  float: left;
}



#left_header {
  margin: 0;
  padding: 0;
  width: 383px;
  height: 104px;
  float: left;
}
#message {
  margin: 0;
  padding: 8px 0 0 0;
  width: 350px;
  height: 24px;
  font-size: 14px;
  text-align: center;
}
#page_header {
  margin: 0;
  padding: 18px 0 0 0;
  width: 350px;
  height: 49px;
  font-size: 24px;
  text-align: right;
}
#page_header h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  text-align: right;
}



#right_header {
  margin: 0;
  padding: 0;
  width: 424px;
  height: 104px;
  float: left;
}
#right_header h1 {
  margin: 0;
  padding: 0;
  width: 413px;
  height: 58px;
  font-size: 1px;
  color: #000000;
  float: left;
}
#right_header h1 a {
  margin: 5px 0 0 0;
  padding: 0;
  width: 413px;
  height: 58px;
  color: #000000;
  font-size: 1px;
  float: left;
}



#content_container {
  margin: 0;
  padding: 0;
  width: 797px;
  height: 532px;
  border: 1px solid #000000;
  float: left;
}



#left_col {
  margin: 0;
  padding: 0;
  width: 323px;
  height: 532px;
  background: #000000 url(/images/layout/left_col_bg.jpg) top left no-repeat;
  border-right: 1px solid #000000;
  float: left;
}
#what_we_do {
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  left: 21px;
  width: 161px;
  height: 118px;
  float: left;
}
#what_we_do a {
  width: 161px;
  height: 118px;
  background: url(/images/layout/what_we_do.jpg) top left no-repeat;
  display: block;
  text-indent: -999em;
}
#what_we_do a:hover {
  background-position: bottom left;
}
#join_our_team {
  margin: 0;
  padding: 0;
  position: relative;
  left: 115px;
  width: 193px;
  height: 122px;
  float: left;
}
#join_our_team a {
  width: 193px;
  height: 122px;
  background: url(/images/layout/join_our_team.jpg) top left no-repeat;
  display: block;
  text-indent: -999em;
}
#join_our_team a:hover {
  background-position: bottom left;
}
#locations {
  margin: 18px 0 0 0;
  padding: 0;
  position: relative;
  left: 153px;
  width: 135px;
  height: 116px;
  float: left;
}
#locations a {
  width: 135px;
  height: 116px;
  background: url(/images/layout/locations.jpg) top left no-repeat;
  display: block;
  text-indent: -999em;
}
#locations a:hover {
  background-position: bottom left;
}
#contact_us {
  margin: 0;
  padding: 0;
  position: relative;
  left: 67px;
  width: 148px;
  height: 122px;
  float: left;
}
#contact_us a {
  width: 148px;
  height: 122px;
  background: url(/images/layout/contact_us.jpg) top left no-repeat;
  display: block;
  text-indent: -999em;
}
#contact_us a:hover {
  background-position: bottom left;
}



#content {
  margin: 0;
  padding: 10px 5px 10px 20px;
  width: 448px;
  height: 512px;
  overflow: auto;
  background: #CCCCCC url(/images/layout/content_bg.jpg) top left repeat-y;
  font-size: 12px;
  float: left;
}
#content h3 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
#content h4 {
  margin: 13px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
#content p {
  margin: 10px 0 5px 0;
  padding: 0;
  line-height: 15px;
}
#content ul {
  list-style: none;
}
#content ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
  background: url(/images/layout/bullet-icon.gif) top left no-repeat;
}



#footer {
  margin: 0;
  padding: 5px 0 10px 0;
  width: 799px;
  height: 24px;
  font-size: 10px;
  color: #000000;
  text-align: center;
  float: left;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer p a {
  color: #000000;
  text-decoration: underline;
}
#footer img {
  margin: 0 0 10px 0;
}