/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Kildonan School
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#2e6460;
	font-family: Times New Roman, serif;
	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: transparent !important;
	color:#79a63c !important;
}


#logo_link { 
	position: absolute;
	margin: 0px;
	width: 248px; height: 128px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 41px 25px 20px 52px; background: url('../images/contentbg.gif') top left no-repeat; }

/* =========================================
	Misc Site Elements
=========================================== */

.leftbuttons { position: absolute; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: transparent url('../images/searchbg.gif') top left no-repeat;
	border: 0px solid #d7be93;
	width: 97px;
	height: 21px;
	color: #666666;
	padding: 4px 0 0 3px;
	margin-top: 0px !important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline; vertical-align: top;
}

#ss_div {
	width: 705px;
	position: absolute;
	vertical-align: top;
	margin: 11px 0 0 264px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 277px;
	margin-top: 288px;
	height: 18px;
	width: 500px;
	color: #79a63c;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 807px;
	width: 150px;
	margin-top: 288px;
	padding-right: 0;
	color: #79a63c;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:168px;
	margin:0 0 0 0;
	padding: 5px 0;
        background: #204a00; border: 1px solid #b0c88d;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:0 1px;
}

#nav_menus li { padding: 2px 0 3px 0; background: url('../images/dropborder.gif') bottom center no-repeat; }

#nav_menus a {
	display:block; *width:100%;
	text-decoration:none;
	padding: 6px;
	color:#b0c88d;
}

#nav_menus a:hover {
	color:#fff;
}


#ql_menu {
	position:absolute; top:0px; left:0px;
	width:168px;
	margin:0 0 0 0;
	padding: 5px 0;
        background: #204a00; border: 1px solid #b0c88d;
}

#ql_menu ul {
	list-style-type:none;
	margin:0;
	padding:0 1px;
}
#ql_menu br {
	display:none;
}

#ql_menu li {
        padding: 2px 0 3px 0; background: url('../images/dropborder.gif') bottom center no-repeat;  
}

#ql_menu a {
	display:block; *width:100%;
	text-decoration:none;
	padding: 6px;
	color:#b0c88d;
}

#ql_menu a:hover {
	color:#fff;
}

#topbanner img{ vertical-align:top; }
#topbanner .tools img{ vertical-align:middle; }
