/* Screen Layout */

/* ========================================================================== */
/* REMOVE BROWSER BIAS                                                        */
/* -------------------------------------------------------------------------- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

/* ========================================================================== */
/* ELEMENT STYLING                                                            */
/* -------------------------------------------------------------------------- */
body {
    margin: 0 auto;
    padding: 0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
    background: #f4f4f4 url(/static/images/bg.gif) top center repeat-y;
}
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
acronym {
    cursor: help;
}

h1.http_error {
    background-color: #505050;
    color: #ffffff;
    padding: 5px;
}

a {
    text-decoration: none;
    color: #286ea0;
}
    a:hover {
        text-decoration: underline;
        color: #286ea0;
    }
    a img {
        border: 0;
    }

em.notes {
    color: #ff0000;
}

ul {
    list-style-type: none;
}

span.toplink,
span.toplink a {
    color: #a0a0a0;
}
span.toplink {
    font-size: 10px;
}

#body {
    background: #ffffff;
    color: #303030;
    margin: 0 auto;
    width: 760px;
}

/* ========================================================================== */
/* PAGES                                                                      */
/* -------------------------------------------------------------------------- */
#index img,
#about img,
#levee_system img,
#district img,
#businesses img {
    padding: 0 0 20px 0;
}

/* ========================================================================== */
/* HEADER                                                                     */
/* -------------------------------------------------------------------------- */
#header {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
}
    #header h1 {
        font-size: 20px;
        width: 200px;
        margin: 0 0 10px 0;
        float: left;
        line-height: 100%;
    }
	#header img {
		width: 511px;
		height: 110px;
		float: right;
	}
#quote {
}
    #quote p {
        width: 450px;
        float: right;
        text-align: left;
        color: #999999;
        font-size: 10px;
        line-height: 100%;
    }
    #quote p.p2 {
        padding-top: 5px;
        text-align: right;
    }
    #quote p.p2 span {
    }

#missouri_river {
    margin: 0 0 10px 0;
    border: 0;
}

/* ========================================================================== */
/* NAVIGATION                                                                 */
/* -------------------------------------------------------------------------- */
#navigation {
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 0 0;
    padding: 0;
}

#menu {
    padding-bottom: 10px;
}
    #menu h2 {
        display: none;
    }
    #menu ul {	
        list-style: none;
        width: 150px;
        margin: 0 0 20px 0;
        padding: 0;
    }	
    #menu li {
        margin-bottom: 4px;
    }
    #menu li a {
        font-size: 11px;
        font-weight: bold;
        height: 20px;
        text-decoration: none;
        color: #505050;
        display: block;
        padding: 3px 0 3px 10px;
        background: #f4f4f4;
        border-left: 4px solid #cccccc;
    }	
    #menu li a:hover {
        background: #eaeaea;
        color: #286ea0;
        border-left: 4px solid #286ea0;
    }

#latest_news {
    width: 130px;
    color: #505050;
    margin: 0 0 20px 0;
}
    #latest_news h2 {
        font-size: 12px;
        padding: 0 0 10px 0;
        margin: 0 0 0 0;
    }
    #latest_news h2.nonews {
        font-size: 14px;
        padding-bottom: 10px;
    }
    #latest_news p.date {
        font-style: italic;
    }
    #latest_news p.summary {
    }
    #latest_news p.more {
        padding-top: 5px;
    }

/* ========================================================================== */
/* SIDEBAR                                                                    */
/* -------------------------------------------------------------------------- */
#monthly_archive {
    float: right;
    width: 100px;
    margin: 0 0 10px 0;
    padding: 0;
}
    #monthly_archive h2 {
        font-size: 12px;
        padding: 0 0 0 0;
    }

#links dd + dt {
    margin-top: 15px;
}

/* ========================================================================== */
/* FOOTER                                                                     */
/* -------------------------------------------------------------------------- */
#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 4px solid #f0f0f0;
    width: 760px;
    text-align: center;
    color: #808080;
}
    #footer a {
        color: #808080;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }

#copyright p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.25em;
}

#validations {
    display: none;
}
    #validations p {
        margin: 0;
        padding: 0;
    }

#ascription p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}


/* ========================================================================== */
/* BODY                                                                       */
/* -------------------------------------------------------------------------- */
#content {
    margin: 0 0 20px 160px;
    border-left: 1px solid #f0f0f0;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
}

#contact table {
}

#content #news_content {
    margin: 0 110px 0 0;
    border-right: 1px solid #f0f0f0;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
}

/* ========================================================================== */
/* GOOGLE MAPS                                                                */
/* -------------------------------------------------------------------------- */
#rld_overlay {
    margin-top: 20px;
    padding-top: 10px;
    width: 450px;
    height: 400px;
    border: 1px solid black;
}


/* ========================================================================== */
/* NEWS ENTRY                                                                 */
/* -------------------------------------------------------------------------- */
div.newsentry {
    padding-bottom: 20px;
}
    body#tinymce ul, div.newsentry ul {
        list-style-type: disc;
        margin-left: 1em;
        padding-left: 1em;
    }
    body#tinymce ol, div.newsentry ol {
        list-style-type: decimal;
        margin-left: 1em;
        padding-left: 1em;
    }
    div.newsentry h2 {
        margin: 0;
    }
    div.newsentry p.pub_date {
        font-weight: bold;
        font-size: 85%;
        margin: 0;
        padding-bottom: 10px;
    }
    div.newsentry div.newsentry_body p {
        padding-bottom: 10px;
    }


/* ========================================================================== */
/* SECTION                                                                    */
/* -------------------------------------------------------------------------- */
div.section {
    margin: 0 0 20px 0;
}
    div.section h2 {
        font-size: 16px;
        margin: 0 0 0.625em 0;
    }
    div.section div.section_content {
    }
    div.section div.section_content p {
        margin: 0 0 15px 0;
    }



/* ========================================================================== */
/* TENANT                                                                     */
/* -------------------------------------------------------------------------- */
.tenant {
    margin: 0 0 15px 0;
}
    .tenant h2 {
        font-size: 14px;
        padding: 0 0 0 0;
    }
    .tenant p {
        padding-bottom: 10px;
    }
    .tenant .gmap {
        margin: 20px 0px;
        width: 450px;
        height: 400px;
        border: 1px solid black;
    }


/* ========================================================================== */
/* ICON LINK                                                                  */
/* -------------------------------------------------------------------------- */
a.icon_link {
    
}
    a.icon_link img {
        position: relative;
        bottom: -2px;
        left: 5px;
    }


/* ========================================================================== */
/* GENERAL STYLES                                                             */
/* -------------------------------------------------------------------------- */
.left {
    margin: 10px 10px 5px 0;
    float: left;
}
.right {
    margin: 10px 0 5px 10px;
    float: right;
}
.textright {
    text-align: right;
}
.center {
    text-align: center;
}
.small {
    font-size: 0.8em;
}
.bold {
    font-weight: bold;
}
.hide {
    display: none;
}


/* ========================================================================== */
/* CLEARFIX HACK                                                              */
/* -------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.clear {
	clear: both;
}
