@charset "UTF-8";
body, html {
background-image: url(/images/bg.gif);
color: #000000;
font: 1em Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
/* Banner */
#banner {
color: #fef2de;
background-color: #dc1c1c;
padding-bottom: 10px;
padding-top: 10px;
}
/* Search */
#search {
position:absolute;
right: 30px;
margin-top: 30px;
}
#container {
background: transparent;
border: 3px solid #dc1c1c;
margin: 0.5em;
padding: 0px;
}
#content {
margin: 0px;
padding: 15px;
}
h1.posleft {
left: 30px;
position: relative;
width: 50%;
}
h2.posright {
left: 30px;
position: relative;
}
#footer {
background-color: #dc1c1c;
clear: both;
color: #fef2de;
margin: 0px;
padding-bottom: 8px;
padding-top: 8px;
text-align: center;
}

/* Links */
a:link {color: #dc1c1c; text-decoration: underline;}
a:visited {color: #dc1c1c; text-decoration: underline;}
a:hover {color: #dc1c1c; text-decoration: underline;}
a:active {color: #dc1c1c; text-decoration: underline;}
#footer a:link {color: #fef2de; text-decoration: underline;}
#footer a:visited {color: #fef2de; text-decoration: underline;}
#footer a:hover {color: #fef2de; text-decoration: underline;}
#footer a:active {color: #fef2de; text-decoration: underline;}

/* Images */
img {border: none;}

/* Search Form */



/* Menu */
#menu {
width: 100%;
background: #dc1c1c;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
}
#menu a, #menu h2 {
font: bold 12px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}
#menu h2 {
color: #fef2de;
background: #dc1c1c;
text-transform: uppercase;
}
#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}
#menu a:hover {
color: #a00;
background: #fff;
}
#menu li {
position: relative;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
display: block;
}


