body {
    background-image:url('/staff/images/tux_background.png');
    background-position: 0px 100px;
    margin: 0px 1px 0px 1px;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
}

ul.padbottom > li, ol.padbottom > li {
    padding-bottom: 8px;
}

figure {
    display: inline-block;
    border: 2px solid black;
    margin: 5px;
}

figure figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    width: 100%;
}

samp {
	white-space: pre;
}

.logos {
	height: 100px;
}

.wide_image {
	overflow: auto;
	max-height: 540px;
}

.wide_text_box {
	background-color: #deffde;
	overflow: auto;
	max-height: 400px;
}

.multi_column {
    column-rule: 1px solid green;
    column-width: 500px;
    -moz-column-rule: 1px solid green;
    -moz-column-width: 500px;
    -webkit-column-rule: 1px solid green;
    -webkit-column-width: 500px;
	text-align: left;
}

.page_contents {
    display: inline-block;
    text-align: left;
}

nav {
    background: green;
	height: 24px;
}

nav ul {
    background: green;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-table;
}
nav ul:after {
    clear: both; 
    /* content: ""; */
    display: block;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li {
    float: left;
}
nav ul li:hover {
    background: darkgreen;
}
nav ul li:hover a {
    color: white;
}

nav ul li a {
    display: block; 
    color: white; 
    padding: 5px 5px;
    text-decoration: none;
	height: 14px;
}

nav ul ul {
    background: green;
    border-radius: 0px; 
    padding: 0;
    position: absolute;
    top: 100%;
	text-align: left;
}   

nav ul ul li {
    float: none;
    position: relative;
}
nav ul ul li a:hover {
    background: darkblue;
}   
