/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Lausanne School
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#09437c;
	font-family: Arial, Helvetica, sans-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:#09437c;
	color:#fff !important;
}


#logo_link { 
	position: absolute;
    top:100px; left:670px;
	height: 130px; width: 290px;
	text-indent: -9999px;
	background: #fff;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#contentdiv { background: transparent url('../images/contentbg.gif') top left no-repeat; padding: 15px 20px 8px 20px; }

	#topbanner img{ vertical-align:top; }
	#topbanner .tools img{ vertical-align:middle; }

/* =========================================
	Misc Site Elements
=========================================== */

.toptools{ position:relative; }


/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
	background: #f1f4f7; 
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #8fa9c2;
	width: 152px;
	height: 14px;
	color: #6e8faf;
	padding: 1px 0 0 3px;
	vertical-align: top;
	*margin-top:-1px;
}

#ss_div form {
	display:inline; margin: 0px; padding: 0px; vertical-align: top;
}

#ss_div {
	width: 380px;
	position: absolute;
	vertical-align: top;
	margin: 265px 0 0 439px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
    top:264px; left:20px;
	height: 18px;
	width: 414px;
	color: #1e437c;
}

.tools {
	position: absolute;
    top:263px; left:819px;
	text-align: right !important;
	width: 136px;
	color: #1e437c;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div{
	background: url(../images/droptop.gif) top left no-repeat #005193; width:173px;
	position:absolute; top:0px; left:0px;
	margin-top:0px; margin-left:0px; padding-bottom:8px; padding-top:5px; 
	visibility:hidden;
	FILTER: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	-khtml-opacity: .85;
}

#nav_menus ul {
	list-style-type: none;
	margin: 0PX;
	padding: 0 5px 0px 5px;
}

#nav_menus a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	padding: 5px;
}

#nav_menus a:hover { border: 1px solid #aebdc0; color:#aebdc0; padding: 4px; }

#ql_menu{
	background: #e6ebeb;
	width: 143px;
        border: 1px solid #839fb7;
	position: absolute; top: 0px; left: 0px;
	margin: -1px 0px 0px 0px;
	padding: 5px;
	visibility: hidden;
}

#ql_menu ul{
margin:0; padding:0; }
#ql_menu br{ display:none; }
#ql_menu li{ list-style-type:none;  }
#ql_menu a{ display: block; text-decoration: none; color: #0d4278; font-size: 11px; padding: 3px 4px;}
#ql_menu a:hover{ color: #ffffff; background: #0d4278; }

