﻿/*
-----------------------------------------------
Website:  Rose Ella Village
Page:     faq.html
Author:   Dustin Halstead
-----------------------------------------------*/

	#FAQ-Area {width:540px; overflow:hidden}

	ul, li, a {
	list-style:none;
	text-decoration:none;
	display:block;
	outline:none;}

	li {padding:5px 0px 10px 5px;}

	#FAQ-Area a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	height: 23px;
	font: 11pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #102710;
	margin: 0;
	padding: 10px 5px 5px 40px;
	background: url(imgs/FAQ-Question.gif) no-repeat left top;
	}

	#FAQ-Area a:hover {
	text-decoration: none;
	color: #E3FFDF;
	}

	#Answer {
	border-left: 1px solid #002206;
	border-right: 1px solid #002206;
	border-top: 0 solid #002206;
	border-bottom: 1px solid #002206;
	width: 424px;
	font: 11pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #002206;
	letter-spacing: 0.5px;
	word-spacing: 3px;
	padding: 12px 10px 12px 14px;
	background: #F5F5F5 url(imgs/FAQ-Answer.jpg) left top;
	}
	
	a.FAQ {
	font: 10pt/18.5pt Georgia, "Times New Roman", Times, serif;
	color:#E87400;
	padding:0;
	background:none;
	}