html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: url(interface/lightback.jpg) no-repeat center top;
	color: #68625B;
	font-size: 13px;
}
body#texxxx {
	background: url(interface/lightback_fulltext.jpg) no-repeat center top;
}
body#contact {
	background: url(interface/lightback_contact.jpg) no-repeat center top;
}
body#identity {
	background-image: url(interface/lightback_identity.jpg);
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #CC0000;
}
p {
	line-height: 1.7em;
	padding-bottom: 1em;
	list-style: square;
}
ul.list    li {
	margin-bottom: 6px;
	list-style: square inside;
	margin-left: -1px;
}
h1 {
	display: none;
	font-size: 42px;
	margin-right: 35px;
	float: left;
	height: 60px;
	line-height: 48px;
	color: #D3D3D3;
	margin-left: 10px;
}
h4 {
	font-size: 16px;
	color: #990000;
	display: block;
	padding-top: 22px;
	padding-bottom: 4px;
}


/* SPECIFIC CONTENT RULES */

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#mainnav {
	width: 750px;
	height: 35px;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF; /* underprint color of menu */
	margin: 12px auto 0px;
}
#mainnav ul {
	float: right;
}
#mainnav #logo {
	float: left;
	padding: 5px;
}
#workhead {
	width: 750px;
	height: 70px;
	margin: 27px auto 20px;
	/*border-top: 1px solid #CCCCCC;*/
}
#workhead img {
	padding-left: 10px;
}
#mainbody {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-left: 8px;
	/*border-top: 1px solid #CCCCCC;*/
}
#mainbody em {
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}
#contact #mainbody {
	padding-top: 40px;
}
.twocol {
	width: 480px;
}
.col {
	float: left;
	width: 340px;
	padding-top: 75px;
}
#last.col {
	margin-left: 40px;
}
.port {
	width: 817px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
}
.scrollable #thumbs   h6   {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
}
.scrollable  #thumbs a:hover h6  {
	color: #990000;
	position: absolute;
	top: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 210px;
	margin-top: 205px;
}
.title {
	color: #990000;
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
}
#standard .port #idwindow {
	background: url(interface/id-window.png);
}
.floatright {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}
#waterworks {
	top: 190px;
	right: 10px;
	z-index: 1000;
	position: absolute;
}
#map {
	z-index: 1;
}
div.idn div {
}
div.idn div img {
	margin-left: 5px;
}


/* TRANSPARENT DROP MENUS */

#menu {
	list-style-type:none;
	margin:0 0 29px;
	padding:0;
}
#menu ul {
	float: left;
}

#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	margin-right:1px;
}
#menu li span {
	display:block;
	z-index:100;
	padding: 15px 10px 5px;
	font-size:1em;
	/*background:none;
	background-image:none;*/
}
#menu li a, #menu li a:visited {display:block; padding:0; white-space:nowrap;
	/*background:none;
	background-image:none;*/
}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
}
* html #menu dl {background:transparent url(javascript/menus/opaque.gif);}
#menu dt {
	margin:0;
	font-size: 1em;
	float:left;
}
#menu dl dt {
	background:none;
	background-image:none;
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0;
	color: #FFFFFF; /* ??? */
	font-size: 1em;
	text-align:left;
	background:transparent url(javascript/menus/opaque.png);
	background-image: url(javascript/menus/opaque.png);
}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#999; /* non active top level overprint */
	padding: 15px 10px 5px;
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	color:#666666;  /* drop downs non active color */
	text-decoration:none;
	display:block;
	padding: 5px 10px;
}

#menu li a:hover {
	border:0;
	text-decoration:none;
	background: #CCCCCC; /* ???? */
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:15px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	color:#FFFFFF;
	background: #5a4e43;
}
.overlay h4 {
	padding-bottom: 15px;
}
.overlay div.web {
	background: url(javascript/overlay/monitor.jpg) no-repeat left top;
	height: 410px;
	width: 420px;
	float: left;
	margin-right: 50px;
}
.overlay div.print {
	height: 420px;
	width: 420px;
	float: left;
	margin-right: 50px;
}
.overlay  div.web  div {
	margin-top: 10px;
	margin-left: 14px;
}
