/* going Live Panels Exceptions for DIM */

#headerpanel #headOuter {
	padding: 20px 0 0 0;
}
#headerpanel #headInner .logo {
	position:relative;
	background: url(../img/unilogo_DMI_RGB.png) no-repeat left top;
	width: 100%;
	height: 120px;
	float: left;
	margin: 0;
	border-bottom: 1px solid #999;
}
#headerpanel #headInner .logo span {
	display: none;
}
#headerpanel #headInner .logo a {
	width: 850px;
	height: 100px;
	display: block;
}
#menupanel p {
	margin: 5px 0;
}
#menupanel a, #menupanel a:hover {
	text-decoration: none;
	color:#111;
}
#menupanel #menulist ul.section {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 5%;
}
#menupanel #menulist ul:first-child { /* ignoring IE6 -- as of 04/2011 - whiteRoom */
	margin: 10px 0 0 0;
	padding: 0;
}
#menupanel #menulist ul.section li a {
	white-space:nowrap;
	line-height: 1.8em;
}
#menupanel #menulist ul.section li span.CUR a {
	font-weight: bold;
}
#menupanel #menulist ul.section li span.CUR a:after {
	content:" ¬ ";
}
#menupanel #menulist h3.section-header {
	font-size: 90%;
	color: #036;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#menupanel #menulist a.menu, #menupanel #menulist a.menu:link, #menupanel #menulist a.menu:visited {
	text-decoration:none;
	color: #393939;
	font-weight: lighter;
	display:block;
}
#menupanel #menulist a.menu:hover {
	color: #036;
}
#menupanel #menulist a.menu:active {
	color: #DDFF00;
}


/*temp dev only, going Live you better correct TS*/

#menupanel #menulist ul li {
    display: none;
}

#menupanel #menulist h3.section-header {
    
    margin: 0;
}
/*temp dev only*/

#maincontent {
	margin: 10px 0 0 0;
}
