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

img { border: 0px; }

:focus {
	outline: 0;
}

a:focus {
-moz-outline-style: none;
}

html {
	background: #000000 url(images/SchoolPage_bkgnd.jpg) no-repeat fixed center top;
}
body {
	background: #FFFFFF url(images/SchoolPage_bkgnd_light.jpg) no-repeat fixed center top;
	width: 75%;
	min-width: 820px;
	border: 1px solid #FFFFFF;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0 0 25px rgb(0,0,0);
-moz-box-shadow: 0 0 25px rgb(0,0,0);
box-shadow: 0 0 25px rgb(0,0,0);
	
	
}
hr {
	clear: both;
}
.action {
	border: 2px solid #FFCC00;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 325px;
	background: #FFFF99;
}
p {
	font: .8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
ul li {
	font: .8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .8em;
	margin-left: 0px;
}
ul {
	margin-left: 0px;
}

h1 {
float: left;
}

h2 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	clear: left;
}
h3 {
	font: bold .8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
.imgRight {
	margin-bottom: 15px;
	margin-left: 25px;
	float: right;
	clear: right;
	-webkit-box-shadow: 0 0 5px rgb(0,0,0);
-moz-box-shadow: 0 0 5px rgb(0,0,0);
box-shadow: 0 0 5px rgb(0,0,0);
}

.footer {
	text-align: center;
}

#nav {
	width: 182px;
	background: #CCCCCC;
	padding: 15px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px rgb(0,0,0);
	box-shadow: 0 0 10px rgb(0,0,0);
}

#nav li{
	border-bottom: 1px groove #999999;
	border-right: 1px groove #999999;
  width: 80px;
}

#nav ul {
	list-style: url(none) none;
}

#nav li a:hover {
	color: #851525;
	}
	
#nav li a:visited:hover {
	color: #851525;
}
	
#nav li a:link {
text-decoration: none;
	color: #333333;		
}

#nav li a:visited {
text-decoration: none;
	color: #333333;	
}

.copyright {
	text-align: center;
	font-size: .6em;	
}
ol {
	font: .8em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
ol ol {
	list-style: lower-alpha;
}
ol li {
	margin-bottom: 1em;
}
.address {
	line-height: 1.5em;
}

#video {
	
}

/* Kim's Tribute, you will be greatly missed */

body#KimsEulogy {
font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
background: #b21c3b url(none);
border: none;
color: #CCCCCC;
text-shadow: 0px 0px 2px #000000;
} 

body#KimsEulogy img#Kim {
float: left;
padding: 0 25px 25px 0;
}

body#KimsEulogy h1 {
float: none;
}

body#KimsEulogy p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}

body#KimsEulogy h2 {
font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
font-size: 1.75em;
font-style: bold;
}


