/* Stylesheet for Transposon Browser */

/* Basic page styles */
/*html {
    height: 100%;
}
*/
body {
/*    height: 100%;*/
    font-family: sans-serif;
    margin: 0;
/*    margin-bottom: 100px;*/
    padding: 0;
    background-color: White;
}

#main {
/*    height: 100%;*/
    margin: 0 auto;
}

h4 {
    margin-bottom: 4px;
}

p {
    margin-top: 4px;
}

.content {
    width: 800px;
    margin: 30px auto;
    margin-top: 0px;
    padding: 30px;
    line-height: 16pt;
    color: #505050;
    background-color: White;
    border-radius: 6px;
}

#header {
    color: MediumBlue;
    height: 180px;
/*    background-image: url("/images/grad.png");
    background-position: right;*/
    background-size: 100% 100%;
/*    padding: 10px 20px;*/
    padding: 0px 0px 0px 20px;
/*    text-shadow: 1px 1px 2px #606060;
    filter: dropshadow(color=#606060, offx=1, offy=1);*/
}

.header_text {
    float: left;
}

.header_img {
    float: right;
    height: 180px;
    margin: 0;
    padding: 0;
}

#footer {
    height: 50px;
    font-size: 10pt;
    padding: 30px 0px 0px 0px;
    width: 100%;
    text-align: center;
    /*vertical-align: bottom;*/
/*    background-image: url("/images/grad.png");
    background-size: 100% 100%;*/
/*    -webkit-box-shadow:  0px 20px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 20px 40px 0px rgba(0, 0, 0, 0.3);*/
}

.top_bottom {
    max-width: 100%;
    color: white;
    background-color: #A0E84F;
}

div#nav {
    width: 100%;
    overflow: auto;
    background-color: Thistle;
    border-bottom: 2px solid Blue;
/*    background-image: url("/images/grad.png");
    background-size: 100% 100%;*/
}

span.navmenu {
    color: MediumBlue;
    float: left;
    margin: 2px;
    padding: 4px 14px;
    font-size: 12pt;
/*    text-shadow: 1px 1px 1px #707040;
    filter: dropshadow(color=707040, offx=1, offy=1);*/
}

.navmenu a {
    color: MediumBlue;
    text-decoration: none;
}

.navmenu a:hover {
    color: Blue;
    text-decoration: underline;
}

span.navsep {
/*    color: mediumpurple;*/
    padding: 4px 0px;
/*    text-shadow: -1px -1px 1px #605060;
    filter: dropshadow(color=605060, offx=-1, offy=-1);*/
}

div.dots {
    border: 1px dashed gray;
    margin: 14px 0px 14px 0px;
}

div.text_content {
    padding: 20px;
    background-color: White;
    border-top: 1px solid gray;
}

div.text_content p, div.text_content h3 {
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 0px;
}

p.quote {
    font-family: "Courier New", Courier, monospace;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
    line-height: 13pt;
}

p.quote2 {
    font-style: italic;
}

.quoter {
    font-size: 11pt;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}

img.inline_img {
    float: right;
    border: 1px solid gray;
    margin: 10px;
}

img.left_image {
    float: left;
    border: 1px solid gray;
    margin: 10px 24px 20px 0px;
    width: 300px;
}

img.right_image {
    float: right;
    border: 1px solid gray;
    margin: 10px 24px 20px 0px;
    width: 300px;
}

div.text_with_image {
    display: table;
}

#container > div.fill{
    height: auto;
}

p.fill {
    height: auto;
}

ul.edu {
    padding-left: 0;
}

ul.edu ul.edu {
    padding-left: 40px;
}

ul.edu li {
    list-style-type: none;
}

p.image_credit {
    font-size: 8pt;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    bottom: -10px;
    left: -90px;
}

img.flight {
    width: 300px;
    float: right;
{