@charset "utf-8";
body {
	margin:0;
	padding:0; /* needed for container min-height */
	background-image: url(images/bodybgw.jpg);
	background-position: center top;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
}
html {
	height: 100%;
}
a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005B0E;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif, "Futura Md BT";
	font-size: 13px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
li {
	font-family: Arial, Verdana, Helvetica, sans-serif, "Futura Md BT";
	font-size: 13px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#container {
	position:relative; /* center, not in IE5 */
	width:770px;
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/containerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	top: 0px;
	vertical-align: top;
	padding-top: 36px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#container2 {
	position:relative; /* center, not in IE5 */
	width:770px;
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/containerbg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	top: 0px;
	vertical-align: top;
	padding-top: 36px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#mainContent {
	width: 540px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust these divs based on your final font sizing.
*/
#header {
	width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 106px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
#topnav {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8CB85F;
	border-right-color: #8CB85F;
	border-bottom-color: #8CB85F;
	border-left-color: #8CB85F;
	background-color: #FFFFFF;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	height: 23px;
}


#topnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #72B959;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topnav a:hover {
	color: #FDB316;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRt #sidebar1 p" rule.
*/
#sidebar1 {
	float: right;
	width: 195px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #99D87F;
	background-repeat: no-repeat;
	background-position: top;
	height: 470px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar1 h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar1 p {
	color: #000000;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D5517;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D5517;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#quotes {
	padding-right: 10px;
	padding-top: 40px;
}

#quotes h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#quotes p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#quotebox {
	font-family: Arial, Verdana, Helvetica, sans-serif, "Futura Md BT";
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ADCDA3;
	border-right-color: #ADCDA3;
	border-bottom-color: #ADCDA3;
	border-left-color: #ADCDA3;
	background-image: url(images/adbg.jpg);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#quotebox  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7C9C82;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-style: italic;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-decoration: underline;
}
#quotebox  h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif, "Futura Md BT";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
#quotebox  p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* Miscellaneous classes for 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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 1px;
}
.fltrt img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}
.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;
}

#rostertable h1  {
	color: black;
	font-size: 18px;
	font-family: Georgia;
	border-bottom: 1px dotted #f90;
	margin: 0px;
}
#rostertable h2   { color: #000; font-style: normal; font-weight: 600; font-size: 16px; line-height: 14pt; font-family: Georgia; text-decoration: none; margin-top: 0px; margin-bottom: -15px }
#rostertable p {
	color: black;
	font-size: 13px;
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
	width: 133px;
}
#rostertable td {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.lefttd   {
	width: 90px;
}
#rostertable .lefttd h2 {
	padding-bottom: 17px;
	padding-top: 0px;
}
.creche {
	background-image: url(images/crecheicon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.door {
	background-image: url(images/dooricon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mtea {
	background-image: url(images/mteaicon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.greenbg {
	color: #FFF;
	background-color: #498141;
	padding-left: 3px;
	padding-right: 3px;
}
.greentext {
	color: #125a12;
}
.pinkbg {
	background-color: #CB547A;
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
.pinktext {
	color: #b1365f;
}
.bluebg {
	background-color: #668cd9;
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
.bluetext {
	color: #2952a3;
}
.olivebg {
	background-color: #88880e;
	color: #FFF;
		padding-left: 3px;
	padding-right: 3px;
}
.olivetext {
	color: #88880e;
}
.greybg {
	background-color: #737373;
	color: #FFF;
		padding-left: 3px;
	padding-right: 3px;
}
.greytext {
	color: #333;
}
.maroonbg {
	background-color: #B33E20;
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	}
.maroontext {
	color: #853104;
}

