body { margin: 0; padding: 0; }
p { font-size: 11pt; font-family: Helvetica, Arial, SunSans-Regular, sans-serif; }
h1 { color: #f93; font-size: 2em; font-weight: bold; }
td { }
a:link { color: orange; font-size: 11pt; font-weight: bold; text-decoration: none; }
a:visited { color: navy; }
a:hover { }
a:active { }
/*intro is the layout for the index page with the Zero G animation*/
#intro { background-image: url(../images/int_bg.gif); background-repeat: no-repeat; background-attachment: fixed; position: fixed; width: 640px; height: 480px; z-index: 1; visibility: visible; margin: 0; padding: 0; }
#int { margin: 0; padding: 130px 0 0; }
/*cssnav and cssnav1 the code to create rollovers for the navigation. try not to touch these as it took a lot of fooling, but see how they are put together*/
.cssnav
{ position: relative; font-family: arial, helvetica, sans-serif; background-color: transparent; background-image: url(../images/int-2.gif); background-repeat: no-repeat; background-position: 0 0; white-space: nowrap; display: block; width: 640px; height: 110px; float: left; margin: 0; padding: 0; }
.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.cssnav img
{
border: 0
}
* html a:hover
{
visibility:visible
}
.cssnav a:hover img
{
visibility:hidden
}
.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
