@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color: #000000;
	background-image: url(images/homebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ffefd1;
	text-decoration: underline;
}

a:hover{
	color: #e1cea3;
	text-decoration: underline;
}

#player{
	margin: 0px 0px 0px 863px;
	position: absolute;
	z-index: 1;
	}

#nav{
	margin: 0px auto;
	height: 135px;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: url(images/hometop.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a.nav:link, a.nav:visited{
	color: #1c1002;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
}

a.nav:hover{
	color: #b25c11;
	text-decoration: underline;
	font-weight: bold;
	font-size: 70%;
}
		
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0px 5px 448px;
	
	}
	
#nav li {
	padding: 0px 0px 0px 9px;
	display: inline;
	}


/************* divs and components **************/
	

#top {
	height:582px;
	width:950px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	border: 0px;
	position: relative;
	}
	
#flash {
position: relative;
z-index: 0;
}
		
ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0px auto;
	}
	
#homenav li {
	background: url(images/emblembullet.png) left no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 0px;
	}
	

/************** columns **************/
	.wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:930px; 
	}

	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* 3 Column settings */
	.threecol {
		font-size: 80%;
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */				
		
	}
	
#footer {
	min-width:950px;
	clear:both;
	margin-top: 30px;
	padding-top: 30px;
	text-align:center;
	text-transform: uppercase;
	font-size: 65%;
	height: 24px;
	}
	
#buttons {
	width:950px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	position: relative;
	text-align:center;
	}



