@charset "utf-8";

/*###################################################################
####   global.css - defines all styles for the site, containers  ####
####   content styles, and menu styles.							 ####
###################################################################*/

/*###################################################################
###########                     GLOBALS                   ###########
###################################################################*/

	body {
		color: #D7D7D7; 
		margin-top: 20px; 
		background: #000000 url(images/body_bg.jpg) repeat-y top center;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		text-align: left;
	}
	
	h1 { padding-top: 5px; margin-top: 0; }
	
	a { font-weight: bold; text-decoration: none; color: #FFFFFF; }
	a:hover { text-decoration: underline; }
	
	object { outline:none; }



/*###################################################################
###########                   CONTAINERS                  ###########
###################################################################*/

	#container_main {
		width: 894px; 
		margin: 0 auto;
	}
	
	#container_top_left {
		float: left; 
		width: 16px; 
		height: 52px; 
		background: url(images/top_left_bg.jpg) right top no-repeat;
	}
	
	#container_top_middle { 
		float: left; 
		width: 868px; 
		height: 52px; 
		background: url(images/top_middle_bg.jpg) left top no-repeat;
	}
	
	#container_menu { 
		width: 860px; 
		margin: 6px 0 4px 6px; 
		background: url(images/logo.jpg) right top no-repeat;
	}
	
	#container_top_right {
		float: left; 
		width: 10px; 
		height: 52px; 
		background: url(images/top_right_bg.jpg) left top no-repeat;
	}
	
	#container_content_extend { background: url(images/middle_bg.jpg); }
	#container_content_border_left { 
		width: 894px; 
		min-height: 408px; 
		background: url(images/middle_left_bg.jpg) left bottom no-repeat;
	}
	#container_content_border_right { 
		width: 894px; 
		min-height: 408px; 
		background: url(images/middle_right_bg.jpg) right bottom no-repeat;
	}

	#container_content {
		display:none; 
		border: 1px solid #000000; 
		padding: 0 10px 10px 10px;
	}
	
	#container_middle {
		position: relative; 
		width: 753px; 
		min-height: 408px; 
		margin: 0 auto; 
		padding: 16px 18px 15px 97px;
		background:#000000 url(images/content_bg.jpg) bottom left no-repeat;
	}
	
	#container_bottom {
		float: left; 
		width: 894px; 
		height: 10px; 
		background: url(images/bottom_bg.jpg) left top no-repeat;
	}
	
	#container_logos {
		width: 800px; 
		margin: 0 auto; 
		padding: 20px 0; 
		background: url(images/logos_bg.png) top left no-repeat;
	}
	#container_logos table { width: 450px; margin: 0 auto; border-collapse:collapse; }
	#container_logos table td { width: 125px; }
		#container_logos table td img { border:0; }



/*###################################################################
###########                MENU CONTAINERS                ###########
###################################################################*/

	.menu_item {
		float:left;
		height:24px;
		padding: 5px 10px 5px 10px;
		padding-top: 15px;
		font-weight: bold;
		font-size: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
	}
	.menu_div {
		float:left; 
		width:4px; 
		height:42px;  
		background: url(images/menu_div.jpg);
	}



/*###################################################################
###########                    CONTENT                    ###########
###################################################################*/

#nojavascripts { height: 350px; }
#nojavascripts table { width: 550px; margin: 0 auto; margin-top: 125px; }

#container_flashplayer { min-height: 350px; }
#container_flashplayer table { width: 550px; margin: 0 auto; margin-top: 125px; }

#player_title { 
	display:none; 
	position:relative; 
	left:-90px; 
	top:-5px; 
	width:177px;
}

#content_box { 
	width:751px; 
	padding-bottom:10px; 
	background:#000000; 
	border: 1px solid #141414;
}

#container_social_media {
	padding-top: 3px;
	text-align: right;
}

#player_box { 
	display: none;
	height:500px; 
	text-align:center;
}

#contrib_logos table { width: 625px; margin: 0 0 0 50px; border-collapse:collapse; }
#contrib_logos table td { width: 125px; }
	#contrib_logos table td img { border: 0; margin-right: 10px; }

#links-list li { padding-bottom: 10px; }

#fsinfo-menu { width:100%; height:24px; margin-top:5px; border-bottom: 1px solid #949494; }
.fsinfo-menu_item {
	float:left;
	padding: 5px 10px 5px 10px;
	color: #949494;
	border: 1px solid #949494;
	background: #141414;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#contacts_table {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse:collapse;
}
#contacts_table td { padding: 10px; }


/*###################################################################
###################################################################*/

