/* GLOBALS */
body {
    text-align: center;
    font: 85%/1.5 'Lucida Grande', Verdana, 'BitStream Vera Sans', Geneva, Lucida, Arial, Helvetica, sans-serif;
    background: #0f0f2f url(../images/styles/classic/bg.png) top left fixed repeat-x;
    color: #ffffcc;
    padding: 0;
    margin: 0;
}
h1 {
    padding: 0;
    margin: 0;
    font-size: 2em;
}
h2 {
	clear: left;
    padding: 1em 0 0 0;
    margin: 0;
    font-size: 1.67em
}
h3 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}
p {
    margin-top: 0px;
}
img {
    /* no border by default */
    border: none;
}

/* BOX MODEL CONTAINERS*/
#wrapper {
    text-align: left;
    font-size: small;
    padding: 0;
    margin: 5px auto 25px auto;
    width: 800px;
    border: solid #ff9900;
    border-left: 1px solid #ff9900;
    border-width: 3px 1px 0 1px;
    background: #ffffcc url(../images/styles/classic/bg.png) bottom left repeat-x;
}
#header {
    width: 800px;
    height: 100px;
    clear: both;
    background-color: #0f0f2f;
}
#tab {
    display: none;
    width: 800px;
    height: 25px;
    text-align: left;
    clear: both;
    background-color: #ffffcc;
    border-bottom: 1px dotted #ff9900;
}
#pagebody {
    height: 100%;
    text-align: left;
    clear: both;
    background-color: transparent;
    color: #0f0f2f;
}
#menu {
    float: right;
    padding: 0;
    margin: 5px;
    background-color: transparent;
    color: inherit;
}
#content {
    width: 600px !important;
    width: 590px;
    background-color: #ffffcc;
    color: inherit;
    border-right: 1px dotted #ff9900;
    margin: 0;
    padding: 0 2em 3em 1em !important;
    padding: 0 20px 30px 10px;
}
#column {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;  /* for the benefit of IE5 Mac */
}
#footer {
    width: 790px;
    height: 200px;
    clear: both;
    text-align: left;
    background-color: transparent;
    color: #0f0f2f;
    padding: 4px 0;
    margin: 0 4px;
    border-top: 1px dotted #ff9900;
}

/* HEADER */
#header h2{
    margin: 0;
    margin-top: 0;
    border: none;
    padding: 0;
    padding-top: 100px;
    overflow: hidden;
    height: 0px !important; /* for most browsers */
    height /**/: 100px; /* for pre 6.0 IE Win */
}
h2#picture {
    height: 100px;
    /*
     * Random image by PHP script
     */
    background: url(../images/styles/classic/2004_01_02_100_0008_crop_2.jpg) top right no-repeat;
    z-index: 1;
}
#header span {
    display: block;
    top: 0;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
#header span.text{
    position: absolute;
    top: 0;
    color: white;
    font-size: 3em;
    z-index: 3;
}
#header span.shadow{
    display: none;
    position: relative;
    left: 3px;
    top: 3px;
    color: black;
    font-size: 3em;
    z-index: 2;
}

/* FOOTER */
#footer p {
    text-align: right;
}

/* CONTENT */
#content acronym {
    background-color: #eeeebb;
    cursor: help;
    border-bottom: 1px dashed #0f0f2f;
}
#content p span.quote {
    display: block;
    border: 2px solid #000;
    margin: 0.2em 1em;
    padding: 0 1em;
    background: #eee;
}
#content ol,
#content ul {
    margin: 0 30px 1em;
    padding: 0;
}

/* MENU */
#navigation {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent;
    width: 150px;
    overflow: hidden;
}
#navigation ul {
    margin: 0;         /*removes indent in IE and Opera*/
    padding: 0;        /*removes indent in  Mozilla and NN7*/
    list-style: none;  /*turns off display of bullet*/
}
#navigation li {
    display: inline;   /*removes break: after in Mozilla and NN7*/
    list-style: none;  /*completely turns off display of bullet*/
}
#navigation li a {
    display: block;
    padding-top: 5px;
    height: 20px;
    border: none;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
}
#navigation li.main a {
    padding-left: 5px;
    border-color: #888855;
    border-style: dotted;
    border-width: 0 1px 1px 0;
    border-left: 1em solid #888855;
    border-width: 0 1px 1px 1em;
    background-color: transparent;
}
#navigation li.sub1 a {
    padding-left: 15px;
    border-color: #aaaa77;
    border-style: dotted;
    border-width: 0 1px 1px 0;
    border-left: 1em solid #aaaa77;
    border-width: 0 1px 1px 1em;
    background-color: transparent;
}
#navigation li.sub2 a {
    padding-left: 25px;
    border-color: #cccc99;
    border-style: dotted;
    border-width: 0 1px 1px 0;
    border-left: 1em solid #cccc99;
    border-width: 0 1px 1px 1em;
    background-color: transparent;
}
#navigation li a.active {
    border: none;
    border-left: 1em solid #0f0f2f;
    background-color: #ff9900;
    color: #0f0f2f;
}
#navigation li a:link {
    color: maroon;
}
#navigation li a:visited {
    color: #0f0f2f;
}
#navigation li a:hover {
    border-left-color: maroon;
    text-decoration: underline;
}
#navigation li a:active {
    border: none;
    border-left: 1em solid #0f0f2f;
    background-color: #ff9900;
    color: #0f0f2f;
}
.showIt {
    display: block;
}
.hideIt {
    display: none;
}
.showThis {
    display: block;
}
.hideThis {
    display: none;
}

/* MISC */

.hide {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;  /* for the benefit of IE5 Mac */
}

img.closebtn {
    text-align: right;
}

/*
 * CSS Drop Shadows
 * http: //www.alistapart.com/articles/cssdropshadows/
 */
.img-shadow {
    float: left;
    background: url(/images/styles/classic/dropshadows/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/styles/classic/dropshadows/shadow.gif) no-repeat bottom right;
    margin: 5px 0 0 10px !important;
    margin: 5px 0 0 5px;
    padding: 0;
}
.img-shadow img {
    display: block;
    position: relative;
    background-color: #ff9900;
    border: 1px solid #0f0f2f;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
