/* whole document declare */
body {
	margin: 25px;
	font: 12px Verdana, Arial, Helvetica;
}
* {
	padding:0;
	margin:0;
}

body {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img {
	border-width: 0px;
	vertical-align: middle;
}
.verytopl {
	width: 600px;
	float: left;
	text-align: left;
	vertical-align: middle;
	font-size: 14pt;
}
.verytopr {
	width: 100px;
	float: right;
	text-align: right;
}
.header {
	/* width: 598px; */
	width: 649px;
	height: 39px;
	/* float: center; */
}
.headerleft {
	width: 60px;
	float: left;
	height: 40px;
	background-color: white;
}
.headerright {
	width: 51px;
	float: right;
	height: 40px;
	background-color: white;
}

.left_column {
	width: 700px;
	height: 250px;
	float: left;
	background-color: #FFFF99;
}

.right_column {
	width: 700px;
}

.sub1 {
	width: 234px;
	float: left;
}

.sub2 {
	width: 233px;
	float: left;
	text-align: center;
}

.sub3 {
	width: 233px;
	float: right;
	text-align: right;
}



.three1 {
	background:url(../bgbottom.jpg);
	width: 200px;
	border: 2px solid #868686;
	padding: 3px;
	font-weight: bold;
	color: white;
	float: left;
	margin-right: 21px;
}

.three2 {
	background:url(../bgbottom.jpg);
	width: 200px;
	border: 2px solid #868686;
	padding: 3px;
	font-weight: bold;
	color: white;
	float: left;
}


.three3 {
	background:url(../bgbottom.jpg);
	width: 200px;
	border: 2px solid #868686;
	padding: 3px;
	font-weight: bold;
	color: white;
	float: right;
	padding-right: 33px;
}

.bottom1 {
	width: 180px;
	border: 2px solid #868686;
	padding: 3px;
	background-color: #585858;
	color: white;
	/* float: center; */
}

.footer {
	width: 700px;
	height: 30px;
	clear: right;
	border: 2px solid #868686;
	padding: 3px;
	background-color: #585858;
	color: white;
	/* float: center; */
}
a:link, a:visited, a:active {
	color: black;
}
a:hover {
	color: #fa5809;
	text-decoration: none;
}
.header a:link, .header a:visited, .header a:active {
	color: white;
}
.header a:hover {
	color: black;
	text-decoration: none;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: white;
}
.footer a:hover {
	color: #fa5809;
	text-decoration: none;
}
.tablebottom {
	/* cell-padding: 2px; */
	text-align: right;
}

/* overall whole box */
.dropdown {
	float:left;
	padding-right:1px;
	text-decoration: none;
}

/* big box you see */
.dropdown dt {
	border:2px solid #636363;
	padding:6px;
	font-weight: bold;
	color: white;
	font-size:12pt;
	cursor:pointer;
	background:url(http://www.z1lc.com/images/header.gif);
	text-align:center;
	text-decoration: none;
}

/* big box you see hover */
.dropdown dt:hover {
	background:url(http://www.z1lc.com/images/header_over.gif);
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	display: none;
	background: #fff;
	z-index: 200;
	/* opacity: 0; */
}

.dropdown ul {
	border:1px solid #868686;
	list-style:none;
	border-top:none;
}

.dropdown li {
	display: inline;
	overflow: hidden;
}

/* bottom box links normal */
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #585858;
	color:white;
}

/* bottom box links hover */
.dropdown a:hover {
	background: white;
	color: black;
}

/* underline class */
.dropdown .underline {
	border-bottom:1px solid #868686;
}