@charset "utf-8";

/* whole document declarations */

html,body {
    padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
    background-color: #E7F5EC;
	font: medium "Georgia";
	line-height: normal;
	overflow: hidden;
}

a:link {
  color: #00B200;
  text-decoration: none;
}

a:visited {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #00511F;
  text-decoration: underline;
}

p {
   margin: 0px;
}

.bold {
   font-weight: bold;
   color: #00511F;
}

.sub_heading {
    font-style: italic;
    color: #00511F;
}

.header {
    font-size: x-large;
	text-align: center;
	color: #00511F;
	margin: 0px;
}

.form_label {
    float: left;
	width: 15em;
	margin-right: 1em;
}

.info_table {
    border: 1px solid #999966;
}

.info_table td {
    border-right: 1px solid #999966;
	border-left: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-top: 1px solid #666633;
}

table td p {
    word-spacing: 0;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Book Antiqua';
}

table td p.emergency {
    word-spacing: 0;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Book Antiqua';
    font-weight: bold;
	color: #FF0000;
}

/* green banner elements */

#top_banner {
    position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 126px;
	background: url(images/top_banner.png) repeat-x left top;
	z-index: 0;
}

#corner_curve {
    position: absolute;
    background-image: url(images/corner_curve.png);
	left: 141px;
	top: 125px;
	height: 56px;
	width: 58px;
	z-index: 1;
}

#left_banner {
    position: absolute;
	height: 100%;
    left: 0px;
	top: 0px;
	width: 142px;
	background: url(images/left_banner.png) repeat-y left top;
	z-index: 0;
}

/* Newbery logos */

#newbery_logo  {
   position: absolute;
   left: 5px;
   top: 5px;
   z-index: 3;
   width: 145px;
   height: 145px;
}

#newbery_logo a  {
   background: url(images/newbery_logo.png) no-repeat 0% 0px;
   display: block;
   height: 145px;
   width: 145px;
   font-size: 145px;
   line-height: 145px;
}

#newbery_header {
	position: absolute;
	z-index: 2;
	background: url(images/newbery_header.png) no-repeat 0% 0px;
	width: 492px;
	height: 100px;
	left: 142px;
	top: 18px;
}

/* left side buttons */

.button_links {
   display: block;
   width: 162px;
   height: 63px;
}

.button_layout {
   position: absolute;
   width: 162px;
   height: 63px;
   background-repeat: no-repeat;
   background-position: 0% 0px;
}

#announcements_button  {
   left: 0px;
   top: 203px;
   z-index: 6;
   background-image: url(images/announcements_button.png);
}

#association_button  {
   left: 0px;
   top: 279px;
   z-index: 4;
   background-image: url(images/association_button.png);
}

#calendar_button  {
   left: 0px;
   top: 241px;
   z-index: 5;
   background-image: url(images/calendar_button.png);
}

#community_button  {
   left: 0px;
   top: 317px;
   z-index: 3;
   background-image: url(images/community_button.png);
}

#history_button  {
   left: 0px;
   top: 356px;
   z-index: 2;
   background-image: url(images/history_button.png);
}

#home_button  {
   left: 0px;
   top: 164px;
   z-index: 7;
   background-image: url(images/home_button.png);
}

#links_button  {
   left: 0px;
   top: 394px;
   z-index: 1;
   background-image: url(images/links_button.png);
}

/* rollover actions for buttons */

.button_layout:hover {
   background-position: -162px 0%;
}

/* main body elements */

#main_body {
    position: absolute;
    left: 192px;
	top: 157px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
}

#bottom_menu {
    text-align: center;
	font-size: large;
	color: #00511F;
}

#bottom_menu a {
    color: #00511F;
}