/* CSS Document */
body{
	margin:0px;
	padding:0px; 
	background: #F2F0DC; 
	color:#5D5B46; 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;

}

b{
	color:#D80000; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none;
}
div, p, ul, h2, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

a {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #6600FF;
	text-decoration: underline;
}

a:active {
	color: #33CC00;
}

img.border {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img{
	border: none;
}
img.float-left { 
    	float: left; 
   	margin: 4px; 
	border: none;
}
img.float-right { 
   	float: right; 
   	margin: 4px; 
	border: none;
}

div.container {
  float: left;
  background-color: #FFFFFF;


  }

div.float {
  float: left;
  margin: 15px;
  }
div.spacer {
  clear: both;
}

div.row {
  clear: both;
  padding-top: 1px;
	color: #222;
	margin: 0.5em 0em 0.75em;
  }


div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  }

div.row span.formw {
  float: right;
  width: 500px;
  text-align: left;
  } 

div.row span.label2 {
  float: left;
  width: 300px;
  text-align: left;
  }

div.row span.formw2 {
  float: right;
  width: 300px;
  text-align: left;
  padding-right: 15px;
  } 

.red {
	color: #FF0000;
}


/*----HEADER----*/


#headerBG{
	height:195px; 
	text-align: left;
	background:url(images/headerbg.jpg) 0 0 repeat-x;

}
#header{
	position: relative;
	margin: 0 auto; 
	padding: 0;
	width: 750px;
}

#header img.logo{
	position: absolute;	
	margin: 0;

}
#header-links {
	position: absolute;
	top: 7px; right: 50px;	
	
}


/*----/HEADER----*/

/*----MENU----*/
#menu{
	width:700px; 
	height:228px; 
	position:relative; 
	margin:0 auto;
}

/*----Menu Panel----*/
#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:5px solid #B30000;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#B30000;
	background:#fff url(bgON.gif) no-repeat top right;
	}
/*----/Menu Panel----*/



/*----BODY PANEL----*/
#body{
	width:686px; 
	position:relative; 
	margin:0 auto;
}

/*----/BODY PANEL----*/
/*----MAIN PANEL----*/

#main {
	margin: 0 20px 10px 0; 
	padding: 0;		
	float: left;	

}

#main h2{height:45px; 
	color:#D80000; 
	font:26px/54px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#main p{
	padding:10px 0 0;
	margin-left: 0;
}

#main p span{
	font-weight:bold;
}
#main p.subheading{
	height:22px; 
	color:#000; 
	font-size:18px; 
	line-height:22px; 
	padding:0px;
}

#main p.more{
	width:102px; 
	height:16px; 
	margin:0 0 0 582px; 
	padding:0 0 14px 0;
}

#main p.more a{
	width:102px; 
	height:16px; 
	display:block; 
	background:#F2F0DC; 
	color:#D80000; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none;
}

#main p.more a:hover{
	background:#F2F0DC; 
	color:#7E0202; 
	text-decoration:none;
}

#main p.border{
	background:url(images/dot-line.gif) 0 0 repeat-x; 
	height:1px; 
	padding:0 0 14px 0;
}


/*----TABLE----*/

#playlist {
		border: 1px solid #666666;
	}

	#playlist tbody tr td {

		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
	#playlist tbody tr.selected td {
		background-color: #660505;
		color: #FFFFFF;
		font-weight: bold;
		border-left: 1px solid #4C0000;
		border-bottom: 1px solid #AF1616;
	}

table.sponsors{
	border-collapse: collapse;
	margin: 15px;	
	border: 1px solid #000000;
}
table.sponsors th strong {
	color: #b30000;
}
table.sponsors th {
	background: #0d1121;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}

table.sponsors td {
	padding: 10px;
	border: 1px solid #000000;


}
table.sponsors ul{
	text-indent: 5px;
	padding: 10px;
	margin: 5px;
	list-style-type:square;
}


/*----TABLE----*/

/*----FOOTER----*/
#footerBG{
	height:130px; 
	background:url(images/footerbg.jpg) 0 0 repeat-x #000000; 
	color:#fff; 
	font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; position:relative; 
	clear:both; 
}

#footer{
	font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; position:relative; 
	position:relative; 
	margin: 0px auto;
}

#footer ul{width:480px; height:20px; position:relative; margin:0 auto; margin: 30px auto;}
#footer li{float:left; }
#footer ul li a{padding:0 10px 0; color:#fff; text-decoration:none; font-size:12px;}
#footer ul li a:hover{text-decoration:underline;}

#footer p.copyright{width:220px; position:relative; margin:0 auto; color:#fff;  font-size:11px;}

/*----/FOOTER----*/

/*----SCROLLABLE----*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:150px;

	/* custom decorations */
	border:1px solid #ccc;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:135px;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/*----/SCROLLABLE----*/
