/****** = Common ******/
body 
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
    
}
a {
	color: #CCBBA8;
	text-decoration: none;
}
a:hover { text-decoration: underline; }


#content-container 
{
    overflow:hidden;
    position:relative;
}
.flash #content 
{
	width: 100%;
	height: 100%;
}

#flash-content { outline:none; }

h2 { font-size: 110%; }

/****** = No-Script Formatting ******/
.js #noFlash { display: none; }

#noFlash { margin-top: 40px; }

#head { }
#nav { margin: -130px 0 0 40px; float: left; }
#main { }

#noscriptSection {
  width:500px;
  height:130px;
  margin: 0 auto;
  text-align: center;
}

#noscriptSection h1 {
	
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 70px;
}
#noscriptSection .message {
	padding-top: 20px;
	border-top: 1px solid #626262;
}

/****** = Nav ******/
#globalnav 
{
	font-size: 75%;
}
#globalnav ul 
{
	margin-left: 20px;
	margin-bottom: 5px;
} 
#globalnav .active 
{
	font-weight: bold;
	text-decoration: underline;
}
#globalnav a 
{
	color: #FFFFFF;
}

/****** = Page Content ******/
#pageContent .file 
{
	border: 0px solid #626262;
	margin: 20px 0 20px 0;
	padding: 10px;
}
#pageContent .file p 
{
	margin: 5px 0 5px 0;
}
/****** = News ******/

ul.newsList  li
{
	font-size: 75%;
	margin-top: 20px;	
}

/* Facebook Like Button */

.dkfb-iframe {
	overflow:hidden; 
	width:800px;
	height:50px;
	position:absolute;
	background-color:transparent;
}	