/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Old Orchard School
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#005694;
	font-family:Times New Roman;
	font-weight: normal;
}

.large, .large td { font-size: 14px !important; }

h1{ font-size:2em; }
h2{ font-size:1.8em; }
h3{ font-size:1.6em; }
h4{ font-size:1.4em; }
h5{ font-size:1.2em; }
h6{ font-size:1em; }
p { margin:1em 0; }

/*Doctype fixes */
#topbanner img{vertical-align:top;}
#topbanner .tools img{vertical-align:middle;}
/*End doctype fixes */

.nav_history {
	background-color:#65b055 ;
	color:#fff !important;
}


#logo_link { 
	position: absolute;
	margin: 80px 0 0 50px;
	height: 100px; width: 185px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 15px 45px 8px 20px; }

/* =========================================
	Misc Site Elements
=========================================== */

#topcontainer { background: url('../images/pagetop.gif') top left repeat-x; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
	background: transparent url('../images/searchbg.gif') top left no-repeat; 
	border: 0px solid #d7be93;
	width: 131px;
	height: 13px;
	color: #ffffff;
	padding: 2px 0 0 3px;
	margin-top: 1px!important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline;
}

#ss_div {
	width: 213px;
	position: absolute;
	vertical-align: top;
	margin: 216px 0 0 485px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 53px;
	margin-top: 241px;
	height: 18px;
	width: 600px;
	color: #fff;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 760px;
	width: 130px;
	margin-top: 239px;
	padding-right: 0;
	color: #fff;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:166px;
	margin:0 0 0 0;
	padding: 0 0 11px 0;
	background:transparent url('../images/dropbottom.png') bottom left no-repeat;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:11px 1px 0 1px;
	background: #e2d4bd url('../images/droptop.gif') top left repeat-x;
}

#nav_menus a {
	display:block;
	text-decoration:none;
	padding:6px;
	color:#331b06;
}

#nav_menus a:hover {
	background:#53a2db;
	color:#ffffff;
}

#dhtmlmenu_numberhere {
	margin-left: -46px !important;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:166px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background: #e2d4bd;
}

#ql_menu ul {
	margin:0; padding:0;
	list-style-type:none;
}
#ql_menu br {
	display:none;
}

#ql_menu a {
	display:block;
	text-decoration:none;
	padding:6px;
	color:#331b06;
}

#ql_menu a:hover {
	background:#53a2db;
	color:#ffffff;
}

