/*=======================================================================
	TITLE:		Default Style Sheet - Direct Sportslink
	TARGET:		CSS2 
	VERSION:	2007.01.11
	AUTHOR:		Graham Wheeler / NetMediaOne - www.netmediaone.com
=======================================================================*/

a { color: #333; text-decoration: underline; cursor: pointer; }
a:hover { color: #03c; text-decoration: none; cursor: pointer; }

body { background: #000 url("site-images/bg_page_1.jpg") top center no-repeat; }
body, .BodyText {	color: #333; font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.63; }

html, body, div, h1, table, td, form, img { margin: 0px; padding: 0px; border: 0px; text-align: justify; }

h1, .BigHeaderText {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #ec0000; 
	margin: 0px 0px 20px 0px;
	padding-bottom: 3px;
	border-bottom: 3px solid #c0c0c0;
}

h2, .HeaderText {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px 10px 0px;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
}

.HeaderImage { display: block; margin-bottom: 10px; }

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square outside;
}

ul li {
	margin: 3px 10px 3px 10px;		
}

.PicLeft { float: left; margin-bottom: 8px; margin-right: 10px; }
.PicRight { float: right; margin-bottom: 8px; margin-left: 10px; }
.BorderedPicLeft { float: left; margin: 5px 10px 8px 0px; border: 1px solid #333; }
.BorderedPicRight { float: right; margin: 5px 0px 8px 10px;margin-bottom: 8px; margin-left: 10px; border: 1px solid #333; }

table { margin: 0px; padding: 0px; }

.Question { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-indent: -20px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-left: 20px;
}

.QuestionTop { 
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-indent: -24px;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	padding-left: 24px;
}

.Answer {
	text-indent: -20px;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
}

.Inquire{color: #333; font: normal 12px Verdana, Arial, Helvetica, sans-serif; margin: 4px; padding: 0; word-spacing: 0.0em;}
.Inquire a:link{color: #c00; font: normal; font-weight: bold; text-decoration: none; cursor: pointer; }

.Testimonial { border-top: 1px solid #ccc; margin-top: 20px; padding: 10px 10px 0px 10px; overflow: auto; }

.ContentSectionCap, .ContentBoxCap { height: 10px; display: block; }

.ContentBox260 { background: url("site-images/ContentBox_260_bg.gif") repeat-y; margin: 0px; }
.ContentBox260Bottom { height: 10px; display: block; background: url("site-images/ContentBox_260_bottom.gif") no-repeat; }

.Cleared { overflow: auto; }

.QuickStats { overflow: auto; margin-bottom: 20px; }


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/

#layoutWrapper { position: relative; top: 20px; margin: 0px auto 0px auto; width: 960px; background: #fff; }

#topSection, #bannerSection, #searchBar, #contentSection { width: 900px; margin: 0px 30px 0px 30px; }
#topSection { position: relative; height: 100px; margin-top: 20px; }
#navButtons { position: absolute; top: 40px; right: 0px; height: 40px; }
#navButtons a { display: inline; float: left; margin: 0px; padding: 0px; }

#bannerSection { overflow: auto; width: 885px; height: 30px; background: url("site-images/bg_banner_sub.jpg") no-repeat; padding: 10px 0px 0px 15px; }
#bannerSection a { display: block; float: left; margin: 0px; outline: none; }
#bannerSection img { display: block; }

.HomePage #bannerSection { height: 190px; background: none; padding: 0px; width: 900px; }

#searchBar {
	height: 30px;
	width: 720px;
	background: url("site-images/bg_search_bar.gif") no-repeat;
	overflow: auto;
	margin: 10px 30px 10px 30px;
	padding: 10px 0px 0px 180px;
}
#searchBar form { display: block; float: left; width: 160px; margin-right: 20px; }
#searchBar select { border: 1px solid #606060; width: 160px;  }
#searchBar a, #searchBar a:visited, #searchBar a:hover, #searchBar a:visited:hover { color: #fff; }

#subNav { list-style: none; margin: 0px; padding: 0px; }
#subNav li { background: url("site-images/bullet.gif") left 10px no-repeat; padding: 5px 10px 5px 10px; }

#contentSection {	background: #f5f5f5 url("site-images/contentSection_bg.gif"); margin-bottom: 10px; }


#columnWrapper { overflow: auto; margin: 10px 20px 10px 20px; }
.Column { display: inline; float: left; }

.HomePage #column1, .SubPageWithNav #column1 { width: 580px; padding-right: 20px; }
.HomePage #column2, .SubPageWithNav #column2 { width: 260px; }

.SubPage #column1 { float: none; display: block; padding: 0px 25px 10px 25px; }

.ContactPage #column1 { float: none; display: block; width: 600px; margin: 0px auto 0px auto; }

#footerSection {
	clear: both;
	font-size: 10px;
	line-height: 1.5;
	color: #909090;
	background: #000;
	text-align: center;
	padding-bottom: 30px;
}
#imgPageBottom { display: block; margin-bottom: 5px; }
#footerSection a, #footerSection a:hover { color: #808080; }

.ClearingBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
}

.SpacerBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	height: 10px;
}

.SingleSeparatorBlock {
	clear: both;
	height: 1px;
	border-top: 1px solid #c0c0c0;
	margin-top: 8px;
	padding-top: 2px;
	line-height: 1px;
}

.SingleSeparatorContact {
	clear: both;
	height: 1px;
	border-top: 1px solid #c0c0c0;
	margin-top: 12px;
	padding-top: 6px;
	line-height: 1px;
}

label {
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #555;
	float: left;
	width: 200px;
	text-align: right;
	padding: 4px 0px 4px 0px;
	margin: 0px 10px 5px 0px;
}

.TextBox, .TextArea, select { 
	margin-bottom: 5px;
	border: 1px solid #A5ACB2;
	padding: 2px;
	width: 200px;
	font-size: 10px;
}
.TextArea { width: 200px; height: 100px; }


.Button {
	border: 1px solid #666;
	background: #e00;
	color: #fff;
	padding: 2px;
	width: 100px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}

#btnSubmit { margin-left: 204px; }

#contactForm textarea {
	width: 200px;
	height: 100px;
	display: inline;
	vertical-align: top;
	float: none;
}

#contactForm select {
	height: 18px;
	padding: 1px;
}

#contactForm label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 2px;
	margin: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.SearchForm select { width: 100%; }

#liveChatControl { display: block; height: 90px; margin: 10px 0px 10px 0px; }
#liveChatControl img { display: block; }

#celebOfTheMonth {
	height: 90px;
	background: url("site-images/bg_celeb_of_the_month.gif") no-repeat;
	position: relative;
}
#celebOfTheMonth h3 {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	margin: 0px;
	padding: 35px 0px 2px 10px;
}
#celebOfTheMonth a { font-size: 10px; color: #404040; position: absolute; left: 20px; bottom: 20px; }
#celebOfTheMonth img { position: absolute; right: 0px; bottom: 0px; z-index: 300; }

#galleryOverlay { 
	background: url("site-images/gallery_overlay.png") no-repeat; 
  padding: 20px; 
  width: 900px; 
  position: absolute; 
  z-index: 900; 
  top: 50px;
  display: none;
  text-align: left;
}
#galleryOverlay .TitleBar { height: 40px; position: relative; }
#galleryOverlay .GalleryNav { height: 60px; position: relative; }
#galleryOverlay .GalleryContent { height: 500px; width: 900px; overflow: hidden; position: relative; }
#galleryOverlay .Close { position: absolute; top: 10px; right: 9px; }
#galleryOverlay .GalleryFilter { position: absolute; top: 10px; right: 50px; } 
#galleryOverlay .Backward { }
#galleryOverlay .Pause { }
#galleryOverlay .Forward { }
#galleryOverlay .Buttons { position: absolute; top: 10px; right: 10px; list-style: 0px; margin: 0px; }
#galleryOverlay .Buttons li { display: inline; float: left; padding-left: 5px; margin: 0px; }
#galleryOverlay .Thumbnails { position: absolute; top: 10px; right: 305px; list-style: 0px; margin: 0px; }
#galleryOverlay .Thumbnails li { display: inline; float: left; padding-left: 10px; margin: 0px; }
#galleryOverlay h1 { font: bold 16px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; position: absolute; left: 20px; top: 20px; padding: 0px; border-bottom: none; }
#galleryOverlay .GalleryItems { position: absolute; width: 20000em; }
#galleryOverlay .GalleryItems li { display: inline; float: left; height: 480px; width: 880px; padding: 10px; }
#galleryOverlay .Caption { font: normal 14px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; }
#galleryOverlay .GalleryItems li.CaptionLeft .Caption { display: inline; float: left; width: 400px; margin-right: 30px; }
#galleryOverlay .GalleryItems li.CaptionLeft img { display: inline; float: left; }
#galleryOverlay .GalleryItems li.CaptionTop .Caption { display: block; padding: 10px; text-align: left; }
#galleryOverlay .GalleryItems li.CaptionTop img { display: block; margin: 0px auto 0px auto; }
