/*
	Child Care Resource & Referall, Master Stylesheet for print media
	Last Updated: 21 March 2008
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Import sIFR styles for print
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@import "sIFR-print.css";


/*~~~~~~~~~~~~~~~~~~~~~~~~~
	Logo
~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 {
	text-indent: 0;
	font-size: 16px;
}
h1 a{
	width: auto;
	color: #000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
	Resource navigation
~~~~~~~~~~~~~~~~~~~~~~~~~*/
#resourcenav li {
	padding-right: 50px;
	width: 101px;
	text-indent: 0;
	text-transform: uppercase;
}
#resourcenav li#parentdd {left: 15px; }
#resourcenav li#providerdd { left: 166px; }
#resourcenav li#communitydd { left: 317px; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~
	Content
~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.home #content{
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body.home #content h2{
	margin: 48px 0 0 48px;
	text-transform: uppercase;
	font-weight: normal;
}
body.home #content p{
	margin: 48px 0 0 48px;
	font-size: 14px;
	line-height: 1.7em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
	Inside pages
~~~~~~~~~~~~~~~~~~~~~~~~~*/
#banner span.image_replace{
	position: relative;
	padding-right: 10px;
	left: auto;
}