
/*** Menu ***/
#menu {
	height: 47px;
	margin-bottom: 6px;
	padding: 0 12px;
}

#menuLogo {width: 160px; margin-right:10px;}

#menuLogo span {
	background: transparent url(/img/sprite_core.png) no-repeat 0 0;
	width: 150px;
	height: 30px;
}
#menuLogo a {padding: 7px 0;}

.menuList li a {
	font-size: 14px;
	padding-top: 21px;
	padding-bottom: 9px;
}

.menuDrop span { 
	background: transparent url(/img/sprite_core.png) no-repeat right -30px;
}

#dropdown {
	top: 49px;
	left: 239px;
}
	
	
/*** Main Body ***/
#intro {font-size: 14px;}

#homeMenuNFL {margin-top: 12px;}

#homeMenuNFL .conference {float: left; width: 50%;}
#homeMenuNFL .sep {clear: both;}

#homeMenuNFL ul {width: 275px;}
#homeMenuNFL li {float:left; padding: 3px;}
#homeMenuNFL li a {display: block; border: 1px solid white;}
#homeMenuNFL li a:hover {border-color: #153e83;}


/*** About Pages ***/
.pageAbout {line-height: 1.4;}
.pageAbout #mainCol h2 {color: #bf001b; font-size:14px; font-weight:bold; margin: 12px 0 12px;}
.pageAbout #mainCol p {padding-bottom: 8px;}
.pageAbout .rightMod {margin: 0 15px; font-size: 12px; border-bottom: 1px solid #ccc;}
.pageAbout .rightMod h3 {font-size: 13px; font-weight: bold; margin-bottom: 12px;}

#contact div {margin-bottom: 9px;}
#contact p {margin-bottom: 6px;}
#contact .intro {margin: 30px 0 8px;}
#contact img {padding: 2px 0;}



