/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - The Woodhall School
   ----------------------------------------------------------------
*/

/*Doctype fixes*/
#topbanner img{vertical-align:top;}
#topbanner .tools img{vertical-align:middle;}
#ss_div input[type=image]{vertical-align:top;}
/*End doctype fixes*/

/* =========================================
	Common Site Elements
=========================================== */
img { border-color: #660000; }

h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#660000;
	font-family:Times New Roman;
}

.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:#fff;
	color:#000 !important;
}


#logo_link { 
	position: absolute;
	top: 130px;
	height: 90px; width: 455px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { background: url('../images/contentbg.jpg') top left no-repeat; padding: 15px 20px 8px 20px; }

/* =========================================
	Misc Site Elements
=========================================== */

#poweredby div { width: 955px; }

.right_link a { text-decoration: none; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
	background: #50020e; 
	border: 1px solid #c17e53;
	width: 165px;
	height: 12px;
	color: #e6ae73;
	padding: 0px 0 0 3px;
	margin-top: 1px!important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline;
	margin-left: 14px;
}

#ss_div {
	position: absolute;
	vertical-align: top;
	margin: 33px 0 0 402px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 14px;
	margin-top: 269px;
	height: 18px;
	width: 680px;
	color: #384d57;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 760px;
	width: 170px;
	margin-top: 266px;
	padding-right: 0;
	color: #384d57;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:150px; 
	margin:0 0 0 0;
	padding:0 2px 2px 2px;
        background: url('../images/droptop.gif')top left repeat-x;
        background-color: #660000 !important;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color:#516369;
}

#nav_menus a {
	display:block;
	text-decoration:none;
	padding: 6px;
	color:#ffffff;
	border-width: 0 0 1px 0;
	border-style:solid;
	border-color:#516369;
}

#nav_menus a:hover {
	background:#516369;
}

#dhtmlmenu_5 {
	margin-left: -66px !important;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:140px; 
	margin:0 0 0 0;
	padding: 2px;
	background-color:#660000;
}

#ql_menu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
	border-width: 1px;
	border-style:solid;
	border-color:#516369;
}
#ql_menu br {
	display:none;
}

#ql_menu a {
	display:block;
	text-decoration:none;
	padding:6px 6px;
	color:#ffffff;
}

#ql_menu a:hover {
	background:#516369;
	color:#FFF;
}

