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

body {background:#000000;font-family:Arial, Helvetica, sans-serif; font-size:10px;margin:0 auto; padding:0;}

.Page {width:1000px; height:auto; margin:0 auto;}

.nav {
	width:150px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:10px;
}

.Content {
	width:615px;
	height:auto;
	margin-left:50px;
	float:left;
}

.ContentInterior {
	width:750px;
	height:auto;
	margin-left:50px;
	float:left;
}

.footer {
	clear: both;
	margin-bottom: 30px;
	margin-top:15px;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	text-align:center;
	width:700px;
}

.interiorfooter {
	clear: both;
	margin-bottom: 30px;
	margin-top:15px;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	text-align:center;
	width:650px;
}

.footer a{text-decoration: none;background:none; color:#999;}
.footer a:hover {text-decoration: none;background:none; color:#ccc; border-bottom:1px dotted #ccc;}

.interiorfooter a{text-decoration: none;background:none; color:#999;}
.interiorfooter a:hover {text-decoration: none;background:none; color:#ccc; border-bottom:1px dotted #ccc;}
	
h1 {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:24px; color:#cccccc; text-transform:uppercase; letter-spacing:2px;}

h2 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:1.1em; color:#867462; text-transform:uppercase; letter-spacing:0px;}

h3 {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#ffffff; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;}

h3 a{text-decoration:none; color:#FFF;font: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;text-transform: uppercase;letter-spacing: 0px;}
h3 a:hover{text-decoration:none; color:#666;-webkit-transition: color .25s linear;}

p {font-size:12px; letter-spacing:normal; color:#333333; padding:3px;}

.ksob {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#563019; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;}

.jsas {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#900; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;}

.asoe {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#F60; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;}

.fsoe {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#0FF; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;} 

.sps {font-family:"Myriad Pro Condensed", "Myriad Pro Italic", "Myriad Pro Bold Condensed"; font-size:10px; color:#060; text-transform:capitalize; letter-spacing:1px; font-weight:lighter;}

p a{text-decoration: none;background:none; color:#999;}
p a:hover{text-decoration: none;background:none; color:#2F4E6F; border-bottom:1px dotted #2F4E6F;font-size:12px;}

.orange{color:#F60;}
.blue{color:#0FF;}
.red{color:#903;}
.brown{color:#563019;}
.green{color:#060;}

.credits {
	border-bottom: solid 1px #867462;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#867462;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.schoolasoe {
	border-bottom: solid 1px #F60;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#F60;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schoolksob {
	border-bottom: solid 1px #C96;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#563019;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schooljsas {
	border-bottom: solid 1px #903;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#903;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schoolfsoe {
	border-bottom: solid 1px #0FF;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#0FF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.schoolsps {
	border-bottom: solid 1px #060;
	padding-bottom: 5px;
	margin: 0 0 30px 10px;
	font: 120% Garamond, Georgia, serif;
	color:#060;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 150px;
	border-bottom:1px solid #867462;
	line-height:10px;
	}
	
.nav li li {
	position: relative;
	}
.nav li ul {
	position: relative;
	left:0;
	top:0;
	display: none;
	}
	
.nav ul li a {
	display: block;
	text-decoration: none;
	color:#cccccc;
	background:#867462;
	padding: 5px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	}
	
.nav ul li a:hover {color:#ffffff; background:#a89a8b;-webkit-transition: color .25s linear;}	
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.nav li:hover ul, li.over ul { 
	display: block; background:#ccc; color:#333; }
	
.clear {clear: both; font-size:1px;}

