/* -------------------------------------------------------------- 
  
    Global Print Style
	print.css  v.102611
	
-------------------------------------------------------------- */
@import "lib/reset.css";
@import "lib/typography.css";
@import "site_anf.css";
@import "mgs-ss-slideshow.css";
/* ----------------------------
		universal elements 
   ---------------------------- */
* {
	background: none;
	}   
body { 
	line-height: 1.5em; 
	color: #000; 
	background: none; 
	font-size: 9pt; 
	}
#skips, #header ul, #header a#seal, #search, #nav, #footer ul, #alert .accessibility, #resources h2, #leftcol h2, #breadcrumbs h2, #welcome a.welcome_link {
	display: none;
	}	
body * {
	margin: 0;
	padding: 0;
	background: none;
	}
/* ----------------------------
		layout elements
   ---------------------------- */
#page, #body {
	width: auto;
	}   
#body { 
	margin: 8px 0 0 0;
	padding: 1em 0 0 0;
	clear: both;
	border-top: 1px solid #aaa;
	}
#body.pg_home {
	padding: 1.5em 0 0 0;
	background: none;
	}
#breadcrumbs {
	margin: 0;
	padding: 0;
	}
#body { 
	height: 100%;
	margin: 1em 0;
	padding: 0;
	clear: both;
	overflow: visible !important;
	}	
#content {
	width: 78%;
	margin: 0;
	padding: 1em 0 0 0;
	float: right;
	border-left: 1px dotted #9b9b9b;
	overflow: visible !important;
	clear: both;
	}
#introduction { 
	width: 68%;
	padding: 0 2%;
	border-right: 1px dotted #9b9b9b;
	float: left;
	overflow: visible;
	}
@-moz-document url-prefix() {
	#introduction { 
		width: 65%;
		float: none;
		}
}	
#resources { 
	width: 25%; /* 33 */
	padding: 0 0 0 2%;
	float: left; 
	}
@-moz-document url-prefix() {		
	#content #resources {
		position: absolute;
		width: 22%;
		padding-left: 0;
		float: none;
		top: 1.8in;
		left: 77%;
		clear: both;
		}
	}
#leftcol {
	width: 20%; 
	padding: 0 1% 0 0; 
	float: left; 
	}	
.noborder {
	border: none;
	}	
/* 2 column no right column */
.page_2col_left #content{
	width: 73%; 
	padding-right: 0.1em;
	}
.page_2col_left #introduction {
	width: 99%; 
	border: none;
	}	
.page_2col_left #resources {
	display: none;
	}
.page_2col_left #leftcol {
	width: 25%;
	}		
/* 2 column no left column */
.page_2col_right #content{
	width: 100%;
	padding-right: 0.1em;	
	float:left;
	border: none;
	}
.page_2col_right #introduction,
.page_3col #content.no_left #introduction  /* 2 column */  {
	margin: 0;
	padding-left: 0;
	width: 70%;
	}
.page_2col_right #resources,
.page_3col #content.no_left #resources  /* 2 column */   {
	width: 25%;
	}	
.page_2col_right #leftcol {
	display: none;
	}
/* one column */
.page_1col #content,
.page_2col_left #content.no_left {
	border-left: none;
	}
.page_1col #content,
.page_2col_left #content.no_left {
	width: 100%;
	float: none;
	}
.page_1col #introduction,
.page_2col_left #content.no_left #introduction {
	width: 100%;
	margin: 0;
	padding: 0;
	border-right: none;
	}
.page_1col #resources, .page_1col #leftcol,
.page_2col_left #content.no_left #resources, .page_2col_left #content.no_left #leftcol {
	display: none;
	}
/* Category no left column */
#content.no_left {
	width: 100%; 
	float: none;
	border: none;
	}
/* Center Column Slots */
.center_slot {
	width: 100%;
	clear: both;
	overflow: visible;
	}
#introduction br.clear {
	margin-top: 1em;
	clear: both;
	height: 2em;
	}
/*-----------------------------------
	Tetris column common
------------------------------------- */ 
.tetris_50l, .tetris_50r, 
.tetris_75l, .tetris_25r,
.tetris_25l, .tetris_75r,
.tetris_66l, .tetris_66r,
.tetris_33l, .tetris_33c, .tetris_33r  {
	position: relative;
	float: left;
	overflow: visible;
	}	
/*-----------------------------------
	Tetris column border
------------------------------------- */ 
.tetris_50l, .tetris_75l, .tetris_66l, .tetris_25l, .tetris_33l, .tetris_33c {
	border-right: 1px solid #ddd;
	position: relative;
	} 
/*-----------------------------------
	Tetris column padding
------------------------------------- */ 
.tetris_50l, .tetris_75l, .tetris_66l, .tetris_25l, .tetris_33l, .tetris_33c {
	padding-right: 2%
	} 
.tetris_50r, .tetris_75r, .tetris_66r, .tetris_25r, .tetris_33r, .tetris_33c {
	padding-left: 2%;
	} 
/*-----------------------------------
	Slot: 2 column 1:1
------------------------------------- */ 
.tetris_50l, .tetris_50r {
	width: 47%;
	} 
/*-----------------------------------
	Slot: 2 column 2:1 / 1:2
------------------------------------- */ 
.tetris_66l, .tetris_66r {
	width: 65%;
	}
/*-----------------------------------
	Slot: 3 column 1: 1: 1
------------------------------------- */ 
.tetris_33l, .tetris_33c, .tetris_33r {
	width: 30%;
	}
/*  --------------------------
		page elements 
	-------------------------- */	
#header, #breadcrumbs, h1, #body, #pagedescription, #footer {
	margin: 0 0 3px 0;
	padding-right: 0;
	padding-left: 0;
	clear: both;
	}
/* header */	
#header {
	height: auto;
	padding-bottom: 1em;
	border-bottom: 2px solid #ddd;	
	}
#header img { /* for mass.gov logo on MMG */
	width: 15%;
	height: auto;
	margin-top: 4px;
	}	
#page #header img#seal {
	width: 50px;
	height: 49px;
	margin: 0 0 0;
	float: right;
	}	
#sitetitle, #sitetitle_nonexec {
	padding: 5px 0;
	}	
#header #sitetitle  #tagline, #sitetitle_nonexec #tagline{
	font-size: 8pt;
	}
#header #sitetitle a, #sitetitle_nonexec a {
	margin-top: 2px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
#sitetitle_nonexec a span {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	}	
/* page info */		
#breadcrumbs ol {
	margin: 0;
	padding: 0;
	}
#breadcrumbs ol li {
	display: inline-block;
	margin-right: 15px;
	list-style: none;
	font-size: 8pt;
	}
h1 {
	padding: 5px 0;
	font-size: 12pt;
	}	
#pagedescription {
	padding: 0 0 1em 0;
	font-size: 9pt; 
	}
#page #body {
	clear: both !important;
	}	
/* footer */	
#page #footer { 
	padding-top: 1em;
	height: 3em;
	clear: both !important;
	}
* html #page #footer {/* IE6 */
	display: none;
	}
*+html  #page #footer { /* IE7 */
	display: none;
	}
@media \0screen { /* IE8 */
	#page #footer {
		display: none;
		}
	}
:root #page #footer  { /* IE9 */
	display: none\9;
	}	
#page #footer p {
	position: relative;
	display: block;
	width: 100%;
	height: 3em;
	padding-top: 1em;
	clear: left;
	border-top: 2px solid #ddd;
	font-size: 8pt;
	clear: both !important;
	}	
/* alert message */
#alert {
	margin: 0 0 5px 0;
	padding: 1% 2%;
	border: 2px solid #B80202;
	list-style: none;
	}
#alert li {
	margin: 0;
	padding: 0;
	clear: both;
	}
#alert li  * { 
	display: inline-block;
	}
#alert li h2 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #ff0000;
	}
#alert li h2 span {
	margin-top: 3px;
	padding: 0 8px 0 0;
	border-right: 1px solid #b0a349;
	}	
#alert li div, #alert li a{
	font-size: 9pt;
	}	
#alert li .timestamp {
	padding-left: 8px;
	font-weight: bold;
	}		
/*  --------------------------
		content elements 
	-------------------------- */
#introduction {
	margin-top: 0;
	font-size: 10pt;
	overflow: visible;
	}
#category { 
	padding-top: 0.5em;
	}
#category li  br.clear { 
	display: block; 
	margin: 0;
	}
* html #category li  br.clear {/* IE6 */
	margin-top: 0;
	line-height: 1px;
	}
*+html  #category li  br.clear{ /* IE7 */
	margin-top: 0;
	line-height: 1px;
	}
@media \0screen { /* IE8 */
	#category li  br.clear {
		margin-top: 0;
		line-height: 1px;
		}
	}	
#category li .callout {
	margin-bottom: 1em;
	}
#introduction .center_slot .module  > * {
	overflow: visible;
	}		
#body #resoruces, #body #leftcol{
	font-size: 9pt;
	}	
#body .module div.rss {
	font-size: 8pt;
	}
#introduction .center_slot .img_wrapper img {
	position: relative;
	width: 100%;
	height: auto;
	}
#resources .img_wrapper img,
#leftcol .img_wrapper img {
	position: relative;
	width: 90%;
	height: auto;
	}
#resources div.module div,
#resources div.module li,
#resources div.module a,
#resources div.module p {
	font-size: 9pt;
	}
#introduction .tetris_33l iframe, #introduction .tetris_33c iframe, #introduction .tetris_33r iframe,
#introduction .tetris_66l iframe, #introduction .tetris_66r iframe,
#introduction .tetris_50l iframe, #introduction .tetris_50r  iframe {
	position: relative;
	width: 95%;
	height: auto;
	}	
/* -------------------------------
	Headings
---------------------------------- */	
h2, h3, h4, h5, h6 {
	margin: 0 0 0.8em 0;
	}
h2 {
	font-size: 10pt;
	}
#body #content h2,
#body #content #category li h2,
#body.pg_more #content dl h2 {
	font-size: 10pt;
	}	
h3 {
	font-size: 10pt;
	}	
h4 {
	font-size: 9pt;
	}
h5 {
	font-size: 8pt;
	}
/* -------------------------------
	Links
---------------------------------- */	
a:link .module ul li a:link {
	text-decoration: underline;
	}
/* -------------------------------
	Lists 
---------------------------------- */	
#body li {
	margin: 0 0 0.3em 0;
	}
#resources ul,
#resources ol,
#leftcol ul,
#leftcol ol  {
	list-style: none;
	}	
#introduction ul,
#introduction ol {
	margin: 1em 0 1em 25px;
	} 
#introduction ul {
	list-style-type: disc;
	} 
#introduction ul#category,
#introduction .module ul {
	margin: 0;
	list-style: none;
	}
#introduction ul#category li {
	margin-bottom: 1em;
	border-bottom: 1px dotted #9b9b9b; 
	}	
#introduction ul ul{
	list-style-type: square;
	}
#introduction ul ul ul {
	list-style-type: circle;
	}
#introduction ul ul ul ul {
	list-style-type: disc;
	}	
#introduction ol {
	list-style-type: decimal;
	}	
#introduction ol ol {
	list-style-type: lower-alpha;
	}
#introduction ol ol  ol {
	list-style-type: lower-alpha;
	}
#introduction ol ol  ol {
	list-style-type: lower-roman;
	}
#introduction dl {
	margin: 1em 0 1.3em 0.8em;
	} 
#body.pg_more #introduction dl {
	margin: 1em 0 1.3em 0;
	padding: 0;
	}	
#introduction dt,
#introduction dd {
	margin: 0.8em 0;
	}
#introduction dt {
	margin-top: 1.3em;
	font-weight: bold;
	}
#introduction dd {
	margin: 0.8em 0 0.8em 1em;
	}
.pg_more #introduction dd, .pg_more #introduction li, .pg_more #introduction p {
	padding-left: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
	}	
#resources .module ul li, #leftcol .module ul li {
	margin: 0 0 0.7em 0;
	padding: 0;
	font-size: 9pt;
	}
#resources .module ul li a, #leftcol .module ul li a,
#resources .module ul li .callout, #leftcol .module ul li .callout {
	font-size: 9pt;
	}	
#resources .module ul li .callout, #leftcol .module ul li .callout {
	padding: 0.5em 0 0 0;
	}	
a.icon {
	position: relative;
	}
.center_slot ul li { /* not for Category main content */
	margin-bottom: 16px;
	}
.center_slot div.module { /* tetris content border */
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #eee;
	}
#leftcol .img_wrapper  img, #resoruces .img_wrapper  img {
	width: 80%;
	height: auto;
	}
.ephoxsection-right {
	float: right;
    padding: 0.2em 0 0.2em 1em;
	}	
.ephoxsection-left {
	float: left;
    padding: 0.2em 1em 0.2em 0;
	}	
div#page div.caption {
	margin-top: 0.8em;
	font-size: 0.95em; /* test size */
	}
/* slideshow */
#ma_slideshow {
	display: none;
	}/*
#ma_slideshow .slides,
#ma_slideshow .slides ul  {
	position: relative;
	width: 88%;
	margin: 0;
	padding: 0;
	}
#body #content div#ma_slideshow  div.slides ul li {
	display: none;
	}	
#body #content div#ma_slideshow  div.slides ul li  {
	display: block;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	list-style: none;
	clear: both;
	overflow: hidden;
	}
#ma_slideshow .slides ul li .slide_content a img,
#ma_slideshow .slides ul li .slide_content img{
	position: relative;
	width: 100%;
	height: auto;
	}
#ma_slideshow  .slides ul li .ss_overlay{
	width: 100%;
	height: auto;
	border: 1px solid #ccc; 
	}	
#ma_slideshow div.slides_control {
	display: none;
	}	*/	
/* -------------------------------
	Side Column Elements
---------------------------------- */	
#resources .module, #leftcol .module {
	margin: 0 0 16px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	clear: both;
	}
#resources .module img, #leftcol .module  img{
	float: none;
	}	
#leftcol .gbox {
	padding: 16px 12px 8px 12px;
	background: #eee;
	border: none;
	}	
/* -------------------------------
	welcome module
---------------------------------- */
div#welcome.module {
	margin: 0 0 16px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
	font-size: 9pt;
	}	
#welcome div.unit {
	margin: 0;
	padding: 6px 0 0 0;
	clear: both;
	}	
#welcome  .img_wrapper {
	width: 74px;
	margin-bottom: 16px;
	}	
#welcome div.unit div {
	position: relative;
	margin: -90px 0 16px 0;
	width: 100%;
	line-height: 1em;
	float: left;
	}
#content #resources #welcome.module .unit h3 {
	margin: 0 0 0 81px;
	padding-bottom: 0;
	font-weight: normal;
	font-size: 10pt;
	}
#welcome .welcome_link {
	display: block;
	margin-bottom: 0;
	margin-left: 81px;
	padding-bottom: 0;
	}
#resources #welcome.module .unit .img_wrapper img {
	width: 74px;
	float: left;
	}
#welcome a.head_img img {
	margin-top: 0;
	float: none;
	}		
div#body div#cotnent div#resources div#welcome.module br.clear {
	height: 0;
	}
/* -------------------------------
	local government (cities and towns) module 
---------------------------------- */		
#citiandtowns fieldset {
	margin: 0.7em 0;
	padding: 0;
	border: none;
	}
#citiandtowns legend {
	position: relative;
	font-weight: normal;
	}
#citiandtowns select {
	margin: 1em 1em 0 0;
	}
/* -------------------------------
	Side Nav
---------------------------------- */	
#leftcol #subnav {
	margin-top: 0;
	padding-top: 0;
	}	
#leftcol #subnav li.trigger {	
	margin: 0;
	padding: 0;
	}
#leftcol #subnav h3 {
	width:  100%;
	margin: 0;
	padding: 0.2em 0 0.4em 0;
	font-size: 10pt;
	line-height: 1.2em;
	border-top: 1px solid #bbb;
	}	
#subnav h3 a {
	padding: 2%;
	display: block;
	}
#subnav h3 a.button {
	display: none;	
	}		
#subnav ul.block li {
	margin: 0 0 0 1.4em;
	padding: 2% 0 1% 0;
	font-size: 9pt;
	line-height: 1.3em;
	font-weight: normal;
	list-style: disc; 
	}
div.toggle_container, ul.block {
	margin: 0;
	padding: 0;
	}
#subnav ul.block li  a {
	display: block;
	margin: 0;
	padding: 1% 0;
	}	
/* -------------------------------
	Press Release
---------------------------------- */
#body.pg_pr {
	padding-top: 1em;
	}
#body.pg_pr h1 {
	font-size: 1.3em;
	}
#body.pg_pr #contact {
	position: relative;
	width: 100%;
	}
#body.pg_pr #content {
	width: 76%;
	padding-right: 0.3em;
	}
#body.pg_pr #introduction {
	position: relative;
	}
#body.pg_pr #leftcol {	
	width: 22%;
	margin-right: 0;
	}
#body.pg_pr #leftcol dl#pr{	
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 3px double #ddd;
	}	
#body.pg_pr #leftcol dl#pr dt {	
	font-size: 1.1em;
	}
#body.pg_pr .releaseinfo,	
#body.pg_pr #leftcol dl#pr dd,
#body.pg_pr #leftcol #contact  {	
	font-size: 1em;
	}
#body.pg_pr #leftcol h3 {	
	font-size: 1.2em;
	}	
#body.pg_pr #leftcol #contact {	
	margin-top: 0;
	padding: 0;
	font-size: 1em;
	}	
/* ======================= */
br#print_clear {
	clear: both;
	}