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


/*this styles default font and colors for text and links for the whole document*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 800px;
	color: #661414;
	margin-right: auto;
	margin-left: auto;
	background-color: #621010;
	line-height: 1.5em;
	text-align: justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	line-height: 1.55em;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.45em;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.25em;
	text-align: left;
}
h4 {
	font-size: 1.25em;
	line-height: 1.20em;
	text-align: left;
}
h5 {
	font-size: 1.15em;
	font-weight: normal;
	text-align: left;
}
.italic {
	font-style: italic;
}
em {
	font-style: oblique;
	text-decoration: none;
}
ul {
	margin-left: 140px;
	color: #661414;
	list-style-position: outside;
	list-style-type: square;
}
ul ul {
	margin-left: -20px;
}
.nobullet {
	list-style-type: none;
}
p a:link, h4 a:link {
	color: #906020;
	text-decoration: underline;
}
p a:visited, h4 a:visited {
	color: #875c56;
	text-decoration: underline;
}
p a:hover, h4 a:hover {
	color: #4f3807;
	text-decoration: underline;
}
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
#big {
	font-size: 1.4em;
	font-weight: bold;
}
/*this puts a basic style to the navbar on the left*/
#navbar {
	position: relative;
	float: left;
	width: 120px;
	height: 554px;
	background-color: #754c16;
	margin-top: 0px;
	margin-right:10px;
	margin-bottom:10px;
	z-index: 12;
}

/*this creates hover properties for all buttons in navbar*/
#navbar a img.primary {
	z-index: 14;
}
#navbar a img.hover {
	z-index: 13;
}
#navbar a:hover img.hover {
	z-index: 15;
	background-color: #754b17;
}
#navbar a:hover img.current {
	cursor: default;
}

/*this is the positioning for each individual div of the navbar buttons*/
div#logo img{
	position: absolute;
	top: 5px;
	left: 5px;
}
div#home a img{
	position: absolute;
	top: 64px;
	left: 5px;
}
div#history a img{
	position: absolute;
	top: 104px;
	left: 5px;
}
div#about a img{
	position: absolute;
	top: 144px;
	left: 5px;
}
div#staff a img{
	position: absolute;
	top: 184px;
	left: 5px;
}
/*div#alumni a img{
	position: absolute;
	top: 224px;
	left: 5px;
}*/
div#mission a img{
	position: absolute;
	top: 224px;
	left: 5px;
}
div#contact a img{
	position: absolute;
	top: 264px;
	left: 5px;
}
div#application a img{
	position: absolute;
	top: 304px;
	left: 5px;
}
div#directions a img{
	position: absolute;
	top: 344px;
	left: 5px;
}
div#community a img{
	position: absolute;
	top: 384px;
	left: 5px;
}
div#donate a img{
	position: absolute;
	top: 424px;
	left: 5px;
}
div#dedications a img{
	position: absolute;
	top: 464px;/*with news its 504*/
	left: 5px;
}
div#sponsors a img{
	position: absolute;
	top: 504px;/*with news its 544*/
	left: 5px;
}/*
div#raffle a img{
	position: absolute;
	top: 554px;
	left: 5px;
}*/

/*this styles the sidebar on the right - if quote is a letter, use p class letter to style*/
#quotes {
	position: relative;
	font-size: 2.5em;
	font-style: italic;
	float: right;
	width: 225px;
	background-color: #754c16;
	padding: 0px 15px 140px 15px;
	margin-left:10px;
	margin-bottom:10px;
	line-height: 1.5em;
	text-align: center;
	color: #f7cf7b;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 13;
}
#quotes img {
	position: absolute;
	bottom: 10px;
	left: 15px;
}
#quotes p.letter {
	font-size: 1.2em;
	text-align: left;
}

/*this puts the padding on the bottom of the main div and styles the img down there*/
#main, #main4 {
	position: relative;
	padding-bottom: 290px;
	z-index: 10;
}
#main4 {
padding-bottom: 428px;
}
#main2 {
	position: relative;
	padding-bottom: 360px;
	z-index: 10;
}
#main3 {
	position: relative;
	padding-bottom: 500px;
	z-index: 10;
}
#photo {
	position: absolute;
	bottom: 20px;
	left: 140px;
	z-index: 11;
}

/*this makes the gold background color and makes the maroon separation*/
.boxes {
	background-color: #f7cf7b;
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
/*Pulls box down all the way*/
#clear {
	clear: both;
}
/*to style the text at the bottom of the page*/
#footer {
	padding: 5px;
	font-size: 0.65em;
	font-style: italic;
	text-align: center;
	clear: both;
	background-color: #754c16;
}
#footer p {
	color: #f7cf7c;
}
#footer a:link {
	color: #f7cf7c;
}
#footer a:visited {
	color: #661414;
}
#footer a:hover {
	color: #4f3807;
}
/*to get rid of the extra text for the mobile renderings*/
.mobile {
	display: none;
}
.center {
	text-align: center;
}
.staffpic {
	width: 90px;
	height: 90px;
	float: left;
	border: 2px solid #661414;
	margin-right: 10px;
}
.staff {
	margin: 0px 0px 25px 0px;
}
