<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* ﻿ BOM - DO NOT REMOVE OR EDIT */
/* base font size is 14px (0.875em) - use when converting px to rem (http://pxtoem.com/) */
/* Site design by Iain M. Guthrie: www.gu3media.com */

/* ============================ */
/* ! Layout for desktop version */
/* ============================ */

html
{
	height: 100%;
	direction: ltr;
	unicode-bidi: bidi-override;
	font-size: 14px;
}

#header
{
	background-image:url(../../../../../_res/_img/header.png);
}
#logo
{
	background-image:url(http://www.esc.gov/MONRONeYnews/_res/_img/logo_3sm.png);
	width:21.429em;
	height:2.286em;
}

.hz_list
{
	width:100%;
	margin-left:-2.500em;
}

/* We have an issue of wrapping on menu of the top of each page for September because September is more letters than other month.  We fixed it by changing padding-left: from 2.500em; to 2.200em; to make space between each menu item narrower.  */
.hz_list li
{
	width:16.5%;
	padding-left:2.000em;
	display:inline;
	white-space:nowrap;
}

.title_section
{
	width:286px;
	padding-left:10px;
}

/* Begin Drag-n-Drop UI */

.column-triple
{
	width: 100%;
	float: left;
	padding-bottom: 0em;
}
.column-double
{
	width: 63%;
	min-width: 45.857em;
	float: left;
	padding-bottom: 0em;
}
.column-single
{
	width: 30%;
	min-width: 21.429em;
	float: right;
	padding-bottom: 0em;
	-webkit-padding-right: 17px;
	padding-right: 18px;
/*	padding-right: 1.143em; */
/*	margin-right: -0.071em; */
}

.one_col
{
	float: left;
	width: 97.4%;
	max-width: 72em;
	margin: 0.357em 0.714em 0.357em 0.714em;
	padding: 0.157em 0.000em 0.314em 0.000em;
}

.portlet {
	width: 97.7%;
	margin: 0.357em 0.714em 0.357em 0.714em;
	padding: 0.357em 0.000em 0.714em 0.000em;
	border: none;
}

.portlet-header
{
	padding: 0.2em 0.3em;
	margin-bottom:-0.714em;
	margin-top: -0.357em;
	position: relative;
}
.portlet-header-no_jump
{
	padding: 0.2em 0.3em;
	margin-bottom:-0.714em;
	margin-top: -0.357em;
	position: relative;
	font-weight:bold;
	border-radius: 4px;
}
.portlet-toggle
{
	position: absolute;
	top: 50%;
	right: 0em;
	margin-top: -0.571em;
}
.portlet-content
{
	padding: 1.0em 0.4em 0.4em 0.4em;
}

.portlet-placeholder
{
	border: 0.071em dotted black;
	margin: 0em 1em 1em 0em;
	height: 3.571em;
}

/* End Drag-n-Drop UI */

/* Begin Calendar */

.views_field
{
	float: left;
	width: 3.643em;
	height: 3.071em;
	margin: 0.000em 0.714em 0.286em 0.000em;
	border: 0.071em solid #999;
	background: #FFF;
}
.field_content
{
	text-align: center;
	color: #FFF;
	width: 3.214em;
	margin: 0.214em;
	overflow: hidden;
}
.day
{
	height: 1.286em;
}
.month
{
	height: 1.286em;
}
.menu_item
{
	overflow: visible;
	margin: 0em 0.714em 0em 0em;
	padding: 0.143em 2.500em 0.143em 0.286em;
	font-size: small;
/*	letter-spacing: -1px;*/
}
/* End Calendar */

.site_map
{
	list-style-type:none;
}

.site_map li
{
	margin-left:40px;
}
.site_map-month
{
	list-style-type:none;
}

</pre></body></html>