/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - St. Matthews Parish School
   ----------------------------------------------------------------
*/

/*Doctype fix*/
#topbanner img{vertical-align:top;}
#topbanner .tools img{vertical-align:middle;}
/*End doctype fix */

/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#273b6a;
	font-family: Arial;
	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:#fff;
	color:#000 !important;
}


#logo_link { 
	position: absolute;
	margin: 10px 0 0 280px;
	height: 50px; width: 685px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { background: url('../images/contentbg.gif') top left no-repeat; padding: 55px 20px 8px 30px; }

/* =========================================
	Misc Site Elements
=========================================== */

.top_btn { position: absolute; margin-top: -6px !important; }

.right_photo { background: url('../images/rightphotobg.gif') top left; }
.right_photo img { padding: 6px 6px 7px 6px; }

.qlBtn { z-index: 22; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
	background: url('../images/searchbg.gif') top left no-repeat #a1a0a0; 
	border: 0px solid #d7be93;
	width: 156px;
	height: 15px;
	color: #eee;
	padding: 0 0 0 3px;
	margin-top: 1px!important; *margin-top:0px;
	vertical-align: top;
	display: inline;
}

#ss_div form {
	display:inline;
}

#ss_div {
	width: 260px;
	position: absolute;
	vertical-align: top;
	margin: 126px 0 0 563px;
        z-index: 20;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 238px;
	margin-top: 160px;
	height: 18px;
	width: 700px;
	color: #192a4d;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 208px;
	width: 155px;
	margin-top: 125px;
	padding-right: 0;
	color: #606161;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:165px;
	margin:-1px 0 0 0;
	padding:0 0 0 0;
	background-color:#1c315e;
        z-index: 25;
	FILTER: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	-khtml-opacity: .95;
}

#nav_menus ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
}

#nav_menus a {
	display:block;
	text-decoration:none;
	padding:8px 6px;
	color:#b4d4ef;
        border-top: 1px solid #3c4e75;
        border-bottom: 1px solid #182a51;
}

#nav_menus a:hover {
	background:#597e2f;
	color:#ffffff;
}

#dhtmlmenu_numberhere {
	margin-left: -46px !important;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	margin:0 0 0 1px;
	padding:0 0 0 0;
	width:148px;
	background:#989898;
}

#ql_menu ul {
	margin:0; padding:0;
	list-style-type:none;
}
#ql_menu br {
	display:none;
}

#ql_menu a {
	display:block;
	text-decoration:none;
	padding:6px 6px;
	color:#505050;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #adadad;
}

#ql_menu a:hover {
	color:#FFF;
}


