/*  
 *  Theme Name: Trustmode
 *  Theme URI: http://www.trustmode.com
 *  Description: This is the Trustmode theme
 *  Version: 1.0
 *  Author: 
 *  Author URI: http://www.trustmode.com/
 *
*/
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #00B7EB;
}
a:visited {
  color: #00B7EB;
}
a:hover {
  color: #EB3400;
}
h1 {
  font-size: 150%;
  color: #00B7EB;
}
form {
  padding-left: 10px;
}
label {
  float: left;
  width: 100px;
}

p.callout {
  margin-left: -1em;
  color: #818286;
  font-size: 120%;
  font-weight: bold;
  margin-top: 1.5em;
}
.emph {
  font-weight: bold;
  color: #00B7EB;
}
p.emph {
  padding-left: 11em;
}
#wrapper {
  width: 980px;
  margin: 0px auto;
}
#header {
  background-image: url( 'images/trustmodeLogo.png' );
  height: 266px;
}
#headerlinks {
  margin-top: 24px;
  float: right;
  width: 554px;
  height: 171px;
  background: url( '/images/header/lifesaver.png') no-repeat 0px 0px;
}
#headerlinks ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 100%;
}
#headerlinks ul li {
  margin: 0px;
  padding: 0px;
  width: 137px;
  height: 171px;
  float: left;
  text-align: center;
  border-left: 2px solid white;
}
#headerlinks ul li.first {
  border-left: none;
}
#headerlinks a {
  color: white;
}
#headerlinks a:visited {
  color: white;
}
#headerlinks a:hover {
  color: #EB3400;
}
#headerlinks h1 {
  margin: 0px;
  padding: 1em 0px;
  color: white;
  background-color: #818286;
  font-weight: normal;
  font-size: 90%;
  border-bottom: 2px solid white;
} 
#marginreset {
  margin-top: -21px;
}
#content {
  margin-left: 205px;
  margin-bottom: 5em;
}
#content h2 {
  font-size: 110%;
  color: #00B7EB;
  margin-bottom: 0px;
}
#newslettersignup {
  float: right;
  margin-left: 20px;
  margin-right: -9px;
}
.boxwrapper {
  width: 437px;
  background: url('images/boxLR.png') repeat-y;
}
.top {
  width: 437px;
  height: 41px;
  background: url('images/boxT.png') no-repeat;
}
.mid {
  padding: 0px 42px;
  margin: -5px 0px 0px 0px;
}
.mid h1 {
  margin-top: 0px;
}
.bottom {
  width: 437px;
  height: 41px;
  background: url('images/boxB.png') no-repeat;
}
#prefooter {
  font-size: 100%;
  background-color: white;
  background-image: url('images/prefooterBack.png');
  background-position: 0em 2.2em;
  background-repeat: repeat-x;
  padding-bottom: 50px;
}
#prefooter .block {
  padding: 26px 23px 12px 23px;
  background-color: white;
}
.block p {
  margin: 0px;
  padding: 0px;
}
#prefooter h1 {
  margin: 0px;
  padding: 0px 0px 0px 23px;
  font-size: 110%;
  height: 2em;
  line-height: 2em;
  background-color: #EFEFEF;
}
#prefootcontent {
  margin: 0px auto;
  width: 980px;
}
#feature {
  width: 479px;
  margin-left: 205px;
}
#feature h2 {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}
#feature img {
  line-height: 0px;
  float: left;
}
#feature p.emph {
  padding-top: 0.5em;
  text-align: right;
}
.testamonial {
  margin-left: 190px;
}
#recentblogs {
  width: 280px;
  float: right;
  margin-left: 16px;
}
#recentblogs h2 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
#recentblogs p {
  text-align: right;
  margin-bottom: 1em;
}
#footer {
  background-color: #818286;
  background-image: url('images/footerBack.png');
  background-repeat: repeat-x;
  color: white;
  padding: 1.5em 1em;
}
#footer span {
  font-size: 90%;
}
#footer div {
  font-size: 90%;
}
#footer a {
  color: white;
}
#footer a:visited {
  color: white;
}
#footer a:hover {
  color: #EB3400;
}
#copyright {
}
#footerlinks {
  float: right;
}

