@charset "utf-8";

/***************************************
	ArenaOneMS.com styles - 2009
	Copyright Julie Ferguson/Rascal Graphics
	
	These styles may not be reused or
	republished in another work without
	expressed written consent of the author

*****************************************/

/**********************************
	Color values:
	#392d24 Background 
	#a49d93 Text 
	#70542d Footer text
	#9e7a26 Gold headings 
	#3a6b56 Aqua headings & links
	#347172 CMS Aqua headings
	#45382c Silhouette
	#d2a685 Lt Peach headings
	#c59e7e Lt Peach headings, darker
	#243638 Sidebar background
	#543b26 Sidebar border
	#857262 Sidebar text
***************************************/

/***************************************
BASE STYLES
****************************************/

body {
	background-color: #392d24;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #a49d93;
}
a:link {
	color: #3a6b56;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3a6b56;
}
a:hover {
	text-decoration: underline;
	color: #9e7a26;
}
a:active {
	text-decoration: none;
	color: #3a6b56;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	position: relative;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 770px;
}

/***************************************
LEFT NAVIGATION
****************************************/

#left #nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 220px;
}
#left #nav p {
	font-size: 12px;
	text-transform: uppercase;
}
#left #associations {
	text-align: center;
	padding: 0px;
	width: 230px;
	height: 290px;
	margin: 20px 0px 0px;
}
#left #associations img {
	padding-right: 5px;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 5px;
	border-style: none;
}

/***************************************
BANNER & CONTENT
****************************************/

#right #banner {
	padding: 0px;
	text-align: center;
	height: 345px;
	background-image: url(../images/swf_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 770px;
	position: relative;
}
#right #banner2 {
	padding: 0px;
	text-align: center;
	height: 222px;
	margin: 0px;
	width: 770px;
	position: relative;
}
#right #banner #accordion {
	margin: 18px auto 0px;
	padding: 0px;
	height: 300px;
	width: 590px;
}
#right #content {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#right #content h1 {
	font-size: 16px;
	color: #a36610;
	text-transform: capitalize;
	margin: 10px 0px 0px;
	padding: 0px 0px 5px 10px;
	text-align: left;
}
#right #content h2    {
	font-size: 16px;
	color: #298a7d;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}
#right #content th {
	text-align: right;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	width: 35%;
}
#right #content td {
	text-align: left;
	padding: 5px;
	margin: 0px;
}
#right #content p    {
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1;
}
#right #content #address {
	border: 1px solid #70542d;
	text-align: center;
	font-size: 13px;
	padding: 5px;
}
#right #content #address h2 {
	padding-top: 5px;
	font-size: 16px;
	color: #298a7d;
}

/***************************************
RIGHT SIDEBAR
****************************************/

#right #content #sidebar {
	margin: 0px 0px 15px 10px;
	padding: 15px 0px 5px 5px;
	float: right;
	height: auto;
	width: 220px;
	background-color: #243638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a49d93;
}
#right #content #sidebar p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
}
#right #content #sidebar ul {
	color: #a49d93;
	font-size: 11px;
	padding: 0px 5px;
	margin: 0px 0px 0px 10px;
	line-height: 12px;
}
#right #content #sidebar ul li {
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right #content #sidebar h1 {
	color: #9e7a26;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #543b26;
	padding: 0px;
	margin: 5px;
	text-align: left;
}

#right #content #sidebar h2 {
	color: #9e7a26;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 5px 0px;
	padding: 0px;
}
#right #content #sidebar h2 a {
	color: #9e7a26;
}

#right #content #sidebar h3 {
	color: #a49d93;
	font-size: 12px;
	text-transform: capitalize;
	margin: 5px;
	padding: 0px;
}
#right #content #sidebar p a {
	color: #CCC;
}


/***************************************
FOOTER
****************************************/

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70542d;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
}
#footer p {
	margin: 0px auto;
	padding: 0px;
}
#footer a {
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}


/***************************************
MISCELLANEOUS
****************************************/

.accordion {
	margin: 0px auto;
	padding: 0px;
	height: 353px;
}
.facilities {
	background-image: url(../images/sh_facilities.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 40px;
	font-size: 16px;
	color: #9e7a26;
	text-indent: -1000em;
}
.contact {
	background-image: url(../images/sh_contact.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 40px;
	font-size: 16px;
	color: #9e7a26;
	text-indent: -1000em;
}
.info {
	background-image: url(../images/sh_info.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 40px;
	font-size: 16px;
	color: #9e7a26;
	text-indent: -1000em;
}
.rightMargin {
	padding-right: 10px;
	padding-bottom: 5px;
}
.centeredText {
	text-align: center;
}
.aquaText {
	color: #3a6b56;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #CCC;
}

