body {
  margin: 0px 0px 0px;
  color: #919191;
  font-family: "Helvetica" "Helvetica-Regular";
  font-size: 10pt;
  background: #dbdbdb url('../images/skin/bg.jpg') repeat-x;
}

a, a:visited, a:active {
  color: #28365d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

#wrapper {
  width: 758px;
  margin: 25px auto;
}

#top_shadow {
  width:  758px;
  height: 14px;
  background: transparent url('../images/skin/border_top.png') no-repeat;
}

#sides_wrapper {
  width: 730px;
  min-height: 450px;
  padding: 0px 14px;
  background: transparent url('../images/skin/sides.png') repeat-y;
}

#logo {
  float: left;
  width: 730px;
  height: 146px;
  border-bottom: 6px solid #b1a28c;
}

#content_wrapper {
  position: relative;
  width: 730;
  min-height: 600px;
  clear: both;
  background: #fff url('../images/skin/content_bg.jpg') repeat-y;
}

#content_banner {
  height: 162px;
  clear: both;
  border-bottom: 2px solid #cacdd6;
}

/* Main Navigation */
#content {
  min-height: 600px;
  padding-left: 170px;
  padding-bottom: 16px;
  clear: both;
  background: #fff url('../images/skin/left_bg.jpg') no-repeat bottom left;
}

#nav {
  z-index: 2;
  position: absolute;
}

#main_nav {
  z-index: 1;
  float: left;
}

.nav_item {
  width: 113px;
  height: 22px;
  color: #28365d;
  padding-top: 5px;
  padding-right: 18px;
  font-family: "Arial";
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  background: #bdc2cd url('../images/skin/nav_bg.png') no-repeat;
}

#sub_nav_services {
  display: none;
  margin-top: 52px;
  z-index: 0;
  float: left;
  background-color: #fff;
}

.sub_nav_services_item {
  width: 150px;
}

#sub_nav_quotes {
  display: none;
  margin-top: 78px;
  z-index: 0;
  float: left;
  background-color: #fff;
}
/* End Main Navigation */

.content-item {
  float: left;
  padding: 10px 0;
  width: 525px;
  color: #515152;
}

.content-header {
  margin-top: 6px;
  margin-bottom: 0;
  color: #28365d;
  font-size: 110%;
  font-weight: bold;
}

.content-item img {
  float: left;
}

.content-body {
  width: 450px;
  float: left;
}

.content-title {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0px 5px 0px 5px;
  width: 515px;
  color: #28365d;
  font-size: 14pt;
  font-weight: normal;
  border-bottom: 1px solid #acafb7;
}

#bottom_shadow {
  width: 758px;
  height: 16px;
  background: transparent url(../images/skin/border_bottom.png) no-repeat;
}

/* Center */
.center {
  text-align: center;
}


#content_image {
  z-index: 1;
  right: 0px;
  position: absolute;
}

#content_text {
  padding-top: 200px;
}

.single_content {
  padding-top: 20px;
}