@charset "UTF-8";
/* This style sheet is used for the calendars */
body {
	background-image: url(images_new/all_pages/background_calendar.png);
	background-repeat: repeat-x;
	background-color: #370447;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #header {
		height: 150px;
		min-width: 750px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
a:link {
	color: #0a31d0;
	text-decoration: none;		
}
a:hover {
	color: #400254;
	text-decoration: underline;
}
 a:visited {
	color: #0a31d0;
	text-decoration: none;
}
.logo {
	float: left;
	height: 135px;
	width: 120px;
	margin-top: 3px;
	margin-left: 0px;
	padding-right: 10px;
}
	
.oneColLiqCtrHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #1f6d19;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	color: #1f6d19;
	margin-top: -15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 340px;
	margin-left: 35px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	
}
.fltrt_iframe {
	float: right;
	width: 210px;
	background-color: #ebf9cb;
	border: 1px solid #370447;
	margin-left: 25px;
	margin-bottom: 10px;
	
}
.header_info {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	display: block;
		
}


.header_info p {
	font-size: 100%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_info h1 {
	font-size: 140%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header_info h3 {
	font-size: 110%;
	color: #339900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_dotted_line {
	border: 1px dashed #990033;
	margin-right: 12px;
}

.functional_elements {
	float: right;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;	
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.calendar_info_container {
	float: left;
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.notes_above_footer {
	background-color: #ffffff;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 105px;
	padding-bottom: 5px;
	height: auto;
	margin-top: 0;
	margin-right: auto;/*This will float the footer in the middle without any padding on the top or bottom*/
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColLiqCtrHdr  #footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #e4f5ca;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	height: 200px; 
	margin-top: 0;
	margin-right: auto;/*This will float the footer in the middle without any padding on the top or bottom*/
	margin-bottom: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d8ddd2;
	width: 100%;
}
.oneColLiqCtrHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footerbox_container {
	position: relative;
	top: 10px;
	left: 50%;
	width: 750px;
	margin-left: -19em;
}
.footer_boxes {
	float: left;
	height: auto;
	width: auto;
	font-size: 95%;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-right: 35px;
}
.footer_boxes h2 {
	color: #006633;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: -7px;
	height: auto;
}
.footer_boxes  a:link {
	color: #0a31d0;
	text-decoration: none;	
	
} 
.footer_boxes  a:hover {
	color: #400254;
	text-decoration: underline;
}
.footer_boxes  a:visited {
	color: #0a31d0;
	text-decoration: none;
}
/* end footer styles */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* this is for the background table colors */
.hr {
	background-color: #a18ea7;
}
.lr {
	background-color: #d4e9b8;
}
.dr {
	background-color: #e4f5ca;
}
/* Mozilla based browsers */
::-moz-selection {
       background-color: #b2a9f8;
       color: #000;
}

/* Works in Safari */
::selection {
       background-color: #b2a9f8;
       color: #000;
}