/* GLOBALS */
body {
    text-align: left;
    font: 0.85em/1.5 Georgia, serif;
    background: #fff;
    color: #0f0f2f;
    padding: 0;
    margin: 0;
}
h1 {
    padding: 0;
    margin: 0;
    font-size: 2em;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 1.87em
}
h3 {
    padding: 0;
    margin: 0;
    font-size: 1.67em;
    text-decoration: underline;
}
p {
    margin-top: 0px;
}
img {
    /* no border by default */
    border: none;
}

/* BOX MODEL CONTAINERS*/
#wrapper {
    text-align: left;
    font-size: medium;
    padding: 0;
    margin: 5px auto 10px 5px;
    width: 800px;
    border: solid #0f0f7f;
    border-width: 3px 1px 1px 1px;
    background: #eef;
}
#header {
    width: 800px;
    height: 100px;
    clear: both;
    background-color: #0f0f2f;
}
#tab {
    display: block;
    margin: 0;
    padding: 0;
    width: 800px;
    text-align: left;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid #0f0f2f;
}
#pagebody {
    height: 100%;
    text-align: left;
    clear: both;
    background-color: transparent;
    color: #0f0f2f;
}
#menu {
	position: absolute;
    padding: 0;
    margin: 5px;
    background-color: transparent;
    color: inherit;
    font-family: 'BitStream Vera Sans', Arial, Helvetica, sans-serif;
}
#content {
	float: right;
    width: 620px !important;
    width: 620px;
    background-color: transparent;
    color: #0f0f2f;
    margin: 0 0 0 130px;
    padding: 0 2em 3em 1em !important;
    padding: 0 20px 30px 10px;
    text-align: justify;
}
#column {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;  /* for the benefit of IE5 Mac */
}
#footer {
    width: 790px;
    height: 2em;
    clear: both;
    text-align: left;
    background-color: transparent;
    padding: 4px 0;
    margin: 0 4px;
    border-top: 1px dotted #0f0f2f;
}

/* 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/snow_white/360glt_0007_crop.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;
}

/* TAB */
#tab span.breadcrumbtrail {
    margin: 2em;
    padding: 0;
    color: blue;
    font: 1em/1.5 'BitStream Vera Sans', Arial, Helvetica, sans-serif;
}
#tab a {
    color: blue;
    text-decoration: none;
}

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

/* CONTENT */
#content acronym {
    background-color: #bbe;
    cursor: help;
    border-bottom: 1px dashed #0f0f2f;
}
#content h2 {
	clear: left;
}
#content p {
    /* define font-size for content */
    font-size: medium !important;
    /* redefine it for IE */
    font-size: small;
}
#content ol,
#content ul {
    margin: 0 30px 1em;
    padding: 0;
}

/* MENU */
/* floating css2 menu from 34sp.com does not work in IE without javascript */
ul#navigation {
    padding : 0;
    margin : 0;
    text-align : left;
    background-color : #eef;
    width : 8em;
    list-style-type : none;
    z-index : 1000;
    cursor : default;
    vertical-align : text-top;
    position : relative;
    display : block;
}
/* menus */
ul#navigation ul {
    visibility : hidden;
    margin-left : 6em;
    margin-top : -20px;
    padding : 0;
    list-style-type : none;
    !width : 120px;
    position : absolute;
    z-index : 10000;
    cursor : default;
}
ul#navigation ul li,
ul#navigation ul a {
    list-style : none;  /*completely turns off display of bullet*/
    list-style : none;  /*turns off display of bullet*/
    display : block;
    !width : 120px;
}
/* noscript menu trigger */
ul#navigation li:hover > ul {
    visibility : visible;
}
/* menu-items' layout */
ul#navigation li a {
    padding-top : 5px;
    height : 20px;
    border : none;
    font-weight : bold;
    font-variant : small-caps;
    text-decoration : none;
    background-color : #eef;
    white-space: nowrap;
}
ul#navigation li.main a {
    padding-left : .25em;
    border-color : #778;
    border-style : solid;
    border-width : 1px 1px 1px 1em;
    border-left : 1em solid #113;
}
ul#navigation li.sub1 a {
    padding-left : .25em;
    border-color : #778;
    border-style : solid;
    border-width : 1px 1px 1px 1em;
    border-left : 1em solid #668;
}
ul#navigation li.sub2 a {
    padding-left : .25em;
    border-color : #778;
    border-style : solid;
    border-width : 1px 1px 1px 1em;
    border-left : 1em solid #99b;
}
/* shift list-items to interlace borders */
ul#navigation li,
ul#navigation a {
    margin-top : -1px;
}
/* links */
ul#navigation li a {
    position : relative;
    display : block;
    padding : 3px 7px;
    letter-spacing : 0.1em;
    cursor : pointer;
}
ul#navigation li a:active,
ul#navigation li a.active{
    position : relative;
    display : block;
    background-color : white;
    color : #0f0f2f;
}
ul#navigation li a:link {
    color : #0f0f2f;
}
ul#navigation li a:visited {
    color : #4f0f4f;
}
ul#navigation li a:focus,
ul#navigation li a:hover {
    border-left-color : blue;
    text-decoration : underline;
}
/* 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: #778;
    border: 1px solid #0f0f2f;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
