/*************************/
/*reset styles*/
/*************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #666;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*************************/
/*my styles*/
/*************************/
h1, h2	{	display: none;
			font-family: Verdana, Tahoma, Geneva, sans-serif;}
h3		{	font-family: Verdana, Tahoma, Geneva, sans-serif;}
h4		{	font-size: 130%;
			font-weight: bolder;
			font-family: Verdana, Tahoma, Geneva, sans-serif;}
body 	{ 	width: 100%;
			font-family: Verdana, Geneva, Tahoma, sans-serif;
			font-size: 13px;}
strong	{	font-weight: bolder;}
a:link {
 font-weight: normal;
 color: #FF6600;}
a:hover {
 font-weight: normal;
 color: #66CC00;}
a:visited {
 font-weight: normal;
 color: #FF6600;}
a:active {
 font-weight: normal;
 color: #6666FF;}
.hide {
 display: none!important;
}
.highlight{
 border: 2px solid #999;
 padding: 0 4px;
}
/*areas of page*/
#skip-nav{
 display: none;
}
#page{
 width: 960px;
 margin: 10px auto;
}
#header{
 width: 100%;
 height: 97px;
 background:  transparent url('images/header.png') no-repeat scroll 0 0;
}
#menu-col{
 display: inline;
 float: left;
 width: 169px;
 margin-left: 1px;
 background: transparent url('images/eight_intro_r3_c1.jpg') repeat-y scroll 0 0;
 height: 450px;
}
.menu {
 padding: 10px 0 0 0;
 font-size: 10px;
}
.menu li{
 margin-bottom: 10px;
}
.menu a{
	display: block;
	height: 12px;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 145px;
	color: #666666;
	text-decoration: none;
	border: none;
	background: #fff url('images/ButtonBlank.jpg') no-repeat top left;
}
.menu a:visited{
	color: #666666;
	text-decoration: none;
}
.menu a:hover,.menu a:active,.menu a:focus{
	background: #fff url('images/ButtonBlank_f2.jpg') no-repeat top left;
	color: #000000;
}
.menu li.active a:link, .menu li.active  a:visited{
	background: #fff url('images/ButtonBlank_f2.jpg') no-repeat top left;
	font-weight: bolder;
	color: #000000;
}
#content{
 position: relative;
 top: -25px;
 margin-left: 180px;
 width: 760px;
}
#written-content{
 float: left;
 width: 520px;
 min-height: 260px;
 margin: 10px 240px 10px 10px;
 line-height: 1.5;
 text-align: justify;
}
#contact-content li{
 margin: 4px;
 padding: 4px;
 min-height: 22px;
 
}
#contact-content li span{
 display: block;
 float: right;
 width: 320px;
 height: 16px;
 padding: 3px 0 3px 5px;
 background-color: #E0FFFF;
 border-left: 4px solid #87CEEB;
}
#contact-content label{
 display: block;
 float: left;
 text-align: right;
 padding: 3px 5px 3px 0;
 width: 150px;
}
#contact-content input{
 display: block;
 width: 250px;
}
#contact-content textarea{
 display: block;
 width: 400px;
 height: 150px;
}
#contact-content p{
 margin: 10px 200px 10px 10px;
}
#contact-para{
 font-weight: bold;
 padding: 4px 0;
 border-left: 4px solid #fff;
 line-height: 1.3;
}
.contact-para-highlight{
 background-color: #E0FFFF;
 border-left: 4px solid #87CEEB!important;
}
#contact-para ul {
 list-style: disc outside;
 margin: 0 0 10px 30px;
}
#contact-para li {
 padding: 2px;
}
#written-content p{
 margin-bottom: 10px;
}
#written-content ul{
 list-style: disc outside;
 margin: 0 0 10px 30px;
}
#written-content li{
 padding: 2px;
}
#written-content .question{
 font-size: 130%;
 font-weight: bolder;
 line-height: 1.3;
}
#written-content .answer{
 margin: 15px 15px 5px 15px;
}
#written-content .answer-meta{
 text-align: right;
 font-style: italic;
 margin-right: 15px;
}
#feedback {
 margin: 15px 15px 15px 0;
}
#fb-answer{
 width: 380px;
 text-align: center;
 margin: 2px auto;
}
#related-questions ul{
 list-style: disc outside;
 margin: 0 0 0 30px;
}
#related-questions li{
 padding: 2px;
}
#title{
 font-size: 180%;
 font-weight: bolder;
 font-family: Verdana, Tahoma, Geneva, sans-serif;
}
#top-faqs{
 width: 730px;
 padding: 0 0px 0 10px;
 margin-top: 25px;
}
#chooser{
 position: relative;
 left: -4px;
 display: inline;
 float: right;
 z-index: 10;
 width: 244px;
 background-color: #d3d3d3;
 border-right: 1px solid #a9a9a9;
 border-bottom: 1px solid #a9a9a9;
}
#chooser li{
 position: relative;
 z-index: 20;
 border-top: 1px solid #a9a9a9;
 border-left: 1px solid #a9a9a9;
 padding: 15px;
}
#chooser a:hover{
 text-decoration: none;
}
.chosen{
 background-color: #fff;
 border-left: none!important;
}
.viewed-top-faqs{
 border: 1px solid #a9a9a9;
 padding: 10px;
 width: 460px;
 line-height: 1.5;
 min-height: 200px;
}
.viewed-top-faqs ol{
 list-style: decimal outside;
 margin: 4px 10px 0 30px;
 color: #000;
}
.viewed-top-faqs li{
 text-align: justify;
 font-size: 105%;
}
.viewed-top-faqs li a, .link-dark li a{
 color: #000;
 text-decoration: none;
 border-bottom: 1px solid #000;
}
.viewed-top-faqs li a:visited, .link-dark li a:visited{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.viewed-top-faqs a:hover, .link-dark a:hover, .viewed-top-faqs a:active, .link-dark a:active, .viewed-top-faqs a:focus, .link-dark a:focus{
	background-color: #d3d3d3;
	color: #000;
}
.viewed-top-faqs p{
 padding: 0 5px 10px 5px;
 color: #666666;
 font-size: 95%;
}
#category-questions{
 font-size: 105%;
}
.continuation{
 text-align: right;
 padding: 0;
 margin-right: 10px;
}
#way-works{
 padding: 10px 15px 15px 0;
 margin-left: 180px;
}
#way-works img{
 margin: 5px;
}
#footer{
 position: relative;
 top: -25px;
 clear: both;
 width: 950px;
 height: 20px;
 padding: 10px 10px 0 0; 
 color: #666666;
 font-size: 85%;
 text-align: right;
}
/*various other*/
.error-box{
 margin: 10px auto;
 width: 95%;
 border: 1px solid #cd5c5c;
 background-color: #ffe4e1;
}
.error-box p{
 margin: 10px;
 padding: 0;
}
.error-box ul{
 list-style: disc inside;
 margin-left: 10px;
}
.error-box li{
	min-height: 15px!important;
}
.error-title{
 padding: 10px;
 font-weight: bolder;
 font-size: 120%;
 background-color: #ffb6c1;
}
.error-highlight{
 background-color: #ffe4e1!important;
 border-color: #cd5c5c!important;
}
.info-box{
 margin: 10px auto;
 width: 95%;
 border: 1px solid #87CEEB;
 background-color: #AFEEEE;
}
.info-box p{
 margin: 10px;
 padding: 0;
}
.info-title{
 padding: 10px;
 font-weight: bolder;
 font-size: 120%;
 background-color: #B0E0E6;
}