/* CSS Document */
div#contentsub {
	padding:6px 5px 5px 0px;
	margin-bottom:40px;
	margin-right:0px;
	clear: left;
}
#wrapper #main h3.ztitle {
	font-style: italic;
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top:0px;
	padding-top:2px;
}
#wrapper #main #contentsub h3.ztitle {
	margin-bottom:8px;
}
/* Hides from IE5-mac \*/
* html #wrapper #main #contentsub div.coldata {
	height:150px;
}
/* End hide from IE5-mac */
/* in order for Moz to work, this div must NOT be floated, but use margins instead
	in order for IE pre 7 to work, the *html hack must be used since IE pre 7 does not honor min-height */
#wrapper #main #contentsub div.coldata {
	overflow: auto;
	border-style: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 20px;
	min-height:150px;
	height:150px;
	border-right: 1px solid #0000FF;
}
#wrapper #main #contentsub div a.zlink {
	margin-left: 150px;
}
div#zone1 {
	background: url(img/zone-hd-sm.gif) no-repeat;
	width:245px;
	float:left;
	margin-right:18px;
	margin-left:10px;
	height: 40px;
}
div#zone1 h3.ztitle {
	font-size: 14pt;
	text-indent: 30px;
	margin-top: 30px;
}
div#zone1 .coldata{
	color:#FF0000;
	margin-top:28px;
}

div#zone2 {
	background: url(img/zone-hd-sm.gif) no-repeat;
	width:245px;
	float:left;
	margin-right:18px;
}
div#zone2 h3.ztitle {
	text-indent: 25px;
	font-size: 14pt;
}
div#zone2 .coldata{
	color:blue;
	margin-top:28px;
}

div#zone3 {
	background: url(img/zone-hd-sm.gif) no-repeat;
	width:245px;
	margin-left:538px;
}
div#zone3 h3.ztitle {
	text-indent: 25px;
	font-size: 14pt;
}
div#zone3 .coldata{
	color:#FF0000;
	text-indent:50px;
	margin-top:38px;
}

div#zone4, div#zone5 {
	margin:10px;
	clear:both;
	background: #FFFFFF;
}
div#zone4 h3.ztitle,div#zone5 h3.ztitle {
	margin-bottom:8px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 15px;
	font-size: 14pt;
	background: url(img/zone-hd-lg-blu.gif) repeat-x;
	margin-left: 0px;
	text-indent: 25px;
	height: 40px;
}
div#zone4 div.coldata, div#zone5 div.coldata{
	min-height:200px;
	padding-left:5px;
	color:#0000FF;
	text-indent:50px;
}
#wrapper #main #zone5 #picwdgt {
	margin-top: 1px;
	float: right;
	width: 1px;
	margin: 1px;
	background:yellow;
}
