.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	width: 159px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	cursor: pointer;
	border-right: 1px solid #4a4a4a;
	text-align: center;
}

ul.MenuBarHorizontal li.first { display: none; }

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	width: auto;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	cursor: pointer;
	border: 1px solid #494b4b;
	border-bottom: none;
	list-style: none;
	z-index: 1020;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	display: block;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 100%;
	border: none;
	text-align: left;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	left: 100%;
	top: 0;
	border-top: 1px solid #000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	right: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	padding: 8px 0 9px;
	display: block;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #fff;
}

ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul a:visited {
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #494b4b;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	background: #5f6977;
	color: #fff;
}

ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus {
	background-color: #8ca1bc;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: block;
		position: relative;
		background: transparent;
	}
	
	ul.MenuBarHorizontal li.MenuBarItemIE.first { display: none; }
	
	ul.MenuBarHorizontal li.MenuBarItemIE ul
	{
		top: 33px;
		text-align: left;
	}
	
	ul.MenuBarHorizontal li.MenuBarItemIE li.MenuBarItemIE {
		width: auto;
		display: block;
		text-align: left;
		float: none;
	}
	
	ul.MenuBarHorizontal li.MenuBarItemIE li.MenuBarItemIE a {
		display: block;
		padding: 5px 10px;
	}
}
.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000;
}

.headline {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #709d64;
}

.subheadline {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #709d64;
}

.sitename {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #709d64;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ff7c26;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #252525;
}

a.footer:hover, a.bottom_links:hover { 
	text-decoration: underline;
	color: #a1a1a1; 
}

a, a:visited {
	color: #ff7c26;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #595959 url('../../../site/1/template/body_bg.png') repeat-x top center;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 960px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;	
	background: url('../../../site/1/template/wrapper_bg.png') repeat-y top left;
}

#header {
    width: 140px;
	height: 67px;
	padding: 58px 142px 0 678px;
	position: relative;
	background: #ebebec url('../../../site/1/template/header_bg.gif') repeat-x top left;
}

#navigation {
	width: 960px;
	height: 26px;
	padding: 8px 0;
	background: url('../../../site/1/template/nav_bg.png') repeat-x top left;
}

#container {
    width: 960pxpx;
	min-height: 325px;
	height: auto !important;
	height: 325px;
	overflow: hidden;
	background: #fff url('../../../site/1/template/container_bg.gif') repeat-x top left;
}

#content {
	width: 698px;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	padding: 15px 20px 20px 22px;
	background: #fff url('../../../site/1/template/container_bg.gif') repeat-x top left;
}

#sidebar {
	width: 210px;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	padding: 15px 5px 20px;
	background: #3b424c url('../../../site/1/template/sidebar_bg.gif') repeat-x top left;
}

#bottom {
	width: 960px;
	height: 82px;
	padding: 25px 0 0;
	position: relative;
	clear: both;
	background: #ebebec url('../../../site/1/template/bottom_bg.gif') repeat-x top left;
}

#footer {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	background: url('../../../site/1/template/footer_bg.png') no-repeat top center;
	color: #252525;
}

/* ---------- HOME ---------- */

.home #container {
	min-height: 482px;
	position: relative;
}

.home #bottom { border-top: 1px solid #fff; }

.home #join {
	width: 186px;
	height: 330px;
	padding: 22px 0 0;
	position: absolute;
	top: 44px;
	left: 26px;
	z-index: 10;
}

.home #join .join_title {
	position: absolute;
	top: 0;
	left: 15px;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.home #join a.join_links, .home #join a.join_links:visited {
	width: 186px;
	height: 80px;
	margin: 0 0 2px;
	display: block;
	outline: none;
}

.home #join a.join_links:hover {	background-position: bottom left; }

.home #join .join { background: url('../../../site/1/template/lft_join.png') no-repeat top left; }
.home #join .newsletter { background: url('../../../site/1/template/lft_newsletter.png') no-repeat top left; }
.home #join .members { background: url('../../../site/1/template/lft_members.png') no-repeat top left; }
.home #join .gallery { background: url('../../../site/1/template/lft_gallery.png') no-repeat top left; }

.home #news {
	width: 202px;
	height: 366px;
	padding: 38px 10px 10px 15px;
	position: absolute;
	top: 44px;
	right: 23px;
	background: url('../../../site/1/template/rt_bg.png') no-repeat bottom center;
	z-index: 10;
}

.home #news .news_title {
	position: absolute;
	top: 0;
	left: 26px;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.home #news a.news_links, .home #news a.news_links:visited {
	width: 202px;
	display: block;
	outline: none;
}

.home #news a.news_links:hover {	background-position: top left; }

.home #news .featured {
	height: 93px;
	background: url('../../../site/1/template/rt_featured.jpg') no-repeat bottom left;
}

.home #news .special {
	height: 91px;
	background: url('../../../site/1/template/rt_special.jpg') no-repeat bottom left;
}

.home #news .service {
	height: 90px;
	background: url('../../../site/1/template/rt_service.jpg') no-repeat bottom left;
}

.home #news .calendar {
	height: 92px;
	background: url('../../../site/1/template/rt_calendar.png') no-repeat bottom left;
}

/* ---------- ARTICLE ---------- */

.article #container {
	background: #fff url('../../../site/1/template/container_article_bg.gif') repeat-y top right;
}

/* ---------- ADMIN ---------- */

.admin #container { 
	width: 920px;
	padding: 20px;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

#hide { display: none; }


/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */

#header p.question {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #595959;
}

#header a.member_link, #header a.member_link:visited {
	text-decoration: none;
	color: #709d64;
}

#header a.email_link, #header a.email_link:visited {
	text-decoration: none;
	color: #5e7da7;
}

#header img.support_img {
	position: absolute;
	top: 51px;
	right: 31px;
}

#header a.logo_link {
	width: 388px;
	height: 103px;
	display: block;
	position: absolute;
	top: 13px;
	left: 40px;
	outline: none;
	text-indent: -9999em;
	background: url('../../../site/1/template/logo.gif') no-repeat top left;
}

#header #search {
	width: 203px;
	height: 21px;
	position: absolute;
	top: 11px;
	right: 35px;
}

#header #search .search_field {
	width: 171px;
	height: 13px;
	padding: 3px 3px 2px;
	position: absolute;
	top: 1px;
	left: 0;
	border: none;
	background: url('../../../site/1/template/search_bg.gif') no-repeat top center;
}

#header #search .search_btn {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------- NAVIGATION ---------- */



/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */

#sidebar .side_section {
	width: 170px;
	padding: 12px 40px 12px 0;
	border-top: 4px dotted #8090a5;
	text-align: center;
	background: url('../../../site/1/template/side_arrow.gif') no-repeat 170px center;
}

#sidebar a.side_link, #sidebar a.side_link:visited {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 14px;
	outline: none;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000;
	color: #fff;
}

#sidebar .side_link_sm {	font-size: 21px; line-height: 28px; }

/* ---------- BOTTOM ---------- */

#bottom a {
	display: block;
	position: absolute;
	outline: none;
}

#bottom a.aepa_store {
	width: 87px;
	height: 46px;
	top: 41px;
	left: 18px;
	background: url('../../../site/1/template/aepa_store.gif') no-repeat top center;
}

#bottom a.aepa_fb {
	width: 62px;
	height: 62px;
	top: 30px;
	left: 116px;
	background: url('../../../site/1/template/aepa_fb.png') no-repeat top center;
}

#bottom a.aepa_twtr {
	width: 62px;
	height: 62px;
	top: 30px;
	left: 179px;
	background: url('../../../site/1/template/aepa_twtr.png') no-repeat top center;}

#bottom a.aepa_membership {
	width: 174px;
	height: 67px;
	top: 24px;
	right: 15px;
	background: url('../../../site/1/template/aepa_membership.gif') no-repeat top center;}

/* ---------- GALLERY ---------- */

#container table.simpleviewer {
	background: #709d64;
}
