@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 109px;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	text-align: right;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #header p {
	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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	position: relative;
	right: 2px;
}
.oneColFixCtrHdr #header p a {
	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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	font-size: 10px;
}
.oneColFixCtrHdr #header p a:hover {
	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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #C93;
	text-decoration: none;
	font-size: 10px;
}
.oneColFixCtrHdr #header #phoneemail {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #333;
}
.oneColFixCtrHdr #header #phoneemail a {
	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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #header #phoneemail a:hover {
	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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #C93;
	text-decoration: none;
}
.oneColFixCtrHdr #header #typechange   {
	float: none;
	padding-left: 0;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
}
.oneColFixCtrHdr #navshadow {
	height: 39px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	text-align: right;
	width: 100%;
}
.oneColFixCtrHdr #nav {
	height: 52px;
	background-image: url(../images/site/navigation.png);
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	width: 950px;
	position: absolute;
	top: 109px;
	font-size: 10pt;
}
.oneColFixCtrHdr #nav #menubar {
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 818px;
	top: -2px;
	position: relative;
	left: -13px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.oneColFixCtrHdr #mainContent p {
	background: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}
.oneColFixCtrHdr #mainContent .floatleft {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent #subtitle {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ACACAC;
	vertical-align: middle;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	padding-top: 5px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ACACAC;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	padding-top: 5px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 18pt;
	font-family: "American Typewriter";
	text-transform: uppercase;
	color: #333;
	height: 30px;
	width: 950px;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	background-image: url(../images/programs/programs_repeat.png);
	background-repeat: repeat-x;
	background-color: #C2D5FF;
}
.oneColFixCtrHdr #mainContent a {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-decoration: underline;
	color: #333;
}
.oneColFixCtrHdr #mainContent a:hover {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-decoration: underline;
	color: #C93;
}
.oneColFixCtrHdr #mainContent #search {
	font-size: 12px;
	background-image: url(../images/site/search-background.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 567px;
	width: 950px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #search #form {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 300px;
	height: 127px;
	position: relative;
	top: 200px;
	left: 327px;
}
.oneColFixCtrHdr #mainContent #search #form a {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent #search #frame {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 30px;
	width: 300px;
	position: absolute;
	top: 354px;
}
.oneColFixCtrHdr #mainContent #calendar {
	font-size: 14px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 525px;
	width: 950px;
	background-color: #FFF;
	background-image: url(../images/calendar/calendar-background.png);
	background-repeat: no-repeat;
	text-align: left;
}
.oneColFixCtrHdr #mainContent #calendar img {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 525px;
	width: 950px;
	position: absolute;
}
.oneColFixCtrHdr #mainContent #calendar #googlecalendar {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	top: 100px;
	left: 67px;
}
.oneColFixCtrHdr #mainContent #kids {
	font-size: 14px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 593px;
	width: 950px;
	background-image: url(../images/kids/kids_searchindex.jpg);
}
.oneColFixCtrHdr #mainContent #kids #form {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: 300px;
	right: -330px;
	top: 240px;
	height: 127px;
}
.oneColFixCtrHdr #mainContent #kids #form a {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent .oftb {
	background: #FFFFFF;
	font-size: 12px;
	color: #333;
	width: 925px;
	border: thin dotted #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	height: 170px;
}
.oneColFixCtrHdr #mainContent .oftb p {
	font-size: 12px;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	margin-right: 20px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent .oftb img {
	font-size: 14px;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.oneColFixCtrHdr #footer {
	background-color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #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 */
}
.searchmenus {
	width: 200px;
	text-align: left;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent #smallgooglecalendar {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 150px;
	width: 300px;
	float: none;
}
.oneColFixCtrHdr #mainContent #index {
	font-size: 14px;
	background-image: url(../images/site/index-background.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 370px;
}
.oneColFixCtrHdr #mainContent #index #form {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 300px;
	height: 127px;
}
.oneColFixCtrHdr #mainContent #index #form a {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
	line-height: 24px;
}
.oneColFixCtrHdr #mainContent #index #frame {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	width: 300px;
	position: absolute;
	top: 341px;
	background-image: url(../images/calendar/calendar_patch.png);
}
.oneColFixCtrHdr #mainContent #title {
	font-size: 18px;
	font-family: "American Typewriter";
	text-transform: uppercase;
	color: #666;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
}
.centered  {
	text-align: center;
}
.centeredCopy {
	text-align: center;
	padding-right: 250px;
}
.oneColFixCtrHdr #mainContent .feature {
	background: #FFFFFF;
	font-size: 12px;
	color: #333;
	width: 925px;
	border: thin dotted #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	text-align: left;
}
.oneColFixCtrHdr #mainContent .feature .p {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
}
.oneColFixCtrHdr #mainContent .featurecontent {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 15px;
	text-align: left;
	margin-right: 10px;
}
.oneColFixCtrHdr #mainContent .feature .h2 {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent .feature .h1 {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent .feature img {
	font-size: 14px;
	color: #333;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent form table tr td input  {
	font-size: 10px;
}
.tickets {
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent .floatleftindex {
	float: left;
	margin-right: 10px;
}
.oneColFixCtrHdr #mainContent #feature-centered {
	background: #FFFFFF;
	font-size: 12px;
	color: #333;
	width: 925px;
	border: thin dotted #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #feature-centered p {
	background: #FFFFFF;
	font-size: 12px;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
.searchtextbox {
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footerbottom {
	background-color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #footerbottom a:link{
	text-decoration: underline;
	color: #FFF;
}
.oneColFixCtrHdr #footerbottom a:hover {
	text-decoration: underline;
	color: #4AD5DF;
}
#redbold     {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
.redbold {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
#twelve {
	font-size: 12px;
	text-align: left;
}
.twelve {
	font-size: 12px;
	text-align: left;
}
.eleven {
	font-size: 10px;
}
#bookshelf {
	background-image: url(../images/site/homeshelf_background.png);
}

