/* ---------- Search --------- */
#searchBar {
	margin-top:20px;
                margin-left:7px;
}
.searchButton {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
                border:0;
}
.searchInput {
                border:1px solid #cccccc;
}
/* ---------- Main Container --------- */
#mainHead_container {
	background-image: url(gametime_header.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 100px;
}
/* ---------- TOP BAR BEGIN ---------- */
.topNav {
	height: 20px;
	width: 980px;
	margin: 0;
	padding: 0;
	}

.topNav a,
#masthead_home a,
#navWrap a {
	text-decoration: none;
	}

.topNav a:hover {
	text-decoration: underline;
	}
	
/*Nav Bar Wrapper - sets the width/height/look of entire nav bar*/
#navWrap {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	display:inline-block;
	}

#nav {
	margin-left: auto; /*DO NOT EDIT*/
	margin-right: auto; /*DO NOT EDIT*/
	position: relative; /*DO NOT EDIT*/
	display: block; /*DO NOT EDIT*/
	height: 1%; /*DO NOT EDIT*/
	z-index: 980; /*DO NOT EDIT - necessary for menu system to appear on top of positioned elements in body (arbitrary number under 1020)*/
	}

/*
you must add one of these for each nav dropdown making a general class destroys the measurements
*/
  
/*Main Nav Items*/
#nav #maindiv0,#nav #maindiv1,#nav #maindiv2,#nav #maindiv3,#nav #maindiv4 {
	height: 20px;
	}

#nav div {
	float: left;
	padding: 0 2px 0 0;
	}

/*Main Nav Item Links*/
#nav div a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 3px 8px 2px 6px;
	text-decoration: none;
	background: transparent url(http://extras.mnginteractive.com/live/media/site139/2008/0410/20080410_012047_navArrows.gif) 100% 14px no-repeat;
	text-transform: lowercase;
	}

/*Main Item Hover States*/
#nav .navHover {
	text-decoration: none;
	margin: 0;
	background-color: #9d1515;
	}

#nav .navHover a {
	color: #fff;
	background-position: 100% -14px;
	}



/* TOP ITEMS with no submenu*/
#nav .nosub div, 
#nav .nosub div.navHover {
	padding: 0;
	}

#nav .nosub a, 
#nav .nosub .navHover a {
	background-image: none;
	/*padding: 8px 8px 0 8px;*/
	}


#nav .nosub div.navHover a {
	}

#nav .nosub div.navHover a span {
	}


#nav .nosub div.subdiv,
#nav #rightNav .nosub .subdiv,
#nav #rightNav .nosub div.subdiv {
	display: none !important;
	}


/*Sub Menu Container*/
#nav div .subdiv {
	display: block;
	width: 150px;
	padding: 1px;
	position: absolute;
	visibility: hidden;
	/*background-image: none;*/
	padding-bottom: 5px;
	background: #9d1515;
	}

#nav div .subdiv div {
	float: none;
	padding: 0;
	background-image: none;
	}

#nav div .subdiv a {
	background-image: none;
	margin: 0;
	font-size: 12px;
	padding: 2px 8px;
	text-transform: none;
	float: none;
	display: block;
	height: auto;
	}

#nav div.subdiv a:hover {
	background-color: #fff;
	color: #000;
	height: 1%;
	}

/*------------------------------Right Nav--------------------------------*/
/*Right Nav Wrapper*/
#nav #rightNav {
	float: none;
	padding: 0;
	}

/*Main Items*/
#nav #rightNav div {
	float: right;
	display: block;
	background: none;
	}

#nav #rightNav div.spanner {
	width: 15px;
	height: 31px;
	}

#nav #rightNav div div {
	float: none;
	}

/*Main Links*/
#nav #rightNav div a {
	color: #FFFFFF;
	float: left;
	background-position: 100% -44px;
	}

/*Main Item Hover States*/
#nav #rightNav .navHover {
	background: none;
	}

#nav #rightNav .navHover a {
	background-position: 100% -14px;
	color: #fff;
	}

/*Main Item Hover States - No Subnav */

#nav #rightNav .nosub a, 
#nav #rightNav .nosub .navHover a {
	background-image: none;
	}


/*Sub Menu Container*/
#nav #rightNav .subdiv {
	/*background: #466992 none;*/
	padding-bottom: 5px;
	background: #000000;
	}

#nav #rightNav .subdiv div {
	background: #000000;
	}

#nav #rightNav .subdiv a {
	background-image: none;
	float: none;
	display: block;
	padding: 2px 8px;
	}

#nav #rightNav .subdiv a:hover {
	background-color: #fff;
	color: #000000;
	}
