/*   Body and Wrappers
=====================================*/
body {
	background:#996649 url(images/layout/BG.jpg) 0 0 repeat-x;
	font:72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
* #shell {
	background:url(images/layout/bodyBG2.jpg) -1px 0 repeat-y;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	width:820px;
}
* #container {
	background:url(images/layout/headBG3.jpg) -1px 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
* #content {
	padding:20px 0px;
	margin-left:50px;
	width:700px;
}
* #topPhotos, * #aaoButton, * #aboButton {display:none;}


/*   Footer Styles
=====================================*/
* #footer {
	background:#996649 url(images/layout/footBG2.jpg) -1px 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:145px;
	clear:both;
}



/*   Navigation Styles
=====================================*/
* #subNav {
	padding:0px; margin:0px; width:100%; min-height:45px; _height:45px;
}
* #subNav li {
	position:relative;
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:left;
}
* #subNav li a {
	font:bold 13px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:20px;
	display:block;
	padding:0px 4px;
	color:#6B2D1E;
}
* #subNav li a:hover {
	color:#000;
}


* .faqItem {padding:5px; margin:0 auto; width:700px;}
* .faqItem img {border:none; outline:none;} .faqItem h3 {display:none;}


