* {
	margin: 0;
	padding: 0;
}

body {
	background: #111 url(../images/bg.gif);
	font-family: "verdana", "tahoma", sans-serif;
	color: #000;
}

a img {
	border: 0px;
}

a:link, a:active, a:visited {
	color: #756853;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right {
	text-align: right;
	display: block; 
}

.clear {
	clear: both;
}

table {
	font-size: 10px;
	width: 100%;
}

table tr td {
	padding: 5px;
}

table thead tr td {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table tr.thead td {
	background: #fff url('../images/h1bg.gif') top left repeat-x;
	color: #222;
}

.cleardivider {
	clear: both;
	height: 20px;
}

.space {
	clear: both;
	padding: 5px;
}

#header {
	height: 62px;
	float: left;
}

#menuwrapper {
	background: #aa8f64 /*url('../includes/menu/menubg.gif') center center repeat-x*/;
	height: 30px;
	font-weight: bold;
	clear: both;
}

#ad {
	float: right;
}

#ad img {
	height: auto;
}

#footer p {
	margin: 5px 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a, #footer a {
	padding: 5px;
	text-decoration: none;
}

#footer ul li a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer ul li a.active {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 959px;
	padding: 0;
	background: #fff;
}

#featured-news p, #news p {
	font-size: 10px;
}

#featured-news h1 {
	font-size: 18px;
}

#featured-news h1 a {
	text-decoration: none;
}

.post {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
}

#news .post h1 {
	font-size: 16px;
}

#featured-news {
	width: 500px;
	margin: 0 10px 0 0;
	float: left;
}

#news .divider {
	clear: both;
	border-bottom: 1px solid #ededed;
	border-top:  1px solid #f2f2f2;
	border-left: 0;
	border-right: 0;
	margin: 5px 0 5px 0;	
}

#featured-news h2, #news .post h2 {
	font-size: 10px;
	font-weight: normal;
	color: #444;
}

#news .post p img {
	position: relative;
	float: left;
	margin: 0em 1.0em 0.5em 0em;
	padding: 3px;
	border: 1px solid #eaeaea;

}

#mini-news {
	width: 250px;
	float: left;
	font-size: 10px;
}

#mini-news h1 {
	color: #eee;
	font-size: 11px;
	background: #4a9a45 url('../images/mininews-h1.jpg') center center repeat-x;
	padding: 5px 5px 5px 5px;
}

#mini-news ul li {
	list-style-type: none;
	padding: 5px 3px;
	background: #fff;
}

#mini-news ul li.alt, .alt {
	background: #f2f2f2;
}

#bookmarks {
	font-size: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;	
	margin: 5px 0;
}

#bookmarks img {
	vertical-align: middle;
	margin: 0 3px;
}

#ajaxform form {
	display: inline;
	padding: 0;
	margin: 0;
}

#ajaxform label {
	display: block;	
	margin: 10px 0 -5px 0;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#ajaxform textarea {
	width: 500px;
	padding: 5px;
	margin: 10px 0 0 0;
	color: #666;
	font-size: 12px;
	border: 1px solid #bbb;
}

#ajaxform input, #ajaxform select {
	width: 300px;
	padding: 5px;
	margin: 10px 0 0 0;
	color: #666;
	font-size: 12px;
	border: 1px solid #bbb;
}

#ajaxform .inline-input input {
	float: left;
	width: 120px;
	margin: 10px 0 10px 0;
}

#ajaxform .no-indent textarea {
	margin: 10px 0 10px 0;
}

#buttons {
	text-align: center;
}

#buttons input {
	width: 85px;
	margin-right: 10px;
	text-align: center;
}

#log {

}
 
#log_res {	
}
 
.ajax-loading {
	padding: 10px;
	font-size: 10px;
	border: 1px solid #ebd750;
	margin: 10px 0 10px 0;
	background: #faf3c4 url(../images/progress.gif) no-repeat;
}

.ajax-loaded, .success {
	padding: 10px;
	font-size: 10px;
	border: 1px solid #ebd750;	
	margin: 10px 0 10px 0;
	background: #faf3c4;
}

/************************* scrolling news*/
#box {
	position: absolute;
}
#box div {
	width: 500px;
	float: left;
}
#box .buttons {
	text-align: left
}

#box .buttons {
	text-align: center;
	clear: both;
	margin: 0 auto;
}

#box .mask {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mask {
	position: relative;
	width: 500px;
	height: 350px;
	overflow: hidden;
}

.mask img {
	width: 500px;
	height: 300px;
	overflow: hidden;
	
}

.buttons { 
	height: 20px;
	margin: 0 0 10px 0;
	padding-left: 10px;
	background: url(../images/tabbg.gif) repeat-x bottom;

}

.buttons li	{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}


.buttons span {
	float: left;
	background: #f2f2f2;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	color: #666;
	cursor:pointer;
}


.buttons span.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #006600;
	cursor:pointer;	
}


/************************* scrolling news end */

.ad {
	text-align: center;
	margin: 3px auto 0 auto;
}


#top {
	background: url('../assets/teams/top-bg.jpg') repeat-x;
	padding: 0 10px;
}

ul#topteams {
	float: left;
}

ul#topteams li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

ul#toplinks {
	padding: 8px 0 0 0;
	float: right;
}

ul#toplinks li {
	font-size: 10px;
	display: inline;
	padding: 2px 10px 0 0;
}

#pageleft {
	width: 500px;
	float: left;
}

#pageleft h1 {
	background: url(../images/h1bg.gif) center center repeat-x;
	padding: 5px 8px 5px 8px;
	color: #222;
	font-size: 16px;
	border-bottom: 3px solid #4aaa42;
	margin-bottom: 5px;
}

#pageleft .article h1 {
	background: url(../images/h1bg.gif) center center repeat-x;
	padding: 5px 8px 5px 8px;
	color: #222;
	font-size: 14px;
	border-bottom: 3px solid #4aaa42;
	margin-bottom: 5px;
}

#pageleft .article h2 {
	font-size: 10px;
	color: #444;
	margin: 0 0 10px 0;
}

#pageleft ul li {
	font-size: 10px;
	list-style-type: none;
	margin: 0 0 10px 0; 
}

#pageleft .article p {
	font-size: 11px;
	margin: 0 0 5px 0;
}

#pageleft p {
	font-size: 10px;
	margin: 5px 0 5px 0px;
}

#pagemiddle {
	float: left;
	margin: 0 0 0 10px;
	width: 269px;
}

#pagemiddle p {
	font-size: 10px;
}

#pagemiddle h2 {
	color: #eee;
	font-size: 12px;
	background: #111 url('../images/mininews-h1.jpg') center center repeat-x;
	padding: 5px 5px 5px 5px;
}

#pagemiddle ul li {
	list-style-type: none;
	font-size: 10px;	
}

#pagemiddle .mininews li {
	padding: 5px 3px;	
}

#pagemiddle ul li h3 {
	font-weight: bold;
	clear: both;
	font-size: 10px;
	margin: 3px 0 3px 0;	
}

#pagemiddle ul li img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 3px;
}

#pageright {
	width: 160px; 
	margin: 0 0 0 10px; 
	float: left;
}

#left {
	width: 779px;
	float: left;
}

#right {
	width: 160px; 
	margin: 0 0 0 10px; 
	float: left;
}

#spotlight img {
	margin: 5px auto 5px auto;
	border: 1px solid #ccc;
	padding: 3px;
	width: 235px;
	height: auto;
	
}

#spotlight p {
	font-size: 10px;
}

/* right ad scroll*/
#rightad {
	position:absolute;
}
#rightad span{
	display:block;
	float:left;
}

.rightad-mask {
	position:relative;
	width: 160px;
	height: 600px;
	overflow: hidden;
}

/* pagination */
div.pagination {
	padding: 3px;
	float: right;
	margin: 3px 0;
	font-size: 10px;
}

div.pagination a {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
}

div.pagination a:active {
	border: 1px solid #ccc;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #4aaa42;
	background: #4aaa42;
	color: #000;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #ccc;
}
/* pagingation */

#teaminfo {
	text-align: center;
}

#teaminfo h2 {
	font-size: 12px;
}

#teaminfo img.logo {
	margin: 10px 0 10px 0;
}
/* from orginal css file */

.sponsorimg {
	width: 160px;
	padding: 0 0 5px 0;
	margin: 5px 0 0 5px;
	float: left;
}

#outter {
	background: #fff;
	z-index: 1;
	position: relative;
	width: 763px;
	padding: 10px;
	margin: 0 auto;
}

#header-links {
	position: absolute;
	top: 3.5em;
	right: 1.0em;
	padding-right: 0.0em;
	font-size: 10px;
}

#header-links ul li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}

#content .left {
	float: left;
	width: 220px;
	margin-right: 30px;
}

#content .left p {
	margin-bottom: 10px;
	font-size: 10px;
	color: #333;
}

#content .left ul li {
	margin: 0 0 0 1.5em;
	font-size: 12px;
	margin-bottom: 5px;
	list-style-image: url(../images/bullet.jpg);
}

#content .left ul li .email {
	font-size: 10px;
}

#content .left ul {
	margin-bottom: 15px;
}

#content {
	padding: 5px;
	background: #fff;
}

#content h1 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #403017;
}

#content h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #403017;
	margin: 10px 0 5px 0;
}

#content h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#content .right {
	float: left;
	font-size: 12px;
	width: 503px;
	text-align: left;
}

#content .right ul li {
	margin: 0 0 0 1.5em;
	margin-bottom: 5px;
	list-style-image: url(../images/bullet.jpg);
}

#content .right ul li.news {
	text-align: left;
	margin: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;	
}


#content .right ul {
	margin-bottom: 15px;
}

#content .right p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	font-size: 10px;
	clear: both;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer .bottom {
	clear: both;
}

#banner-left {
	float: left;
	margin-right: 10px;
}

#banner-right {
	float: left;
}

.divider-top {
	clear: both;
	border-bottom: 10px solid #7f361a;
	margin: 0 0 9px 0;
}

.divider-bottom {
	clear: both;
	margin: 0 0 5px 0;
	border-bottom: 10px solid #7f361a;
	height: 5px;
}

.divider-middle {
	clear: both;
	border-bottom: 10px solid #7f361a;
	margin: 0 0 5px 0;
	height: 5px;
}

.divider-small {
	clear: both;
	height: 0px;
}

.divider {
	clear: both;
	height: 5px;
}

label {
	margin-bottom: 10px;
	display: block;
}

.center {
	text-align: center;
}

.border {
	border: 1px solid #aaa;
	padding: 3px;
}

.sponsorheader {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 10px 0;
}
.sponsorheader h3 {
	background: #ddd;
	display: block;
	padding: 5px;
	margin: 0 0 10px 0;
}

.sponsorheader img {
	margin: 0 10px 0 0;
	width: 100px;
	height: auto;
}

.gold h3 {
	background: #BFA454!important;
}

.gold img {
	width: auto!important;
	height: auto!important;
}

.bronze h3 {
	background: #E9986B!important;
}