/* ------------------ CSS screen styles ------------------ */

/* ------------------------------------------------------- */
/* common styles */
body {
background: #000 url(/_images/common/background_window.gif) repeat-x;
color: #000;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
letter-spacing: .1em;
text-align: center;
}

p {

}

hr {

}

/* hyperlinks */
a {
color: #ccc;
text-decoration: none;
}

	a:visited {
	color: #ccc;
	text-decoration: none;
	}

	a:hover {
	color: #fff;
	text-decoration: none;
	}

/* anchors with no border */
.noborder {
border-bottom: 0px;
}

	.noborder:hover {
	border-bottom: 0px;
	}

/* headings */
h1 {
background: url(../_images/common/logo.jpg) no-repeat;
font-size: 1.4em;
float: left;
height: 120px;
line-height: 1em;
text-transform: capitalize;
width: 450px;
}

	h1 span {
	display:  none;
	}

h2 {
display: none;
}

h4 {
font-size: 16px;
font-weight: bold;
}

	h4 img {
	margin-top: -5px;
	}

h5 {
color: #cc0000;
}


/* ------------------------------------------------------- */
/* container styles */

#home_page {
background: url(/_images/common/background_window_home.jpg);
}

#page {
background: url(/_images/common/background_window.jpg);
border: 0px solid #fff;
}

	#header {
	background: #000;
	height: 127px;
	padding-left: 20px;
	}
	
		#navigation {
		float: right;
		font-weight: normal;
		letter-spacing: .1em;
		margin-top: 72px;
		text-transform: uppercase;
		width: 420px;
		}
		
			#navigation ul {
			
			}
			
				#navigation ul li {
				display: inline;
				}
				
					#navigation ul li a {
					border: 1px solid #000;
					padding: .25em 1em .25em 1em;
					}
					
					#navigation ul li a:hover {
					border: 1px solid #ccc;
					}
					
						#navigation ul li .active {
						border: 1px solid #fff;
						}

.content {
clear: both;
margin: 0 auto;
padding: 0;
text-align: left;
width: 980px;
}

	.home {
	background: url(/_images/bg_page_home.jpg) top center no-repeat;
	height: 550px;
	}
	
	.honor_roll_template {
	background: url(/_images/bg_honor_roll_template.jpg);
	color: #000;
	font-size: 13px;
	letter-spacing: 0em;
	padding: 40px;
	width: 535px;
	}
	
		.honor_roll_template h5 {
		color: #000;
		font-family: "Lucida Calligraphy","Georgia";
		font-size: 24px;
		margin-bottom: 10px;
		}
		
		.honor_roll_template strong {
		color: #990000;
		font-size: 15px;
		letter-spacing: .1em;
		text-transform: uppercase;
		}
		
		.honor_roll_template img.alignleft {
		margin-right: -20px;
		}
	
	#folder_nav {
	background: url(../_images/bg_folder_nav.jpg) no-repeat;
	border: 0px dotted #000;
	height: 100px;
	float: left;
	position: relative;
	top: 18px;
	left: 55px;
	width: 625px;
	}
	
		#folder_nav ul {
		padding: 10px 0px 0px 18px;
		}
		
			#folder_nav ul li {
			display: inline;
			font-size: 15px;
			letter-spacing: .2em;
			text-transform: uppercase;
			margin: 0;
			opacity: .0;
			filter: alpha(opacity=0);
			-moz-opacity: 0.0;
			}
			
				#folder_nav ul .tight {
				letter-spacing: .1em;
				}
			
				#folder_nav ul li a {
				border: 1px solid #fff;
				margin: 0;
				padding: .25em 0em .25em 0em;
				}
	
	#blog_links {
	border: 0px dotted #000;
	float: right;
	height: 210px;
	position: relative;
	right: 37px;
	top: 50px;
	width: 156px;
	}
	
	#blog_links a {
	color: #cc0000;
	}
	
	#blog_links a:hover {
	border-bottom: 0px solid #cc6666;
	}
	
		#blog_links ul {
		margin-right: 5px;
		}
		
			#blog_links ul li {
			margin-bottom: 5px;
			}
			
				#blog_links ul li span {
				color: #cc0000;
				display: block;
				}
				
				#blog_links ul li a {
				color: #000;
				}
				
				#blog_links ul li a:hover {
				border-bottom: 1px solid #666;
				}
	
	#home_music_player {
	background: #000;
	clear: both;
	color: #ccc;
	float: right;
	height: 210px;
	padding: 5px;
	position: relative;
	right: 10px;
	top: 90px;
	width: 210px;
	
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   
    box-shadow: 3px 3px 3px #000;
   -moz-box-shadow: 3px 3px 3px #000;  
   -webkit-box-shadow: 3px 3px 3px #000;
	
	}
	

#footer {
background: #000;
clear: both;
padding: 20px 0 40px 20px;
text-transform: uppercase;
}

	#footer a:hover {
	border-bottom: 1px solid #fff;
	}

	#footer ul {
	margin-top: 5px;
	}
	
		#footer ul li {
		display: inline;
		padding-right: 10px;
		}
		
			#footer ul li:after {
			content: url(../_images/common/red_star.jpg);
			}
			
			#footer ul .last_footer_li:after {
			content: url(../_images/common/red_star_override.jpg);
			}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-Mac \*/
*html .clearfix {height: 1%;}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */