/* ---------- GLOBAL CSS RULES --------------------------- */

@charset "utf-8";

/* CSS Document */

body, html {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serifTimes, "Times New Roman", serif;
	font-size: 11pt;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	}

.printOnly {
	display: block;
	}
	
.no_print {
	display: none;
	}

/* ---------- Typography --------------------------- */


p	{
	margin: 0 0 1em 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000 !important;
	margin: 0 0 0 0;
	padding: 0;
	}

h1, h2 {
	font-family: arial, helvetica, sans-serif;
	}

h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	}

h1 {
	font-size: 22px;
	
	}

h2 {
	font-size: 18px;
	
	}

h3 {
	font-size: 14px;
	
	}

h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}

h5, h6 {
	color: #000;
	}


a {
	  color:#000 !important;
	  text-decoration:underline !important;
   }

a:link:after {
      content:" (http://www.health.state.mn.us" attr(href) ") ";
	  text-decoration: none !important;
	  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	  font-size: 10pt;
   }
   
a[href^=http]:after {
      content:" (" attr(href) ") ";
	  text-decoration: none !important;
} 
   
a[href^=mailto]:after {
      display:none;
}

a[href^="#"]:after {
      display:none;
}       
	
a[href^=www]:after {
      content:" (" attr(href) ") ";
	  text-decoration: none !important;
}    

/* ---------- Site-wide styles --------------------------- */

form, input {
	margin: 0;
	padding: 0;
	border: .5pt solid #000;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block
	}


blockquote {
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
	color: #000;
	margin: 0;
	padding: 0 3em 0 3em;
	}

div {
	padding: 0;
	}

span {
	padding: 0;
	}




/* ---------- Page Layout & Columns --------------------------- */


#sidebar_left, #sidebar_right {
	display: none;
	}


/* Social Media Links */

#socialMedia {
	display: none;
	}


/* ---------- Banner --------------------------- */
	
#header {
	padding: 0;
	margin: 0;
	}

#logo {
	padding: 0;
	margin: 0;
	}

#logo img {
	padding: 0;
	margin:  0 0 15px 0;
	}
#missionstatement {
	display: none;
}

#navigation {
	display: none;
	}


/* Search Form */

#searchform {
	display: none;
	}


/* Web-App Title */


#apptitle h1, #apptitle h2, #apptitle h3, #apptitle h4, #apptitle h5, #apptitle h6 {
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	color: #000;
	margin: 0;
	padding: 0;
	}


/* ---------- Footer --------------------------- */
	
	
#footer {
	padding: 0;
	margin: 0;
	}

#footerTopics {
	display: none;
	}

#footerContact ul {
	display: none;
	}

#northStar {
	display: none;
	}


/* ---------- HOME PAGE CSS RULES --------------------------- */


/* Override styles from main.css  */


/* Mission Statement */

#mission {
	padding: 0;
	margin: 0;
	}

/* Feature Box */

#feature {
	display: none;
	}


/* Topics */

#topicsNav {
	display: none;
	}

#topicsTabs {
	display: none;
	}

#topicsBody a {
	text-decoration: none;
	}

#topicsLeft a, #topicsRight a {
	text-decoration: none;
	}

