@charset "utf-8";
/* 27000 - 900wide. horizontal menu. 700 content. 200 margin. light background */

body {
margin:0px;
padding:0px;
background-image:url(/images/ether.jpg);
/*
background-position: center;
background-repeat:repeat-y;
align: center;
*/
}

.maintablebackdrop
{
background-image:url(/images/background.jpg);
background-repeat:no-repeat;
}

.maintable
{
width:920px;
table-layout:fixed;
border-collapse: collapse;
}
.maintable td { padding:0; margin:0;cell-spacing:0 }

.admin_panel { position:relative; top:8px; float:left; z-index:100 }

.shadow_left
{
background-image:url('/images/shadow_left.jpg');
background-repeat:repeat-y;
width:10px;
}
.shadow_right
{
background-image:url('/images/shadow_right.jpg');
background-repeat:repeat-y;
width:10px;
}
.shadow_bottom
{
background-image:url('/images/shadow_bottom.jpg');
background-repeat:repeat-x;
height:10px;
}

.header {
width:100%; 
height:140px;
}

#menu_h{
width:100%;
position:relative;
left:300px;
top:50px;
z-index:100;
align:center:
valign:center:
}

#menu_h a, #menu_h h2{
align:left;
valign:center;
font:bold 1.4em/1.4em arial,helvetica,sans-serif;
padding-right:1em;
margin:0.0em;
display:block;
white-space:nowrap;
}

#menu_h h2{
align:center;
width:100%;
}

#menu_h a{
text-decoration:none;
}

#menu_h a, #menu_h a:visited{
color:#AAA;
}

#menu_h a:hover{
color:#000;
}

#menu_h a:active{
color:#000;
}

#menu_h ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

/* background color for drop downs */
#menu_h ul ul { padding:0.5em; background-color:#FFF; border:1px solid gray} 





#menu_h li{
position:relative;
}

#menu_h ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu_h ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu_h h2:hover{
/*background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;*/
}

div#menu_h li:hover{
cursor:pointer;
z-index:100;
}

div#menu_h li:hover ul ul, div#menu_h li li:hover ul ul, div#menu_h li li li:hover ul ul, div#menu_h li li li li:hover ul ul
{display:none;}

div#menu_h li:hover ul, div#menu_h li li:hover ul, div#menu_h li li li:hover ul, div#menu_h li li li li:hover ul
{width:250px;display:block;}

div#menu_h a li:hover ul ul { }

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu_h a.x, #menu_h a.x:visited{
font-weight:bold;
color:#000;
}

#menu_h a.x:hover{
}

#menu_h a.x:active{
}

/* color pop out menues the hard way */
ul#subnavlist a, ul#subnavlist a:hover, ul#subnavlist a:visited { width:220px; }



.content
{
width:700px;
}
.content img { margin:5px; }
.content p { margin:5px; }

.rmargin
{
width:200px;
}
.rmargin img { margin:5px; }
.rmargin p { margin:5px; }




.footer
{
align: center;
color:#000;
font-size:xx-small;
text-color:#000;
}
.footer a, .footer a:visited, .footer td {font-size: x-small; color:#000;};
.footer a:hover {font-size:x-small;color:#000;}
