/* ---------- Body Attributes ---------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: black;
	background: white url(../images/main-bg.jpg) repeat-x top center;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

/* ---------- Div Attributes ---------- */

#container{
	position: relative;
	margin: 0 auto;
	width: 972px;
}

	#topbar{
		position: relative;
		height: 60px;
		width: 972px;
		margin: 0 auto;
	}
		
		#logo{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 305px;
			height: 83px;
			z-index: 100;
		}
		
		#newsTicker{
			position: relative;
			display: block;
			float: right;
			text-align: center;
			height: 60px;
			width: 665px;
			font: bold 11px Arial, Helvetica, sans-serif;
			color: black;
			clear: right;
		}
		
			#newsTicker p{
				margin: 0px;
				line-height: 12px;
			}
	
		#navbar{
			position: relative;
			/* display: block;
			float: right; */
			height: 26px;
			width: 656px;
			padding: 0 0 0 316px;
			margin: 0 auto;
			font: bold 13px Arial, Helvetica, sans-serif;
			z-index: 1000;
			clear: both;
		}
		
			#navbar p{
				margin: 0;
			}
			
			#navbar img{
				margin-left: 1px;
				padding-bottom: 3px;
			}
	
	#content{
		position: relative;
		width: 972px;
		margin: 0 auto;
		clear: left;
		z-index: 9;
	}
	
		#leftColumn{
			position: relative;
			display: block;
			float: left;
			width: 300px;
			padding: 0;
			background: url(../images/red.jpg) repeat;
			clear: left;
		}
		
			#leftColumn p{
				margin: 0 0 3px 0;
				font-size: 11px;
				line-height: 18px;
			}
						
			#welcomeContainer{
				overflow-y: hidden;
				overflow-x: hidden;
				margin: 0;
				width: 300px;
			}
			
				#welcomeMessage{
					margin: 0;
					width: 280px;
					height: 210px;
					padding: 0px 20px 10px 10px;
					font: 11px Arial, Helvetica, sans-serif;
					color: white;
					text-align: left;
				}
				
					#welcomeMessage a{
						color: #cccccc;
						text-decoration: underline;
					}
					
					#welcomeMessage a:hover{
						color: white;
						text-decoration: underline;
					}
			
			#searchBar{
				height: 26px;
				padding: 4px 0 0 5px;
				font: 13px Georgia, "Times New Roman", Times, serif;
				color: white;
				background: black url(../images/footballBG.gif) no-repeat;
			}
			
				#searchBar a{
					color: white;
					text-decoration: none;
				}
				
				#searchBar a:hover{
					color: #cccccc;
					text-decoration: underline;
				}
			
			#weatherMod{
				margin: 0 auto;
				padding: 5px 8px 5px 8px;
				width: 284px;
				height: 94px;
				font: 10px Arial, Helvetica, sans-serif;
				color: white;
			}
			
				#currentConditions{
					position: relative;
					display: block;
					float: left;
					width: 155px;
				}
				
					.weatherDate{
						display: none;
					}
				
					.weatherImage{
						position: relative;
						display: block;
						float: left;
					}
					
					.weatherImage img{
						height: 72px;
						width: 72px;
					}
					
					.currentCond{
						font: bold 11px Arial, Helvetica, sans-serif;
					}
					
					.currentTemp{
						font: bold 20px Arial, Helvetica, sans-serif;
					}
				
				#forecast{
					position: relative;
					display: block;
					float: right;
					width: 120px;
				}
				
					.weatherForecast{
						display: none;
					}
				
					.dayName{
						font: bold 11px Arial, Helvetica, sans-serif;
					}
					
					.dayDetails{
					
					}
					
					.hiTemp{
						display: inline;
					}
					
					.loTemp{
						display: inline;
					}
					
				.weatherFooter{
					position: relative;
					clear: left;
				}
				
				#weatherMod a{
					color: #cccccc;
					text-decoration: underline;
				}
				
				#weatherMod a:hover{
					color: white;
					text-decoration: underline;
				}
			
			#leftColumnAd{
				width: 300px;
				border-top: none;
				border-bottom: none;
				background: #ffffcc;
			}
			
				#primaryAdController{
					margin: 0 auto;
					height: 18px;
					width: 300px;
					border-top: none;
					font-weight: bold;
				}
				
					#primaryAdController a{
						text-decoration: none;
					}
					
					#primaryAdController a:hover{
						text-decoration: underline;
					}
			
			* html #primaryAdController{
				background: #dad6c4;
			}
			
			#navDropdownContainer{
				font: bold 11px Arial, Helvetica, sans-serif;
				line-height: 15px;
			}
		
				#navDropdownContainer a{
					display: block;
					width: 150px;
					padding: 4px 5px 4px 5px;
					text-decoration: none;
				}
				
					#navDropdownContainer a:hover{
						display: block;
						background: #a00000;
						color: white;
						width: 150px;
						text-decoration: underline;
					}
		
				#nav_getLocal{
					top: 0px;
					left: 317px;
				}
				
				#nav_discoverMore{
					top: 0px;
					left: 448px;
				}
				
				#nav_onlineCommunity{
					top: 0px;
					left: 579px;
				}
				
				#nav_programming{
					top: 0px;
					left: 710px;
				}
				
				#nav_travel{
					top: 0px;
					right: 0px;
				}
				
				.navDropdownMenu{
					position: absolute;
					width: 160px;
					background: url(../images/subnavItemBG.png);
					border: 1px solid #a00000;
					z-index: 9999;
				}
		
		#spotlightFeature{
			position: relative;
			display: block;
			width: 645px;
			height: 25px;
			padding: 5px;
			margin: 15px 0 15px 0;
			border-top: 1px solid #a00000;
			border-bottom: 1px solid #a00000;
			color: #a00000;
			font-weight: bold;
			float: right;
			clear: right;
		}
		
		#centerRightColumns{
			position: relative;
			display: block;
			width: 655px;
			float: right;
		}
		
			#centerColumn{
				display: block;
				width: 520px;
				height: 509px;
				float: left;
			}
			
			#rightColumn{
				display: block;
				width: 120px;
				line-height: 8px;
				float: right;
			}
			
				#rightColumn p{
					margin-top: 0;
					font-size: 11px;
					line-height: 16px;
				}
			
				#quickLinks{
					position: relative;
					width: 110px;
					height: 210px;
					padding: 5px;
					color: white;
					background: url(../images/quickLinks-bg.gif) no-repeat top center;
				}
				
					#quickLinks a{
						color: white;
						text-decoration: none;
					}
					
					#quickLinks a:hover{
						color: #cccccc;
						text-decoration: underline;
					}
					
					#quickLinks p{
						margin: 2px 0 2px 0;
					}
				
				#newsletterSignUp{
					height: 45px;
					width: 120px;
					margin-bottom:5px;
				}
				
				#SecondaryAd{
					position: relative;
					top: 0px;
					left: 0px;
					width: 120px;
					height: 240px;
					background: white;
				}

#footer{
	position: relative;
	width: 984px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #a00000;
}

	#footer a{
		text-decoration: none;
		color: #a00000;
	}
	
	#footer a:hover{
		text-decoration: underline;
		color: white;
	}
	
	#footer p{
		margin: 0;
	}

/* ---------- News Ticker ---------- */

#tic{ /* enter any styles for the ticker below */
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	width: 665px;
	line-height: 13px;
}

	#tic * { /*this will hide all children tags */
		font-size: 1em;
		margin: 0px;
		padding: 0px;
		display: none;
	}
	
	#tic a{  /* add more tags to this list if you wish to display them inside the children */
		display: inline;
	}

/* ---------- Dropdown Menu ---------- */

#nav{
	padding: 0;
	margin: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style: none;
}
	
	#nav a {
		display: block;
		width: 120px;
		text-decoration: none;
		color: #cc0000;
	}

		#nav a:hover {
			text-decoration: none;
			color: #800000;
		}

	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav li { /* all list items */
		float: left;
		width: 131px; /* width needed or else Opera goes nuts */
	}
	
		#nav li ul { /* second-level lists */
			position: absolute;
			background: url(../images/menu-bg.png) repeat;
			margin: 0 0 0 1px;
			width: 130px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}

			#nav li ul li { /* second-level list items */
				border-right: 1px solid #dddddd;
				border-bottom: 1px solid #dddddd;
				border-left: 1px solid #eeeeee;
				padding: 4px;
				width: 120px;
			}

		#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}

.ieMenuSpacer{ /* IE menu spacer on the black horizontal line dividing top-level menu images from dropdown menu */
	height: 3px;
	line-height: 3px;
	background: black;
}

/* ---------- Common Styles ---------- */

img{
	border: none;
}

hr{
	width: 100%;
	height: 1px;
	color: #600000;
	background: #600000;
	border-bottom: 1px solid #800000;
	border-top: 1px solid #600000;
	margin: 0;
	padding: 0;
}

.hr{
	width: 100%;
	height: 1px;
	border-top: 1px solid #600000;
	background: #800000;
	margin: 0;
	padding: 0;
}

.leftImage{
	float: left;
	margin: 0 10px 0 0;
	display: block;
}

.centerImage{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.rightImage{
	float: right;
	margin: 0 0 0 10px;
	display: block;
}

.centerText{
	text-align: center;
}

.rightText{
	text-align: right;
}

.clear{
	clear: both;
}

/* ---------- Text Styles ---------- */

h1{
	font: bold 15px Verdana, Arial, Helvetica;
	color: white;
	margin: 5px 0;
}

.boldText{
	font-weight: bold;
}

/* ---------- Link Attributes ---------- */

a{
text-decoration: underline;
color: #a00000;
}

a:link{
text-decoration: underline;
color: #a00000;
}

a:visited{
text-decoration: underline;
color: #a00000;
}

a:active{
text-decoration: none;
color: #a00000;
}

a:hover{
text-decoration: none;
color: #a00000;
}