/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  May 1 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #00309d;
    text-decoration: underline;
	}    
a:visited {
	color: #00309d;
    text-decoration: underline;
	} 
a:hover {
	color: #d11c21;
    text-decoration: none;
	}  
a:active {
	color: #00309d;
    text-decoration: underline;
	}   
	
/* Navigation
----------------------------------------------- */

#nav {
	  font-size: 12px;
	  padding-left:25px;
	}

.nav-bar {
	font-family: verdana, sans-serif;
	width: 800px;
	position: relative;
	top: 10px;
	background-image: none;
	height: 20px;
	}
	
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
  	border-style: none;
	}	

.nav-wrapper  {
	width: 800px; 
	height: inherit; 
	margin: auto;
	text-align: left; 
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;
	}

.nav-wrapper li.sub {
	border-top: 1px solid #000;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	padding-left: 35px;

	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 2em;
  	left: 0;
	padding-top: 15px;
	  	padding-left: 35px;

	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0; 
	}

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 110px;	
	padding: 5px 10px;
	background: #c4070c;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.nav-bar .nav-wrapper li.sub a:hover {
	background-color: #0f406d;
	color: #fff;
	}
	
	
/* END DROPDOWN NAVAGATION */			
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #000;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 13px;
  	line-height: 15px;
  	color: #000;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 801px;
	border: solid red 1px;
	}

	
#mainBody {
	margin: 0px;
  	padding: 0px;
	background: #000 url('../media/bodyBG.jpg') no-repeat top left;
  	text-align: left;
  	font-size: 13px;
  	line-height: 16px;
	}	
	
/* Misc.
----------------------------------------------- */	
#scrollBox {
	padding : 10px 10px 10px 20px; 
	margin-top:7px;
	width : 555px; 
	height : 276px;
	overflow: auto;
	}
	
#flash  {
	padding-left: 20px;
	}
	
.mHeader {
  	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	}
	
#header {
	text-align: left;
	width:800px
	}
	
.bgRow {	
	background-color: #febc66
	}

.homeMovie {
	position: relative;
	float: right; 
	width: 320px; 
	height: 240px; 
	margin: 10px 30px 0 0;
	border: solid 2px #000
	}
	
/* Footer 
----------------------------------------------- */
#footer {
	color: #fff;
	vertical-align: top;
	}	

#foot-a {
	color: #fff;
	font-size:12px;
	line-height: 16px;
	padding-left:25px;
	text-align:left;
	}	

#foot-b {
	color: #fff;
	font-size:12px;
	line-height: 16px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-a a {
	color: #d11c21;
    text-decoration: none;
	}
		
#foot-a a:hover {
	color: #d11c21;
    text-decoration: underline;
	}