/* CSS Document */

html {
	height: 100%;
}


body {
	background-image:url(../assets/backStrip.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin:0px;
	height: 100%;
	font-family:"Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}



.wrapper {
	background-image: url(../assets/homeContentBack.gif);
	background-repeat: repeat-y;
	background-position: 25px top;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
	min-height: 100%;
}

* html .wrapper {
	height: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	clear: both;
	text-transform:uppercase;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	clear: both;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}



ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
}

ul li {
	padding-left: 12px;
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 5px;
	margin-top: 5px;
}

ol {
	margin-bottom: 10px;
}

ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}



.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height:436px;
	_height: 436px;
	position: relative;
	background-image: url(../assets/homeWrapperStrip.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}
.separator {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
}

a {
	color: #000000;
	text-decoration: underline;
	
}

a:hover {
	color: #E4AC10;
}

/*This is the CSS for the header */

.header {
	position: relative;
	width: 850px;
	height: 131px;
	margin-left: 25px;
	background-image:url(../assets/backStrip.gif);
	background-repeat:repeat-x;
}

.logo {
	position: absolute;
	top: 0;
	left: 40px;
	width: 133px;
	height: 148px;
	z-index: 2000;
}

.school {
	position: absolute;
	width: 376px;
	height: 29px;
	left: 140px;
	top: 34px;
}

.homePhone {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 721px;
}

/*This is the CSS for the top navigation*/

.nav {
	height: 36px;
	width: 717px;
	position: absolute;
	text-transform:uppercase;
	left: 134px;
	top: 95px;
	font-weight: bold;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	list-style-type: none;
	display: block;
	height: 36px;
	background-image: none;
	padding-left: 0;
	margin-top: 0;
}

.nav li a {
	text-decoration:none;
	font-size: 12px;
	color:#FFFFFF;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	height: 36px;
	line-height:36px;
	
		
}

.nav li a:hover {
	text-decoration:underline;
	color: #003273;
}


/*This is the CSS for the home page banner */

.homeBanner {
	width: 850px;
	height: 212px;
	margin-left: 25px;
	background-image: url(../assets/termBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

.term {
	background-image: url(../assets/statement.gif);
	background-repeat: no-repeat;
	background-position: 21px 58px;	
	width: 304px;
	height: 212px;
	float: left;
}

.termDate {
	width: 304px;
	height: 37px;
	line-height: 37px;
	position: absolute;
	text-align:center;
	left: 0px;
	top: 170px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
	z-index: 1000;
}

.termDate span {
	color: #E4AC10;
}

.bannerSwf {
	width: 546px;
	height: 212px;
	float: left;
}

.textWrapper {
	width: 850px;
	margin-left: 25px;
	padding-bottom: 50px;
	margin-top: 35px;
}

/*This is the CSS for the home content */
.homeLeft {
	width: 280px;
	float: left;
	padding-left: 25px;
	font-weight: bold;
}

.student {
	height:200px;
	width: 250px;
	margin-bottom: 30px;
	
}

.studentName {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.studentName span {
	font-size: 13px;
}

.studentQuote {
	clear: both;
	width: 250px;
	height: auto;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}

.studentFrame {
	width: 98px;
	height: 89px;
	margin-bottom: 10px;
	float: left;
	background-image: url(../assets/studentFrame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.studentFrame img {
	margin-top: 8px;
	margin-left: 12px;
}

.downloadsGrey {
	width: auto;
	height: 40px;
	clear: both;
	display: block;
	background-image: url(../assets/downloadGreyBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	padding-left: 45px;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight: bold;
}

.downloads {
	width: auto;
	height: 40px;
	clear: both;
	display: block;
	background-image: url(../assets/downloadYellBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	padding-left: 45px;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight: bold;
}

.gallery {
	width: auto;
	height: 40px;
	clear: both;
	display: block;
	background-image: url(../assets/galleryLink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	padding-left: 45px;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight: bold;
}

.homeRight {
	width: 500px;
	height: auto;
	float: left;
	padding-left: 25px;
}

.homeBody {
	width: 260px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4AC10;
	padding-right: 25px;
	float: left;
}

.homeContact {
	float: left;
	margin-left: 30px;
	font-weight: bold;
}

.homeContact img {
	margin-bottom: 10px;
}

/*This is the CSS for the footer */

.footer {
	position: relative;
	margin-top: -36px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 36px;
	line-height:36px; 
	background-color: #E4AC10;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10px;
	clear: both;
	text-align: center;
}

.footer span {
	margin-left: 20px;
	
}

.footer span a {
	color: #F4DE82;
}

.footer a {
	color:#FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover {
	color: #003273;
	text-decoration: underline;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}