@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
img {border:0px;}

body {
	background:url(../images/bgMain.gif) repeat-x #ffffb7;
	background-position:0px 290px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {padding-bottom:15px;}
.left {float:left;}
.right {float:right;}
.i {font-style:oblique; color:#c31d04;}
.quote {font-weight:bold; font-style:italic;}
.name {color:#c31d04;}
ul li {list-style:outside; margin-left:10px;}
ul li ul li {list-style:circle; margin-left:50px;}

#left {
	padding: 15px;
	float:left;
	margin-right:10px;
}

#header {
	margin:0 auto;
	position:relative;
	height:108px;
	background:url(../images/bgNav.gif) bottom left repeat-x #f8f8f8;
}

#header #wrapper {
	width:800px;
	margin:0 auto;
}

#spartan {
	margin:0 auto;
	position:relative;
	height:186px;
	background:url(../images/bgSpartan.gif);
}

#main {
	margin:0 auto;
	position:relative;
	clear:both;
}
#main #wrapper {width:864px;}

#wrapper {
	margin:0 auto;
}

.clear {clear:both;}

a {
	color:#c31d04;
	text-decoration:none;
}

a:hover {
	color:#ffb800;
}

/* navigation */
#nav {
	position:absolute;
	clear: both;
	margin-left:-30px;
	bottom:11px;
	width:800px;
}

#nav div {
	float:right;
	margin-left:-23px;
	width:145px;
	height:39px;
}

.sports {background:url(../buttons/sports.png) no-repeat;}
.sports2 {background:url(../buttons/sportsOver.png) no-repeat;}

.ministry {background:url(../buttons/ministry.png) no-repeat;}
.ministry2 {background:url(../buttons/ministryOver.png) no-repeat;}

.admissions {background:url(../buttons/admissions.png) no-repeat;}
.admissions2 {background:url(../buttons/admissionsOver.png) no-repeat;}

.academics {background:url(../buttons/academics.png) no-repeat;}
.academics2 {background:url(../buttons/academicsOver.png) no-repeat;}

.activities {background:url(../buttons/activities.png) no-repeat;}
.activities2 {background:url(../buttons/activitiesOver.png) no-repeat;}

.about {background:url(../buttons/about.png) no-repeat;}
.about2 {background:url(../buttons/aboutOver.png) no-repeat;}


#nav div a {
	display:block;
	width: 145px;
	height:39px;
}

#nav div a span {
	display:none;
}
/* end navigation */


/*SPARTAN SECTION */
#spartan #wrapper {
	margin:0 auto;
	padding:5px 0px 0px 50px;
	width:800px;
}

#spartanNav {
	padding:6px 6px 0px 6px;
}

#spartanNav div {
	width:196px;
	height:41px;
	margin-bottom:2px;
}

.future {background:url(../buttons/future.png) no-repeat;}
.future2 {background:url(../buttons/futureOver.png) no-repeat;}

.news {background:url(../buttons/news.png) no-repeat;}
.news2 {background:url(../buttons/newsOver.png) no-repeat;}

.parents {background:url(../buttons/parents.png) no-repeat;}
.parents2 {background:url(../buttons/parentsOver.png) no-repeat;}

.alumni {background:url(../buttons/alumni.png) no-repeat;}
.alumni2 {background:url(../buttons/alumniOver.png) no-repeat;}

#spartanNav div  a {
	display:block;
	width: 196px;
	height:41px;
}

#spartanNav div  a span {
	display:none;
}


/* Content */
#content {
	background:url(../images/bgContentWide.png) repeat-y;
	height:100%;
	padding:20px
}

#content02 {
	background:url(../images/bgContentWide02.png) repeat-y;
	height:100%;
	padding:20px
}


/* HEADERS */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#c31d04;
	padding-bottom:15px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}


/* FOOTER */
#footer {
	background:url(../images/bgFooterWide.png) no-repeat;
	height:56px;
	color:#ffb800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
}

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

#footer .multimedia {
	font-size:10px;
	font-weight:normal;
}


/* SUBPAGES */
#contentNav {
	position:relative;
	float:left;
	padding-right:10px;
	width:170px;
	font-weight:bold;
	color:#c31d04;
}

#contentNav ul li {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentNav ul li a {
	color: #c31d04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-variant:small-caps;
	font-weight:bold;*/
	text-decoration:none;
	font-size:14px;
	text-transform:none;
}

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

#bodyText {
	position:relative;
	float:right;
	width:625px;
}

.imgPad {
	margin:5px;
}


ul.link li {
	list-style:none;
}

ul li.sub {
	padding-left:10px;
	font-weight:normal;
	font-size:13px;
}

.smallPadding {
	padding-bottom:5px;
}

.largePadding {padding-bottom:15px;}

.normal {font-weight:normal;}

ul.nostyle li {
	list-style: none;
	padding-bottom:15px;
}

.sideLinkMain {
	font-size:18px;
}


/* LINK ITEMS */

#link-item {
	width:235px;
	border-bottom: 1px solid #FFB800;
	margin:5px;
	float:left;
	height:80px;
}

#link-item img {
	padding:2px;
	border: 1px dotted #ffb800;
	margin:10px;
	width:50px;
	height:50px;
	float:left;
}

#link-item a {
	border-bottom:1px dotted #c31d04;
}

#link-item a:hover {
	border-bottom:1px dotted #ffb800;
}

/* WE ARE PACE */
.weAre {
	color:#c31d04;
	font-stretch:semi-expanded;
	font-size:26px;
	letter-spacing:2px;
	font-family:"Times New Roman", Times, serif;
}

h1.weAre {
	font-size:40px;
}

.weAreCap {
	font-weight:bold;
}


/*QUICK LINKS*/
#quicklinks {
	width:257px;
}

#quicklinks a {
	color:#720f0f;
	font-weight:bold;
	text-decoration:underline;
}

#quicklinks #body {
	background:url(../images/quicklinks_bg.jpg) repeat-x #ffe061;
	padding:0px;
	margin:0px;
}

#quicklinks ul li {
	list-style-type:none;
	padding-bottom:5px;
}

/* FACULTY PAGE */

#faculty-item {
	line-height:1.75em;
	width:275px;
	margin:10px;
	float:left;
	font-size:12px;
	height: 135px;
}

#faculty-item img{
	width:100px;
	height:125px;
	padding-right:15px;
	float:left;
}

#faculty-item strong {
	color:#c31d04;
	font-size:14px;
}

#faculty-item a {
	border-bottom:1px dotted #c31d04;
}

#faculty-item a:hover {
	border-bottom:1px dotted #ffb800;
}

/*OTHER*/
.warning {
	color:#FF0000;
	font-weight:bold;
}

.imgBorder {
	padding:2px;
	border: 1px dotted #ffb800;
}