/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Mount Saint Mary's
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#004fa1;
	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:#004fa1 !important;
	color:#fff !important;
}


#logo_link { 
	position: absolute;
	margin: 40px 0 0 20px;
	width: 350px; height: 150px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 10px 30px 8px 30px; }

/* =========================================
	Misc Site Elements
=========================================== */



/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: #9bbad3;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #758c9f;
	width: 92px;
	height: 16px;
	color: #144369;
	padding: 0 0 0 4px;
	margin-top: 0px !important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline; vertical-align: top;
}

#ss_div {
	width: 257px;
	position: absolute;
	vertical-align: top;
	margin: 210px 0 0 715px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 17px;
	margin-top: 210px;
	height: 18px;
	width: 590px;
	color: #19365f;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 615px;
	width: 87px;
	margin-top: 209px;
	padding-right: 0;
	color: #19365f;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:170px;
	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 0 0 0;
        border-right:2px solid #000;
        background-color: #6b90b4;
}

#nav_menus li {
        padding-bottom: 2px;
        background: url('../images/dropborder.gif') bottom left no-repeat;
}

#nav_menus a {
	display:block;
	text-decoration:none;
	padding: 8px;
	color:#041b48;
}

#nav_menus a:hover {
	background:#294f8c;
	color:#ffffff;
}

#dhtmlmenu_280 {
	margin-left: -50px !important;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:170px;
	margin:6px 0 0 -71px;
	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 0 0 0;
        border-right:2px solid #000;
        background-color: #6b90b4;
}

#ql_menu li {
        padding-bottom: 2px;
        background: url('../images/dropborder.gif') bottom left no-repeat;
}

#ql_menu br {
	display:none;
}

#ql_menu a {
	display:block;
	text-decoration:none;
	padding: 8px;
	color:#041b48;
}

#ql_menu a:hover {
	background:#294f8c;
	color:#ffffff;
}

