/* Screen Style Sheet */

body {
  margin: 0;
  background: #333333;
  text-align: center;
	font: normal 10pt Arial, Helvetica, sans-serif;
  }

#container {
  margin: 0 auto;
  width: 800px;
  position: relative;
  text-align: left;
	background-color: #EDE8DD;
  }

/************ Sections ************/
	
#topbar {
  margin: 0;
	background-color: #000000;
	color: #ffffff;
	padding: 5px 5px 5px 0;
	text-align: right;
}

#banner {
	height: 150px;
  background: #000000 url(../images/banner.jpg) top left no-repeat;
  border-top: 1px solid #000000;
}

#content {
	margin: 0;
	padding: 5px 10px;
	clear: both;
}

#sidemenu {
	float: left;
	width: 140px;
	}
	
#text {
	float: right;
	width: 620px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-left: 1px solid #cccccc;
	}

#footer {
	clear: both;
  margin: 20px 0px 0px 0px;
	width: 100%;
	text-align:center;
	font-size: 10pt;
	border-top: 1px dotted #990000;
	}

/************ Main Page Bottom Section ************/
	
#btmsection {
	clear: both;
	margin: 5px; 
	padding-top: 10px;
	border-top: 5px double #990000;
	text-align: center;

	}
	
#quicklinks {
	width: 280px;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}

#strongkids {
	width: 180px;
	text-align: center;
	vertical-align: top;
}

#newsbox {
	width: 280px;
	margin: 0;
	padding-left: 25px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}

/* Replace titles with graphics */
#quicklinks h3 {
	background: url(../images/quicklinks.jpg) no-repeat top left;
	width: 181px;
	height: 32px;
	}

#quicklinks h3 span {
	display: none;
	}
	
#newsbox h3 {
	background: url(../images/news.jpg) no-repeat top left;
	width: 181px;
	height: 32px;
	}

#newsbox h3 span {
	display: none;
	}
	
/************ Hyperlinks ************/

#topbar a:link, 
#topbar a:visited, 
#topbar a:active {
	color: #ffffff;
}

#topbar a:hover {
	text-decoration: underline;
	} 

a:link, 
a:visited, 
a:active {
	color: #990000;
}

a:hover {
	color: #cc0000;
	}

#footer, 
#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

#webmaster,
#webmaster a:link, 
#webmaster a:visited, 
#webmaster a:active  {
	padding: 5px 0px;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	}
	
#webmaster a:hover {
	padding: 5px 0px;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
	}
	
/************ Misc ************/

h2, h3 {
	color: #990000;
	}
	
#slideshow {
	float: right;
	}

.red {
	color: #FF0000; 
	font-weight: bold; 
	}

.divider {
	width: 100%;
	height: 1px;
	}
	
.quote {
	margin: 20px;
	padding: 5px;
	width: 90%;
	background-position: center;
	}
	
.imgl { /* for left aligned images */
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
    }	

.imgr { /* for right aligned images */
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
.regbtn { /* for right aligned images */
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: none;
	}


#contactInfo,
#contactInfo td, 
#contactInfo th {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	}

.facilityPhoto {
	margin: 3px;
	}