@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration:none;
	color: #FFF;	
}
a:visited {
	text-decoration:none;
	color: #FFF;	
}
a:hover {
	text-decoration:none;
	color: #FFF;	
}
.afinfo {
	padding: 5px; 
	color: #FFF;
	text-align: center;	
}
#afmenu {
	border-top: 1px solid #F1472B;	
	border-bottom: 1px solid #F1472B;
}
ul#afmenulist {
	margin: 0;
	padding: 0 0 26px 0;
}
li.afmenuitem {
	list-style: none;
	float: left;	
	text-align: center;
}
.afmenuitemlabel {
	color: #000;
	background-color: #000;
	text-align: center;
	float: left;
	display: block;
	text-decoration: none;
	width: 150px;	
	height: 26px;
	padding-top: 5px;
}
#aflogo {
	float: left;
	padding: 0 10px;
}
#afweblogo {
	border: 2px solid #000;
}
#afimages {
	padding: 10px 0 0 0;
	margin: 0;
/*	background-color: #F1472B; */
	background-color: #ef3c39;
}
#afhours {
/*	background-color: #F1472B; */
	background-color: #ef3c39;
}
body {
	background: url('/images/edge2-2.png') repeat-y scroll center #ffff66;
}
.afcontent {
	width: 100%;
	height: 500px;
	padding: 5px 0 10px 0;
}
.afsubcontent {
	padding: 0 30px 0 30px;
}
.afscripted {
	display: none;
}
.afsectionimageheader {
	padding: 0 0 10px 0;
	text-align: center;
}
.afitalic {
	font-style: italic;
}
.aftrainer {
	width: 93px;
	height: 200px;
	text-align: center;
	border: solid 1px #000;
	margin-top: 5px;
}
ul.aflist li {
	list-style-image: url('/images/ry-bullet.png');
	padding-bottom: 10px;
}
.aflabel {
	color: #FFF;
	background-color: #000;
	font-style: italic;
	font-weight: bold;
	width: 100%;
}
#afcopyright, #afmembership  {
/*	color: #F1472B; */
	color: #ef3c39;	
}
.afbeta {
/*	color: #F1472B; */
	color: #ef3c39;	
	text-align: center;
}