
#navigation {
  width: 200px;
  float: left;
  margin-top: 50px;
}

#navigation ul {
  margin: 10px 0 20px;
  padding: 0;
}

#navigation ul li {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

#navigation ul li.selected {
  font-weight: 500;
/*  background: #FFCC99;
  background: #E03838; 
  color: #E03838; */
  color: #c10000;
}

#navigation ul li.selected {
  background: url(img/arrow-right-bg.png) no-repeat scroll center right;
}

#navigation ul li.selected a {
  color: #c10000;  
  background: none;
  border-bottom: 1px dotted #c10000;
}

#navigation ul li a {
  text-decoration: none;
  display: block;
  padding: 0 8px;
  text-transform: lowercase;
}

/*#navigation ul li:hover a {
  background: #E03838;
  color: white;
}*/


#maincolumn {
  width: 700px;
  margin: 0 0 0 220px;
}

.faqitems {
  margin-top: -14px;
  margin-left: -14px;
  border-spacing: 14px;
  border-collapse: separate;
}

.faqitems {
  margin: 0px 0;
}

.faqitems li {
  vertical-align: top;
  padding: 0 0px 10px;
  line-height: 1.8em;
  background: white;
  margin: 0 0 26px;
  list-style-type: none;
  list-style-image: none;
}

.faqitems li h3 {
  font-size: 1.35em;
  padding: 8px 0px 8px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;  
  text-align: center;
  background: #edeff5 /*#377777 /* linear-gradient(to bottom, #71acab, #004545) repeat scroll 0 0 */;
}

.faqitems li img {
  float: right;
}

.faqitems li p {
  margin: 10px 20px 5px;
/*  padding: 10px 20px; */
}

.faqitems li ol {
  padding: 13px 0px 0px;
  margin: 0 10px 3px 23px;
}

.faqitems li ol li {
  margin: 0 0 0px 16px;
  padding: 0 0 10px 0;
  list-style-type: square;
  list-style-image: url(img/red-li-square-flat.png);
  border: none;
}


#leftcolumn {
  width: 473px;
  float: left;
}

#rightcolumn {
  width: 473px;  
  float: right;
}

#aboutus {
  margin-bottom: 30px;
}

#faqitems1 {
}

#faqitems2 {
}

h3 {
  font-size: 1em;
  margin: 0px 0px 5px;
}

.next-faq-link {
  margin: 10px;
  
}


