@import url(pages.css);

/* ---- nav style 5 (drop down menu) ---- */
.navi5 {
	position: absolute;
	z-index: 100;
	left: -999em;
	top: -999em;
	margin: 4px 0 0 0;
	padding: 5px 5px;
	width: 97px;
	font-size: 12px;
	color: #FFF;
	background: url(../graphics/system/asws_dropdownbg_darker.png);
}


* html .navi5 {
	background-image: none;
	background-color: #000000;
}

.navi1 .navi5 ul {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	list-style: none;
}

.navi1 .navi5 ul li {
	position: relative;
	display: block;
	clear: both;
	float: none;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background: none;
}

html>body .navi5 ul li {
	height: auto;
}

.navi1 .navi5 ul li a {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 97px;
	white-space: normal;
}

html>body .navi5 ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi5 {
	top: auto;
}
/* end Mac IE 5 hack */

.navi5 a:link, .navi5 a:visited {
/* normal link: colour, style */
	position: relative;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: none;
}

.navi5 a:hover, .navi5 a:active {
/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background: none;
}

.navc5 a:link, .navc5 a:visited {
/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background: none;
}

.navc5 a:hover, .navc5 a:active {
/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background: none;
}

/* --------- layout style settings (for .asp template only) --------- */
#toplevel {
	width: 743px;
	background: url(../graphics/system/asws_mainbg_mid.png) repeat-y left top;
}

* html #toplevel {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/system/asws_mainbg_mid.png',sizingMethod='scale');
}

#toplevel a:link, #toplevel a:visited,
#toplevel a:hover, #toplevel a:active {
	position: relative;
}

#logo {
	position: absolute;
	margin: 9px 0 0 284px;
}

#header {
	height: 236px;
	background: url(../graphics/system/asws_mainbg_top.png) no-repeat left top;
}

#column1 {
	margin: 0;
	padding: 10px 40px 40px 36px;
	width: 667px;
}

#wideimage {
	margin: 0 0 20px 0;
	width: 667px;
	height: 184px;
	background: url(../graphics/system/asws_home_img.jpg) no-repeat left top;
}

#utility {
	position: absolute;
	width: 520px;
	height: 20px;
	margin-top: -24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
}

#grapeleaf {
	clear: both;
	float: none;
	position: absolute;
	margin: -2px 0 0 305px;
	width: 459px;
	height: 315px;
	background: url(../graphics/system/asws_grapeleaf.png) no-repeat left top;
}

#footer {
	width: 743px;
	height: 322px;
	background: url(../graphics/system/asws_mainbg_inner_btm.png) no-repeat left bottom;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #000000;
	background-image: url(../graphics/system/asws_pagebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


