body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}


html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 200;
}

body {
  background-color: #ffffff;
  color: #666;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:link, a:visited {
  color: #FFFFFF;
}

a:hover, a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

h1 {
  font: 200 24px Helvetica;
  color: #64a2f1;
  padding-bottom: 10px;  
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;  
}

h2 {
  font: 200 18px Helvetica;
  color: #333;
  padding-bottom: 5px;
}

.section_overview {
  margin-bottom: 20px;
  padding: 0 15px 0  15px;
  background-color: #64a2f1;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;  
}

.section_overview ul {
}

.section_overview ul li {
  color: #fff;
  padding-bottom: 8px;
  font-size: 14px;
  border-bottom: 1px #3a74be solid;
  margin-top: 8px;
}

.section_overview ul li:before {
  content: "";
}

.section_overview ul li a {
  color: #fff;
  font-weight: 400;
}


#content {
  width: auto;
}

.small {
  font-size: 10px;
  color: #777;
}

.section {
 padding-left: 20px;
 padding-right: 20px; 
 border-top: 1px #bbb solid;
 padding-top: 10px;
 margin-top: 20px;
}

.faq_section {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;  
  margin-bottom: 20px;
}

.faq_link {
  margin-top: 10px;
  background-color: #64a2f1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  display: block;
}

.images {
  width: 100%;  
}

.images img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.left .description {
  float: left;
  padding-left: 3%;
  width: 67%;
}

.right .description {
  float: left;
  padding-right: 3%;
  width: 67%;
}

ul {
  list-style: none;
  padding:0;
  margin:0;
}

li { 
  padding-left: 1em; 
  text-indent: -.7em;
  padding-bottom: 0.5em;
}

li:before {
  content: "• ";
  color: #64a2f1;
}