@charset "utf-8";

/*
	HealthPartners 2010 
	reset css
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	font-size: 101%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
tbody, tfoot, thead, tr, th, td {
	font-size: 101%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	line-height: 1;
	}

.clear-inline:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
    }

.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}	
	
.voice-over, .speak-text {
	position: absolute !important;
	display: inline !important;
	top: -999em !important;
	left: -999em !important;
	margin: 0 !important;
	padding: 0 !important;
	} 

article, dialog, div, figure, footer, header, hgroup, section, video {
	display: block;
	}
	
nav {
	display: inline;
	}	

aside {
	float: right;
}	

nav ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

a 	{
	font-size: 101%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
	}

mark {
	color: #000;
	background-color: #ff9;
	font-weight: bold;
	font-style: italic;
	}

del {
	text-decoration: line-through;
	}

abbr[title], dfn[title] {
	border-bottom: 1px #000 dotted;
	cursor: help;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

hr 	{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px #ccc solid;
	margin: 0.5em 0 1em;
    padding: 0;
	}

strong {
	font-weight: bold;
	}

em 	{
	font-style: italic;
	}

input, select {
	vertical-align: middle;
	}
	
input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"], input[type="reset"], input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {   
    border: 0 none;
    }

a:focus, input[type="submit"]:focus, input[type="button"]:focus {     
	outline: none; 
	}
	
iframe, object {
	border: 0 none;
	outline: none;
	}

input[type="hidden"] {
	display: none;
	}