﻿@import url("Reset.css");
@import url("Common.css");

#wrapper, #header, #nav, #body, #footer {
    padding:0;
    margin:0;
    display:block;
}

#wrapper {
    width:900px;
    margin:0 auto;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
	border-bottom:1px solid #808080;
}

#header {
    background-image: url("../Images/Header-BG-Mountain.png");
    background-repeat:no-repeat;
    height:100px;
    width:100%;
    overflow:hidden;
}

#nav {
    background-color:#363636;
    overflow:hidden;
}

    /* First Level */
    #nav .menu > li {
        float:left;
        padding:6px 8px;
        list-style-type:none;
    }

        #nav .menu > li a {
            text-decoration:none;
            color:#E5E5E5;
            font-size:1.0em;
            font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
            font-weight:bold;
        }

    #nav .menu > li:hover {
        background-color:#676767;
    }

    /* Second Level */
    #nav .menu ul
    {
	    position:absolute;
	    visibility:hidden;	
        margin-top:6px;
        margin-left:-8px;
        z-index:1;
    }

    #nav .menu ul > li
    {
	    float:none;
        background:#676767;
        width:160px;
        padding:2px 0;
    }

    #nav .menu ul > li:hover {
	    background:#363636;
    }

    #nav .menu ul > li > a
    {
	    display:block;
        font-family:Verdana;
	    font-weight:bold;
	    font-size:0.9em;
	    color:#fff;
	    white-space:nowrap;
	    text-decoration:none;
	    width:100px;
	    padding:6px 8px;
    }



#body {
	background-color:#fff;
    padding:20px 15px 40px 15px;
    overflow:hidden;
}

#footer {
    background-color:#363636;
}
    #footer  p {
        color:#FFF;
	    font-size:0.8em;
	    text-align:center;
	    vertical-align:middle;
	    padding:6px 0;
    }

#home-side-bar, #side-bar-menu {
    float:right;
}

#home-side-bar {
    width:210px;
}

#home-content-pane {
    /*background-color:yellow;*/
    width:630px;
}

#side-bar-menu {
    width:140px;
}

#content-pane {
    /*background-color:cyan;*/
    width:700px;
}

.justify {
    text-align:justify;
}

.page-header {
    padding-bottom:20px;
}

.page-sub-header {
    padding:10px 0;
}

.photo-frame {
    float:left;
    background-color:#FFF;
    padding:3px;
    margin-right:40px;
    border:1px solid #dbdbdb;
    border-radius:4px;
}

    .photo-frame img {
        height:100px;
        width:100px;
    }

.box-wrapper {

}
    .box-wrapper .box-header {
        border:1px solid #c3c3c3;
        background-color:#81B3D8;
        padding:4px 0 4px 8px;
        vertical-align:middle;
    }

        .box-wrapper .box-header h5 {
            /*font-family:'Comic Sans MS', cursive;*/
            font-weight:bold;
            color:#fff;
        }

    .box-wrapper .box-content {
        border:1px solid #c3c3c3;
        margin-top:2px;
        padding:10px 8px;
    }

.contactus-pane {
    padding-top:5px;
}

    .contactus-pane .photo-frame {
        float:none;
        width:100px;
        margin:0 auto;
    }

    .contactus-pane .contactus-info {
        padding:10px 0;
    }

        .contactus-pane .contactus-info ul {
            padding-left:10px;
        }
        .contactus-pane .contactus-info li {
            font-size:0.8em;
            padding:2px 0;
        }

.pdf-list {
    padding:8px 0 8px 8px;
    overflow:hidden;
}

    .pdf-list li {
        padding:8px 0;
    }

        .pdf-list li img {
            float:left;
            height:20px;
            width:20px;
            margin-right:10px;
        }

        .pdf-list li a {
            font-size:0.9em;
            line-height:20px;
        }


.member-portal-list li {
    padding:4px 0;
    font-size:0.92em;
    text-align:center;
}
    .member-portal-list li div {
        display:inline-block;
        background-color:#E5E5E5;
        text-align:center;
        padding:8px 4px;
        border:1px solid #adadad;
        width:180px;
    }

.list-link {
    padding:5px 0 10px 30px;
}

    .list-link li {
        padding:4px 0;
        list-style-type:disc;
    }

    .list-link li, .list-link li a {
        font-size:0.9em;
    }

.submenu-link {
    padding-left:20px;
}

    .submenu-link li {
        padding:4px 0;
        list-style-type:disc;
    }

    .submenu-link li a {
        font-size:0.8em;
        white-space:nowrap;
    }

.underline-link {
    text-decoration:underline;
}

.tab {

}

    .tab div {
        padding-bottom:1px;
    }
    
    .tab div span {
        padding:4px 8px;
        background-color:#b5dafc;
        border:1px solid #c3c3c3;
        border-top-left-radius:4px;
        border-top-right-radius:4px;
    }

    .tab hr {
        border:0;
        color:#c3c3c3;
        background-color:#c3c3c3;
        height:1px;
    }

.retirement-board-pane {
    padding:10px 0;
}

.tile-info-list {
    padding-left:20px;
}

.tile-info-list li {
    padding:10px 0;
}

.tile-info-row {
    overflow:hidden;
    background-color:#c2def7;
    padding:6px;
    width:480px;
}

    .tile-info-row .content-info {
        padding-top:20px;
    }

        .tile-info-row .content-info ul li {
            font-size:0.9em;
            padding:6px 0;
        }

#full-calendar {
    overflow:hidden;
    width:700px;
    margin:0 auto;
}

.display-row {
    margin:4px 0;
    overflow:hidden;
}
    .display-row h5, .display-row span {
        padding:4px 0;
    }

    .display-row h5 {
        float:left;
        width:90px;
        white-space:nowrap;
        font-weight:bold;
    }

    .display-row span {
        line-height:20px;
    }

.ui-dialog {
    font-size:1.0em;
}

.home-list li {
    font-size:0.9em;
    padding:2px 0;
}

.notice-bar {
    padding:8px 0 8px 8px;
    background-color:#81B3D8;
}
    .notice-bar h5 {
        color:#fff;
    }

.notice-bar-line {
    padding:4px 0 4px 8px;
    border-bottom:1px solid #676767;
}
    .notice-bar-line h6 {
        font-style:italic;
        font-weight:bold;
    }

.notice-reductions {
    padding:4px 0 4px 8px;
}

    .notice-reductions p {
        padding-top:8px;
    }

.portal-link {
    padding:0;
    font-weight:bold;
}
    .portal-link:hover {
        background-color:#b5dafc;
        text-decoration:none;
    }


