@charset "UTF-8";

/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset {
	margin: 0;
	padding: 0;
}

table, th, td {
        margin: 10;
        padding: 10;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

img, div {
	behavior: url(scripts/pngfix/iepngfix.htc);
}
/* commented out 
*/

/* Fonts
********************************************************************************************************/
body {
	background-color: #000000;
	background-image: url(images/component/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h1 {
	font-size: 26px;
	margin-bottom: 10px;	
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;	
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;	
}

/* Wrapper
********************************************************************************************************/
.wrap {
	margin: 0 auto;
	width: 940px;	
}

/* Announcement
********************************************************************************************************/
#ann1-box {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color: red;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	width: 541px;
}

#ann2-box {
	background-color:#FFCFCF;
	border:1px solid #FF9595;
	color:#CC3300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	width: 521px;
}

#announcement-wrap {
	float: left;
	width: 553px;
}
	
.bold {
	font-weight: bold;
}

/* Special Fonts */
.attention1 {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.attention2 {
	font-size: 14px;
	color: red;
}


/* Header
********************************************************************************************************/
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}

#top-banner {
	background-color: #000000;
	float: right;
	height: 100px;
	width: 622px;
}

#top-banner2 {
	background-color: transparent;
	float: right;
	height: 100px;
	width: 622px;
}

.float-left {
	float: left;
}

/* Ads Below Header
********************************************************************************************************/
.banner1 {
	margin: 0 auto;
	width: 940px;	
	background-color: #000000;
	height: 100px;
	margin-bottom: 10px;
	width: 850px;
}

#ad-long {
	background-color: #000000;
	height: 100px;
	margin-bottom: 10px;
	width: 850px;
}

.ad-boxes, .ad-boxes2 {
	margin: 0 auto;
	width: 929px;
	height: 80px;
}

/*.ad-boxes, .ad-boxes2 {
	margin: 0 auto;
	position: relative;
	width: 929px;
	height: 80px;
  margin-right : auto;
  margin-left  : auto;
}*/

.logo {
	height: 72px;
	width: 220px;
	margin-left: 5px;
	margin-right: 5px;
}

.ad-box {
	float: left;
	height: 72px;
	width: 220px;
}

.ad-space {
	float: left;
	height: 1px;
	width: 20px;
}

#ad-buttons {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#ad-buttons li {
	display: inline;
}

/* fix for Toms vista display issue */
.ad-fix {
	width: 940px !important;
}

/* Navigation
********************************************************************************************************/
#navigation * {
	z-index: 1000000;
}

#navigation {
	background-image:url(images/component/navbg.png);
	height:46px;
	width:940px;
}

#nav {
	position: relative;
	left: 80px;
}

#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li { /* all list items */
	float: left;
	position: relative;
	z-index: 9999;
}

.child li {
	float:left;
	z-index:99999;
	clear:left;
}

#navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 8px;
	top: 42px;
	z-index:99999;
}

#navigation li ul li a {
	background-color:#063106;
	width: 60px;	
	padding: 8px;
}

#navigation li a {
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	padding:16px;
	font-size:12px;
	font-weight:bold;
}

#navigation li a:hover {
	color: #CC9900;
}

#navigation li>#navigation ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* Home Content
********************************************************************************************************/
#home-content {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 20px;
}

#sub-content {
	padding: 20px;	
}

#img-headline {
	font-size: 28px;
}
#main-photo {
        float: left;
}
#main-photo-youtube {
        float: left;
		margin-left: 20px;
		margin-top: 15px;
}

#home-info {
	float: right;
	width: 370px;
}

#home-content li {
	margin: 7px;
	margin-left: 20px;
}

#home-content a {
	color: #000;
	text-decoration: underline;
}

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

/* Widgets
********************************************************************************************************/
.widget {
	margin-bottom: 12px;
}

.widget-end {
	margin-bottom: 0px;
}

.widget-top {
	background-image: url(images/component/widget-top.jpg);
	height: 25px;
	width: 370px;
}

.widget-top h4 {
	color: #B3B3B3;
	font-weight: bold;
	font-size: 11px;
	padding-left: 11px;
	padding-top: 8px;
}

.img-center-float {
	display: inline-block;
	color:#000;
}

.widget-content {
	background-color: #d2d2d2;
	font-size: 11px;
	padding: 8px;
}

.widget-content li, .widget-content ul {
	margin: 3px !important;
	padding: 0;
}

.widget-content p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.all {
	font-weight: 100;
}

.widget-content li {
	list-style: none;
	margin-bottom: 5px;
}

.widget-content a {
	color: #424242;
	text-decoration: none;
}

.widget-content a:hover {
	color: #FFFFFF;
}

#standings-popup {
	background-color: #9E1616;
	color: #FFFFFF;
	display: none;
	position: absolute;
	padding: 15px;
	left: -546px;
	bottom: -20px;
	_top: -180px;
	width: 516px;
	z-index:99999;
}

.parent {
	font-weight: bold;
	text-decoration: underline;
}


.captcha {
	font-size: 12px;	
}

.col-split {
	float: left;
	width: 85px;
}

.col-split2 {
	float: left;
	width: 70px;
}

#standings {
	cursor:pointer;
}

a.standings {
	color:#FFF !important;
	text-decoration:none !important;
}

.standings a:hover {
	color:#CCC;
}

#popup {
	position: relative;
}

#standings-popup a {
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
}

#standings-popup a:hover {
	font-size: 12px;
	color:#FFF;
	text-decoration:underline;
}

/* Footer
********************************************************************************************************/
#footer {
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 70px;
	text-transform: uppercase;
}

#footer ul {
	float: left;
}

#footer li {
	display: inline;
	padding: 6px;
}

#footer li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer li a:hover {
	color: #666666;
}

a.credit-link {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

a.credit-link:hover {
	text-decoration: underline;
}

.credit {
	color: #666666;
	font-size: 10px;
	float: right;
}

/* Forms
********************************************************************************************************/
.dropdown {
	float: left;
	padding-right: 5px;
}

.gry {
	background-color: #6a6a6a;
	border: 1px solid #959595;
	color: #FFFFFF;
	padding: 3px;
	vertical-align:middle;
}

.submit {
	background-image: url(images/component/submit-bg.jpg);
	border: 1px solid #989898;
	color: #FFFFFF;
	height: 23px;
}
indent {
	position: relative;
	left: 100px;
}
.indented {
	left: 100px;
	position: relative;
	text-indent: 100pt;
}

