#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(file:///Macintosh%20HD/Users/richardmartin/Desktop/RAM/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(file:///Macintosh%20HD/Users/richardmartin/Desktop/RAM/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///Macintosh%20HD/Users/richardmartin/Desktop/RAM/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C00;
}
#container2 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C00;
	height: 700px;
}
#page-bg {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
#header {
	height: 270px;
	width: 1024px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
#leftbox {
	float: left;
	width: 210px;
}
#slider {
	/* You MUST specify the width and height */
	width:814px;
	height:403px;
	position:relative;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	/* Set the position */
	position:absolute;
	top:0;
	left:559px;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:440px;
	overflow:hidden;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	/* Clear the list style */
	list-style:none;
	margin:0;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:255px;
	overflow:hidden;
	font-family:arial;
	font-size:28px;
	padding: 0;
	background-color: #CCC;
}

	#excerpt li {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#centerbox {
	width: 814px;
	float: left;
	background-color: #CCC;
}
#centerbox2 {
	width: 814px;
	float: left;
}
#centerbox3 {
	width: 814px;
	float: left;
	background-color: #FFF;
}
.nav {
	list-style-type;none:
	border:solid 1px black;
	width:210px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav a{
	text-decoration:none;
	color:#000;
	display:block;
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FC0;
}
.taglinebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	line-height: 40px;
	color: #FFF;
	background-color: #000;
	height: 40px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.taglinebox2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	line-height: 25px;
	color: #FFF;
	background-color: #003;
	height: 25px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FC0;
}
.nav a:hover {
	background-color: #C00;
	color: #FFF;
}

.nav li:hover {
	position:relative;
	background-color:beige;
}

ul.submenu {
	display:none;
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	z-index:1;
	background-color: #339;
}
ul.submenu2 {
	display:none;
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	z-index:1;
	background-color: #339;
}

li:hover .submenu {
	display:block;
	position:absolute;
	left:210px;
	top:0px;
	width:210px;
	background-color: #666;
}
li:hover .submenu2 {
	display:block;
	position:absolute;
	left:210px;
	top:0px;
	width:210px;
	background-color: #666;
}
#footer {
	clear: both;
	width: 1024px;
	height: 40px;
}
#mission {
	background-color: #CCC;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}
.missiontext {
	background-color: #999;
	float: left;
	height: 375px;
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
	margin-left: -20px;
}
.corevaluestext {
	background-color: #CCC;
	height: 400px;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#intro {
	background-color: #CCC;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 24px;
	margin-top: 20px;
}
#text {
	background-color: #FFF;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 24px;
	margin-top: 20px;
}
#text2 {
	background-color: #FFF;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	margin-top: 20px;
}
#text3 {
	background-color: #003;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7CB27;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
	margin-bottom: 10px;
}
#text4 {
	background-color: #FFF;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-right: 15px;
	float: right;
	border: thin solid #900;
	margin-top: 20px;
	line-height: 33px;
}
#text5 {
	background-color: #FFF;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 18px;
	border: thin solid #900;
	margin-left: 12px;
	float: left;
	padding-right: 10px;
}
#text6 {
	background-color: #FFF;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-right: 12px;
	line-height: 18px;
	float: right;
	border: thin solid #900;
	padding-right: 10px;
}
#text7 {
	background-color: #FFF;
	width: 788px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-right: auto;
	line-height: 18px;
	margin-left: auto;
	height: 40px;
	margin-top: -10px;
}
#text8 {
	background-color: #FFF;
	width: 788px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-right: auto;
	line-height: 30px;
	margin-left: auto;
	height: 80px;
	margin-top: -10px;
}
#graybox {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #CCC;
}
#whitetextbox {
	width: 789px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-top: -10px;
	line-height: normal;
}
.leftboxinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F6CA26;
	text-align: center;
	width: 210px;
}
.clear {
	clear:both;	
}
.navfade {
	width: 210px;
}
.message {
	height: 300px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: x-large;
	color: #FFF;
}
.narrative {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	color: #F7CB27;
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #FFF;
	float: left;
	width: 340px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #FFF;
	float: right;
	width: 340px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.half-line {
  line-height: .5em;
}
.photos_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.photos_container2 {
	width: 360px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
.list {
	text-align: center;
	line-height: 36px;
	clear: both;
	height: 400px;
	margin-right: 30px;
	margin-left: auto;
}
.runningtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
	font-size: x-large;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
.box1 {
	width: 50px;
}
#photo1 {
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#susanphoto {
	text-align: center;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#trophyphoto {
	text-align: center;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#photo2 {
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#runwayphoto {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 506px;
	width: 308px;
	margin-top: 20px;
}
#contactphoto {
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 429px;
	width: 307px;
	margin-top: 20px;
}
#photo3 {
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
#photo4 {
	text-align: center;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	margin-left: 12px;
}
.frame {
	border: thin solid #C00;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.pagetitles {
	clear: both;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 795px;
	margin-right: 10px;
	margin-left: 10px;
}
.studentnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125px;
	text-align: left;
	line-height: 18px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.image-border {
	border: 1px solid #000000;
	margin-top: 10px;
}
.animation {
	width: 210px;
}
.facebookbox {
	background-color: #C00;
	width: 210px;
	float: left;
}
