/* =======================================
|	   GLOBALPRINT.CSS    V.090121
|	   with Budget Home specific format
========================================== */
/*	---	HTML Styles for Printing	-------	*/
body {
/* background: #fff !important;*/
}

#header {display: none;}

#content {
margin: 0;
clear: none;
}

div#masthead { /* div required to override IE background */
margin:0;padding:0;
}


#quicklinks a:link {
color: #000;
text-decoration: underline;
}

p#siteinfo {
margin-left: 0;
background: #fff;
}

#logo a, #logo a:link {
display:inline;
text-indent: 20px;
margin-left: 0;
text-decoration: none;
color: #000;
z-index: 0;
}

#sitename a, #sitename a:link, .topic #sitename a, .topic #sitename a:link, .constituent #sitename a,  .constituent #sitename a:link {
text-indent: 20px;
text-decoration: none;
font: bold 2.1em Arial, Helvetica, sans-serif;
color: #000;
} 

/* ------------------------------------------------ */

/* ================================
	Budget home specific format
================================ */	
.budget_home #container #masthead {
	min-height: 6.5em;
	margin: 0;
	padding: 0 0 0.3em 1em;
	clear: both;
	}
.budget_home #masthead #siteinfo {
	margin: 0;
	padding: 0;
	}	
.budget_home #container #masthead #logo {
	height: 1.3em;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;	
	}
* html .budget_home #masthead #logo {
	padding: 0;
	}
.budget_home #masthead #logo a { /* Mass.gov Home */
	display: block;
	height: 2em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	float: none;
	text-indent: 0;
	}
* html .budget_home #masthead #logo a { /* Mass.gov Home */
	margin: 0;
	padding: 0;	
	}	
.budget_home #masthead #sitename {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	}	
.budget_home #masthead #sitename a {
	margin: 0;
	padding: 0;
	height: 1em;
	float: none;
	text-indent: 0;
	}
.budget_home #content {
	border-top: 2px solid #00649b;
	margin: 0;
	padding: 1em 0 0 0;
	}
* html .budget_home #content {
	width: 665px;
	}
* html .budget_home #content #content_primary {
	width: 535px; 
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}
* html .budget_home #content #content_primary #content_tertiary {
	width: 120px;
	margin: 0;
	padding: 0;
	}
* html .budget_home #content #content_primary #content_primary_column {
	width: 390px;
	margin:0;
	padding: 10px;
	float: right;
	}
* html .budget_home #content #content_secondary {
	width: 120px;
	margin: 0;
	padding: 0;
	}	
* html .budget_home #content #content_primary #content_tertiary *, * html .budget_home #content #content_secondary * {
	width: 120px;
	}
.budget_home .module {
	border-bottom: 3px double #B4C4D3;
	}
.budget_home #content .module ul ul {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	}
.budget_home #footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #00649b;
	}
.budget_home #footer li {
	display: none;
	}		
.budget_home #footer li#copyright {
	display: block;
	}	
/* -----------------
	Hide idtems 
   ----------------- */
.budget_home #quicklinks, #header,				
.budget_home #printer {
	display: none;
	}

