/*
   ----------------------------------------------------------------
   MAIN STYLE SHEET - Gladwyne
   ----------------------------------------------------------------
*/


/* =========================================
	Common Site Elements
=========================================== */


h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	line-height:1em;
	color:#201b57;
	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: 201b57 !important;
	color:#fff !important;
}


#logo_link { 
	position: absolute;
	margin: 0px;
	width: 275px; height: 100px;
	text-indent: -9999px;
	background: #fff;
	FILTER: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

#contentdiv { padding: 35px 35px 10px 35px; }

/* =========================================
	Misc Site Elements
=========================================== */

.btn1 { background: url('../images/btn_bg1.gif') top left no-repeat; font-size: 16px; font-weight: bold; }
.btn2 { background: url('../images/btn_bg2.gif') top left no-repeat; font-size: 16px; font-weight: bold; }

.btn1 a, .btn2 a { text-decoration: none; }
.btn1 a { color: #fff; }
.btn1 a:hover, .btn2 a:hover { text-decoration: underline; }

/* =========================================
	Page Search Elements
=========================================== */

.search_bar {
	display:inline;
}

#keywords {
        background: transparent;
	border: 1px solid #999;
	width: 186px;
	height: 14px;
	color: #999;
	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: 335px;
	position: absolute;
	vertical-align: top;
	margin: 24px 0 0 643px;
}

/* =========================================
	Hierarchy + Page Tools
=========================================== */

.hier {
	display:inline;
}

.hiersect {
	position: absolute;
	margin-left: 18px;
	margin-top: 334px;
	height: 18px;
	width: 600px;
	color: #fff;
}

.tools {
	position: absolute;
	text-align: right !important;
	margin-left: 813px;
	width: 140px;
	margin-top: 332px;
	padding-right: 0;
	color: #fff;
}

/* =========================================
	Nav + Quicklink Dropdowns
=========================================== */

#nav_menus div {
	position:absolute; top:0px; left:0px;
	width:173px;
	margin: 8px 0 0 5px;
	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:#f37021 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;
	text-decoration:none;
	padding: 6px;
	color:#fff;
}

#nav_menus a:hover {
	color:#201b57;
}

#dhtmlmenu_302 { margin-left: -92px !important; 
text-align:right;
}

#ql_menu {
	position:absolute; top:0px; left:0px;
	width:173px;
	margin: 2px 0 0 5px;
	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:#f37021 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;
	text-decoration:none;
	padding: 6px;
	color:#fff;
}

#ql_menu a:hover {
	color:#201b57;
}

#topbanner img { vertical-align: top; }
#topbanner .tools img { vertical-align: middle; }
#leftbanner img { vertical-align: top; }
#rightbanner img { vertical-align: top; }
#bottombanner img { vertical-align: top; }
.heightfix img { display: block; }