/*global */

body  {font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 	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;	background-image:url(images/gen/wrapper-back.jpg); background-repeat:repeat-x;}


A:link,A:visited {color: #7C9832; text-decoration: underline;}
A:hover {color: #7C9832; text-decoration: none;}

A:link.footnav, A:visited.footnav {text-decoration: underline; color:#CC6699;}
A:hover.footnav {text-decoration: none; color:#CC6699;}

/* ---------HOME PAGE------------ */
.twoColFixLtHdr #HMmainContent { 
	margin: -80px 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0 0 20px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #HMcontainer { 
	width: 988px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	background-image:url(images/gen/1page-back.jpg); background-repeat:no-repeat; background-color:#fef7e6;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #HMsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 10px;
	margin-top:-4px;
}

.twoColFixLtHdr #header { 
	padding: 108px 0px 0 318px;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ---------INTERIOR PAGES------------ */

.twoColFixLtHdr #container { 
	width: 988px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff; background-image:url(images/gen/2page-back.jpg); background-repeat:no-repeat; background-color:#fef7e6;
	text-align: left; /* this overrides the text-align: center on the body element. */} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 11px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 295px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #maincontent .table {position: inherit; display:inline; margin-top:-400px;}

/*FONT STYLES */
p {font: 14px Verdana, Arial, Helvetica, sans-serif;}
	.indent {margin: 20px;}
	.caltab {margin: 5px;}
	.quotetext {font-family: "Times New Roman", Times, serif; font-size:18px; color:#669933; font-weight:bold; font-style:italic; text-align:center;}
	.authorofquote {font-family: "Times New Roman", Times, serif; font-size:12px; color:#669933; text-align:center;}
	.calendar {font-size:12px; border:1px solid #CCCCCC; background-color:#FEF0CD}

h1 {font-family:"Trebuchet MS", Arial, Helvetica; color: #8884BB; font-size:25px; line-height: 20px;}
	.top {	border-bottom: #8884bb 1px solid; margin-top:100px;	font-weight:normal;}

h2 {font-family:"Trebuchet MS", Arial, Helvetica; color: #8884BB; font-size:19px; font-weight:normal; margin-bottom:0px;}
	
/* FOOTER */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/gen/footer-back.gif); background-repeat:no-repeat; height:57px;} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 30px 0 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#CC6699; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.copyright {margin:0px; padding: 0px 30px 0 30px; font-size:10px; color:#8884BB;}
.developer {margin-left:690px; font-size:10px; color:#8884BB;}

/* GENERIC REUSE */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 8px;}
.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;}
	
/* School Open/School Closed On Calendar */

.schoolopen {
	color: #003300;
	}
	
.schoolclosed {
	color: #990000;
	}