@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
	#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: 295px;
	background-image: url(../images/home/arenaone.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 705px;
	background-image: url(../images/home/ban_bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************************************
LEFT NAVIGATION & CONTENT
****************************************/

#left #nav {
	margin: 0px;
	padding: 150px 0px 0px 10px;
}
#left #nav p {
	font-size: 12px;
	text-transform: uppercase;
}
#left #content {
	margin: 0px;
	padding: 300px 0px 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#left #content p {
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	font-size: 16px;
	line-height: 1.1;
}
#left #content h1 {
	font-size: 24px;
	color: #a36610;
	text-transform: capitalize;
	margin: 10px 0px 0px;
	padding: 0px 0px 5px 10px;
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-style: italic;
	text-align: right;
}

/***************************************
BANNER & CONTENT
****************************************/

#right #banner {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-image: url(../images/home/ban_bg2.gif);
	background-repeat: no-repeat;
	background-position: center 141px;
	text-align: center;
	height: 580px;
}
#right #banner #flashcontent {
	padding-top: 141px;
}

/***************************************
FOOTER
****************************************/

#footer {
	margin: 0px;
	padding: 55px 0px 0px;
	clear: both;
	width: 100%;
	text-align: center;
	background-image: url(../images/home/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #357273;
	font-size: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #357273;
	font-size: 10px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color: #3a6b56;
	text-decoration: underline;
}
#footer #associations {
	text-align: center;
	padding: 0px;
	width: 245px;
	margin-bottom: 0px;
	margin-left: auto;
	height: 70px;
}
#footer #associations img {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
#footer p {
	margin: 0px;
	padding: 0px 10px 10px;
	color: #70542d;
}

/***************************************
MISCELLANEOUS
****************************************/

.home {
	background-image: url(../images/sh_home.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 30px;
}
