//﻿@import url(layout_anf.css);
body {
    background-color: #fff;
    background: #FFFFFF;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
}

#container {
    width: 100%;
    margin: 0;
    background-color: #fff;
    position: relative;
}
#masthead {
    background-color: #c5d5e5;
    background: url('../img/head_star.png');
    text-align: right;
    width: 100%;
    color: #FFFFFF;
}
#navigation {
    background-color: #ca7;
    overflow: visible;
}
#page_content {
    position: relative;
    width: 100%;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #CCAA77;
}
#column_l {
    position: relative;
    margin: 0 350px 0 0;
    padding: 0 2%;
    background-color: #fff;
    float: none;
}
#column_r {
    float: none;
    width: 330px;
    margin: 0;
    padding: 10px;
    background-color: #cdf;
    position: absolute;
    right: 0px;
    top: 0px;
}
#footer {
    background-color: #dfcfbf;
    padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
    float: left;
    margin: 0;
    padding: 0;
}
#masthead p {
    font-size: medium;
    text-align: right;
    color: #FFFFFF;
    margin: 10px 10px 10px 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
}
/* Styles for Navigation */

#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #CCAA77;
}
#navigation li {
    float: left;
    position: relative;
    padding-right: 80;
    display: block;
    /*	border: 2px #000080 solid;
            border-style: inset; */
    background-color: #EEDD99;
    font-size: small;
    font-weight: bold;
    border-bottom-color: #000080;
    color: #000080;
}

#navigation a {
    color: #000080;
    text-decoration: none;
    display: block;
    padding: 5px;
}
#navigation a:hover {
    color: #FF0000;
    text-decoration: none;
    border: 1px solid #ed9;
}

#menu{
    /*  margin:1px; */
    margin: 0;
}

#menu > li{            /* Top Level */
    float:left;
    margin-right:1px;
    position: relative;
    border: 2px #000080 solid;
    border-style: inset; 
    padding: 5px 5px 5px 5px;
    background: #eedd99;
}
#menu > li > span{
    display:block;
    background:#0ac;
    padding:3px 10px;
}
#menu > li:hover > span{
    color:#fff;
}

#menu > li > ul{        /* Second Level */
    display:none;
    position: absolute;
    background-color: #0ac;
    width: 100%;
}
#menu > li:hover > ul{
    border-bottom-color: #000080;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border: thin #000080 solid; 
    display:block;
    position:absolute;
    height: auto;
    z-index: 1000;
    background-color: #EEDD99;
    /*	width: 100%; */
    width: auto;
}

#menu > li > ul > li{
    padding: 5px 5px 5px 5px;
}

#menu > li > ul > li > span{
    display:block;
    padding:2px 10px;
    /*    border-top:solid 1px #fff; */
    height: auto;
    z-index: 1000;
}
#menu > li > ul > li:hover > span{
    color:#fff;
}

#menu > li > ul li > ul{   /* Third Level & beyond */
    display:none;
    background:#EEDD99;
}
#menu > li > ul li:hover > ul{
    display:block;
    position:absolute;
    left:100%;
    border-bottom-color: #000080;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border: thin #000080 solid; 
    /*    border-left:solid 2px #fff; */
    top:0;
    z-index: 1000;
    width:auto;
}
#menu > li > ul > li ul > li{
    display:block;
    padding: 5px 5px 5px 5px;
    /*    border-top:solid 2px #fff; */
    white-space:nowrap;
    z-index: 1000;
    background-color: #EEDD99;
}
#menu > li > ul > li ul > li:hover > span{
    background-color: #EEDD99;
}


/* Styles for Content */
h1 {
    font-size: 2em;
    color: #393939;
}
h2 {
    font-size: 1.75em;
    color: #469;
}
h3 {
    font-size: 1.5em;
    color: #469;
}
h4 {
    font-size: 1.25em;
    color: #469;
}
h5 {
    font-size: 0.75em;
    color: #469;
}
h6 {
    font-size: 0.5em;
    color: #469;
}
/* Styles for Footer */
#footer p {
    font-size: x-small;
    text-align: center;
    color: #393939;
    margin: 10px;
    padding: 1px;
}
#footer a {
    color: #393939;
    text-decoration: underline;
}
#footer a:hover {
    color: #000;
    text-decoration: none;
}
/* Styles for Links */
a {
    color: #469;
    text-decoration: underline;
}
a:hover {
    color: red;
    text-decoration: none;
}
.style_bold {
    font-weight: bold;
}
.style_italic {
    font-style: italic;
}