@charset "UTF-8";
/* CSS Document */
body{
	background:url(../images/logo_back.jpg) top repeat-x;
	padding:0;
	margin:0;
	font-size:11px;
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
}
a{	color:rgb(85%, 43%, 25%); text-decoration:none;}
a:hover{ text-decoration:underline;}
h1,h2,h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:.95em;
	text-transform:uppercase;
	
}
hr{
	color: #ddcfa2;
	background-color: #ddcfa2;
	height: 4px;
	width:95%;
	margin:0 auto;
	border:none;
}
ol ol{ list-style:lower-alpha;}

/* Blocks */

#container{ margin:0 auto; width:792px;}

#logo{	
	width:100%;
	padding-left:50px;
}

#header{
	width:100%;
}

#nav {
	float:left;
	clear:both;
	background: url(../images/nav_back.jpg) top repeat-x;
	height:43px;
	width:792px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
}
	#nav ul {
		margin:0;
		padding:10px 10px 0 50px;
		list-style:none;
		width:auto;
		float:right;
		clear:left;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#nav a {
		float:left;
		clear:right;
		background:url(../images/tableft.jpg) no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	#nav a span {
		float:left;
		display:block;
		background:url(../images/tabright.jpg) no-repeat right top;
		padding:5px 10px 4px 6px;
		color:#644e37;
		font-weight:bold;
	}
	#nav a:hover span{ text-decoration:underline;}
#content{
	font-size:1.1em;
	color:#644e37;
	padding-top:;
	width:792px;
	float:left;
}
#footer_back{
	float:left;
	clear:both;
	background: url(../images/footer_back.jpg) top repeat-x;
	text-align:center;
	color:#644e37;
	font-size:1em;
	padding-top:40px;
	height:113px;
	width:792px;
}
#nav_footer{
	font-weight:bold;
}
#copyright{
	margin-top:15px;
	font-size:.9em;
}

/* Classes */

ul.faqs{ list-style:none;}
.faqs .question{ font-weight:bold;}
.faqs .answer{ margin-bottom:1em;}

img.picborder{
	border:1px solid rgb(90%,90%,90%);
	padding:1px;
}

