@import url("tabcontent.css");

/* Global */

body {
	margin: 100px 0 0 50px;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	background: #ffffff url(../media/header-background.png) -50px 0 no-repeat;
	}

	body#frontPage { /* Addition of SEMA logos to header to index page */
		background: #ffffff url(../media/header-background-home.png) -50px 0 no-repeat;
		}

#page {
	margin: 0;
	padding: 0;
	width: 900px;
	background: url(../media/body-background.gif) repeat-y;
	}

#logo {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 239px;
	height: 145px;
	z-index: 100;
	background: url(../media/logo.png);
	}

a img { border: none; }

a {
	color: #000000;
	text-decoration: none;
	}

a[href="#"] {
	color: #415a9e !important;
	}

body a {
	color: #415a9e;
	text-decoration: underline;
	}

body a:hover {
	color: #ff0000;
	}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul.normal, li.normal {
	margin-left: 10px;
	padding: 0;
	line-height: 18px;
	list-style-type:square;
	}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	}

* {
	font-family: Verdana, Helvetica;
	font-weight: 100;
	}

label, input, option, textarea {
	font-size: 12px;
	}

/* Header */

	#header, #header a {
		font-size: 12px;
		color: #ffffff
		}

		#utilities {
			position: absolute;
			top: 2px;
			left: 690px;
			text-transform: uppercase;
			}

			#utilities ul {
				margin: 0;
				padding: 0;
				}

				#utilities li {
					display: inline;
					padding: 0 6px 2px 10px;
					border-left: 1px dotted #777;
					}

				#utilities li#contactUs {
					border-left: none;
					}

				#utilities li#judgesLogin {
					border-left: none;
					visibility: hidden;
					}

					#utilities li a {
						font-size: 10px;
						}

					#utilities li a:hover {
						text-decoration: underline;
						}

		#navigation {
			margin: 0 0 0 110px;
			padding: 0 0 0 14px;
			height: 36px;
			text-align: center;
			}

			#navigation ul {
				list-style-type: none;
				}

			#navigation li {
				}

			#navigation li:hover {
				z-index: 2;
				}

			#navigation li a, #navigation li a:link {
				display: block;
				height: 23px;
				padding: 7px 20px 0 15px;
				background: url(../media/buttonBackground.png) top right no-repeat;
				}

			#navigation a {
				color: #fff;
				font-size: 12px;
				font-family: Verdana;
				text-decoration: none;
				}

			#navigation a:hover {
				text-decoration: underline;
				}


			#navigation #about {
				position: absolute;
				top: 107px;
				left: 258px;
				}

				#about a {
					padding-left: 35px !important;
					}

				#navigation #about a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #schedule {
				position: absolute;
				top: 107px;
				left: 343px;
				}

				#navigation #schedule a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #standings {
				position: absolute;
				top: 107px;
				left: 428px;
				}

				#navigation #standings a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #awards {
				position: absolute;
				top: 107px;
				left: 519px;
				}

				#navigation #awards a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #photos {
				position: absolute;
				top: 107px;
				left: 660px;
				display: none; /* Temporary removal of the Photos section. */
				}

				#navigation #photos a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #sponsors {
				position: absolute;
				top: 107px;
				left: 660px;
				}

				#navigation #sponsors a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #magazine {
				position: absolute;
				top: 107px;
				left: 746px;
				}

				#navigation #magazine a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation #forum {
				position: absolute;
				width: 97px;
				top: 107px;
				left: 832px;
				}

				#navigation #forum a:hover {
					position: absolute;
					top: -6px;
					height: 23px;
					padding: 13px 20px 0 15px;
					background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
					z-index: 2;
					}

			#navigation li.current {
				z-index: 2;
				}

			#navigation li.current a {
				z-index: 3;
				position: absolute;
				top: -6px;
				height: 23px;
				padding: 13px 20px 0 15px;
				background: url(../media/buttonBackgroundHover2.png) top right no-repeat;
				text-decoration: underline;
				}

		#breadcrumbs {
			height: 27px;
			margin: 12px 0 -5px 0;
			}

			ul#breadcrumbs {
				float: left;
				padding: 0 0 0 242px;
				}

			#breadcrumbs li, #breadcrumbs li a {
				display: inline;
				}

		#search {

			}

/* Body */

	#body {
		width: 900px;
		}

		#body p {
			font-size: 12px;
			line-height: 20px;
			color: #333333;
			}

		#leftColumn {
			float: left;
			width: 600px;
			}

			#photoGallery {
				margin: 0 0 20px 0 !important;
				}

			#stories {
				width: 600px;
				margin: 30px 0 0 0;
				}

				#storyLeft {
					float: left;
					width: 570px;
					margin: 0 0 30px 0;
					}

					#storyLeft h1 {
						padding-bottom: 10px !important;
						}

					#storyLeft h1, #storyLeft p {
						padding: 0 20px 0 10px;
						}

				#storyRight {
					float: right;
					margin: 0 0 30px 0;
					width: 300px;
					}

					#storyRight h1 {
						padding-bottom: 10px !important;
						}

					#storyRight h1, #storyRight p {
						padding: 0 0 0 30px;
						}

			#story {
				padding: 60px 30px 30px 0;
				}

			body.magazine #story {
				padding: 0px 30px 30px 0;
				}


				#story h1 {
					font-size: 32px;
					padding: 0 0 10px 0;
					}

				#story h2 {
					font-size: 14px;
					padding: 0 0 20px 0;
					text-transform: uppercase;
					}

			#story p {
				padding: 0 0 20px 0;
				}

			#login li {
				margin: 0 0 0 -40px;
				padding: 0 0 10px 0;
				}

				#login li input {
					margin: 5px 0 0 0;
					width: 200px;
					}

			form {
				padding: 0 0 10px 0;
				}

				form fieldset {
					border: none;
					}

					form fieldset legend {
						font-size: 10px;
						text-transform: uppercase;
						padding: 0 0 10px 0;
						}

					form fieldset legend, form fieldset ol li {
						margin: 0 0 0 -10px;
						padding: 0 0 10px 0;
						}

					label {
						font-size: 10px;
						text-transform: uppercase;
						margin: 0 0 5px 0;
						}

					input {
						margin: 5px 0 0 0;
						}

			#standingsLocation {
				width: 540px;
				font-size: 14px;
				line-height: 20px;
				text-transform: uppercase;
				padding: 10px 0 10px 10px;
				background: #eee;
				}

			#awardLocation {
				width: 540px;
				font-size: 12px;
				line-height: 20px;
				padding: 10px 0 10px 10px;
				background: #eee;
				}

			table {
				border-collapse: collapse;
				}

			#standingsArchive {
				width: 550px;
				margin: 20px 0 30px 0;
				}

				#archiveTitle {
					font-size: 10px;
					text-transform: uppercase;
					border-bottom: 1px solid #999;
					}

					#archiveTitle td {
						padding: 0 0 10px 0;
						}

				.showLocation {
					font-size: 10px;
					line-height: 30px;
					color: #555;
					}

					.showLocation:hover {
						background: #eee;
						}

					.showDate {
						text-transform: uppercase;
						padding: 0 0 0 10px;
						}

			.standingsTable {
				width: 540px;
				margin: 20px 0 25px 0;
				}

			.news-page .standingsTable {
				width: auto;
				}

				.standingsCategory {
					font-size: 9px;
					text-transform: uppercase;
					border-bottom: 1px solid #999;
					}

				.standingsRegion {
					font-size: 10px;
					color: #999;
					text-transform: uppercase;
					text-align: left;
					}

					.standingsRegion td {
						padding: 5px 0 5px 0;
						}

					.standingsCategory td {
						padding: 3px 0 3px 0;
						text-align: center;
						}

					body.standingsPage .standingsCategory td {
						text-align: left;
						}

					td.standingsCategoryTitle {
						text-align: left;
						}

				.standingsContestant {
					font-size: 10px;
					line-height: 16px;
					color: #555;
					}

					.contestantName {
						width: 300px;
						padding: 0 0 0 10px;
						border-bottom: 1px dotted #eee;
						}

					.news-page .contestantName {
						width: 150px;
						}

					body.standingsPage .contestantName {
						width: 130px;
						font-size: 9px;
						padding: 0 0 0 5px;
						}

					body.standingsPage .contestantCityState {
						width: 110px;
						font-size: 9px;
						border-bottom: 1px dotted #eee;
						}

					body.standingsPage .contestantVehicle {
						width: 90px;
						font-size: 9px;
						border-bottom: 1px dotted #eee;
						}

					.contestantAA {
						width: 120px;
						text-align: center;
						border-bottom: 1px dotted #eee;
						}

					body.standingsPage .contestantAA {
						width: 20px;
						font-size: 9px;
						background: #fbfbfb;
						}

					.contestantA {
						width: 120px;
						text-align: center;
						border-bottom: 1px dotted #eee;
						}

					body.standingsPage .contestantA {
						width: 20px;
						font-size: 9px;
						background: #fbfbfb;
						}

					body.standingsPage .contestantTotal {
						width: 60px;
						font-size: 9px;
						text-align: center;
						border-bottom: 1px dotted #eee;
						background: #fbfbfb;
						}

					body.standingsPage .contestantShowsAttended {
						width: 80px;
						font-size: 9px;
						border-bottom: 1px dotted #eee;
						}

					body.standingsPage .contestantQual {
						text-align: center;
						font-size: 9px;
						border-bottom: 1px dotted #eee;
						}

					.standingsContestant:hover {
						color: #000;
						background: #eee;
						}

					.news-page .standingsContestant:hover .standingsCategoryVehicle {
						color: #000 !important;
						background: #eee !important;
						}

					.standingsContestant:hover .contestantAA, .standingsContestant:hover .contestantA {
						color: #000;
						background: #e1e1e1;
						}

					.news-page .contestantAA {
						padding-left: 10px;
						text-align: left;
						}

			.scheduleItem {
				}

			ul#showNote {
				text-transform: none;
				font-size: 12px;
				line-height: 18px;
				color: #555;
				margin: 0 20px 20px 0;
				padding: 20px 0 20px 0;
				border-top: 1px dashed #000;
				border-bottom: 1px dashed #000;
				background: #fff;
				}

				#showNote li {
					padding-left: 10px !important;
					}

				li#showNoteHeader {
					color: red;
					font-size: 10px;
					text-transform: uppercase;
					padding: 0 0 5px 0;
					}

			.awardItem {
				width: 540px;
				padding: 0 0 20px 10px;
				margin: 0 0 20px 0;
				border-bottom: 1px dashed #eee;
				}

				.awardItem:hover .awardTitle {
					color: red;
					}

				.awardItem li {
					padding: 0 0 0 0;
					}

				.awardRecipient li {
					display: inline;
					}

				.awardTitle {
					font-size: 10px;
					margin: 0 0 10px 0;
					color: #555;
					text-transform: uppercase;
					}

			.scheduleItem {
				width: 550px;
				}

				.scheduleItem:hover .scheduleDate {
					background: url(../media/date-background-hover.png) no-repeat;
					}

				.scheduleDate {
					width: 50px;
					height: 45px;
					color: #ffffff;
					background: #eeeeee;
					float: left;
					text-align: center;
					background: url(../media/date-background.png) no-repeat;
					}

					.scheduleMonth {
						padding: 7px 0 0 0;
						text-transform: uppercase;
						font-size: 14px;
						font-weight: 700;
						}

					.scheduleDay {
						font-size: 12px;
						}

				.scheduleDetails {
					width: 490px;
					padding: 0 0 20px 0;
					color: #333;
					margin: 0 0 20px 10px;
					float: left;
					border-bottom: 1px dashed #eeeeee;
					}

			.newsStory {
				width: 550px;
				}

				.newsDate {
					width: 50px;
					height: 45px;
					color: #ffffff;
					background: #eeeeee;
					float: left;
					text-align: center;
					background: url(../media/date-background.png) no-repeat;
					}

					.newsMonth {
						padding: 7px 0 0 0;
						text-transform: uppercase;
						font-size: 14px;
						font-weight: 700;
						}

					.newsDay {
						font-size: 12px;
						}

				.newsDetails {
					width: 490px;
					padding: 0 0 0 0;
					margin: 0 0 20px 10px;
					float: left;
					border-bottom: 1px dashed #eeeeee;
					}

					.newsDetails h2 {
						}

					.newsDetails p {
						font-size: 12px !important;
						}

			.sponsorItem {
				width: 560px;
				min-height: 90px;
				margin: 0 0 20px 0;
				border-bottom: 1px dashed #eeeeee;
				}

				.sponsorLogo {
					width: 180px;
					height: 70px;
					float: left;
					border: 1px solid #eeeeee;
					}

				.sponsorDetails {
					width: 360px;
					padding: 0 0 20px 0;
					margin: 0 0 20px 10px;
					float: left;
					}

			.producerItem {
				width: 560px;
				margin: 0 0 20px 0;
				border-bottom: 1px dashed #eeeeee;
				}

				.producerDetails {
					width: 360px;
					padding: 0 0 20px 0;
					margin: 0 0 0 10px;
					}

		#rightColumn {
			float: right;
			width: 300px;
			}

			#majorSponsor {
				width: 300px;
				height: 130px;
				background: url(../media/major-sponsor.png) no-repeat;
				}

			#payoutChart {
				width: 260px;
				border-bottom: 1px solid #999;
				padding: 0 0 0 0;
				margin-top: 20px;
				margin-bottom: 20px;
				color: #333;
				}

				#payoutChart ul {
					padding: 0 0 10px 0;
					margin: 0 -20px 0 20px;
					}

					#payoutChart ul li {
						font-size: 10px;
						padding: 5px 0 3px 2px;
						border-bottom: 1px dotted #999;
						}

						#payoutChart ul li#payoutChart-title {
							text-transform: uppercase;
							font-size: 12px;
							color: #415a9e;
							background: #eee;
							padding: 2px;
							margin-bottom: -10px;
							}

						#payoutChart ul li.payoutChart-category {
							text-transform: uppercase;
							text-indent: 4px;
							padding: 2px 0 2px 0;
							margin-top: -7px;
							color: #333;
							background: #d1d1d1;
							font-weight: 700;
							}

						#payoutChart ul li.payoutChart-total {
							padding: 5px 0 3px 2px;
							font-weight: 700;
							border-bottom: none !important;
							}

						#payoutChart ul li.payoutChart-detail {
							font-size: 9px;
							border-bottom: none !important;
							}

			#news {
				width: 300px;
				border-bottom: 1px solid #999999;
				background: url(../media/news-label.png) no-repeat;
				}

				#news ul {
					padding: 60px 0 0 20px;
					}

					#news ul li {
						font-size: 14px;
						color: #777;
						padding: 5px 0 7px 0;
						border-bottom: 1px dashed #eee;
						}

					#news ul li strong {
						font-weight: 700;
						}

				#news p {
					font-size: 10px;
					text-transform: uppercase;
					padding: 20px;
					}

					#news p a {
						color: #b2b2b2;
						}

					#news p a:hover {
						color: red;
						}

			#promo {
				padding: 30px 0 30px 30px;
				}

				#messageForum {
					width: 225px;
					height: 68px;
					margin: 0 0 10px 0;
					background: url(../media/messageForum.jpg) no-repeat;
					display: none;
					}

				#sponsorList {
					width: 599px;
					background: #fff;
					}

				#forSale {
					width: 225px;
					height: 68px;
					margin: 20px 0 0 0;
					}

				#hotRod {
					width: 225px;
					height: 68px;
					margin: 10px 0 20px 0;
					}

				object {
					margin-bottom: -2px;
					}

/* Footer */

	#footer {
		clear: both;
		height: 50px;
		color: #999999;
		font-size: 10px;
		border-top: 1px solid #999999;
		}

		#footer ul {
			padding: 16px 0 0 0;
			}

		#footer li {
			display: inline;
			}





body#frontPage #photoGallery {
	margin: 40px 0 0 0;
	}

#story h1 {
	padding: 0 0 20px 0 !important;
	}

.entryBlank {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 7px 0 10px 10px !important;
	margin-bottom: 20px;
	background: #f4f4f4;
	}

.awardsMoney {
	padding: 7px 0 10px 10px !important;
	margin-bottom: 20px;
	color: #ffffff;
	background: #278721;
	text-align: center;
	}

	 p.awardsMoney {
	 	font-size: 18px !important;
		color: #ffffff !important;
		font-weight: 700;
		}

.newsImportant {
	font-weight: 700;
	color: #ff000c !important;
	}

	.newsImportant a {
		font-weight: 700;
		}








.standingsCategoryTitle {
	color: #fff;
	text-align: left;
	padding: 0 0 0 5px !important;
	background: #777;
	}

.standingsCategoryCityState {
	color: #fff;
	text-align: left;
	background: #777;
	}

.standingsCategoryVehicle {
	color: #fff;
	text-align: left;
	background: #777;
	}

.news-page .standingsContestant .standingsCategoryVehicle {
	color: #333;
	background: #fff;
	}

.standingsCategoryA {
	color: #fff;
	text-align: center !important;
	background: #777;
	}

.standingsCategoryAA {
	color: #fff;
	text-align: center !important;
	background: #777;
	}

.standingsCategoryTotal {
	color: #fff;
	text-align: center !important;
	background: #777;
	}

.standingsCategoryShowsAttended {
	color: #fff;
	text-align: left;
	background: #777;
	}

.standingsCategoryQual {
	color: #fff;
	padding: 0 3px 0 0 !important;
	text-align: center !important;
	background: #777;
	}

	.standingsContestant .standingsCategoryQual {
		color: #999;
		background: #fff;
		border-bottom: 1px dotted rgb(238, 238, 238);
		}

#eUpdates {
	width: 300px;
	border-bottom: 1px solid #999999;
	background: url(../media/eUpdatesBackground.jpg) repeat-y;
	}

				#eUpdates ol {
					padding: 0 0 0 20px;
					}

					#eUpdates ol li {
						font-size: 14px;
						color: #415a9e;
						padding: 0 0 0 0;
						}

					#eUpdates ol li em {
						display: block;
						height: 20px;
						margin: -4px 0 5px -20px;
						padding: 2px 0 0 0;
						width: 300px;
						text-indent: 20px;
						font-weight: 700;
						color: #fff;
						background: #00558d;
						}

				#eUpdates p {
					font-size: 10px;
					line-height: 12px;
					padding: 10px 10px 0 10px;
					}

					#eUpdates p a {
						color: #b2b2b2;
						}

					#eUpdates p a:hover {
						color: red;
						}

.awardRecipient li {
	display: inline-block;
	margin: 0 0 8px 0;
	text-align: left;
	width: 185px;
	}

li.recipientLocation {
	width: 135px;
	}


/* Showstopper Magazine */


body#showstopperMagazine #page {
	background: url(../media/magazine/magazine-body-background.gif) 0px 0px repeat-y;
	}

body#showstopperMagazine #rightColumn {
	margin: 227px 0 0 0;
	}

body#showstopperMagazine #body #leftColumn {
	margin-left: -50px;
	padding-left: 40px;
	background: url(../media/magazine/magazineSpine.jpg) repeat-y;
	}

#footer {
	margin-left: -50px;
	padding-left: 50px;
	background: url(../media/magazine/magazineSpine.jpg) repeat-y;
	}

body#showstopperMagazine #news {
	background: #ede6d4 url(../media/magazine/issue-label.jpg) no-repeat;
	}

	body#showstopperMagazine #news ul li {
		font-size: 14px;
		color: #777;
		padding: 5px 0 7px 0;
		border-bottom: 1px dashed #777;
		}

	body#showstopperMagazine #news ul li.current a {
		font-weight: bold;
		text-decoration: none;
		}


#showstopperHeader {
	position: relative;
	width: 950px;
	height: 227px;
	margin: 0 0 0 -40px;
	background: url(../media/magazine/header.jpg) no-repeat;
	}

#showstopperMainArticle {
	width: 580px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #777;
	}

body#showstopperMagazine.magazineSubpage #showstopperMainArticle {
	border-bottom: none;
	}

	#showstopperMainArticle p {
		padding: 0 0 10px 0;
		}

	#showstopperMainArticle h1 {
		padding: 10px 0 10px 0;
		text-transform: uppercase;
		}

.showstopperArticle {
	width: 580px;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #777;
	}

	.showstopperArticle img {
		width: 120px;
		height: 120px;
		float: left;
		padding: 0 10px 0 0;
		}

	.showstopperArticle p {
		padding: 0 0 10px 0;
		}

	.showstopperArticle h2 {
		padding: 0 0 10px 0;
		text-transform: uppercase;
		}

.showstopperTwoArticle {
	width: 299px;
	float: left;
	border-left: 1px solid #777;
	}

	.twoArticle {
		width: 279px;
		float: left;
		padding: 10px;
		border-bottom: 1px solid #777;
		}

	.twoArticle:last-child {
		border-bottom: none;
		}

		.twoArticle h3 {
			padding: 0 0 5px 0;
			text-transform: uppercase;
			}

 #happyHolidays {
 	padding: 20px;
 	color: #fff;
 	background: url(../media/magazine/happyHolidays.jpg) no-repeat;
 	}

  #happyHolidays h3 {
 	font-size: 30px;
 	padding: 0 0 10px 0;
 	}

  #happyHolidays p {
 	color: #fff;
 	}

#magazineBreadcrumbs {
	position: absolute;
	bottom: 0;
	left: 60px;
	height: 27px;
	margin: 12px 0 -5px 0;
	}

	#magazineBreadcrumbs li, #magazineBreadcrumbs li a {
		color: #fff !important;
		display: inline;
		}

body#showstopperMagazine #rightColumn #eUpdates {
	border-bottom: none;
	}

.archivesButton {
	visibility: hidden !important;
	}

#sponsorList-showstopper {
	width: 300px;
	height: 228px;
	background: #ede6d4;
	}

#showstopperArticle-adjustment {
	margin-bottom: 500px;
	}

#archivesSelector {
	margin: 20px 0 40px 20px;
	}

#imagegallery {
	margin: 0 0 10px 0;
	overflow: hidden;
	}

#imagegallery li {
	float: left;
	display: inline;
	margin-right: 15px;
	}

img#placeholder {
	width: 450px;
	}

div.panel-overlay {
	height: 150px !important;
	}

#winners {}

	#winners h2 {
		font-size: 12px;
		font-style: italic;
		margin: 0 0 10px 0;
		}

	.winner {
		overflow: hidden;
		padding: 5px;
		border-bottom: 1px dotted #000;
		}

		.winner h3 {
			text-transform: uppercase;
			font-size: 12px;
			margin: 0 0 5px 0;
			width: 120px;
			font-weight: bold;
			color: rgb(100, 100, 100);
			}

		.winner p {
			float: left;
			margin: 0;
			padding: 0 !important;
			display: inline;
			line-height: 14px !important;
			width: 165px;
			}

		.winner ul {
			float: left;
			display: inline;
			overflow: hidden;
			}

			.winner ul li {
				float: left;
				display: inline;
				width: 175px;
				margin: 0 25px 0 0;
				}

#facebook {
	text-indent: -9999px;
	width: 225px;
	margin: 15px 0 15px 30px;
	}

	#facebook a {
		display: block;
		width: 225px;
		height: 30px;
		background: url(../media/facebook.png);
		}

	#facebook a:hover {
		background-position: bottom left;
		}

#twitter {
	margin: 0 30px 0 30px;
	border-top: 1px solid rgb(0, 85, 141);
	background: rgb(242, 242, 242);
	border-bottom: 1px solid rgb(153, 153, 153);
	}

	#twitter h3 {
		text-align: center;
		border-bottom: 1px solid rgb(0, 85, 141);
		text-indent: -9999px;
		}

		#twitter h3 a {
			display: block;
			height: 30px;
			text-decoration: none;
			background: rgb(0, 85, 141) url(../media/twitter.png) top center no-repeat;
			}

		#twitter h3 a:hover {
			background-position: bottom center;
			background-repeat: no-repeat;
			}

	#twitter ul {
		padding: 10px 0 10px 0;
		}

		#twitter ul li {
			margin: 0 10px 0 10px;
			border-bottom: 1px dashed rgb(153, 153, 153);
			}

		#twitter ul li:last-child { border: none; }

			#twitter ul li a {}

			#twitter ul li a:hover {}

/* Schedule of Events */

#schedule-of-events {
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: decimal;
	list-style-position: inside;
	}

	#schedule-of-events .event {
		padding: 15px 15px 15px 0;
		border-bottom: 1px dashed rgb(150, 150, 150);
		}

		#schedule-of-events .event h4 {
			margin: 0 0 3px 0;
			color: rgb(100, 100, 100);
			font-family: Helvetica, Arial, sans-serif;
			}

			#schedule-of-events .event h4 i {
				font-style: normal;
				}

		#schedule-of-events .event h3 {
			font-weight: bold;
			font-size: 16px;
			font-family: Helvetica, Arial, sans-serif;
			}

		#schedule-of-events .event dl {
			margin: 0;
			padding: 0;
			}

			#schedule-of-events .event dl dt {
				margin: 0 0 10px 0;
				font-style: italic;
				}

			#schedule-of-events .event dl dd {
				margin: 0;
				padding: 0;
				}