@charset "utf-8";

/* FAQ PAGE STYLES ============================= */
.cleared {
		clear: both;
		margin-bottom: 30px;
	}
	.faq-index h2 {
		margin-left: 10px;
		margin-bottom: 10px;
		width: 300px;
		border-bottom: dashed #ccc 1px;
		color: #9c0707;
		font: normal normal normal 24px/1.2em Georgia, "Palatino Linotype", "Times New Roman", serif;
	}
	.faq-topic
{
    background: #367797 url('css_images/faq_header.jpg') no-repeat top;
    float: left;
    width: 254px;
    margin: 5px;
    padding: 0px;
   
}
	.faq-topic p
{
    padding: 10px;
}


.faq_footer{
width: 254px;
height:6px;
background: url('css_images/faq_footer.jpg') no-repeat;
}


	.faq-topic:hover {
		background:  #367797 url('css_images/faq_header_over.jpg') no-repeat top;
	}
		.faq-topic h3 {
			width: 234px;
			margin: 0;
			padding-bottom: 5px;
			border-bottom: solid #a5c7d9 1px;
			font: normal normal bold 16px/1.2em "Trebuchet MS", Arial, Tahoma, Sans-serif;
			color: #fff;
			padding-left:10px;
			 padding-top:10px
			
		}
		.faq-topic h3 a:link {
			color: #f6f1a9;
			text-decoration: none;
		}
		.faq-topic h3 a:visited {
			color: #f6f1a9;
			text-decoration: none;
		}
		.faq-topic h3 a:hover {
			color: #f6f1a9;
			text-decoration: none;
		}
		.faq-topic h3 a:active {
			color: #f4d737;
			text-decoration: none;
		}
		.faq-topic p {
			color: #eee;
			background: none;
			font: normal normal normal 12px/1.5em "Trebuchet MS", Arial, Tahoma, Sans-serif;
		}
		.faq-topic p a:link,
		.faq-topic p a:visited {
			color: #eee;
			background: none;
			text-decoration: none;
		}
		.faq-topic p a:hover {
			color: #f6f1a9;
			background: none;
		}
		.faq-topic p a:active {
			color: #f4d737;
			background: none;
		}
		
	dt {
		font: normal normal bold 16px/1.5em "Trebuchet MS", Verdana, Tahoma, sans-serif;
		margin-bottom: 8px;
	}
	dd {
		margin-bottom: 30px;
	}
	h1.faq-title {
		margin-bottom: 10px;
		width: 560px;
		border-bottom: dashed #ccc 1px;
		color: #9c0707;
		font: normal normal normal 24px/1.2em Georgia, "Palatino Linotype", "Times New Roman", serif;	
	}
	ul.topic-list {
		list-style: none;
		margin: 30px 0;
		padding-left: 0;
	}
	
	.faq-post {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: dashed #ccc 1px;
		
	}
	.faq-post h2 {
		margin-left: 0;
		font-style: italic;
		width: 560px;
	}
	.faq-post h2 span {
		color: #9c0707;
		background: none;
		font: normal normal bold 18px/1.2em Georgia, "Times New Roman", serif;
		margin-right: .3em;
	}
	.faq-post h3 {
		font: normal normal normal 18px/1.2em Georgia, "Times New Roman", serif;
		color: #9c0707;
	}
	.faq-post h4 {
		font: normal normal bold 14px/1.2em Georgia, "Times New Roman", serif;
		color: #006DA0;
	}
	
	.faq-post p span {
		color: #094e70;
		background: none;
		font: normal normal bold 18px/1.2em Georgia, "Times New Roman", serif;
		margin-right: .3em;
	}
	.faq-post p {
		margin-bottom: 1em;
		text-align: left;
	}
	.faq-post ul {
		margin-bottom: 1em;
	}
	.grades {
		width: 480px;
		margin: 0 auto;
	}
		.grades th {
			background: #ddd;
		}
		.grades td {
			padding: 5px 10px;
			background: #eee;
		}