* {
  margin: 0;
  padding: 0;
}
body {
  background: #dfdede;
  text-align: center;
  color: #333333;
  font: 13px/19px arial, verdana, sans-serif;
}
.gutter {
  width: 870px;
  margin: 0 auto;
  text-align: left;
}

/* Styling the links here */

a {
  color: #3e7ab9;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
a:hover {
  border-color: #666666;
}

/* Styling the header here */

#header {
  background: #bfbebe url(/images/background.jpg);
  padding-top: 15px;
  border-bottom: 4px solid #333333;
}
#header h1 {
  width: 197px;
  float: left;
  height: 85px;
  line-height: 85px;
  background: url(/images/logo.png) no-repeat left top;
  text-indent: -9000em;
}
#header h1 a {
  width: 197px;
  display: block;
  height: 85px;
  line-height: 85px;
  border: none;
}
#header ul {
  list-style: none;
  background: #333333;
  float: right;
  width: 658px;
  margin-top: 70px;
}
#header li {
  display: inline;
}
#header li a {
  display: block;
  float: left;
  padding: 5px 0;
  padding-left: 7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #dfdede;
  border: none;
  font-size: 11px;
}
#header li a:hover {
  color: #ffffff;
}
#header li a.active {
  color: #3e7ab9;
}

/* Styling the runner here */

#runner {
  background: #838282;
  border-bottom: 4px solid #333333;
}
#runner .gutter {
  background: #838282;
}
#runner .left {
  float: left;
}
#interior #runner .left {
  width: 435px;
  padding: 35px 0 0;
  color: #ffffff;
  font-weight: normal;
  color: #dfdede;
}
#runner img {
  margin-bottom: -5px;
  border-right: 4px solid #333333;
}
#runner img.first, #interior #runner img {
  border-left: 4px solid #333333;
}
#home #runner .right {
  color: #ffffff;
  padding: 40px 30px 0;
  float: left;
  width: 280px;
}
#runner .xlarge {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}
#interior #runner .xlarge {
  font-size: 36px;
  line-height: 45px;
}
#runner .small {
  display: block;
  margin-left: 125px;
  margin-top: -20px;
}

/* Styling the content here */

#content {
  padding: 35px 0;
}
#content .left {
  float: left;
  width: 190px;
}
#content .left form {
  margin-bottom: 5px;
}
#content .left p {
  color: #666666;
  font-size: 10px;
  width: 130px;
}
#content .left form fieldset {
  border: none;
}
#content .left form .email {
  width: 130px;
  margin-right: 10px;
  float: left;
}
#content .left form #submit {
  float: left;
}
#content .right {
  float: right;
  width: 631px;
  padding-right: 25px;
}
#content .right fieldset {
  border: none;
}
#content .right fieldset {
  border: 1px solid #cccccc;
  padding: 15px 15px 5px;
  margin-bottom: 1.2em;
}
#content .right fieldset label {
  float: left;
  width: 150px;
  padding-right: 15px;
  text-align: right;
}
#content .right fieldset li {
  margin-bottom: 10px;
  list-style: none;
}
#content .right .form-button {
  text-align: center;
}
#content .right textarea {
  width: 400px;
  margin-top: -15px;
  margin-bottom: 10px;
}
#content .right .zemError {
  background: #ac0000;
  color: #ffffff;
  margin: 0 0 1.2em;
  padding: 1em 2em;
  border: 2px solid #9c0000;
}
#content .right .zemRequirederrorElement {
  color: #ac0000;
}
#content h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
#content h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
#content p {
  margin-bottom: 1.2em;
}
#content .post-excerpt p {
  margin-bottom: .5em;
}
#content .post-footer {
  padding-top: .2em;
  margin-bottom: 2.5em;
  text-align: right;
  font-size: 10px;
  color: #666666;
  border-top: 1px solid #cccccc;
}
#content .post-footer a {
  color: #666666;
}
#content ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
}
#content li {
  margin-bottom: .2em;
}

/* Styling the footer here */

#footer, #footer a {
  padding-bottom: 35px;
  font-size: 10px;
  color: #666666;
}

/* Clearfix */

.clearfix:after {
  content:".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display:block;
}
* html .clearfix {
  height:1px;
}
* html #header h1 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png' ,sizingMethod='crop');
}
/* End hide from IE Mac */