@charset "utf-8";
/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}

a img { border: 0px none; }

.featured-links a {
 display: block;
 margin: 5px 0px;
}
p
{
	margin: 16px 0;
	padding-left: 5px;
	line-height: 18px;
}

h1
{
	margin: 10px 0 20px 0;
	color: #3e4043;
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #d62e27;
}

h2
{
	color: #c42722;
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 13px;
}

h2, h3, h4, h5, h6
{
	margin: 5px;
}

a
{
	color: #d62b24;
}

a:hover
{
	color: #d62b24;
}

#content ul,
#content ol
{
	margin: 10px 0;
	margin-left: 35px;
}

#content ul li,
#content ol li
{
	padding: 5px 0px;
}

body
{
	background-color: #303030;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper
{
	background-image: url( '../images/wrapper-bg.jpg' );
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
}

#container
{
	background-image: url( '../images/header-bg.jpg' );
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#main
{
	width: 768px;
	margin: 0px auto;
	text-align: left;
}

#header
{
	width: 768px;
	height: 112px;
	background-repeat: no-repeat;
}

/* New header code */

#header #school-icon {
 display: block;
 margin-top: 32px;
 background: url( '../images/school-icon.jpg' ) no-repeat bottom left;
 width: 80px;
 height: 80px;
 float: left;
}

#header #school-name {
 display: block;
 padding-top: 39px;
 margin-left: 90px;
 height: 33px;
 text-decoration: none;
}

#header #school-name span {
 margin: 0px;
 padding: 0px;
 display: block;
 font-size: 26px;
 letter-spacing: -1px;
 color: #fff;
}

#header #school-address {
 margin-left: 90px;
 color: #fff;
}

#header #school-address address {
 display: block;
 font-style: normal;
}

#header #school-address acronym {
 cursor: help;
 border-bottom: 0px none;
 font-weight: bold;
 padding-left: 5px;
}

#header #school-address .phone acronym {
 padding-left: 0px;
}

#navigation
{
	width: 768px;
	height: 48px;
}

#navigation ul#menu
{
	width: 761px;
	margin: 0px auto;
	list-style-type: none;
}

#navigation ul#menu li
{
	float: left;
	height: 39px;
}

#navigation ul#menu li.on
{
}

#navigation ul#menu li a
{
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 7px;
	text-align: center;
	margin-top: 2px;
	height: 37px;
	line-height: 37px;
}

#navigation ul#menu li a:hover
{
	background-color: #f04136;
}

#content-wrapper
{
	background-color: #ffffff;
}

#content
{
	padding: 10px;
}

#footer-wrapper
{
	height: 75px;
	background-image: url( '../images/footer-container-bg.jpg' );
	font-size: 11px;
	color: #ffffff;
}	

#footer-container
{
	height: 75px;
	background-image: url( '../images/footer-bg.jpg' );
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer
{
	margin: 0px auto;
	padding: 5px;
	width: 758px;
	text-align: left;
}

#footer a
{
	color: #ffffff;
}

ul#footer-menu
{
	list-style-type: none;
}

ul#footer-menu li
{
	float: left;
	padding-right: 5px;
}

#footer .site-info
{
	display: block;
	padding-top: 16px;
}

#footer-logo
{
	padding-right: 22px;
	float: right;
}

#footer-logo img
{
	border: 0px none;
}

/* home styles */

.home-content
{
	margin-right: 230px;
}

#in-case-of-emergency 
{
	margin-bottom: 5px;
}

#in-case-of-emergency a img
{
	border: 0px none;
}

.home-right
{
	float: right;
	width: 200px;
}

.home-right p
{
	margin: 0px;
	padding: 0px;
}

.box h2
{
	background-image: url( '../images/box-header-bg.jpg' );
	background-repeat: repeat-x;
	background-color: #010101;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 9px;
	margin: 0px;
}

.box .content
{
	padding: 9px;
	border: 1px solid #acacac;
	margin-top: 2px;
	margin-bottom: 5px;
}

.field .title,
.submit
{
	padding: 4px 0px;
}

.field .value textarea.textarea-field,
.field .value input.text-field
{
	height: 18px;
	padding: 2px;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-left: 5px;
	border: 1px solid #749ABF;
	width: 250px;
}

.field .value textarea.textarea-field
{
	height: 100px;
}

.submit input
{
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/* inside pages */

.inside-left
{
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}

.inside-right
{
	vertical-align: top;
}

#content ul.section-menu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content ul.section-menu li
{
	list-style-type: none;
	padding: 3px 0px;
}

#content ul.section-menu li a
{
	text-decoration: none;
	color: #c42722;
}

#content ul.section-menu li a:hover
{
	text-decoration: none;
	color: #454545;
}

table#inside-content
{
	width: 735px;
}

#content .whats_new
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
}

#content .whats_new li
{
	padding: 0px;
	margin: 0px;
}

.important_dates dt
{
	color: #d62b24;
	font-weight: bold;
	width: 180px;
}

.important_dates dd 
{
	width: 160px;
	margin-left: 20px;
}

/* contact */

.contact-form
{
	padding-left: 5px;
}

.contact-info
{
	margin-right: 440px;
}

.contact-map
{
	float: right;
}
	
.contact-map #map
{
	width: 400px;
	height: 300px;
	margin-left: 12px;
	border: 1px solid #749ABF;
}

.contact-info address
{
	font-style: normal;
	padding: 10px;	
}

.contact-info .phone,
.contact-info .fax,
.contact-info .email
{
	padding: 2px 0px;
	padding-left: 10px;
}

.contact-info .email
{
	padding-bottom: 10px;	
}

#firstclass-calendar
{
	width: 100%;
	height: 500px;
}

/* staff list */

.staff_list 
{
	width: 370px;
}

.staff_list td
{
	padding: 5px;
}

.staff_list td.name,
.staff_list td.class
{
	width: 50%;
}

.p-l-title
{
	font-size: 14px;
	font-weight: bold;
}

/* Family of Schools */

.family-of-schools .school
{
	margin-bottom: 15px;
}

.family-of-schools acronym
{
	font-weight: bold;
	border: 0px none;
}

.family-of-schools .school .info
{
	margin-left: 5px;
	color: #666666;
}

.family-of-schools .school .logo
{
	float: left;
}

.family-of-schools .school h3,
.family-of-schools .school .info
{
	margin-left: 90px;
}

