
body, td, th         { color: black; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link            { color: navy; font-weight: bolder; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:visited               { color: #636; font-weight: bolder; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover                 { color: #906; font-weight: bolder; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:active          { color: navy; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
H1       { color: black; font-weight: bold; font-size: large; font-family: Verdana, Arial, Helvetica, sans-serif }

#nav_menu, #nav_menu ul {
	padding: 0 0 10px 4%;
	margin: 0;
	list-style: none;
	width: auto;
	background: url('images/quillensite_05.gif') repeat-x;
	height: 41px;
}

#nav_menu li {
	float: left;
	width: 21%;
	height: 41px;
	margin: 0 1.5%;
	padding: 0;
	background: url('images/quillensite_08.gif') repeat-x;
}

#nav_menu img.left {
  width: 6px;
  float: left;
	height: 41px;
}

#nav_menu img.right {
  width: 7px;
  float: right;
	height: 41px;
}

#nav_menu a {
	display: table;
	height: 41px;
  overflow: hidden;
	text-align: center;
	width: 100%;
	margin: -40px 0 0 -6px;
	font-size: 1.25em;
	font-weight: bold;
}

#nav_menu a div.button {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 41px;
}

#nav_menu li ul {
	position: absolute;
	width: 20%;
	left: -999em;
	background: none;
	line-height: 1.2em;
	border: 1px #446D8B solid;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0;
}

#nav_menu li ul li {
  float: none;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	height: auto;
	font-size: 0.8em;
	background: white;
	display: block;
}

#nav_menu li ul li a {
	text-align: left;
	padding: 0 10px;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0;
}

#nav_menu li:hover ul {
	left: auto;
}

#nav_menu li:hover ul, #nav_menu li.sfhover ul {
	left: auto;
}

.faq_question {
  font-weight: bold;
}

.faq_answer {
  padding-bottom: 1.5em;
}
