/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - American School of Milan
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */

#topbanner img {
	vertical-align: top;
}
#leftbanner img {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#0064b4;
	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: 0064b4 !important;
	color:#fff !important;
}


#logo_link { 
	position: absolute;
	margin: 10px 0 0 10px;
	width: 515px; height: 60px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 15px 20px 1px 20px; }

/* =========================================
	Misc Site Elements
=========================================== */
.newspostitemsep img,.newsposttitle img {border: 0;} /* Added 15 Feb 2010 to remove borders around News Item Images - Stephen Reiach @ ASM */


/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: transparent;
	border: 0px solid #d7be93;
	width: 134px;
	height: 16px;
	color: #666666;
	padding: 0;
	margin-top: 0px !important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline; vertical-align: top;
}

#ss_div {
	width: 152px;
	position: absolute;
	vertical-align: top;
	margin: 27px 0 0 818px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 27px;
	margin-top: 132px;
	height: 18px;
	width: 600px;
	color: #fff;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 738px;
	width: 225px;
	margin-top: 129px;
	padding-right: 0;
	color: #fff;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:173px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
        background: url('../images/dropbottom.png') bottom left no-repeat;
	FILTER: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	-khtml-opacity: .90;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:0 1px;
	background:#93969b url('../images/droptop.png') bottom left no-repeat;
}

#nav_menus li { padding: 2px 0 3px 0; background: url('../images/dropborder.gif') bottom left no-repeat;  }

#nav_menus a {
	display:block; *width:100%;
	text-decoration:none;
	padding: 6px;
	color:#fff;
}

#nav_menus a:hover {
	background:#3b6faf;
	color:#a6c8e2;
}

#dhtmlmenu_350 {
	margin-left: -32px !important;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:173px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
        background: url('../images/dropbottom.png') bottom left no-repeat;
	FILTER: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	-khtml-opacity: .90;
}

#ql_menu ul {
	list-style-type:none;
	margin:0;
	padding:0 1px;
	background:#93969b url('../images/droptop.png') bottom left no-repeat;
}
#ql_menu br {
	display:none;
}

#ql_menu li {
        padding: 2px 0 3px 0; background: url('../images/dropborder.gif') bottom left no-repeat;  
}

#ql_menu a {
	display:block; *width:100%;
	text-decoration:none;
	padding: 6px;
	color:#fff;
}

#ql_menu a:hover {
	background:#3b6faf;
	color:#a6c8e2;
}

