
body {
	background: #2f4815 url(/images/bkgd_bottom.jpg) repeat-x left bottom;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	margin: 5px 0;
}

td {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	font: 300 12px/18px Arial;
}

#container {
	margin: 0;
	width: 100%;
	position: relative;
	background: transparent url(/images/bkgd_top.jpg) repeat-x left top;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ***** HEADER ***** */

#header {
	width: 1000px;
	background: transparent;
	position: relative;
}

#header #siteLogo {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 900;
}

#header h1.siteName {
	font: 600 24px/36px Arial;/*float: left;*/
}

#upperNav {
	position: absolute;
	bottom: 0;
	left: 105px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	overflow: hidden;
	height: 20px;
	text-align: center;
	z-index: 900;
}

#upperNav a {
	margin: 0;
	padding: 0 10px;
	font: 600 11px/20px Arial;
	color: #000;
	text-align: center;
}

#headerImage {
	width: 895px;
	min-height: 400px;
	margin-left: 105px;
	text-align: center;
	clear: both;
	background: #000;
}

#headerImage img {
	margin: 0 auto;
}

.playerNav {
	background: #2F4815 url(/images/nav/player_nav_bkgd.jpg) repeat-x 0 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #314132;
}

#currentPlayersNav {
	position: absolute;
	top: 0;
	left: 255px;
	text-align: left;
}

#newPlayersNav {
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
}

.playerNav h3 a {
	font: 600 18px/24px Arial;
	color: #FFF;
	white-space: nowrap;
}

.js .playerNav ul {
	display: none;
}

.playerNav ul {
	padding-bottom: 5px;
}

.playerNav ul li a {
	font: 300 12px/18px arial;
	color: #FFF;
	padding: 0 5px;
	white-space: nowrap;
}

/* ***** NAVIGATION ***** */
#navigation {
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
}

#navigation ul.level_1 {
	width: 105px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul.level_1 li {
	position: relative;
	z-index: 999;
	width: 105px;
}

#navigation ul.level_1 li a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	display: block;
	width: 100px;
	padding: 0 5px 0 0;
	font: 600 12px/22px Arial;
	background: #2F4815 url(/images/nav/nav_bkgd.jpg) no-repeat 0 0;
}

#navigation ul.level_1 li a:hover {
	color: #FFF;
	background: #2F4815 url(/images/nav/nav_bkgd.jpg) no-repeat 0 -50px;
}

#navigation ul.level_1 li a.select,
#navigation ul.level_1 li a.select:hover {
	color: #FFF;
	background: #2F4815 url(/images/nav/nav_bkgd.jpg) no-repeat 0 -100px;
}

.js #navigation ul.level_1 li ul.level_2 {
	display: none;
}

#navigation ul.level_1 li ul.level_2 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	border: 1px solid #000;
	z-index: 999;
}

#navigation ul.level_1 li ul.level_2 li {
	width: 200px;
	margin: 0;
	padding: 0;
	display: block;
}

#navigation ul.level_1 li ul.level_2 li a {
	background: #FFF url(/images/parchment.jpg) repeat 0 0;
	color: #000;
	text-align: left;
	width: 180px;
	margin: 0;
	padding: 0 10px;
	font: 600 12px/24px Arial;
}

#navigation ul.level_1 li ul.level_2 li a:hover {
	background: #2E4715;
	color: #FFF;
}

#navigation ul.level_1 li ul.level_2 li a.select,
#navigation ul.level_1 li ul.level_2 li a.select:hover {
	background: #228B0B;
	color: #FFF;
}

#navigation .specialLink {
	margin-top: 15px;
	position: rleative;
}

#navigation .specialLink a img {
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
}

#navigation .specialLink a:hover img {
	border: 1px solid #8dd144;
	border-width: 1px 1px 1px 0;
}


/* ***** SUBNAV ***** */
#subNav {
	background: #000;
	width: 895px;
	margin-left: 105px;
}

#subNav a {
	color: #E0E1DB;
	font: 600 12px/24px Arial;
	padding: 0 15px;
	border-right: 1px solid #999;
	text-decoration: none;
	white-space: nowrap;
}

#subNav a.lastPage {
	border: 0;
}

#subNav a:hover {

	color: #8CB980;
}

#subNav a.select,
#subNav a.select:hover {
	color: #8DD144;
}

/* ***** TERTIARY NAV ********** */
#tertiaryNav {
	margin: 0;
background: #FFF url(/images/parchment.jpg) repeat 0 0;
border-left: 2px solid #BBB;
border-right: 1px solid #CCC;
border-top: 2px solid #BBB;
padding: 5px 0 3px 0;
}

#tertiaryNav a {
	color: #2F4815;
	font: 600 12px/18px arial;
	padding: 0 10px;
	border-right: 1px solid #2F4815;
}

#tertiaryNav a:hover {
	color: #64B980;
	text-decoration: none;
}

#tertiaryNav a.select,
#tertiaryNav a.select:hover {
	color: #79D131;
	text-decoration: none;
}

#tertiaryNav a.lastPage {
	border: 0;
}

/* ***** CONTENT ***** */
#contentContainer {
	width: 895px;
	margin-left: 105px;
	position: relative;
	background: #000;
	z-index: 10;
}

#contentWrapper {
	position: relative;
	width: 864px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(/images/content_center_bkgd.jpg) repeat-y 0 0;
	z-index: 100;
}

#contentWrapper #pageTitle {
	display: block;
	background: transparent url(/images/content_top_bkgd.jpg) no-repeat 0 0;
	padding: 10px 0 0 0;
	height: 45px;
	width: 864px;
	display: block;
	margin: 0;
}

#contentWrapper #extraTitle {
	display: block;
	padding: 5px 0;
	font: 600 16px/22px arial;
	font-style: italic;
	color: #333;
	display: block;
	margin: 0;
}

.js #contentWrapper #pageTitle h1 {
	display: none;
}

#contentWrapper #pageTitle h1 {
	margin: 0;
	padding: 20px;
	font: 600 18px/24px Arial;
}

#breadCrumbs {
	position: absolute;
	bottom: 40px;
	right: 20px;
	color: #333;
	font: 600 11px/14px Arial;
	z-index: 900;
}

#breadCrumbs a {
	padding: 0 5px;
	color: #333;
}

#contentWrapper h2 {
	margin: 0;
	padding: 0;
}

#contentWrapper #pageContainer {
	margin: 0;
	background: transparent url(/images/content_bottom_bkgd.jpg) no-repeat 0 100%;
	padding: 5px 25px 65px 25px;
}

#contentWrapper #content {
	overflow: auto;
	position: relative;
	min-height: 300px;
	padding: 10px;
	background: #FFF url(/images/parchment.jpg) repeat 0 0;
	border-left: 2px solid #BBB;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#contentWrapper .pageContainerNoTertiaryNav #content {
	border-top: 2px solid #BBB;
}

#contentWrapper #content #pageOverview,
#contentWrapper #content #pageContent {

}

#contentWrapper #content #pageOverview p,
#contentWrapper #content #pageContent p {
	font: 300 12px/18px arial;
	color: #000;
	margin: 10px 0;
}

#contentWrapper #content #pageContent ul,
#contentWrapper #content #pageContent ol {
	margin: 10px 25px;
	font: 300 12px/18px arial;
}

#contentWrapper #content #pageContent ul li,
#contentWrapper #content #pageContent ol li  {
	margin: 0 15px;
	padding: 0;
	font: 300 12px/18px arial;
}

#contentWrapper #content #pageContent ul li {
	list-style: disc;
}

#contentWrapper #content #pageContent ol li {
	list-style: decimal;
}

/* ***** FOOTER ***** */
#footer {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

#footerLinks {
	width: 875px;
	margin-left: 105px;
	background: #000;
	text-align: right;
	padding-right: 20px;
}

#footerLinks a {
	color: #777;
	font: 600 11px/24px Arial;
	padding: 0 5px;
}

#footerImages {
	width: 960px;
	overflow: hidden;
	margin-left: 40px;
}

#footerImages img {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 160px;
}

#footerContactInfo {
	margin-left: 50px;
	color: #FFF;
	font: 600 11px/35px Arial;
	width: 650px;
	float: left;
}

#footerContactInfo a {
	font: 600 11px/24px Arial;
	color: #8DD144;
	text-decoration: none;
}

#footerContactInfo a:hover {
	text-decoration: underline;
}

#footer #searchHolder {
	float: left;
	width: 300px;
	text-align: right;
	margin-top: 7px;
}

#footer #searchHolder input {
	border: 1px solid #4E652D;
	width: 220px;
	height: 18px;
	padding: 1px 5px;
	margin: 0;
	text-align: right;
	background: #FFF url(/images/small_search.jpg) no-repeat 0 0;
}

#footer #searchHolder input.submit {
	text-align: center;
	width: 61px;
	height: 22px;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFF url(/images/search_btn.jpg) no-repeat 0 0;
	cursor: pointer;
}

#footer #searchHolder input.submit:hover {
	background: #FFF url(/images/search_btn.jpg) no-repeat 0 -22px;
}

/* ****** SITEMAP ***** */

#sitemap {
	margin: 20px;
}

#sitemap ul.level_1 li {
	margin: 5px 0;
}

#sitemap ul.level_1 li a {
	font: 600 14px/20px Arial;
	color: #000;
}

#sitemap ul.level_2 {
	margin: 5px 15px;
}

#sitemap ul.level_2 li {
	margin: 5px 10px;
	list-style: disc;
}

#sitemap ul.level_2 li a {
	font: 600 12px/18px Arial;
	color: #555;
}

/* ****** MODAL ****** */
#modal {
	background: #031;
	z-index: 900;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#modalContainer {
	z-index: 950;
	position: fixed;
	top: 7%;
	left: 0;
	display: block;
	width: 100%;
}

#modalBox {
	margin: 0 auto;
	background: #000;
	border: 3px double #639252;
}

#modalBoxTop {
	display: block;
	position: relative;
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #639252;
	background: #2F4815;
}

#modalBoxTop h2 {
	font: 600 16px/24px Arial;
	font-style: italic;
	color: #FFF;
	margin-left: 5px;
}

#modalBoxTop a {
	position: absolute;
	right: 10px;
	top: 0;
	font: 600 12px/24px Arial;
	color: #FFF;
}

#modalBoxTop a:hover {
	color: #8DD144;
}

#modalBoxContentContainer {
	background: #FFF url(/images/parchment.jpg) repeat 0 0;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #777;
}

#modalBoxContent {
}

