@charset "utf-8";
/* CSS Document */
ul{
	margin:0;
	padding:0;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#FFF;
	padding:0;
	margin:0;
	background:url(../img/bg.gif) repeat-x #033c58;
	}
#frame{
	width:900px;
	position:relative;
}
#top{
	position:relative;
	width:900px;
	height:160px;
	float:left;
	text-align:left;
	}
#nav{
	background:url(../img/navigation.gif) top left no-repeat;
	width:870px;
	height:20px;
	padding-left:30px;
	padding-top:9px;
	text-align:left;
	margin-top:10px;
	float:left; 	
	}
#cnt{
	background:url(../img/cnt_bg.gif) repeat-y;
	float:left;
	width:840px;
	padding:30px;
	}	
#content{
	float:left;
	width:#DDD;
	text-align:left;
	width:100%;
	}
#main {
	float:left;
	width:378px;
	padding-bottom:10px;
	border-bottom:solid 1px #9a9a9a;}
#main img {
	float:left;
	margin-bottom:10px;}
#latest{
	float:left;
	width:218px;
	margin-left:20px;
	padding:10px;
	border:solid 1px #CCC;
	background:#EEE;}
#latest ul{
	margin-top:10px;
	padding-left:15px;
	list-style-image:url(../img/arrow2.gif);
	}
#latest li {
	margin-top:5px;
	}
#right{
	position:relative;
	top:-30px;
	float:left;
	width:150px;
	text-align:left;}
#search {
	position:relative;
	background:url(../img/search_bg.gif) no-repeat #DDD;
	width:140px;
	padding:20px;
	padding-left:10px;
	float:left;
	left:25px;
	text-align:left;
	}
#search .text{
	height:18px;
	width:80px;
	border:none;
	float:left;
	border:solid 1px #DDD;
	border-right:none;
	}
#content_low{
	margin-top:15px;
	text-align:left;
	width:100%;
	float:left;
	}
#standings{
	float:left;
	background:#ebeaea;
	position:relative;
	width:238px;
	}
#result{
	margin-left:29px;
	float:left;
	position:relative;
	width:269px;
	}
#result img {
	margin-top:2px;
	float:left;}
#marketing{
	margin-left:29px;
	float:left;
	position:relative;
	width:260px;
	}		
table {
	padding:5px;}
table td{
	border-bottom:solid 1px #BBB;
	padding:2px;}
	
.sliderwrapper, .sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: inherit; /*width of featured content slider*/
height: 160px;
float:left;
width:900px;
}
.sliderwrapper .contentdiv, .sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color:#333;
}
