@charset "UTF-8";
/* CSS Document */


body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed
}

h1 {font-size:24px; color:#003e87; text-align:center; text-shadow:#000000;}
h2 {font-size:16px; color:#003e87; text-align:center;}
.left {font-size:16px; color:#003e87; text-align:left;}
h3 {font-size:14px; text-align:center;}
h6 {font-weight:100; padding:0 20px 0 25px; font-size:9px;}

p {padding:15px;}

.maintable {
	position:     absolute;
	top:          0px;
	left:         50%;
	width:        1000px;
	margin-left:  -500px;
}

.directv
{color:#000000; text-decoration:none;}

.video {
background-color:#000000; width:734px; }

.topmenu {
background-image:url(images/topmenubg.jpg);
background-position:center top;
background-repeat:no-repeat; }

.topmenutext {
color:#FFFFFF;
font-size:14px;
float:left;
padding:5px 0 5px 25px; }

.footertext {
color:#FFFFFF;
font-size:12px;
text-align:center;
padding:5px 0 5px 20px; }

.sportscell {
width:369px;
background-image:url(images/cellbg.jpg); 
background-repeat:no-repeat;
padding:5px 10px 5px 10px;
text-align:left;
}

.sportscell2 {
width:365px;
background-image:url(images/cellbg2.jpg); 
background-position:top left;
background-repeat:no-repeat;
padding:5px 10px 5px 10px;
text-align:left;
}



/* LINKS */
a:link { 
	color: #003e87;
	text-decoration: none;
	}
a:visited { 
	color: #003e87;
	text-decoration: none;
	}
a:hover { 
	color: #85b8d1;
	text-decoration: underline;
	}
a:active { 
	color: #85b8d1;
	}
	
	
/* TOP MENU LINKS */
.topmenutext a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
.topmenutext a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
.topmenutext a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
.topmenutext a:active { 
	color: #FFFFFF;
	}
	
	
/* FOOTER LINKS */
.footertext a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
.footertext a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
.footertext a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
.footertext a:active { 
	color: #FFFFFF;
	}




/* MAIN MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 210px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial, Helvetica, sans-serif;
color: white;
background: #003e87 no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.headerbar2{
font: bold 13px Arial, Helvetica, sans-serif;
color: white;
background: #003e87 url(images/menutop2.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #f9faee;
background-image:url(images/libg.jpg);
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #294d95;
background-image:url(images/libg2.jpg);
}

