* {overflow:visible;}

#header, #menu, .breadcrumbs, div.sidebar, #footer, #subfooter, .outofsight, div.formats, div.inset, .noprint {
    display: none;
}

div.printonly {
    display: block;
    text-align: center;
}

#printheader {
    text-align: left;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #666;
}

img {
    border: none;
}

/* Thanks to http://alistapart.com/articles/goingtoprint/ for advice on
 * print style sheets.
 */

body {
    background: white;
}

h1, h2, h3, h4, p, li {padding:1px 0;margin: 1px 0;}

#frame {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent;
    border: none;
}

a:link, a:visited {
    color: #005596;
    background: transparent;
    font-weight: bold;
}

nav, ul#navbar{display:none;}


/* EC Profiles */

#overview, #health, #early_care, #parenting {page-break-after: always;}
.profiles p{font-size:16px;}
.profiles select#state-select, .profiles .button.popup {display: none;}
.profiles div.notes{width:100%}
.profiles div.inset.left, .profiles div.inset p{display:block;}
.profiles div.inset.left .image {display:none;}
.profiles div.inset p{font-size:12px;}
.profiles .e-rightcol{float:right;}
.ec-leftcol, .profile-leftcol {
	float:left;
	margin-right:4px;
}

.ec-rightcol, .profile-rightcol {
	float:right;
}

.profilenav h3.title {
    color: #cf7600;
    font-family: Trebuchet,"Trebuchet MS",Helvetica,sans-serif;
    font-size: 140%;
    font-weight: 700;
    line-height: 102%;
    text-align: center;
    text-transform: uppercase;
}
.profiles .center {text-align: center;}
.profiles h3.title, .profiles h2, .printonly {padding-top:19px}

.profiles .clearing {clear:both;}