/* CSS Document */

#container {
	position:relative;
	width:600px;
	padding:0;
	margin:0;
	font-family: Verdana, Helvetica, Arial;
	border:1px solid #eee;
	}
	
/* HEADER ----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------- */

#header {
	position:relative;
	background-image: url(/info/images/FAQ_bnr.gif);
	height:200px;
	width:760px;
	}
	
/* CONTENT ---------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------- */
	
#q-container {
	position:relative;
	width:560px;
	padding:0;
	margin:20px;
	}
	
#q-container-p {
	font-size:14px;
	color:#666;
	padding:0 0 10px 0;
	margin:0;
	text-align:justify;
	line-height:16px;
	}

/* Category Elements ----------------------------------------------------------------------- */

.category {		
	background-image:url(/info/images/faq_bar.jpg);
	background-repeat: repeat-x;
	height:24px;
	width:550px;
	margin:0;
	padding:0 5px 0 5px;
	}

a.category-link:link, a.category-link:visited {
	position:relative;
	display:block;
	background-image:url(/info/images/faq_arrow-gray.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
	
a.category-link:hover {
	color:#FDB731;
	background-image:url(/info/images/faq_arrow.gif);
	}
		
.outline {
	position:relative;
	width:538px;
	padding:10px 10px 0 10px;
	margin:0;
	border:1px solid #29ACCC;
	}
	
	.outline img {
		float:left;
		margin:0 5px 0 0;
		padding:0;
		}
		
	.outline div {
		padding:0;
		margin:0 0 15px 0;
		}
	
.shadow {
	position:relative;
	display:block;
	background-image:url(/info/images/faq_shadow.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:560px;
	}
	
/* Question / Answers Elements ----------------------------------------------------------------------- */

a.question:link, a.question:visited {
	font-size:14px;
	font-weight:bold;
	color:#FDB731;
	padding:2px 0 1px 0;
	margin:0;
	text-decoration:none;
	border-bottom:1px solid #FDB731;
	}
	
a.question:hover {
	background-color:#FDB731;
	color:#fff;
	padding:2px;
	}
	
.answer {
	border-bottom:1px dotted #999;
	}
	
	.answer p {
		font-size:12px;
		line-height:14px;
		color:#666;
		text-align:justify;
		padding:0 0 10px 20px;
		margin:0;
	}	
	
	.answer a:link, .answer a:visited {
		color:#29ACCC;
		}
		
	.answer a:hover {
		color:#FDB731;
		}
	
	.answer ul li, .answer ol li {
		font-size:12px;
		line-height:14px;
		color:#666;
		text-align:justify;
		padding:0 0 10px 0;
		margin:0;
		}

input, option, textarea {
	font-size:12px;
	color:#666;
	font-family: Verdana, Helvetica, Arial;
	}

.other {
		font-size:12px;
		line-height:14px;
		color:#666;
		text-align:justify;
		padding:0 0 10px 20px;
		margin:0;
	}	

.other a:link, .other a:visited {
		color:#29ACCC;
		}
		
	.other a:hover {
		color:#FDB731;
		}
	
