#header #logo, #header #logo h1 { width:300px; }
#header #logo h1 {margin:30px 0 8px; height:119px;border-bottom:1px dotted #000; }
#header #logo h1 a span { background:#fff url(/img/logo.jpg) no-repeat; }
#header #logo h1 a{ width:300px; height:119px; }


#schedule h3 {
background:#f03;
}

#schedule .container {
border-left:5px solid #f03;
border-right:5px solid #f03;
border-top:1px solid #f03;
border-bottom:1px solid #f03;
background:#fefefe;
}

body, #header {
background:#ccc;}

#content, #header-inner  {
border:2px solid #fff;
border-width:0 2px;
width:965px;
margin:0 auto;
position:relative;
background:#fff;
}

#navcon {
	width:465px;
	text-align:center;
	background:#cccccc;
	position:absolute;
	top:95px;
	left:315px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:999;
}

#navcmj, #navcmj ul { /* all lists */
	padding: 2px;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
	font-weight:bold;
	position:relative;
	z-index:500;


}

#navcmj a {
	color: #000000;
	display: block;
	width: 75px;
	text-decoration: none;
	border-bottom: 0;

}

#navcmj a.hover {
	background: none;
	display: block;
	width: 75px;
	text-decoration: none;
}

#navcmj li { /* all list items */
	float: left;
	width: 75px; /* width needed or else Opera goes nuts */
	padding-top:3px;
	padding-bottom:2px;
	color:#990066;
	

}

#navcmj li:hover { /* all list items */
	background: #ffff66;
}

#navcmj li ul { /* second-level lists */
	position: absolute;
	background:#ffffff;
	font-size: 13px;
	width: 82px;
	text-align: left;
	padding:1px;
	font-weight:normal;
	color:#990066;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navcmj li ul li:hover { /* second-level lists hover */
	background: #ffff66;
}

#navcmj li:hover ul, #navcmj li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
