/* css homepage */

/* HOME-SITE - override normal page-settings: */

#middle {
	margin-top: 138px;
	text-align: center;
}

#cent {
	position: relative;
	width: 973px;
	margin: 0 auto;
	padding: 0; 
}

#cCenter {
	position: absolute;
	top: 0;
	left: 206px;
	width: 521px; 
	margin: 0;
}

#cLeft { 
	position: absolute;
	top: 0;
	left: 0;
}

#cRight { 
	position: absolute;
	top: 0;
	right: 0;
}

/* =============== END override ============== */

#padl { 
	border: 1px solid #999; 
	width: 519px;
	height: 263px;
	width: 561px;
	height: 320px;
}


/* Quicknav menu */
div#qnav {  
	height: 73px; 
	width: 561px; 
	margin: 0; 
	padding: 0; 
	font-size: 11px;
	border-left: 1px solid #999; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	background-color: #d6e2ff;
}

div#qnav ul { 
	width: 561px; 
	margin: 0; 
	padding: 0; 
	color: #666; 
/*	background-color: #ccf; */
}	

div#qnav li { 
	position: relative; 
	list-style: none; 
	margin: 0; 
	text-align: center; 
	float: left; 
	width: 187px; 
	line-height: 13px; 
/*	background-color: #ccf; */

}
				
				
div#qnav li a { 
	display: block; 
	padding: 2px 0 2px 0; 
	text-decoration: none; 
	width: 187px; 
	color: #666; 
}	
	
div#qnav>ul a { width: auto; }

div#qnav .qnav_ttl { 
	font-size: 9px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

/* NO */
/* change */
/*
div#qnav ul li.active { background-color: #c0d2ff; } 
*/

/* MOUSE OVER */
div#qnav li:hover { background-color: #c0d2ff; }
div#qnav li:hover .qnav_ttl { color: #007; }


/* set back "active" when "MOUSE OVER" somewhere else */
div#qnav ul:hover li.active { background-color: #d6e2ff; }
div#qnav ul:hover li.active .qnav_ttl { color: #666; }

div#qnav ul:hover li.active:hover { background-color: #c0d2ff; }
div#qnav ul:hover li.active:hover .qnav_ttl { color: #007; }

/* OBSOLET: show parts on "MOUSE OVER" */
/*
div#qnav ul.qnav_main li:hover ul.l2 {display: block; left: -187px;}
div#qnav ul.qnav_main li:hover ul.l3 {display: block; left: -374px;}
*/

div#qnav ul ul { 
	position: absolute;
	left: 0;
	width: 561px; 
	height: 55px; 
	margin: 0; 
	padding: 18px 0 0 0;
	display: none; 
	border-top: 1px dotted #999;
	background-color: #c0d2ff;
	text-align: left;
	overflow: hidden;
}

div#qnav ul li>ul { height: 37px; }

div#qnav ul ul.no { display: block; }

div#qnav ul ul li { 
	border-bottom: none; 
	width: 240px;
	height: 36px;
	line-height: 15px;
	text-align: left;
	list-style-type: none; 
	float: none;
	margin: -18px 10px 0 28px;
}

div#qnav ul ul li.fl {
	margin-top: -36px;
	margin-left: 280px;
}

div#qnav ul ul li a {
    padding-left: 2px;
}

div#qnav ul ul li a:hover {
	background-color: #d6e2ff;	
	color: #009;
}


div#qnav .qnav_cnt a { width: 240px; display: block; }

div#qnav .qnav_cnt a:hover { color: #007; }




/* JS writes the "_act" id, then the ul below appears */
/* ################################################## */

div#qnav ul.qnav_main li#js_l1_act,
div#qnav ul.qnav_main li#js_l2_act,
div#qnav ul.qnav_main li#js_l3_act {
	background-color: #c0d2ff;
}

div#qnav ul.qnav_main:hover li#js_l1_act,
div#qnav ul.qnav_main:hover li#js_l2_act,
div#qnav ul.qnav_main:hover li#js_l3_act {
	background-color: #d6e2ff;
}

div#qnav ul.qnav_main:hover li#js_l1_act:hover,
div#qnav ul.qnav_main:hover li#js_l2_act:hover,
div#qnav ul.qnav_main:hover li#js_l3_act:hover {
	background-color: #c0d2ff;
}

div#qnav ul.qnav_main li#js_l2_act ul.l2 {
	display: block;
	left: -187px;
}


div#qnav ul.qnav_main li#js_l3_act ul.l3 {
	display: block;
	left: -374px;
}


/* IE needs the exact opposite to be set - spec. background */
div#qnav ul.qnav_main li#js_l2 ul.l2,
div#qnav ul.qnav_main li#js_l3 ul.l3 {
	display: none;
	background-color: transparent;
}

