@charset "UTF-8";
/* UofM Header and Footer */



/**************** SITE BANNER ***********************/

/** NOTE CHANGE THE FOLLOWING FOR YOUR OWN SITE BANNER **/
#wideSiteBanner,#shortSiteBannerLeft,#shortSiteBannerRight{
	height:56px;
	/*background:#725d3b url(/images/Banner-Chairs.jpg) left no-repeat;*/
	background:#725d3b url(/images/Banner-Chairs_new.jpg) left no-repeat;
}


/**********************************************************/









#wideSiteBanner h1, #wideSiteBanner p, #shortSiteBannerLeft h1,#shortSiteBannerRight h1{
	position:absolute;
	left:-9999px;
}

#wideSiteBanner a{
	display:block; height:56px;	
}
#wideSiteBanner a:hover{background:none;}



/************************** HEADER ***********************************/

#header{
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
	background:#fff;
	border:none;
}
#header ul, #header li, #header p, #header div{font-size:11px;}


/******* Hide skip links *******************/
#skipLinks{ position:absolute; left:-9999px }

/*************************** CAMPUS LINKS ****************************/
#campus_links{text-align:right; background-color:#fff; padding-right:22px;}

#campus_links a{color:#7a0019; /*Standard Maroon*/ font-weight:normal;}
#campus_links a:hover{color:#666; /*Gray*/}

#campus_links ul, #campus_links li, #campus_links p{display:inline;}
#campus_links ul{margin:0;padding:0}
#campus_links li{margin-left:10px;}


/*************************** UOFM HEADER (MAROON BAR) ******************/

#headerUofM{
	position:relative;
	background:#7a0019 url(../img/bg_header.gif) repeat-x;
	height:63px;
}

#logo_uofm{
	background:url(../img/logo_uofm_D2D.gif) no-repeat;
	height:62px;
	width:320px;	
}
#logo_uofm a,#logo_uofm a:hover{
		/*this should leave the link - but push the words into the hidden overlfow */
		display:block;
		height:62px; /*Must be same height as #logo_uofm*/
		width:0;
		padding-left:320px;/*Must be same as #logo_uofm width */
		overflow:hidden;
			background:none;
}


/************************ SEARCH BUTTONS (MYU AND ONE STOP) *****************/
#search_area{
		position:absolute;
		right:0;
		top:0;
		text-align:right;
}


#search_nav{
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
}
#search_nav a{
	display:block;
	float:right;
	width:0px;
	height:25px;
	padding-left:73px;
	overflow:hidden;
	margin-left:5px;
	
}

#btn_myu{
	background:url(../img/btn_myu.gif);
}
#btn_onestop{
	background:url(../img/btn_onestop.gif);
}


/******************* SEARCH BOX ************************************/

#gsearch{
	background: #fc3 url(../img/search_field.gif) no-repeat; /* #f3c */
	height:22px ;
	width:275px;
	position:relative;
	top:35px;
	}
	
#searchRadios{display:inline;
left:-15px;
position:relative;
top:-5px;
width:140px;
}

#gsearch label{position:absolute; left:-9999px}

#gsearch #searchRadios label{position:relative; left:0}

#search_field{
	
	border:0;
	color:#666666;
	width:200px;
	position:absolute;
	top:3px;
	left:15px;
	font-size:11px;
	color:#333;
}


/*************** HORIZONTAL NAVIGATION ************************/


#header_sub{
	background:url(../img/bg_header_sub.gif) repeat-x;
	height:25px;
	border-bottom:1px solid #5B0013;
	border-top:1px solid #5B0013;
	position:relative;
	padding-top:5px;
	padding-left:15px;
}

#header_sub ul{
	position:absolute;
	right:10px;
	margin:0;
}
#header_sub ul li{
	float:left;
	list-style:none;
	position:relative; 
}



#header_sub li a,#header_sub li .listItem{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #ddd;
	padding-left:5px;
	padding-right:5px;
	
}
#header_sub li:first-child a:first-child{
	border:none;
}

#header_sub li a:hover{
	color:#ffb71e;
}

/******** Second level of navigation *****/


#header_sub ul ul{
	margin:0;
	padding:0;
	padding-bottom:10px;
	width:144px;
	background:url(../img/dd_menu_bottom.gif) bottom no-repeat;
	top:18px;
	display:none;
}
#header_sub ul ul,#header_sub ul li:hover ul, #header_sub ul.focus ul.focus{
	left:-36px;	
}

#header_sub ul li:hover ul, #header_sub ul ul.focus{display:block; z-index:200}



#header_sub ul li.last ul,#header_sub ul li.last:hover ul,#header_sub ul li.last ul.focus{
	left:-72px;
	
}
#header_sub ul li li{
	float:none;
	margin:0;
	border:1px solid #E5B010;
	border-bottom:1px solid #fdd67b;
	border-top:none;
	background:#FCEBB9;
	padding:0px;
	
}

#header_sub ul li.last li:first-child{
	background:url(../img/dd_menu_top_end.gif);	
	
}

#header_sub ul li li:first-child{
	background:url(../img/dd_menu_top.gif);
	padding-top:15px;
	border-left:0;
	border-right:0;
}

#header_sub li li a, #header_sub li li .listItem{
		padding:2px;
		color:#333;
		border-left:none;
		display:block;
		text-align:center;
		font-weight:normal;
		width:138px; /*This is the width of the item minus the border and padding on each side (144 - 2(border) -4(padding)*/
}

#header_sub li li a:hover,#header_sub li.hasSub:hover li a:hover,  #header_sub li li .listItem:hover{
		color:#333;
		background:#e3e3e3;
}




/************** SECONDARY LEVEL DROP DOWNS *********************/
#header_sub ul li ul li ul,#header_sub ul li ul li:hover ul,#header_sub ul li.last ul li:hover ul,#header_sub ul.focus  ul.focus ul.focus{
	left:-144px;
}
#header_sub ul li ul li ul,#header_sub ul li ul li:hover ul,#header_sub ul li ul li ul.focus{top:-10px;}

#header_sub ul li ul li:first-child ul{
	top:5px;
}

#header_sub ul li li li:first-child,#header_sub ul li.last li:first-child li:first-child{
	background:url(../img/dd_menu_top_secondary.gif);
	padding-top:10px;
	border-left:0;
	border-right:0;
}


#header_sub ul li:hover ul li ul{
	display:none;  /* hide third level when second level is shown */
}

#header_sub ul li ul li:hover ul, #header_sub ul ul.focus{
	display:block; /* show 3rd level */
}
#header_sub li.hasSub:hover  a,#header_sub li.hasSub:hover .listItem{
	background:#e3e3e3 url(../img/arrow.gif) no-repeat left center;	 /*What a link will look like when there is sub menu*/
	
	
}

#header_sub li.hasSub:hover li  a,#header_sub li.hasSub:hover li .listItem{
	background:none;	
}

/*************** UNIT LIST ***********************************/


#header_sub .unit,#header_sub .unit a{
	color:#ffde7a;
	text-decoration:none;
}
#header_sub .unit a:hover{
	color:#fff;	
}
/*************** BREADCRUMBS ***********************************/
/* Kevin commented out to remove the horizontal bar at the top. */
/* #breadcrumbs{
	border-bottom:1px solid #BBB7B0;
	padding-bottom:4px;
	padding-top:2px;
} */



/************************* PRINT HEADER *******************************/

#printHeader{display:none;}



/******************************************************************/
/******************* FOOTER **************************************/
/* Hide footer on Viewer but not on main OCM website */
#ContentBox #footer * {display:none;}

#footer{
	border-top:3px solid #e4e4e4;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
	height:75px;
	position:relative;
	line-height:18px;
}
#footer ul, #footerli, #footer p, #footer div{font-size:11px;}

#footer a{
	color:#7A0019; /*Maroon*/
	white-space:nowrap;
	font-weight:normal;

}

#footer a:hover{
	color:#666; /*Gray*/
}

#footer_inner{
	padding:5px 10px 0 10px;
	
}

#footer .footerLinks{
	position:absolute;
	right:10px;
	text-align:right;
	width:360px;
}

#footer .footerLinks ul, #footer .footerLinks ul li, #footer .footerLinks p{
	display:inline;
	list-style:none;
	padding-left:5px;
}

#footer .footerLinks ul{
	padding:0;
	margin:0;
}
#footer .copyright{
		margin:0;
		padding:0;
}
/******************* UNIT FOOTER **************************************/

#UofM_unit_footer_wrapper {
    background-color: #e7e7e7;
    border-top: 3px solid #E4E4E4;
    line-height: 5px;
	clear:both;
    text-align: left;
	margin-top:10px;
}
#UofM_unit_footer_wrapper {
    padding: 10px 10px;
}
#UofM_unit_footer_wrapper * {
    display: inline;
}
#UofM_unit_footer_wrapper ul{padding:0}
#UofM_unit_footer_wrapper li {
    border-left: 1px solid #666666;
    margin-left: 5px;
    padding-left: 10px;
}
#UofM_unit_footer_wrapper ul li:first-child {
    border-left: 0 none;
    margin-left: 0;
    padding-left: 0;
}
#UofM_unit_footer_wrapper img {
    position: relative;
    top: 5px;
}
#UofM_unit_footer_wrapper a {
    color: #7A0019;
}
#UofM_unit_footer_wrapper .unit_footer_one_stop_img {
    border: 1px solid #333333;
}
#UofM_unit_footer_wrapper .unit_footer_contact_link {
    position: relative;
    top: -12px;
}
#UofM_unit_footer_inner .unit_footer_contact_link {
    position: relative;
    top: 2px;
}
