/* CSS Document */

body 			{margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
				background-image:url(../images/bg-inner.jpg); 
				background-repeat:no-repeat; 
				background-position: top center;
				background-color: #fff;
				padding: 0;}

body,td,th 		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				color: #000; 
				line-height: 12pt;} 
				
.copy 			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 14px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 14pt;}
				
.small-text		{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 9pt;}

.nav-text		{font-family: 'PT Sans', Verdana, Arial, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: bold; 
				color: #39130A; 
				line-height: 18pt;
				letter-spacing: 2px;
				}
				
.footer-text	{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 10pt;}

.title-text1	{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 28px; 
				font-style: normal; 
				font-weight: normal; 
				color: #660000;
				line-height: 28pt;
				letter-spacing: -1px;}
				
.forms-lg		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 16px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 16pt;}
				
.forms-sm		{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 12pt;}
				
.login			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 26px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 26pt;}
				


a:link 						{text-decoration: none; color: #2c7d75;}			/* unvisited link */
a:visited 					{text-decoration: none; color: #666666;}			/* visited link */		
a:hover 					{text-decoration: underline; color: #2c7d75;}		/* mouse over link */
a:active 					{text-decoration: none; color: #2c7d75;}			/* selected link */	

a.nav-header:link 			{text-decoration: none; color: #3a140a;}			/* unvisited link */
a.nav-header:visited 		{text-decoration: none; color: #3a140a;}			/* visited link */	
a.nav-header:hover 			{text-decoration: underline; color: #3a140a;}		/* mouse over link */
a.nav-header:active 		{text-decoration: none; color: #3a140a;}			/* selected link */	

a.nav-footer:link 			{text-decoration: none; color: #ffffff;}			/* unvisited link */
a.nav-footer:visited 		{text-decoration: none; color: #ffffff;}			/* visited link */	
a.nav-footer:hover 			{text-decoration: underline; color: #ffffff;}		/* mouse over link */
a.nav-footer:active 		{text-decoration: none; color: #ffffff;}			/* selected link */	


#slideshow {
    position:relative;
    height:321px;
	width:984px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#dewbody {
	font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
	height:100%;
	padding:0 0 5em 0;
	margin:0;
	background:#eee;
}

#dewbody #content {
	width:50%;
	margin:auto;
}

#dewbody #players {
	background:#fff;
	overflow:auto;
}

#dewbody #players object {
	margin:20px 0 20px 50px;
}

#dewbody h1 {
	color:#456;
	margin-top:2em;
	padding:0 0 20px 10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}

#dewbody h2 {
	font-weight:normal;
	background:#eee;
	padding:2em 10px 10px 10px;
	color:#444;
	font-size:130%;
	text-align:left;
	margin:0;
}

#dewbody p {
	margin:10px;
	padding-bottom:10px;
}

#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#dewbody a {
	text-decoration:none;
	color:#369;
}

