/* delete after testing: 
#neweasy a { background: black !important; }
#neweasy { display: block !important; }
/* end delete after testing */
	
/* start THINGS TO HIDE */
#neweasy,#textSize,
.accessible,
.hp,
a#container,
.utilityNav,
#rightColumn,
.search,
.site-navigation,
#nav,
.contactUs a,
.footer ul,
#homeNav,
#adBanner,#topNav
	{display:none;}	
/* end THINGS TO HIDE */


/* reset average items to black on white and auto width to printed media */
body, p, div, td, li, dd { color: black; }
html, body { 
	background: white none;
	height: auto;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	width: auto; 
	}
/* make links a little more subtle */
a:link, a:visited { color: black; text-decoration: none; border-bottom: 1px solid #ccc; }
h1 { 
	line-height: 1.5;
	height: auto;
	margin: .5em 0;
	padding: 0; 
	}

/* minimize brand area */
.banner { 
	background: none; 
	float: none;
	}
.banner .logo { float: none; margin: 0 0 1em; }
* html .banner .logo { position: static; } /* for IE<7 */
.banner:after, #innerContainer:after, #container:after { display: none; }
#outerContainer #innerContainer * { height: auto; position: relative; }
#outerContainer #fullColumn .breadcrumb { 
	height: auto;
	line-height: 2em; 
	margin: 0 0 1em; 
	}
#outerContainer #fullColumn .breadcrumb a { 
	color: black; 
	text-decoration: none; 
	} 
#outerContainer, 
#outerContainer #innerContainer,
#outerContainer #content.column
	{ 
	background: none; 
	float: none; 
	margin: 0; 
	padding: 0; 
	width: auto; 
	}
div .introduction { padding: 0; }
#leftColumn {
	float: none;
	padding-right: 11.75em;
	width: auto;
	}
.column h2 { min-width: 100% }
#leftColumn h2 span { 
	background: transparent;
	float: none;
	padding: 0 0 3px; 
	}
.item { 
	padding-left: 0; 
	width: auto; 
	}
.item img { padding-left: 0; }
#verticalNav { 
	float: right;
	font-size: .7em;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	}
.contactUs { 
	width: auto;
	margin: 5px 0 0 0;
	display: block;
	}
.contactUs, .contactUs h3 { 
	background: white none; 
	padding: 5px; 
	}
.contactUs h3 { 
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	}
.contactUs p {
	font-size: 1em;
	margin: 5px 0 0;
	padding: 0; 
	}
.footer { 
	background: white; 
	border-top: 1px solid #ccc; 
	color: black; 
	margin:1em 0 0; 
	padding: .5em 0 0; 
	}
.footer .copyright p, .footer .copyright { 
	color: black; 
	margin: 0; 
	padding: 0; 
	}

/* some styles for home page */
#container, #outerContainer, .banner { padding: 0; }
#home a { border-bottom: none; }
.homeColumn{	padding: 5px 40px 5px 0;}
#homeLeft, #homeMiddle, #homeRight { width: 295px;}
/* landing pages */
#fullColumn { line-height: 1.5; }
#fullColumn .landingHeader,
#fullColumn .landingHeader h1,
.landingHeader p { 
	background: white none;
	clear: both;
	height: auto;
	line-height: 1.5;
	margin: 0;
	overflow: visible;
	padding: 0 0 1px;
	width: auto;
	}
#fullColumn .landingHeader h1 { margin: 1em 0 .5em; }
.landingHeader p { margin: 0 0 1em; }

/*channel specific styles*/
.members    h1, .members   h2 span { color: #362; background: white none; }
.employers  h1, .employers h2 span { color: #738; background: white none; }	
.producers  h1, .producers h2 span { color: #068; background: white none; }	
.insurance  h1, .insurance h2 span { color: #c23; background: white none; }	
.providers  h1, .providers h2 span { color: #05a; background: white none; }	
.generic    h1, .generic   h2 span { color: #038; background: white none; }		

/* hidden tabs */
div.domtab div {
	display: block; !important
}

ul.domtabs {
	display: none;
}
