
#content {
  clear: both;
}

#content #intro {
  float: left;
  width: 68%;
}
#content #splash {
  margin-top: 40px;
  float: right;
  width: 32%;
}
#content #splash img {
  width: 100%;
}
#content h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 35px;
}
#content h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
#content h2 b {
  font-size: 20px;
}
#content h3 {
  font-size: 15px;
  margin-bottom: 15px;
}



/* Detailed Info */

.detailedinfo {
  clear: both;
  background: #5d92a0;
  color: #eee;
  line-height: 22px;
  background-color: #10424f;
  border: 2px #03798d solid;
}

.detailedinfo #overview {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 901px;
  clear: both;
  margin-left: -1px;
}
.detailedinfo #overview li {
  position: relative;
  background: white url(/images/overview.png) repeat-x 0 0;
  color: black;
  display: block;
  float: left;
  height: 220px;
  line-height: 1.3em;
  margin: 0px;
  padding: 15px;
  text-align: left;
  width: 193px;
  border-left: 1px solid #03798d;
  border-bottom: 2px solid #03798d;
  font-size: 12px;
}
.detailedinfo #overview li:hover {
  background-image: url(/images/overview_hover.png);
}
.detailedinfo #overview li#first {
}
.detailedinfo #overview li#fourth {
  width: 194px;
}
.detailedinfo #overview li h3 {
  font-weight: bold;
}
.detailedinfo #overview li a {
  color: #03798d;
  text-decoration: none;
}
.detailedinfo #overview li a span {
  color: black;
}

.detailedinfo #overview li img {
  display: block;
  height: 132px;
  position: absolute;
  bottom: 0px;
  left: 61px;
}
.detailedinfo #overview li#fourth img {
}





.detailedinfo ul#about {
  clear: both;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  list-style: none;
  width: 900px;
}

.detailedinfo #about li {
  color: white;
  display: block;
  float: left;
  margin: 10px 20px 10px 20px;
  padding: 10px;
  text-align: left;
  width: 240px;
  font-size: 11px;
}
.detailedinfo #about li h2 {
  color: white;
  font-weight: bold;
}
.detailedinfo ul#buzz {
  line-height: 1.6em;
  padding: 0px 0px 0px 0px;
}

.detailedinfo #buzz li {
  display: list-item;
  list-style-image: url(/images/plus_bullet.gif);
  float: none;
  width: auto;
  margin: 0px 0px 10px 2px;
  padding: 0px;
  word-spacing: nowrap;
}

.detailedinfo em {
  font-weight: bold;
  font-style: normal;
  color: #E5E4BE;
}
	
.detailedinfo a {
  text-decoration: none;
  color: #eee;
}

.detailedinfo a:hover {
  text-decoration: underline;
}



#testimonials {
  clear: both;
  color: #111;
  width: 926px;
  min-height: 270px;
  margin-left: -25px;
  padding: 10px;
  position: relative;
  line-height: 25px;
  font-size: 14px;
  background-color: #b3d3d8;
}

#testimonials .left-corner-fold {
  position: absolute;
  height: 15px;
  width: 30px;
  background: transparent url(/images/index/left-fold.png) no-repeat 0 0; 
  top: -15px;
  left: 0px;
}

#testimonials .right-corner-fold {
  position: absolute;
  height: 15px;      
  width: 30px;
  background: transparent url(/images/index/right-fold.png) no-repeat 0 0; 
  top: -15px;  
  right: 0px;
}

#testimonials h3 {
  font-size: 24px;
  padding-bottom: 0px;
  margin: 10px auto 2px 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

#testimonials #quote {
  float: left;
  width: 510px;
  margin: 10px 0px 0px 10px;
}

#testimonials blockquote {
  background: transparent url(/images/index/quote_bubble.png) no-repeat 0 0;
  width: 430px;
  height: 189px;
  line-height: 1.3em;
  font-size: 14px;
  margin: 0px;
  padding: 30px 50px 0px 30px;
  font-weight: bold;
}

#testimonials blockquote small { 
  font-style: italic;
  line-height: 1.3em;
  font-weight: normal;
}

#testimonials #signup-two {
  float: left;
  width: 365px;
  height: 160px;
  margin-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #10424f;
  border: 3px #daf0f6 solid;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  vertical-align: middle;
}

#testimonials #signup-two h3 {
  margin: 15px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  text-align: center;
  color: #fbe28b;
  font-size: 20px;
  text-transform: uppercase;
}

#testimonials #signup-two a {
  display: block;
  height: 72px;
  margin: 10px auto;
  text-align: center;
}



