a
{
  text-coration: none;
  color: #009900;
  font-weight: bold;
}
a:hover, a:active
{
  color: #006600;
}

a img
{
  border: none;
}

body
{
  background-color:#999999;
  background-image:url("http://www.visitek.net/images/bg_visitek.gif");
  background-position:top center;
  background-repeat:repeat-y;
  background-attachment:scroll;
  color: #000000;
  width:990px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size:0.75em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.25;
  margin:0 auto;
  min-height:101%;
  position:relative;
  text-align:left;
}

div#wrap {
//  background: transparent none repeat scroll 0%;
  margin: 0pt auto;
  position: relative;
  text-align: left;
  width: 990px;
}

div#header {
  background-color:#003333;
  background-image:url("http://www.visitek.net/images/visitek_banner.gif");
  background-position:top left;
  background-repeat:no-repeat;
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  width: 990px;
  height: 100px;
}

div#header span.CompName {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  float: right;
  margin: 1em 1em 0 0;
}

/* Begin CSS Drop Down Menu */
#menuh-container
{
  color:#EEE8AA;
  background-color:#000000;
	position: absolute;		
  margin: 0;
	font-size: 1.10em;
	font-weight: bold;
	position: relative;
	border-bottom:#000 1px solid;
	width: 100%;
	height: 1.10em;
/*  float: right; */
  font-family: Tahoma, Verdana, sans-serif;
}

#menuh
{
	height: 1.10em;
	float: left;
}

#menuh a
{
  color:#EEE8AA;
	text-align: center;
	vertical-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0;
	height: 1.10em;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
{
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
{
  color:#FFFF33;
  background-color:#00CED1;
  margin: 0;
  padding: 0;
}	

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
  margin: 0;
  padding: 0;
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
  margin: 0;
  padding: 0;
}

#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
  float: left;
	width:6.5em;	/* width of all menu boxes */
}

#menuh li
{
/*	background:#dbd8e3 none 0% 0% repeat-x; */
	border-right: 1px solid #000;
	position:relative;
	height: 1.10em;
  min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	margin:0;
	padding:0;
}

#menuh ul ul
{
  background-color:#000000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	position:absolute;
	z-index:1;
	display:none;
	padding: 0;
	margin: 0 0 0 -1px;
}

#menuh ul li ul li
{
	border-top: 1px solid #000;
}

#menuh ul ul ul
{
	top:0;
	left:100%;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

div#pgPDF {
  clear: both;
  width: 990px;
  padding: 0;
  margin: 0;
}


div#pgMiddle {
  clear: both;
  width: 980px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 1.1em;
}

div#pgMiddle p {
  text-indent: 1.5em;
  text-align: justify;
  margin: 0.5em 0 0.25em 0;
  color: #02443a;
  }

div#pgMiddle p.Hdr {
  text-indent: 0.5em;
  margin-top: 1em;
  color: #402e07;  
}
  
.imgleft {
  clear: left;
  float: left;
  padding-top: 10px;
  border: 1px none blue;
}
.imgright {
  clear: right;
  float: right;
  padding-top: 10px;
  border: 1px none blue;
}

.img-shadow {
  float:left;
  background: transparent url("http://www.visitek.net/images/shadowAlphab.png") no-repeat bottom right;
  margin: 10px 0 0 5px;
  padding: 0;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff; 
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
  z-index: 0;
}

.imglbl {
  clear: both;
  font-family: Tahoma;
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
	color: #402e07;
  padding-left: 6px;
  padding-top: 1px;
}



div#pgFtr
{
  clear: both;	
  width: 990px;
  margin: 0;
  padding: 0;
  opacity:0.5;
}

div#pgFtr span.copyright
{
  text-indent: 0;
  text-align: right;
  font-size: 0.75em;
  font-family: Arial; 
/*  background-color:#fff; */
  color: #02443a;
  text-decoration: none;
  margin: 2em 2em 0.75em 0; 
  padding: 0;
  float: right;
}

.ClrDiv
{
clear: both;
margin:0; 
padding:0;
border:0;  
}