﻿#toc {
	width: 520px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#toc a {
	text-decoration: none;
	color: #000000;
}
#toc a:visited {
	text-decoration: none;
	color: #000000;
}
.toc_left {
	width: 320px;
	height: auto;
	position: relative;
	float: left;
}
.toc_left ul {
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 20px;
}
.toc_left ul li {
	margin: 0;
	padding: 0 0 5px 0;
}
.toc_left ul li ul li {
}
.toc_right {
	width: 190px;
	height: auto;
	position: relative;
	float: right;
	padding-left: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: -10px;
}
.toc_sectionheaders {
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 25px;
}
.careers_leftnav {
	width: 207px;
	clear: both;
	color: #444444;
	position: relative;
	margin: 0;
}
.careers_leftnav img {
	border: 0;
	padding: 0;
	line-height: 0;
	margin-bottom: -6px;
}
.careers_leftnav_contact {
	background-image: url('/quadrangle/PublishingImages/gradient.gif');
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -2px;
	font-size: 10px;
}
.careers_leftnav_issues {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -2px;
	background-color: #ffffff;
	font-size: 10px;
}
.ms-WPBody .coda-nav ul li a.onlineextras {
	background-image: url('/quadrangle/spring2011/PublishingImages/onlineextras_background.gif');
	background-repeat: repeat-x;
	background-color: #fdac29;
}
.panel-wrapper ul li {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height:1.6;
}
.floatright {
	float: right;
	width: 220px;
	margin: 0 0 0 10px;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	font-size: 10px;
	color: #999999;
}
div.floatright img {
}
.floatleft {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	font-size: 10px;
	color: #999999;
}
.floatright_small {
	float: right;
	width: 90px;
	margin: 0 0 0 5px;
	background-color: #fff;
	padding: 5px 0 5px 5px;
	font-size: 10px;
	color: #999999;
}
.floatright_small2 {
	float: right;
	width: 135px;
	margin: 0 0 0 5px;
	background-color: #fff;
	padding: 5px 0 5px 5px;
	font-size: 10px;
	color: #999999;
}
div.floatright_small img {
}
.floatleft {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	font-size: 10px;
	color: #999999;
}
div.floatleft img {
}
.floatleft_small {
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
	background-color: #fff;
	padding: 2px 2px 2px 0;
	font-size: 10px;
	color: #999999;
}
.floatleft_small2 {
	float: left;
	width: 135px;
	margin: 0 5px 0 0;
	background-color: #fff;
	padding: 2px 2px 2px 0;
	font-size: 10px;
	color: #999999;
}
div.floatleft_small img {
}
.2columncontainer {
	width: 550px;
	margin: 0;
	padding: 0;
	position: relative;
}
.2column_left {
	float: left;
	position: relative;
	width: 220px;
	margin: 0;
	padding: 0;
}
.2column_right {
	float: right;
	position: relative;
	width: 220px;
	margin: 0;
	padding: 0;
}
.sublogo {
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 69px;
	left: 5px;
	z-index: 999999;
	border: 0;
}
.sublogo img {
	border: 0;
}
/* CONTENT SLIDER */
/* Most common stuff you'll need to change */
.coda-slider-wrapper {
	padding: 0;
	margin: 0;
}
.coda-slider {
	background-image: url(/assets/tools/contentslider/slider_gradient.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px;
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 565px;
}
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 565px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 10px;
	width: 100px;
}
/* Tab nav */
.ms-WPBody .coda-nav ul li a.current {
	background-image: url(/assets/images/level_2/active_bg.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 5px 5px 5px 5px;
	height: auto !important; /* ie6 ignores min-height completely */;
	height: 100%;
}
/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}
.coda-nav {
	background-color: #4589bd;
	background-image: url('/assets/images/level_2/center_gradient_bg.png');
	background-repeat: repeat-y;
	width: 565px;
	height: 37px;
}
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: inline;
	overflow: hidden;
	margin:0;
	padding:0;}
.coda-nav ul li {
	display: inline;
}
.ms-WPBody .coda-nav ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 11px 7px;
	text-decoration: none;
	border-right: 1px #FFFFFF solid;
	text-transform: uppercase;
	font-size: 11px;
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-slider .panel-container {
	position: relative;
}
.coda-nav-left, .coda-nav-right {
	float: left;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.careers_leftnav .ms-WPBody h2 {
	width: 175px;
	height: 15px;
	font-size: 12px;
	background-color: #468ABE;
	padding: 10px 10px 10px 22px;
	color: #FFFFFF;
	background-image: url('/assets/images/level_2/right_gradient_bg.png');
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
}
.careers_leftnav p {
	padding: 10px 0 0 22px;
	margin: 0 0 0 0;
}
/* THE MICHIGAN DIFFERENCE */
.thumbnail {
	float: left;
	width: 165px;
	min-height: 250px;
	border: 1px solid #CCCCCC;
	margin: 0 7px 10px 0;
	padding: 5px;
}
.thumbnail_r {
	float: left;
	width: 165px;
	min-height: 250px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	padding: 5px;
}
#page #main .ms-WPBody .thumbnail a {
	text-decoration: underline;
	color: #eb911c;
}
#page #main .ms-WPBody .thumbnail_r a {
	text-decoration: underline;
	color: #eb911c;
}
.clearboth {
	clear: both;
}
.feature_text {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#page #main .ms-WPBody .thumbnail h2, #page #main .ms-WPBody .thumbnail_r h2 {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #eb911c;
	background-image:none;
	background-color:#fff;
	width:auto;
	height:auto;
	
}
#page #main {
	width: 575px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: right;
	position: relative;
}
#page #main .ms-WPBody h3{
	background-image: url('/assets/images/level_2/center_gradient_bg.png');
	background-repeat: repeat-y;
	width: 535px;
	height:15px;
	font-size: 12px;
	background-color: #468ABE;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	clear:both;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
.ms-WPBody .panel-wrapper .ms-rteCustom-SecondaryGrayBlueHeader a{
color:#778899;
}
.socialmedia{
margin:0;
padding:10px 0 20px 20px;
	
}
/* reduces left-margin for embeded Content Query Webpart */
div.cbq-layout-main UL LI {
	margin-left:5px;
}
#heading-2 #breadcrumbs A{
	background-image:none !important;
}
.leftNavSelected{
	color:#FFFFFF;
}
