/* Designer: Mary Painter Doss
   for Align Optics */


/* /////////////// drop down menu /////////////// */

#contact {
margin: 0 0 0 5px;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
margin: 10px 0 10px 10px;
font-family: arial, helvetica;
border-left-width: 0;
}

.headerlinks a{
margin: auto 6px;
font-family: arial, helvetica;
color: white;
}

.submenus{
display: none;
width: 15em;
margin: auto 6px;
font-family: arial, helvetica;
position: absolute;
top: 1em;
left: 0;
background-color: #C0C0C0;
border: 1px solid black;
color: white;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
margin: auto 0px;
font-family: arial, helvetica;
color: white;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #F57829;
color: white;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

a {
color:#000000;
text-decoration:none;
}

a:hover {
color:#F9AB7A;
}

/* MUST KEEP FOLLOWING ON EACH PAGE FOR MENU TO WORK

<script type="text/javascript">

// CSS Top Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// Adopted from SuckerFish menu
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Please keep this credit intact

startMenu = function() {
if (document.all&&document.getElementById) {
cssmenu = document.getElementById("csstopmenu");
for (i=0; i<cssmenu.childNodes.length; i++) {
node = cssmenu.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function(){                  
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;


</script>
*/

/* /////////////// main /////////////// */


 body {
  background-image: url(pics/bg.jpg);
  background-color: #000000;
  width: 100%;
  margin: 0;
 }
 
 td.c9 {background-color: #000000}
 span.c8 {font-family: verdana,Helvetica,sans-serif; font-size: 10px; color: #FAFAFA}
 table.c7 {margin: 0 auto}
 img.c6 {margin: 0px auto; display:block}
 img.c5 {margin: 2px 5px 2px 5px}
 span.c4 {font-family: verdana,Helvetica,sans-serif; font-size: 16px; color: #F57829}
 span.c3 {font-family: verdana,Helvetica,sans-serif; font-size: 14px; color: #000000}
 span.c10 {font-family: verdana,Helvetica,sans-serif; font-size: 10px; color: #000000}
 span.c2 {font-family: verdana,Helvetica,sans-serif; font-size: 16px; color: #FAFAFA}

 .footer a {
	color:#FAFAFA;
	text-decoration:none;
}

.footer a:hover {
	color:#F9AB7A;
}

table.chart {
	border-collapse: collapse;
    border: 0;
    margin: 0 auto;
}

.chart tr:nth-child(odd)		{ background-color:#C8C8C8; color:#000000; text-shadow: 5px 5px 5px #FFFFFF"}
.chart tr:nth-child(even)		{ background-color:#FAFAFA; }
