@charset "utf-8";
/* CSS Document */
body {   
  	background-image: url("images/background.jpg");
  	background-repeat: no-repeat;
  	background-position: bottom;
  	background-color: #71c6fa; 
  	font-family: Arial, Helvetica, sans-serif ;
	min-height: 900px;
}
h1 {
	font-size: 2em;
	text-align: center;
}
h2 {	
	font-size: 2em;
	font-weight: normal;
	text-shadow: -1px -1px 0px #167CAD;
}
h3 {
	font-size: 2em;
	font-weight: 100;
	color: #fff;
	margin: 0;
	text-align: center;
}
h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #006666;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #167CAD;	
}
html, body {
	height: 100%; /* for sticky footer */
}
body {
	margin: 0;
	padding: 0; /* for sticky footer */ 
}
#wrapper { /* for sticky footer */
	width: 100%;       
	min-height: 100%;       
	height: auto !important;       
	height: 100%;       
	margin: 0; }
	
#content_wrapper {
       width: 100%;
       padding: 0px 0px 250px 0px;
	   min-width: 942px;
 }
#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#header {
	height: 150px;
}
#header img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	border: none;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#header br{
	clear: right;
}
#header p {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding: 10px;
}
#classmates {
	color: #FFF;
	text-align: right;
}
#classmates a{
	color: #fff;
	text-decoration: underline;
}
#classmates a:hover {
	text-decoration: none;
	color: #167CAD;	
}
nav {
	float: left;
	height: 100%;
}

nav li {
	list-style: none;
	color: #fff;
	padding: 10px 0;
	border-bottom: solid 1pt #fff;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
}
nav img {
	border: none;
}
#main {
	margin-left: 250px;
}
.main-heading {
	text-align:center;
	color: #000;
}
.main-heading ul{
	padding: 0 5px;
}
.main-heading li{
	list-style: none;
	text-align: center;
	line-height: 200%;
	color: #000;
}
.item {
	width: 88%;
	margin: 30px 5% 0 5%;
	float: left;
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
    border-radius: 5px;
}
.item div{
	background-color: #069;
	border: 2px solid #069;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}

.item p{
	padding: 5px;
	font-size: .8em;
	color: #666;
	line-height: 150%;
}
.item a{
	color: #167CAD;
}
.item a:hover{
	color: #069;
}
.item ul{
	padding: 0 5px;
}
.item li{
	list-style: none;
	font-size: .8em;
	text-align: center;
}
.picture { 
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
    border-radius: 5px;	
	padding: 3px;
	font-size: 05.em;
	float: left;
	width: 300px;
	height: 260px;
	font-size: 0.8em;
	text-align: center;
	margin: 40px 5% 0 5%;
	text-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: ;
  -webkit-box-shadow: ;
  box-shadow: 1px 1px 8px 3px #167CAD;
	}
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 3px; 
	height: 223px;
	max-width: 290px;
	}
.large_picture { 
	margin-left: 10%;
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
    border-radius: 5px;	
	padding: 3px;
	font-size: 05.em;
	float: left;
	width: 705px;
	height: 570px;
	text-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: ;
  -webkit-box-shadow: ;
  box-shadow: 1px 1px 8px 3px #167CAD;
	}
.large_picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px; 
	height: 564px;
	}
.classmates div{
	text-align: left;
	width: 33%;
	float: left;
}
.classmates ul {
	list-style: ;
	margin-left: -20px;
	font-size: 0.9em;
	line-height: 120%;
}
.letter {
	text-align: center;
	font-size: 1.2em;
}
#seniors {
	margin: 0 auto;
}
#seniors img {
	float: left;
	padding: 5px;
	width: 161px;
	height: 200px;
	display: block;	
}
#seniors h4{
	float: left;
	width: 25%;
	}
.passed {
	margin: 5%;
	float: left;
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
    border-radius: 5px;
	text-align: center;
	padding: 20px;
}
.passed div{
	background-color: #069;
	border: 2px solid #069;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}

.passed span{
	padding-left: 5px;
	font-size: .8em;
	color: #666;
}
.passed img {
	width: 160px;
	height: 200px;
	display: block;	
}
form {
	width: 89%;
	padding: 0 5%;

}

label {
	width: 150px;
	text-align: right;
	float: left;
	padding-right: 5px;
	line-height: 1.2em;
}
input {
	margin-bottom: 5px;
}
input [type="text"]{
	margin-right: 15px;
}
input [type="checkbox"]{
	margin-right: 5px;

}
.insert p{
	line-height: 100%;
	margin-top: -4px;
}
	
#footer {
	background-color: #069;
	color: #fff;
	border: 2px solid #069;
    border-radius: 15px;
	margin: 40px 30px 0 30px;
}
#footer p{
	font-size: 0.8em;
}
#footer h4 {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
}
#footer1 div{
	float: left;
	width: 30%;
	padding: 0 10px;
}
#footer1 a{
	text-align:center;
}
#footer2 {
	font-size: 0.8em;
	color: #fff;
	padding: 20px;	
}
#footer2 div{
	padding: 0 7px;
	float: left;
}