* 
{
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body
{
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #ff7900;
	color: #3e3e3e;
}

p
{
	margin: 14px 0;
	line-height: 18px;
}

#content li
{
	line-height: 18px;
}

#content a 
{
	color: #009;
}
#content a:hover 
{
	color:#00C;
}
a
{
	color: #ff7900;
}

a:hover
{
	color: #ffac61;
}

h1
{
	color: #0a0a0a;
	font-size: 22px;	
	padding: 8px 5px 2px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #ff8200;
	font-weight: normal;
}

h2
{
	color: #ff8200;
	font-size: 18px;
	font-weight: normal;
	margin: 8px 0;
}

h3
{
	font-size: 14px;
	margin: 12px 0;
}

#wrapper
{
	background-image: url( '../images/bg.jpg' );
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#container
{
	background: url( '../images/container-bg.jpg' ) no-repeat top center;
}

#main
{
	width: 744px;
	margin: 0px auto;
}

#header
{
	background-image: url( '../images/header-bg.jpg' );
	background-repeat: no-repeat;
	height: 164px;
}

#header #school-icon
{
	background-image: url( '../images/school-icon.jpg' );
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 59px;
	height: 117px;
	float: left;
}

#header #school-name
{
	display: block;
	background-image: url( '../images/school-name.jpg' );
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 104px;
	margin-left: 60px;
}

#header #school-name span
{
	display: none;
}

#header #school-address
{
	margin-left: 210px;
	margin-top: -15px;
	color: #ffffff;
	font-size: 11px;
}

#header #school-address address
{
	display: inline;
	font-style: normal;
}

#navigation 
{
	background-image: url( '../images/nav-bg.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px auto;
	position: absolute;
	top: 117px;
	width: 744px;
	height: 47px;
}

#content
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#content ol, 
#content ul
{
	margin-left: 25px;
}

#content ol li, 
#content ul li
{
	padding: 1px;
}

.box
{
	width: 160px;
}

.box h2
{
	background-image: url( '../images/box-header-bg.jpg' );
	background-repeat: no-repeat;
	background-color: #029926;
	font-size: 13px;
	height: 31px;
	line-height: 31px;
	padding-left: 10px;
	color: #FFFFFF;
	margin: 0px;
}

.box .content
{
	padding: 5px;
	border: 1px solid #acacac;
	border-top: 0px none;
	margin-bottom: 5px;
	width: 148px;
}

.section-menu-box
{
	margin: 0px 0px 0px 12px;
	width: 180px;
}

.section-menu-box .title
{
	color: #ff8200;
	font-size: 18px;
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfcfcf; 
}

#content ul.section-menu
{
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px;
}

#content ul.section-menu li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content ul.section-menu li a
{
	height: 15px;
	display: block;
	text-decoration: none;
	color: #60595a;
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 0px 5px 15px;
	margin: 0px;
}

#content ul.section-menu li.on a,
#content ul.section-menu li a:hover
{
	color: #fff;
	background: url( '../images/section-nav-on.jpg' ) repeat-y #000;
}

#footer-wrapper
{
	background-image: url( '../images/footer-wrapper-bg.jpg' );
	background-repeat: repeat-x;
}

#footer
{
	margin: 0px auto;
	padding: 8px 18px 2px 18px;
	width: 744px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	height: 33px;
}

#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;
}

/* home */
#homepage-photo
{
	border: 1px solid #ff8200;
}

#home-left
{
	margin-right: 210px;
}

#home-right
{
	float: right;
	width: 200px;
}

.news-announcements
{
	margin-top: 5px;
	width: 199px;
	background: url( '../images/na-bg.jpg' ) repeat-y;
}

.news-announcements-container
{
	background: url( '../images/na-main-bg.jpg' ) top left no-repeat;
}

.news-announcements-container .header
{
	background: url( '../images/na-top-bg.jpg' ) top left no-repeat;
	height: 30px;
}

.news-announcements-container .header h2
{
	border-bottom: 1px solid #8f8f8f; 
	color: #ffffff; 
	font-size: 13px; 
	padding-top: 6px; 
	padding-left: 2px; 
	margin-left: 7px; 
	margin-right: 12px; 
	padding-bottom: 1px;
}

.news-announcements-container .content
{
	color: #ffffff;
	padding: 0px 9px;
}

.news-announcements-container .footer
{
	background: url( '../images/na-bottom-bg.jpg' ) bottom left no-repeat;
	height: 5px;
}

/* inside */


#inside-left
{
	width: 200px;
	float: left;
}

#inside-right
{
	margin-left: 220px;
	padding-right: 20px;
}

#inside-right h1
{
	padding-top: 0px;
}

/* 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;	
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.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;
}

#content.no-menu
{
	padding: 0px 12px 12px 12px;
}

.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;
}

img 
{
	border: 0px none;
}

.featured-link
{ 
	margin-top: 5px;  
}

.stafflist 
{
	border-collapse: 0;
	padding: 0px;
	border: 0px none;
	width: 100%;
	margin: 10px 0px;
}

.stafflist thead th 
{
	text-align: left;
	width: 33%;
	padding: 5px;
	background: #FF7A01;
	color: #FFF;
}
.stafflist tbody td
{
	text-align: left;
	padding: 5px;
}
