/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - School
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#482347;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}

.large, .large td { font-size: 14px !important; }

h1{ font-size:2.2em; }
h2{ font-size:1.9em; }
h3{ font-size:1.6em; }
h4{ font-size:1.4em; }
h5{ font-size:1.2em; }
h6{ font-size:1em; }
p { margin:1em 0; }

.nav_history {
	background-color: transparent !important;
	color:#000 !important;
}


#logo_link { 
	position: absolute;
	margin: 0px;
	width: 450px; height: 75px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 235px 30px 1px 40px; background: url('../images/contentbg.jpg') top left no-repeat; }

/* =========================================
	Misc Site Elements
=========================================== */

#rightbanner { background: url('../images/rightbg.jpg') top right no-repeat; }

.header_photos img { position: absolute; margin: 10px 0 0 211px; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: url('../images/searchbg.gif') top left no-repeat;;
	border: 0px solid #d7be93;
	width: 119px;
	height: 18px;
	color: #6a4611;
	padding: 0;
	margin-top: 0px !important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline; vertical-align: top;
}

#ss_div {
	width: 490px;
	position: absolute;
	vertical-align: top;
	margin: 43px 0 0 477px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 242px;
	margin-top: 340px;
	height: 18px;
	width: 510px;
	color: #381b34;
	font-size: 10px;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 774px;
	width: 150px;
	margin-top: 313px;
	padding-right: 0;
	color: #381b34;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:194px;
	margin: 0 0 0 -2px;
	padding:0 0 14px 0;
        background: url('../images/dropbottom.png') bottom left no-repeat;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding: 0;
}

#nav_menus li { padding: 0 0 2px 0; background: url('../images/dropborder.png') bottom left no-repeat;  }

#nav_menus a {
	display:block;
	text-decoration:none;
	padding: 8px 15px;
	color:#efe1cb;
        background: url('../images/droploop.png') bottom left repeat-y;
}

#nav_menus a:hover {
	color:#e29e32;
        background: url('../images/dropover.png') bottom left repeat-y;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:194px;
	margin: 0 0 0 -2px;
	padding:0 0 14px 0;
        background: url('../images/dropbottom.png') bottom left no-repeat;
}

#ql_menu ul {
	list-style-type:none;
	margin:0;
	padding: 0;
}
#ql_menu br {
	display:none;
}

#ql_menu li {
        padding: 0 0 2px 0; background: url('../images/dropborder.png') bottom left no-repeat;  
}

#ql_menu a {
	display:block;
	text-decoration:none;
	padding: 8px 15px;
	color:#efe1cb;
        background: url('../images/droploop.png') bottom left repeat-y;
}

#ql_menu a:hover {
	color:#e29e32;
        background: url('../images/dropover.png') bottom left repeat-y;
}
