@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/tyx6qbr.css");
body {margin:0; font-family: Helvetica, Arial, sans-serif; font-weight:200; line-height: 24px; font-size: 16px;}
html {margin:0; padding:0;}
a {
	color: #005eb3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	padding: 5px 10px 5px 0;
	margin: 10px 0;
}

p {margin: 10px 0;}

h1, h2, h3, h4, h5, h6 {
	font-family: franklin-gothic-urw-cond, helvetica;
	font-weight: 700;
	line-height: 28px;
	color: #00274c;
}

#header {
	background-color: #00274c;;
	color: #fff;
}

.header-wrapper {
	max-width:980px;
	margin: 0 auto;
	padding: 10px 0;
}

#logo-name-wrapper {
	width:100%;
	float:left;
}

#mich-med-logo {
	float:left;
	width: 80px;
	margin-right: 30px;
	padding: 15px 10px;
}

#mich-med-logo img {
	width:120px;
}

.hits-name {
	font-size: 32px;
	margin-top:10px;
	font-family: franklin-gothic-urw-cond, helvetica;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 32px;
	margin-left: 150px;
}

#header-quick-links {
	font-family: franklin-gothic-urw-cond, helvetica;
	font-weight: 400;
	letter-spacing: 1px;
	clear:both;
	text-align:center;
	float:left;
	padding-top:0;
	margin-left: 25px;
}
#header-quick-links a {
	color: #ffcb05;
	//text-decoration:none;
	font-size: 20px;
}

#header-quick-links ul {
	list-style-type:none;
	padding:0;
		margin-top: 0;
}
#header-quick-links li {
	float:left;
	border-right: 1px solid #fff;
	padding: 0 10px;
	margin-left:0;
}
#header-quick-links li.last {
	border-right: none;
}
.clear-fix {
	clear:both;
}

#idm-banner {
	background-color: #024794;
	color: #fff;
}
.idm-title {
	font-size: 38px;
	padding: 30px 10px;
	box-sizing: border-box;
	max-width: 980px;
	margin: 0 auto;
	text-align:center;
	font-family: franklin-gothic-urw-cond, helvetica;
	font-weight:700;
	line-height:38px;
}

#content {
	max-width:980px;
	margin:0 auto;
	padding: 10px;
	font-size:18px;
}

#footer {
	background-color: #00274c;
	color: #fff;
}

#footer-content {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 10px 50px 10px;
	font-family: franklin-gothic-urw-cond, helvetica;
	font-weight:400;
}

#footer-content a {
	color: #ffffff;
	text-decoration:underline;
}

#mich-med-footer-logo {
	padding: 15px 15px 15px 0;
	float:left;
}

#mich-med-footer-logo img {
	width:100px;
}

.copyright-statement {
	padding-top: 15px;
	margin-left: 115px;
}

@media only screen and (min-width: 480px) {
	
	#header-quick-links {
		float:right;
		
	}
}

@media only screen and (min-width: 800px) {
	#logo-name-wrapper {
		width:54%;
		float:left;
	}
	#header-quick-links {
		padding-top: 30px;
		clear:none;
		
	}
}