﻿/* Start code for FAQ page */
img {
border: 0px none;
}

#faqmainfeature {
	margin-top:0;
	height:100px;
	background-image: url('../images/faq_top.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-color: #FFFFFF;
	color: white;
	padding: 2em 2em 1em 200px;
/*	height: 1%;*/
}

table.faq {
/* clear: right;*/
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.faq caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-size:medium;
  font-weight: bold;
  text-decoration:underline overline;
}
table.faq thead tr {
  color: white;
  background: #5e7796;
}
table.faq thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 4px solid #adbbca;
}
table.faq tbody tr {
  border: 4px solid #adbbca;
}
table.faq tbody th {
  padding: 0.6em;
  border: 4px solid #adbbca;
  text-align:left;
}
table.faq tbody td {
  /*background: #e9ecee;*/
  padding-left:  0.6em;
  border-bottom: 4px solid #ccc;
}
table.faq tbody tr.odd {
  background: #c4cfdb;
}
table.faq tbody tr.odd td {
  /*background: #f0f0f0;*/
  background: #e9ecee;
  color: #4f6480;
}
table.faq tbody tr th a:link {
  font-weight: bold;
  color: #5e7796;
  text-decoration: underline;
}
table.faq tbody tr th a:visited {
  font-weight: bold;
  color: #5e7796;
}
table.faq tbody tr th a:hover {
  font-weight: bold;
  color: #5e7796;
  text-decoration: none;
}
table.faq tbody td a:link {
  color: #808000;
  text-decoration: underline;
}
table.faq tbody td a:visited {
  color: #808000;
}
table.faq tbody td a:hover {
  color: #808000;
  text-decoration: none;
}


