/* CSS Document */
* {
	text-align:left;
	float:left;
	clear:left;
}
div {
	text-align:left;
	float:left;
	clear:left;
}
/*img { visibility:hidden; }*/

#header {
	width:100%;
	height:75px;
}
	#logoBanner {
		height:50px;
		/*background:#000000 url(/images/starsBG.jpg) 409px 0 repeat-x;*/
		background-color:black;
	}
		#logoBanner h2 {
			display:block;
			width:409px;
			height:50px;
			margin:0;
			padding:0;
			background:#000000 url(/images/cnights.gif) 23px 17px no-repeat;
		}
	#topnavCon {
		height:25px;
		color:#ff6666;
		background-color:#7E0001;
	}
		#timeNweather {
			font-size:10px;
			font-weight:bold;
			color:#FF6666;
			text-transform:uppercase;
			width:200px;
			height:18px;
			padding:7px 0 0 0;
			text-align:center;
			border-right:1px solid #FFFFFF;
			float:left;
			border:2px dashed blue;
		}
		#topNav {
			width:560px;
			height:25px;
			float:left;
			border-right:1px solid #FFFFFF;
		}
			#topNav a {
				height:18px;
				width:140px;
				padding:7px 0 0 0;
				background-color:#da0000;
				font-size:10px;
				font-weight:bold;
				color:#ffffff;
				text-transform:uppercase;
				text-align:center;
				text-decoration:none;
				float:left;
			}
			#topNav a:hover {
				height:18px;
				width:140px;
				padding:7px 0 0 0;
				background:none;
				font-size:10px;
				font-weight:bold;
				color:#FFFFFF;
				text-transform:uppercase;
				text-align:center;
				text-decoration:none;
			}
		#searchArea {
			height:38px;
			padding:10px 0 0 15px;
			background:#999999;
			border-bottom:1px solid #FFFFFF;
		}
			#formArea {
				margin:0 0 0 0;
			}
				#searchArea form {
					margin:0;
				}
				.textArea {
					width:117px;
					height:14px;
					font-size:10px;
					margin:-3px 0 0 0;
					padding:2px 0 0 5px;
					border:1px solid #666666;
					float:left;
				}
				.submitButton {
					margin:-3px 0 0 3px;
					float:left;
				}
			#advancedSearch {
				padding:5px 10px 0 0;
				margin:5px 0 0 0;
				text-align:right;
			}
				#advancedSearch a {
					text-transform:uppercase;
					color:#333333;
					font-size:9px;
					font-weight:bold;
					text-decoration:underline;
				}
				#advancedSearch a:hover {
					text-decoration:none;
				}
		#mainNav {
			width:200px;
			border-bottom:1px solid #FFFFFF;
			background-color:#da0000;
		}
			#mainNavUL {
				margin:0;
				padding:0;
				list-style-type:none;
			}
			#mainNavUL a {
				display:block;
				padding:6px 0 0 17px;
				height:17px;
				font-size:10px;
				color:#FFFFFF;
				font-weight:bold;
				text-decoration:none;
				text-transform:uppercase;
				border-bottom:1px solid #FF3333;
			}
			html>body #mainNavUL a {
				padding:7px 0 0 17px;
				height:17px;
			}
			#mainNavUL a:hover {
				display:block;
				padding:6px 0 0 17px;
				height:17px;
				font-size:10px;
				color:#FFFFFF;
				font-weight:bold;
				text-decoration:none;
				text-transform:uppercase;
				border-bottom:1px solid #FF3333;
				background-color:#7e0001;
			}
			html>body #mainNavUL a:hover {
				padding:7px 0 0 17px;
				height:17px;
			}
		#newVenues {
			margin:0 0 0 0;
			background-color:#1A1A1A;
		}
			#newVenues h4 {
				display:block;
				margin:0;
				padding:7px 0 0 17px;
				height:18px;
				font-size:10px;
				font-weight:bold;
				color:#FFFFFF;
				text-transform:uppercase;
				background:#5C5C5C;
			}
		#upcomingEvents {
			margin:0 0 0 0;
			background:#E40000;
		}
			#upcomingEvents h4 {
				display:block;
				margin:0;
				padding:7px 0 0 17px;
				height:18px;
				font-size:10px;
				font-weight:bold;
				color:#333333;
				text-transform:uppercase;
				background:#DCDCDC;
			}
			#submitEvent {
				padding:0 10px 10px 0;
				text-align:right;
			}
		#communitySponsors {
			margin:0 0 0 0;
			background:#B7B7B7;
			line-height:15px;
		}
			#communitySponsors h4 {
				display:block;
				margin:0;
				padding:7px 0 0 17px;
				height:18px;
				font-size:10px;
				font-weight:bold;
				color:#DCDCDC;
				text-transform:uppercase;
				background:#5C5C5C;
			}
		#welcomeArea {
			font-size:12px;
			font-weight:bold;
			color:#666666;
			padding:25px;
			line-height:20px;
		}
			#welcomeArea a {
				color:#CC0000;
				text-decoration:underline;
			}
			#welcomeArea a:hover {
				color:#CC0000;
				text-decoration:none;
			}
