@charset "UTF-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5E1D11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECE4CB;
	background-image: url(images/backblugrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container {
	width: auto;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/backblugrad.jpg);
} 
.thrColFixHdr #header {
	width: 1000px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF000;
	background-repeat: no-repeat;
	background-color: #E6DEC5;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/sidescalesgreen1.jpg);
	background-repeat: repeat-y;
	margin-right: 10px;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/orangeside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarschool {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/redside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarscouts {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/orangeside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarcamps {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/greenside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarlibrary {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/yellowside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarlibrary a {
	color: #FF6600;
	text-decoration: underline;
	padding-left: 10px;
}
.thrColFixHdr #sidebarpreschool a {
	color: #FF6600;
	text-decoration: underline;
}
.thrColFixHdr #sidebarbirthday {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/blueside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarpreschool {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/purpleside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #sidebarfairs {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/blueside.png);
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #222222;
	position: relative;
	list-style-image: none;
	list-style-type: none;
} 
.thrColFixHdr #footer {
	background-image: url(images/footerfun.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.publicevents {
	text-align: left;
	padding-left: 200px;
}
.thrColFixHdr #sidebarworkshops {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	margin-top: -55px;
	background-image: url(images/orangeside.png);
	background-repeat: no-repeat;
	background-position: center;
}

