*
{
	margin: 0px;
	padding: 0px;
}


/* Layout Elements */
body
{
	background: url( '../images/bg.jpg' ) repeat-x #8f1109;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper
{
	background-image: url( '../images/wrapper-bg.jpg' );
	background-position: top center;
	background-repeat: repeat-y;
}

#container
{
	background-image: url( '../images/container-bg.jpg' );
	background-position: top center;
	background-repeat: no-repeat;

	/* ie 5.5 */
	text-align: center; 
}

#main
{
}

#header, #navigation, #content-wrapper 
{
	width: 960px;
	margin: 0px auto;
	
	/* ie 5.5 */
	text-align: left;
}

#content-wrapper
{
	background-image: url( '../images/content-wrapper-bg.jpg' );
	background-repeat: no-repeat;
	background: #fff;
}

#content
{
	padding: 10px 16px;
}

/* Header */

#header
{
	height: 148px;
}

#header #school-icon
{
	display: block;
	background: url( '../images/school-icon.jpg' ) no-repeat bottom left;
	width: 117px;
	height: 148px;
	float: left;
	cursor: pointer;
}

#header #school-name
{
	display: block;
	margin-left: 117px;
	height: 105px;
	background: url( '../images/school-name.jpg' ) no-repeat bottom left;
	cursor: pointer;
}

#header #school-name span
{
	margin: 0px;
	padding: 0px;
	display: none;
}

#header #school-address
{
	margin-left: 126px; 
	color: #f59d9c;
	font-size: 13px;
}

#header #school-address .phone
{
	margin-right: 15px;
	font-size: 16px;
	color: #fff;
}


#header #school-address address
{
	display: inline;
	font-style: normal;
	line-height: 20px;
	height: 20px;
}

#header #school-address acronym
{
	cursor: help;
	border-bottom: 0px none;
	font-weight: bold;
	padding-left: 5px;
	font-size: 13px;
	color: #f59d9c;
}

/* Navigation */

#navigation
{
	height: 45px;
	background: url( '../images/nav-bg.jpg' ) repeat-x;
}

#navigation ul#menu
{
	height: 45px;
	width: 950px;
	margin: 0px auto;
	list-style-type: none;
}

#navigation ul#menu li
{
	float: left;
	height: 45px;
	padding: 0px;
}

#navigation ul#menu li.on
{
	background-image: url( '../images/nav-item-on.jpg' );
	background-repeat: no-repeat;
	background-position: center 45px;
}

#navigation ul#menu li a
{
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 13px;
	text-align: center;
	margin-top: 3px;
	height: 41px;
	line-height: 41px;
}

#navigation ul#menu li a:hover
{
	background: url( '../images/nav-item-on.jpg' ) repeat-x;
}

/* Footer */

#footer
{
	height: 35px;
	background: url( '../images/footer-bg.jpg' ) no-repeat top center;
	text-align: left;
	padding-top: 25px;
	color: #e17070;
}

#footer .site-info
{
	width: 940px;
	margin: 7px auto;
	display: block;
}

#footer ul#footer-menu
{
	width: 940px;
	margin: 0px auto;
	list-style-type: none;
}

#footer ul#footer-menu li
{
	float: left;
}

#footer ul#footer-menu li a
{
	float: left;
	display: block;
	padding-right: 12px;
	color: #e17070;
	text-decoration: none;
}

#footer ul#footer-menu li a:hover
{
	text-decoration: underline;
}

/* Box */

.box h2
{
	background-image: url( '../images/box-header-bg.jpg' );
	background-repeat: repeat-x;
	background-color: #901109;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 9px;
	margin: 0px;
}

.box .content
{
	padding: 9px;
	border: 1px solid #bdbdbd;
	border-top: 0 none;
	margin-bottom: 5px;
}

/* Forms */

.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;
}

/* Home */

.home-content
{
	margin-right: 215px;
}

.featured-links .link
{
	margin-bottom: 5px;
}

#content .featured-links .link a img
{
	border: 0px none;
}

#in-case-of-emergency 
{
	margin-bottom: 5px;
}

#in-case-of-emergency a img
{
	border: 0px none;
}

.home-right
{
	width: 200px;
	float: right;
}

#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: #a1913c;
	font-weight: bold;
	width: 180px;
}

.important_dates dd 
{
	width: 160px;
	margin-left: 20px;
}

/* 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;
}

#content ul.section-menu li a
{
	text-decoration: none;
}

table#inside-content
{
	width: 100%;
}

/* 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;	
}

/* Links */
#content table.links td
{
	padding: 4px;
}
#content .links a img 
{
 border: 0px none;
}
/* 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;
}

/* Content Styles */
img
{
}

p
{
	margin: 14px 0;
	padding: 0 4px;
	line-height: 18px;
}

ul li,
ol li
{
	line-height: 18px;
	padding-bottom: 5px;
}

h1
{
	margin: 5px 0 15px 0;	
	color: #c40101;
	font-size: 26px;
	font-weight: normal;
	padding: 4px;
	border-bottom: 1px solid #bdbdbd;
}

h2
{
	color: #c40101;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 13px;
}

h2, h3, h4, h5, h6
{
	margin: 5px;
}


a
{
	color: #ff0000;
}

a:hover
{
	color: #ff0000;
}

#content ul,
#content ol
{
	margin: 10px 0;
	margin-left: 35px;
}

.school .logo img {
 border: 0px none;
}
