@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
#faq: contains all faq, excluding the #faq-footer
--------------------------------------------------------------------------*/	
#faq {
	background: #ccc;
	width: 100%;
	background: #F7F7F7;
	margin: 20px 0;
	font-size: 14px;
	}

#faq p {
	margin-left: 10px;
	}
	
/*--------------------------------------------------------------------------
#faq-summary: contains table .keyinfo
--------------------------------------------------------------------------*/	
#faq-summary {
	width: 140px;
	float: left;
	}	
		
#faq table.keyinfo {
	width: 100%;
	background: #ddd;
	margin: 10px;
	font-size: 11px;
	}

#faq .keyinfo tr {
	background: #f7f7f7;
	}

#faq table.keyinfo th {
	text-align: left;
	background: #ddd;
	padding: 5px;
	}

#faq table.keyinfo td {
	padding: 5px;
	}
	
	
/*--------------------------------------------------------------------------
#faq-body: contains h1, .question, .answer and .back
--------------------------------------------------------------------------*/	
#faq-body {
	width: 520px;
	float: right;
	color: #333;
	}	

#faq-body h1 {
	background: #ddd;
	color: #333;
	padding: 5px 10px;
	margin: 10px;
	font-size: 140%;
	}
	
#faq .question {
	display:block;
	padding: 10px;
/*	width: 600px;*/
	}

#faq .question h2 {
	background: #ddd;
	color: #333333;
	margin: 0;
	font-size: 120%;	
	padding: 5px 10px;
	}
		
#faq .answer {
/*	width: 600px;*/
	padding: 10px;
	}

#faq .answer h2 {
	background: #ddd;
	color: #333;
	margin: 0;	
	font-size: 120%;	
	padding: 5px 10px;
	}

#faq .back {
	/*background: #ccc;
	text-align: right;*/
	}

#faq div.back a {
	display: block;
	text-indent: -2000px;
	color: green;
	background: url(/drupal/eagle/sites/all/themes/eagle/images/return-arrows.png) no-repeat 250px -15px;
	height: 30px;
	}

#faq div.back a:hover {
	display: block;
	text-indent: -2000px;
	color: green;
	background: url(/drupal/eagle/sites/all/themes/eagle/images/return-arrows.png) no-repeat 250px -55px;
	height: 30px;
	}
/*--------------------------------------------------------------------------
#faq-footer: outside of #faq and on level with .content.  
--------------------------------------------------------------------------*/	
#faq-footer {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 10px;
	}	
	
/*--------------------------------------------------------------------------
Position the submit button at the right height in search form
--------------------------------------------------------------------------*/	
body.page-faq .views-exposed-form .views-exposed-widget .form-submit,
body.node-type-faq .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 8px;
	}

/*--------------------------------------------------------------------------
Set width of the table displaying the FAQ summary
--------------------------------------------------------------------------*/
body.page-faq table {
	width: 720px;
	}
	
/*--------------------------------------------------------------------------
View of FAQs
--------------------------------------------------------------------------*/
body.frequently-asked-questions table {
	width: 720px;
	}
	
body.frequently-asked-questions table tr {
/*	height: 30px; */
	}
	
body.frequently-asked-questions table td,
body.frequently-asked-questions table th {
	padding: 10px 10px;
	}
	
body.frequently-asked-questions table td,
body.frequently-asked-questions table th,
body.frequently-asked-questions #content table td a {
	font-size: 12px;
	}

body.frequently-asked-questions table td.views-field-changed,
body.frequently-asked-questions table th {
	white-space:nowrap;
	}


