		body { background-color:#333333; margin: 0; padding:0;}
		a { text-decoration:none;  }
    a:link {color: #ffcc00}
    a:visited {color: #C5C5C5}
    a:hover {color: #ffcc00}
    a:active {color: #ffcc00}
		#container { margin: auto; width: 774px; padding: 10px;}
		#header { visibility: visible; width: 774px; height: 90px; background-image:url(index_files/Hometop_blank.jpg);}
		#menu { visibility: visible; position: relative; top: 7px; left: 214px; height: 28px; width: 520px; border: none;}
		#main { visibility: visible; width: 774px; height: 378px; background-image:url(index_files/aboutus.jpg);}
		#leftpane { visibility: visible; width: 214px; height: 378px; border: none; float: left;}
  		#addressbox { padding-left: 22px; padding-top: 230px;}
  		#CompanyName { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; }
  		#CompanyAddress { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
  		#CompanyAddress strong{ color: #fff; font-weight: normal;}		
		#rightpane { visibility: visible; width: 495px; height: 341px; padding: 20px 10px 10px 52px; border: none; float: left; overflow:auto; }
		#rightpane { width:567px; voice-family: "\"}\""; voice-family:inherit; width: 495px; }
  		#content { font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; font-size: 11px; font-style: normal; font-weight: normal; } 
  		#content strong {color: #DF974F; }
		#contact { width: 547px; border: none;}
		img { border: none;}
		.formtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
		.l { text-align: left; }
		.r { text-align: right; }
		.c { text-align: center; }
		.red { color: #f00; }
		.redback { background-color: #f00; }
		.white { color: #fff; }
/* carryovers from the previous rendition */ 
    .thumbBox {float:left; width:130px; border:none; padding: 1px;}
    .thumbcaption {color: #eee; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant:normal; font-size: 8pt; border:0px solid lime;height: 20pt; }
    .pagetitle {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: normal; font-size: 24pt; padding-left: 10px; }
    .photodetail {margin: 20px 20px; vertical-align:top; float:none; }
    .photocaption {color: #f00; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant:normal; font-size: 18pt; }
    .photodescription {color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant:normal; font-size: 14pt; }

/* menu stuff */		
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 104px;
}

#nav li { /* all list items */
	float: left;
	width: 104px; /* width needed or else Opera goes nuts */
	padding-bottom: 5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	background: #ffffff;
	width: 120px;
	padding: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li:hover { background: #333333;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: 5px;
	background: #666666;
	border: 1px solid #000000;
}

