@charset "utf-8";
/* CSS Document */

html,body {
	background-color:		#143A4F;
	background-image:		url(../img/bg/bg.jpg);
	background-repeat:		repeat-x;
	height:					100%;
	margin-left:			0px;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				11px;
	line-height:			20px;
	text-decoration:		none;
}


/* DEFAULT LINK STYLE
ENSURES THAT NO LINK WILL DISPLAY AN UNDERLINE
WILL TURN BLACK WHEN HOVERED OVER */
a:link {
	text-decoration:		none;
}
a:hover {
	color:					#000000;
	text-decoration:		none;
}
a:visited {
	text-decoration:		none;
}
a:active {
	text-decoration:		none;
}
 

/* FONT STYLES */

h1 {
	font-size:				18px;
	font-weight:			bold;
}

	/* PRIMARY NAVIGATION STYLES */
.Links, .Sublinks, .Sublinks_active {
	height:					30px;
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#009900;
	font-size:				13px;
	font-weight:			bold;
	text-decoration:		none;
}
	.Sublinks {
		text-align:			left;
	}
	.Sublinks:hover {
		color:				#F5D640;
	}
	.Sublinks_active {
		text-align:			left;
		color:				#F5D640;
	}


	/* PAGE LINKS STYLES */
.Text_Link {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#FFFF00;
	font-size:				11px;
	line-height:			20px;
	text-decoration:		none;
}
	.Text_Link:hover {
		font-family:			Verdana, Arial, Helvetica, sans-serif;
		color:					#000000;
		font-size:				11px;
		line-height:			20px;
		text-decoration:		none;
	}

	/* UTILITY NAVIGATION STYLES */
.Td_Utility, 
.Font_Utility {
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				12px;
	text-decoration:		none;
	font-weight:			normal;
	text-transform:			uppercase;
}
	.Font_Utility:hover {
		color:				#FFFF00;
	}


	/* HEADER STYLES */
.Font_Green {
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#3AA254;
	font-size:				32px;
	font-weight:			bold;
	line-height:			normal;
}
.Font_Blue {
	font-family:			Arial, Helvetica, sans-serif;
	color:					#143B50;
	font-size:				22px;
	font-weight:			normal;
	line-height:			normal;
}
.Font_White {
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				18px;
	font-weight:			normal;
	line-height:			normal;
}


	/* UPCOMING SHOWS STYLES */
.Font_Shows_Name {
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				18px;
	font-weight:			bold;
}
.Font_Shows_Date {
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				12px;
	font-weight:			normal;
	font-style:				italic;
}
.More_Info {
	font-family:			Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:					#2E88BA;
	font-size:				13px;
	text-decoration:		none;
	font-weight:			bold;
}
	.More_Info:hover {
		color:				#FFFF00;
	}


	/* FOOTER STYLES */
.Font_Footer {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#FFFFFF;
	font-size:				12px;
	text-decoration:		none;
}
.Get_Directions {
	color:					#FFFF00;
	text-decoration:		none;
}
	.Get_Directions:hover {
		color:				#CCCCCC;
	}


/* END FONT STYLES */




/* IMAGE STYLES */

.Link_Img {
	border:					0px none;
	outline:				0px none;
}
	.Link_Img:hover {
		filter:				alpha(opacity=50);
		-moz-opacity:		0.5;
		opacity:			0.5;
	}

/* END IMAGE STYLES */




/* TABLE STYLES */
.Page_Table {
	width:					100%;
	height:					100%;
	border:					0px;
}
.Td_Header {
	width:					1100px;
	height:					130px;
	background-color:		#FFFFFF;
	background-image:		url(../img/bg/PikePAC_Banner.jpg);
	background-repeat:		no-repeat;
}

	/* ROLLOVER LINE COLOR */
.Td_Links {
	height:					30px;
	background:				url(../img/bg/Link_Ready.gif);
	background-repeat:		repeat-x;
	background-position:	bottom;
}
	.Td_Links:hover {
		height:					30px;
		background:				url(../img/bg/Link_Active.gif);
		background-repeat:		repeat-x;
		background-position:	bottom;
	}
	.Td_Links_active {
		height:					30px;
		background:				url(../img/bg/Link_Active.gif);
		background-repeat:		repeat-x;
		background-position:	bottom;
	}

.Td_Middle {
	height:					100%;
	text-align:				left;
	vertical-align:			top;
}
.Td_Footer {
	height:					62px;
	background-color:		#053E13;
	background-image:		url(../img/bg/footer.jpg);
	background-repeat:		repeat-x;
	text-align:				center;
	vertical-align:			middle;
}

.Div_Show {
	width:					480px;
	background:				url(../img/bg/ShowBg.png);
	background-position:	right;
}

/* END TABLE STYLES */

