@charset "UTF-8";

/* HTML Reset Begin */

html, body, ul, li, h1, h2, h3, h4, object {
	margin: 0;
	padding: 0;
}

a { 
	outline: none;
}

/* HTML Reset End */

/* Site Structure Elements Begin */

html {
	background: url(../../images/structure/global/site_background.jpg) repeat-x left top;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #636363;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 800px;
	background: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	margin: 0 auto 0 auto;
}

#mast {
	width: 800px
	height: 266px; 
}



#live_area {
	width: 760px;
	padding: 20px;
	background: url(../../images/structure/global/live_area_background.jpg) no-repeat 200px top;
}

#left_column {
	width: 200px;
	padding: 40px 0 0 0;
	float: left;
}

#left_column_alt {
	width: 180px;
	padding: 45px 0 0 0;
	float: left;
	text-align: right;
}

#right_column {
	width: 530px;
	padding: 50px 0 0 0;
	float: right;
}

#media_box {
	width: 720px;
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#footer {
	width: 790px;
	margin: 0 auto 20px auto;
	padding: 5px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	background: #5b5b5b;
	color: #e9e9e9;
}

/* Site Structure Elements End */

/* Standard HTML Elements Begin */

h1 {
	
}

h2 {
	font-size: 22px;
	color: #00275d;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #00275d;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
	color: #00275d;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

/* Standard HTML Elements End */

/* Navigation CSS is in a seperate style sheet: navigation.css */

/* Element Specific Definitions Begin */

	/* Mast Head Items */
	#mast_header {
		height: 51px;
		background: url(../../images/structure/global/mast_background.jpg) repeat-x left top;
		border-bottom: solid 1px #fff;
	}
	
	#mast_header h1 {
		text-align: right;
		text-transform: uppercase;
		font-style: italic;
		color: #00275d;
		font-size: 12px;
		font-weight: bold;
		padding: 25px 15px 0 0;
	}
	
	.mast_logo {
		width: 177px;
		height: 32px;
		float: left;
		margin: 13px 0 0 10px;
		text-indent: -9999px;
		background: url(../../images/structure/global/mast_logo.jpg) no-repeat left top;
	}
	
	#mast_photos {
		width: 800px;
		height: 213px;
		margin: 0;
		padding: 0;
	}
	
	/* Left Column Rollovers */
	a.game_schedule:link, a.game_schedule:visited, a.game_schedule:hover, a.game_schedule:active {
		width: 192px;
		height: 86px;
		text-indent: -9999px;
		float: left;
		margin: 0;
		padding: 0;
		background: url(../../images/structure/left_side_bar/game_schedule_icon.jpg) no-repeat left top;
	}
	
	a.predators_home:link, a.predators_home:visited, a.predators_home:hover, a.predators_home:active {
		width: 192px;
		height: 86px;
		text-indent: -9999px;
		float: left;
		margin: 0;
		padding: 0;
		background: url(../../images/structure/left_side_bar/predators_home_icon.jpg) no-repeat left top;
	}
	a.bridgestone_arena:link, a.bridgestone_arena:visited, a.bridgestone_arena:hover, a.bridgestone_arena:active {
		width: 192px;
		height: 86px;
		text-indent: -9999px;
		float: left;
		margin: 0;
		padding: 0;
		background: url(../../images/structure/left_side_bar/bridgestone_arena.jpg) no-repeat left top;
	}
	
	/* Right Column UL/LI */
	#right_column ul {
		margin: 0 0 0 20px;
	}
	
	#right_column li {
		margin: 0 0 0 20px;
	}
	
	/* Paragraph Intro */
	
	.p_intro {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	/* Logo Downloads */
	.logo_download_block {
		margin: 20px 20px 10px 10px;
		border-bottom: solid 1px #E1E1E1;
		padding-bottom: 10px;
		height: 100px;
	}
	
	.logo_download_block img {
		float: left;
		margin-right: 20px;
		height: 100px;
	}
	
	.logo_download_block a {
		font-weight: normal;
		color: #00275d;
		text-decoration: none;
	}
	
	/* Photo Gallery */
	#photo_gallery {
		width: 720px;
		margin: 10px 0 0 25px;
	}
	
	#photo_gallery img {
		padding: 3px;
		float: left;
	}
	
	/* Headers */
	.header {
		font-weight: bold;
	}
	
	/* Side Bar Dox */
	#side_bar_details {
		margin-bottom: 10px;
		border-bottom: dashed 1px #CCCCCC;
	}
	
		/* Side Bar Headers */
		.side_bar_header {
			font-size: 12px;
			color: #00275d;
			font-weight: bold;
		}
		
		.lead {
			padding-top: 0;
		}
	
	/* In-Line Photos */
	.in_line_imgs {
		float: right;
		clear: right;
		border: solid 1px #CCCCCC;
		padding: 5px;
		background: #fff;
		margin: 15px 0 10px 10px;
	}
	
	/* Italics */
	.ital {
		font-style: italic;
	}
	
	/*Contact Form Validation */
	.LV_validation_message{
	font-weight:bold;
	margin:0 0 0 5px;
	position: absolute;
	right: auto;
	}
	
	.LV_valid {
		color:grren;
	}
		
	.LV_invalid {
		color:red;
	}
		
	.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
		border: 1px solid #00CC00;
	}
		
	.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
		border: 1px solid #CC0000;
	}
	
	/* Clear Fix */
	#clear_fix {
		clear: both;
	}

/* Element Specific Definitions End */