/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}	

/*
ul {
	list-style-type: none;
	margin-left: 30px;
}

li {
	list-style-type: none;
	padding-left: 15px;
	_padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url(../images/submenu.gif) center left no-repeat;
}
*/

.qbe-align-cent {
	text-align: center;
}

#qbe-headerframe {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 98%; 
	min-width: 1014px;
	_width: expression((document.documentElement.offsetWidth < 1018)? "1014px": "98%" ); /* 994 991 */
	height: 82px;
}

#qbe-top-logo {
	position: absolute;
	height: 29px;
	width: 104px;
	top: 10px;
	left: 10px;
}

#qbe-divisional-tab {
	position: absolute;
	top: 48px;
	height: 16px;
	width: 100%;
}

	.qbe-divisional-tab {
		position: absolute;
		top: 48px;
		width: 100%;
		height: 16px;
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.qbe-divisional-tab a {
		font-weight: normal;
		text-decoration: underline;
		color: #666666;
	}
	
	.qbe-divisional-tab a:hover {
		color: #333399;
	}
	
		.qbe-divisional-tab .active {
			color: #FFFFFF;
			font-weight: bold;
			background-color: #333399;
		}

	.qbe-divisional-tab td {
		width: 25%; 
		height: 16px;
		_height: 14px;
		text-align: center;
		border: 1px solid #000000;
	}
	
#qbe-breadcrumb-trail {
	position: absolute;
	top: 66px;
 	width: 100%; 
	height: 16px;
	background-color: #333399;
	color: #FFFFFF;
	font-weight: bold;
}

#qbe-breadcrumb-trail a {
	display: inline;
	height: 14px;
	margin-left: 3px;
	margin-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#qbe-breadcrumb-trail a:hover {
	text-decoration: underline;
}

