/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/search.css";
@import "custom/poll.css";

/* ---------- */

#headerbackground
{
	height: 145px;
	width: 595px;
	padding: 30px 15px 30px 30px;
	margin: 0;
	background: url(../images/bg_lines3.gif);
}

#headertop 
{
	height: 130px;
	width: 580px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: black;
	position:relative
}



#headerpayoff
{	
	position: relative;
	height: 68px;
	width: 620px;
	padding: 25px 0px 0px 20px;
	margin: 0;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: white;
	line-height: 19px;
}

hr {
	border:none;
	border-top: 1px dotted black;
}

#headerForm {
	height: 15px;
	position: absolute;
	right: 5px;
	padding-left: 10px;
}

#sidecol h2 {
	margin: 0;
	padding: 0;
	position:absolute;
	top: 175px;
	left: 40px;
	bottom: 10px;
	color: #fff;
	line-height: normal;
	font-weight: normal;
}

#sidecol h2 a {
	color: #fff;
	text-decoration: none;
}

#sidecol #overlay  ul{
	padding:0px;
	list-style:none;
	height:35px;
	line-height: 35px;
	position:relative; 
	left:50%;
	margin:0 auto; 
	margin-top:-10px;
	float:left;
	display:block;
	z-index: 999;
}
#sidecol #overlay  ul li{
	float:left;
	line-height: 35px;
	right:50%;
	margin:0px;
	padding:0px;
	height: 35px;
	position:relative; 
}
#sidecol #overlay  ul li a{
	padding: 0 3px 0 7px;
	background: url(../images/sidecol-nav.gif) no-repeat left;
	font-size:12px;
	color:black;
	text-decoration:none;
}

#sidecol #overlay  ul li a:hover{
	color: #cc221b;
}

#sidecol #overlay  ul li.first a{
	padding: 0 3px 0 0;
	background: none;
}

.sidecolContent{
	display:none;
	width: 240px;
	min-height: 200px;
	padding: 15px;
	background:white;
	position:relative;
	margin-left:35px;
	z-index: 100;
	}
	
#sponsors{
	height: 80px;
	width: 330px;
	padding: 5px 0 0 5px;
	margin: 0;
	position: absolute;
	top: 603px;
}

#sponsors .newsletter{
	background: #f5a81a;
	border:1px solid #d99a26;
	width: 194px;
	height: 50px;
	position:absolute;
	top:5px;
	right: 0px;
}
.newsletter form{
		margin:0px;
		padding:0px;
}
.newsletter p{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color: white;
	text-align:center;
	letter-spacing:1px;
}
