/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Burr and Burton Academy
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#094300;
	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; }

.nav_history {
	background-color:#004503 !important;
	color:#ffffff !important;
}


#logo_link { 
	position: absolute;
	margin: 120px 0 0 15px;
	width: 170px; height: 170px;
	text-indent: -9999px;
	background: #ff0000;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 35px 30px 20px 50px; }

/* =========================================
	Misc Site Elements
=========================================== */



/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: #b4a252;
	border: 0px solid #d7be93;
	width: 112px;
	height: 15px;
	color: #fff;
	padding: 0 0 0 2px;
	margin-top: 0px !important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}


#ss_div form {
	display:inline;
        background: transparent url('../images/searchbg.gif') top left no-repeat;
}

#ss_div {
	width: 205px;
	position: absolute;
	vertical-align: top;
	margin: 114px 0 0 663px; 
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 215px;
	margin-top: 145px;
	height: 18px;
	width: 500px;
	color: #094300;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 784px;
	width: 170px;
	margin-top: 143px;
	padding-right: 0;
	color: #094300;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:165px;
	margin:-8px 0 0 0;
	padding:0 0 10px 0;
	background: transparent url('../images/dropbottom.png') bottom right no-repeat;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
        border-right: 2px solid #135216;
        background: #b9b9b9 url('../images/droptop.gif') top right no-repeat;
}

#nav_menus li {
        background: transparent url('../images/dropborder.gif') bottom left no-repeat;
}

#nav_menus a {
	display:block; *width:100%;
	text-decoration:none;
	padding: 8px 12px;
	color:#000000;
}

#nav_menus a:hover {
	color:#ffffff;
}

#dhtmlmenu_356 { margin-left: -55px !important; }

#ql_menu {
	position:absolute; top:0px; left:0px;
	margin:3px 0 0 -46px;
	padding:0 0 0 0;
	width:145px;
	background:#a18c27;
}

#ql_menu ul {
	margin:0; padding:0;
	list-style-type:none;
}
#ql_menu br {
	display:none;
}

#ql_menu li { border-bottom: 1px solid #8f7c1f }

#ql_menu a {
	display:block;
	text-decoration:none;
	padding:6px 12px;
	color:#fff;
        text-align: right;
}

#ql_menu a:hover {
	background:#8f7c1f;
	color:#FFF;
}

