html {
	background: #140101 url(/images/background.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../images/header.jpg) top center no-repeat;
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}

#container {
	width: 962px;
	margin: 0 auto;
}

/* HEADER ------------------------------------------------------------- */

#header {
	width: 100%; height: 143px;
	overflow: hidden;
	background: url(../images/top.jpg) bottom no-repeat;
}

#logo {
	width: 231px; height: 129px;
	border: none;
	float: left;
}

#motto {
	width: 567px;
	height: 129px;
	float: right;
}

/* LOGIN FORM -------------------------------------------------------- */

#login {
	width: 324px;
	height: 129px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(/images/login.jpg) no-repeat;
}

#login fieldset {
	margin: 60px 0 0 45px;
	padding: 0;
	border: none;
}

#login label {
	display: none;
}

#login input {
	width: 106px;
	height: 20px;
	margin: 0 0 0 2px;
	padding: 0;
	background: url(/images/login_input.jpg) no-repeat;
	border: none;
	line-height: 20px;
}

#login .submit {
	width: 20px;
	height: 20px;
	padding: 0 0 4px 0;
	background: url(/images/login_submit.jpg) no-repeat;
}

/* MAIN MENU -------------------------------------------------------- */

#menu {
	margin: 0; padding: 0;
	background: url(../images/menu.jpg) repeat-x;
	list-style: none;
	height: 54px;
	width: 100%;
	position: relative;
	z-index: 99;
}

#menu li {
	margin: 0; padding: 0;
	float: left; display: block;
	background: url(../images/menu_li.jpg) right no-repeat;
	line-height: 54px;
	width: auto;
}

#menu li.last {
	background: none;
}

#menu li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 24px;
	height: 54px;
	/*width: 120px;*/
	text-align: center;
	display: block;
        font-size: 11px;
}

#menu li a:hover {
	background: url(../images/menu_a.jpg) repeat-x;
}

#menu li ul {
	width: 240px;
	margin: 0;
	padding: 0;
	background: #2b0001;
	border: 1px solid #eee;
	border-top: none;
}

#menu li ul li {
	width: 240px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #2b0001;
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

#menu li ul li a {
	margin: 0;
	padding: 0 24px;
	height: 35px;
	display: block;
	width: auto;
	text-align: left;
}

#menu li ul li ul {
	border-top: 1px solid #fff;
}

/* MAIN CONTENT ------------------------------------------------------ */

#content {
	background: url(../images/content.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

#main {
	width: 642px;
	float: left;
	display: inline;
	padding: 12px 0 12px 0;
}

#sidebar {
	width: 320px;
	float: right;
	display: inline;
	padding: 12px 0 12px 0;
}

/* VIDEO BANNER ------------------------------------------------------ */

#movies {
    width: 618px;
    background: #000 url(../images/icons/cam.png) 99% 50% no-repeat;
    margin: 0 12px 12px 12px; padding: 5px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #eee;
}

#main > #movies a {
    padding: 10px;
    color: #eee;
}

#main > #movies a:hover {
    color: #666;
}

/* TOP ANNOUNCEMENT -------------------------------------------------- */

#announcement {
    background-color: #640000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #eee;
    padding: 5px 8px;
    margin: 0 12px 12px 12px;
}

/* MAIN SLIDESHOW ---------------------------------------------------- */

#slideshowwrapper {
	position: relative; z-index: 50;
	width: 618px; height: 466px;	
	margin: 0 12px 115px 12px;
}

#slideshow {
	width: 618px; height: 466px;
	background-color: #fff;
	overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#slideshow .panel {
	width: 603px; height: 452px;
	margin: 7px;
}

#slideshow .caption {
	width: 603px; padding: 10px 0;
	background: url(../images/overlay-trans.png) repeat;
	position: absolute;	bottom: 0; left: 0;
}

#slideshow .caption h3 {
	margin: 0; padding: 0px 20px 0 20px;
	color: #f4eb2e;	font-size: 14px; font-weight: bold;	text-transform: uppercase;
}

#slideshow .caption p {
	margin: 0; padding: 5px 20px 0px 20px;
	color: #fff;
}

#slideshowwrapper #thumbnails {
	margin: -5px 0 0 0;	padding: 0;
	list-style: none;
    width: 100%; overflow: hidden;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#slideshowwrapper #thumbnails li {
	margin: 10px 5px 10px 7px; padding: 0;
	background: none;
	width: 110px;
    display: block; float: left;
}

#slideshowwrapper li a.activeSlide {
	border: 2px solid #f4eb2e;
}

#slideshowwrapper li a {
	background-color: #fff;
	display: block;
	width: 110px;
	border: 2px solid #eee;
}

#slideshowwrapper li a:hover {
	border: 2px solid #f4eb2e;
}

#slideshowwrapper li a img {
	border: none;
	display: block;
	width: 110px;
}

/* ARCHIVES SLIDESHOW ------------------------------------------------ */

#main > #archives {
    margin: 12px; padding: 0;
    list-style: none;
}

#main > #archives li {
    margin: 0 0 0 5px; padding: 0;
    float: left;
    background: none;
    display: block;
}

#main > #archives li a {
    width: 115px; border: 1px solid #ccc;
    display: block;
    text-decoration: none;
}

#main > #archives li a:hover {
    border: 1px solid #660000;
}

#main > #archives li a img {
    width: 115px;
    display: block;
    border: none;
}

/* EVENT CALENDAR ---------------------------------------------------- */

#eventcalendar {
	background-color: #660000;
	margin: 0 12px 20px 12px;
	padding: 25px;
}

/* BUTTON ------------------------------------------------------------ */

.button {
	background: url(../images/button.gif) repeat-x;
	display: block;
	width: 296px;
	height: 43px;
	line-height: 43px;
	margin: 0px 12px 12px 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-indent: 25px;
}

.button:hover {
	background: url(../images/button.gif) 0px -43px repeat-x;
}

.button img {
	float: right;
	margin: 5px 25px 0 0;
	border: none;
}

/* HARBINGER NEWS ---------------------------------------------------- */

#harbinger {
	width: 296px;
	height: 97px;
	margin: 0 12px 12px 12px;
	border: none;
}

/* CURRICULUM GUIDE -------------------------------------------------- */

a#curriculum {
	width: 296px; height: 101px;
    text-indent: -9999px;
	margin: 0 12px 12px 12px;
    background: url(../images/curriculumguide.png) no-repeat;
    display: block;
}

a#curriculum:hover {
    background: url(../images/curriculumguide.png) 0px -101px no-repeat;
}

/* SCHOOL ADDRESS AND PHONES ----------------------------------------- */

address {
	margin: -10px 12px 12px 12px;
	padding: 35px 30px 30px 20px;
	color: #fff;
	font-style: normal;
	background: url(../images/address.jpg) no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* LINKS LIST ------------------------------------------------------- */

#links {
	background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin: 12px;
}

#links h5 {
	margin: 0 20px; padding: 10px 0;
	border-bottom: 1px dotted #ccc;
    font: bold 14px Georgia,'Times New Roman',times,serif;
    color: #fff;
    background: url(../images/icons/web.png) 100% 50% no-repeat;
}

#links ul {
    margin: 10px 20px; padding: 0 0 15px 0;
}

#links ul li {
    list-style: none;
    margin: 4px 0 0 0;
}

#links ul li a {
    color: #ccc;
    text-decoration: none;
}

#links ul li a:hover {
    color: #fff;
}

/* MAIN LIST ------------------------------------------------------- */

#main ul {
	margin: 14px;
	padding: 0;
	list-style: none;
}

#main ul li {
	background: url(../images/li.gif) 0px 1px no-repeat;
	margin: 4px 0 0 0;
	padding: 0 0 0 18px;
}

/* MAIN DEFINITION LIST -------------------------------------------- */

#main dl {
    margin: 14px;
}

#main dt {
    font-weight: bold;
}

#main dd {
    padding: 5px 0;
}

/* HEADERS --------------------------------------------------------- */

#main h1 {
	margin: -5px 12px 12px 12px;
	height: 99px; line-height: 98px;
	background: url(../images/h1.jpg) no-repeat;
	font-size: 125%;
	color: #e1e1e1;
	padding: 0 0 0 20px;
	text-transform: uppercase;
    font-family: Georgia,'Times New Roman',times,serif;
}

#main h1.seniors {
    background: url(../images/headers/header_seniors.jpg) no-repeat;
}

#main h1.juniors {
    background: url(../images/headers/header_juniors.jpg) no-repeat;
}

#main h1.sophomores {
    background: url(../images/headers/header_sophomores.jpg) no-repeat;
}

#main h1.freshmen {
    background: url(../images/headers/header_freshmen.jpg) no-repeat;
}

#main h2 {
	margin: 12px; padding: 0 0 0 20px;
	background: url(../images/h2.jpg) repeat-x;
	color: #fff; font-size: 100%;
	height: 34px; line-height: 34px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Georgia,'Times New Roman',times,serif;
}

#main h3 {
	margin: 14px 14px 5px 14px;
	padding: 0;
	color: #6a0d0d;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

/* PARAGRAPHS ------------------------------------------------------ */

#main p {
	margin: 20px 14px;
	padding: 0;
}

/* LINKS ----------------------------------------------------------- */

#main a {
	color: #650000;
	text-decoration: none;
}

#main a:hover {
	color: #000;
}

/* FOOTER ---------------------------------------------------------- */

#footer {
	height: 400px;
	background: url(../images/footer.jpg) no-repeat;
	position: relative;
}

#footer #crest {
	position: absolute;
	top: 30px;
	right: 25px;
	border: none;
}

#footer p {
	margin: 0;
	padding: 45px 0 0 14px;
	color: #eee;
}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

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

#footer ul {
	margin: 35px 12px 12px 12px;
	padding: 0;
	list-style: none;
	color: #fff;
}

#footer ul li {
	margin: 5px 0 0 0;
	padding: 0;
}

#footer ul li ul {
	margin: 0;
	padding: 0;
}

#footer .col {
	float: left; 
	width: 135px;
}


/* MAIN TABLE ----------------------------------------------------- */

#main table {
	margin: 12px;
	padding: 0;
	width: 618px;
}

#main table td {
	padding: 2px 5px;
}

#main table th {
    text-align: left;
    width: 35%;
}

#main table thead th {
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
    background-color: #680D0C; color: #FFF;
}

#main table .odd {
	background-color: #d7d7d7;
}
#main table .even {
	background-color: #ccc;
}

#main table.athletics th {
	width: auto;
}

#main table.faculty th {
    width: 45%; padding: 2px 5px;
}

#main table.faculty td.email {
    width: 10%;
}

#main table.faculty td.email a img {
    border: none;
}

/* CLASSES --------------------------------------------------------- */

#main .left, #footer .left {
	float: left;
	margin: 12px;
}

#main .right {
	float: right;
	margin: 12px;
	border: 1px solid #fff;
}

.clear {
	width: 100%;
	overflow: auto;
}

.img-header {
	margin: -5px 12px 12px 12px;
}

.jrotc {
	width: 140px;
	border: 1px solid #fff;
}

.career {
	margin: 12px;
	padding: 0 0 0 20px;
	background: url(../images/h2.jpg) repeat-x;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
}

.sidewrap {
    margin: 0 12px;
}

.photo {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.photo img {
    display: block;
}

.photo h4 {    
    font: bold 12px Georgia,'Times New Roman',times,serif;
    margin: 0; padding: 8px 0;
    text-align: center; color: #333;
}