html, body {
  height: 100%; }

body {
  margin: 0;
  font-family: arial, "lucida console", sans-serif;
  font-size: 0.9em;
  color: #333333;
  background: #e2e9cd url(/images/bg.gif) repeat-x 0 120px; }

a {
  color: #333333; }

a img {
  border: 0; }

th {
  text-align: left; }

input, select {
  border: 1px solid #666666;
  font-size: 1.2em;
  padding: 3px;
  background: white url(/images/input_bg.gif) repeat-x 0 110%; }

input.image {
  border: none;
  background: none; }

#head {
  height: 90px;
  background-image: url(/images/head_bg.gif); }

#header_container {
  width: 900px;
  margin: auto;
  padding-left: 50px; }

img#logo {
  float: left; }

#follow {
  width: 260px;
  height: 48px;
  float: right;
  margin-top: 43px; }
  #follow #follow_text {
    margin-top: 20px;
    font-family: Arial;
    float: left;
    font-size: 0.8em;
    font-weight: bold; }

#sample {
  display: block; }

#nav {
  background-image: url(/images/nav_bg.gif);
  height: 30px; }

ul.nav {
  width: 900px;
  margin: auto; }
  ul.nav li {
    display: inline; }

table#main {
  width: 928px;
  margin: auto; }
  table#main td {
    vertical-align: top; }
  table#main td.content {
    padding: 20px 20px;
    background-color: white; }

#leftcol {
  width: 600px;
  float: left; }

#rightcol {
  width: 200px;
  float: left; }

h1 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.8em;
  color: #f36f21; }

h2 {
  font-weight: normal; }
  h2 img {
    margin-right: 10px;
    vertical-align: middle; }

h2.copy {
  margin-bottom: 5px; }

.fields {
  background-color: #f3f3f3;
  padding: 5px 30px;
  border: 2px solid #c6c6c6;
  width: 50%;
  font-size: 0.9em; }
  .fields ul, .fields table {
    margin: 0; }

label {
  font-weight: bold;
  font-size: 1.2em; }

div.fieldWithErrors {
  display: inline; }
  div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
    border: 1px solid #f36f21; }

div#errorExplanation {
  width: 50%;
  padding: 5px 30px;
  margin-bottom: 10px;
  border: 2px solid #f36f21;
  color: #f36f21;
  background-color: #f4cab2; }
  div#errorExplanation h2 {
    font-size: 1em;
    font-weight: bold; }

p.copy {
  margin-top: 0; }

tr.even {
  background-color: #eeeeee; }

.center {
  text-align: center; }

table#blurbs {
  width: 600px;
  height: 400px;
  position: relative; }

table#blurbs img {
  display: block;
  border: none; }

#get_started {
  padding-bottom: 20px; }

#before, #after {
  display: inline-block; }

#before {
  margin-left: 10px; }

#after {
  margin-left: 390px; }

ul#before_after, ul#before_after_preview {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul#before_after img, ul#before_after_preview img {
    vertical-align: middle; }

ul#before_after {
  height: 400px; }

h3.title, table.before_after_nav th {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.6em; }

table.before_after_nav {
  width: 100%; }
  table.before_after_nav th#count {
    text-align: center;
    font-size: 1.1em;
    width: 100px; }
  table.before_after_nav a {
    font-size: 0.8em;
    text-decoration: none;
    color: #333333; }

table.pricing {
  margin-left: 25px; }
  table.pricing td, table.pricing th {
    padding-bottom: 10px; }
  table.pricing th {
    vertical-align: top; }

td.small {
  font-size: 13px; }

ol#howitworks {
  list-style-type: none;
  padding-left: 20px; }
  ol#howitworks li {
    margin: 8px 0 8px 0;
    font-size: 1.2em; }
    ol#howitworks li img {
      vertical-align: middle;
      margin-right: 10px; }

ul#subnav {
  padding-left: 0; }
  ul#subnav li {
    display: inline;
    text-decoration: none;
    font-weight: bold; }
    ul#subnav li a {
      font-weight: normal; }
  ul#subnav li.normal {
    font-weight: normal; }

table.profile th {
  text-align: right;
  vertical-align: top; }

.small {
  font-size: 12px; }

a.service {
  text-decoration: none;
  border-bottom: 1px dotted black; }

a.service:hover {
  cursor: help; }

.highlight {
  border: 1px solid #f36f21; }

.explain {
  border: 2px solid #aaaaaa;
  padding: 8px;
  background-color: #f5f5f3;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: black;
  font-weight: bold; }

.left {
  float: left; }

.right {
  float: right; }
