@charset "utf-8";

/***************************************
	ArenaOne.com styles - 2009
	Copyright Julie Ferguson/Rascal Graphics
	These styles are for default layout 
	throughout the site.
	
	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;
}
#left #nav p {
	font-size: 12px;
	text-transform: uppercase;
}
#left #associations {
	text-align: center;
	padding: 0px;
	width: 230px;
	height: 290px;
	margin: 20px 0px 0px;
	border-style: none;
}
#left #associations img {
	padding-right: 5px;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 5px;
	border-style: none;
}

/***************************************
BANNER & TOP RIGHT SIDEBAR
****************************************/

#right #banner {
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 770px;
	position: relative;
	height: 200px;
}
#right #banner2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 770px;
	height: 222px;
}
#right #bannerE {
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 770px;
	position: relative;
	height: 240px;
	background-image: url(../events/images/ban_event2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#right #bannerN {
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 770px;
	position: relative;
	height: 220px;
}


#right #banner #slideshow {
	margin: 0px;
	padding: 0px;
	height: 245px;
	width: 600px;
	background-image: url(../images/eSwf_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

/***************************************
CONTENT & RIGHT SIDEBAR
****************************************/

#right #content {
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right #content h1 {
	font-size: 16px;
	color: #9e7a26;
	text-transform: capitalize;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right #content h2 {
	font-size: 16px;
	color: #9e7a26;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#right #content th {
	text-align: right;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#right #content td {
	text-align: left;
	padding: 5px;
}
#right #content p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#right #content #sidebar {
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 15px 5px;
	float: right;
	height: auto;
	width: 160px;
	background-color: #243638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #a49d93;
}
#right #content #sidebar p {
	text-align: left;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 5px 0px;
}
#right #content #sidebar ul {
	color: #a49d93;
	font-size: 12px;
	padding: 0px 5px;
	margin: 0px 0px 0px 10px;
	line-height: 14px;
}
#right #content #sidebar ul li {
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right #content #sidebar h3 {
	color: #9e7a26;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #543b26;
	padding: 0px;
	margin: 5px;
	text-align: left;
}

#right #content #sidebar a:link, #right #content #sidebar a:visited, #right #content #sidebar a:active {
	color: #a49d93;
	text-decoration: none;
}

#right #content #sidebar a:hover {
	color: #a49d93;
	text-decoration: underline;
}
/***************************************
CMS
****************************************/

#right #cms{
	padding: 0px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right #cms h1{
	font-size: 16px;
	color: #347172;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#right #cms h2{
	font-size: 15px;
	color: #9e7a26;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: none;
	text-indent: 0;
	line-height: 18px;
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right #cms h3{
	font-size: 14px;
	color: #bab3aa;
	text-transform: capitalize;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	line-height: 1;
	background-image: none;
	white-space: normal;
	text-align: left;
}
#right #cms h4{
	font-size: 14px;
	color: #a49d93;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#right #cms h5{
	font-size: 12px;
	color: #856b55;
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#right #cms h6{
	font-size: 10px;
	color: #a49d93;
	text-transform: capitalize;
	margin: 10px 0px 0px;
	padding: 0px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#right #cms p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right #cms ul{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#right #cms ul li{
	padding-bottom: 3px;
}

/***************************************
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;
	text-align: center;
}
#footer a {
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer #associations {
	text-align: center;
	padding: 0px;
	width: 240px;
	height: 70px;
	margin: 0px auto;
	float: right;
}
#footer #associations img {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

