
/*******************************
 *                             *
 *   PAGE ELEMENT STYLING      *
 *                             *
 *******************************/

body {
    margin-top: 0px;
    font: 11pt helvetica,arial,sans-serif;
}

img{
    border: 0px none;
}

div#content {
    width: 610px;
    padding-left: 1em;
    padding-bottom: 2em;
    clear: left;
    float: left;
}

div#content h3 {
    font: 15pt helvetica,arial,sans-serif;
    font-weight: bold;
    margin-left: -.5em;
    color: #414141;
}

div#content h4{
    margin-left: -.5em;
    margin-top: -1.2em;
    font-weight: normal;
    font-style: italic;
    color: #414141;
}

div#content a {
    color: #9d5c00;
    text-decoration: none;
}

div#content a:visited {
    color: #957b64;
}


div#content a:hover {
    color: black;
    background-color: #d0d4be;
}

div#license {
    clear: both;
    padding-top: 1em;
    margin-left: 1em;
}

div#user-console{
    border-style: none solid solid solid;
    font-size: 9pt;
    border-width: 1px;
    text-align: right;
    padding-right: 1em;
    background-color: #dcdbd8;
}

div#user-console a {
    color: #797567;
    font-weight: bold;
    text-decoration: none;
}

blockquote{
    margin-left: 0;
    background: url(/media/img/quote-mark.png) 10px -4px no-repeat;
}

blockquote p{
    margin-left: 40px;
}
    

/*******************************
 *                             *
 *   HEADER STYLING            *
 *                             *
 *******************************/

div#page {
    margin-right: auto;
    margin-left: auto;
    margin-top: 12px;
    width: 900px;
}

div#header {
    clear: both;
}


/*******************************
 *                             *
 *   NAVBAR ITEM STYLING       *
 *                             *
 *******************************/


div#root-nav {
    float:left;
    clear:left;
}

div#root-nav table {
    color: white;
    background: black;
    height: 29px;
    border-spacing: 0;
}

div#root-nav td.nav-choice {
    width: 160px;
    text-align: center;
}

div#root-nav td.nav-choice a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 27px;
}

div#root-nav td.nav-selected a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 27px;
}

div#root-nav td.nav-choice a:hover {
    background: url(/media/img/nav-highlight-hover.png);
}

div#root-nav td.nav-selected {
    width: 160px;
    text-align: center;
    background: url(/media/img/nav-highlight-sel.png);
}

div#highlight-nav {
    position: relative;
    left: 12px;
    float: right;
    clear: right;
    
}

div#highlight-button {
    width: 220px;
    height: 29px;
    background: url(/media/img/highlight-button.png) center no-repeat;
    }

div#highlight-button:hover {
    background: url(/media/img/highlight-button-hover.png) center no-repeat;
    }

div.button-text{
    width: 100%;
    text-align: center;
    }

div.button-text a{
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 29px;
    color: #9d4c00;
    }

div.button-text a:hover{
    color: white;
    background: url(/media/img/highlight-button-hover.png) center no-repeat;
    }

/*******************************
 *                             *
 *   FOOTER STYLING            *
 *                             *
 *******************************/

div#footer {
    color: white;
    background: black url(/media/img/small-logo-black.png) bottom right no-repeat;
    width: 899px;
    font-size: 8pt;
}

div#address {
    padding-top:3em;
    margin-right: auto;
    margin-left: 1em;
    padding-bottom: 1em;
}


div#contact {
    padding-top: 1em;
    margin-right: auto;
    margin-left: 1em;
}

div#contact a{
    color: white;
    text-decoration: none;
}


/*******************************
 *                             *
 *   DROP SHADOW STYLING       *
 *                             *
 *******************************/

.shadow1, .shadow2, .shadow3 {
  display:inline-table;
  /* \*/display:block;/**/
}

.shadow1{
    float: left;
    background: url(/media/img/shadow.png) right bottom no-repeat;
}

.shadow2{
    background: url(/media/img/shadow-bottom-left.png) bottom left no-repeat;
}

.shadow3{
    padding: 0 12px 12px 0;
    background: url(/media/img/shadow-top-right.png) top right no-repeat;
}


/*******************************
 *                             *
 *   OTHER ELEMENTS            *
 *                             *
 *******************************/

div.read-more{
    margin-right: 0em;
    margin-left: auto;
    margin-top: -1em;
    text-align: right;
    }

div.read-more img.link{
    position: relative;
    top: 5px;
    }

div.media-item {
    float: right;
    clear: right;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.media-item-shadow {
    position: relative;
    left: 12px;
    float: right;
    clear: right;
    padding-top: 1em;
}

div.memo-signature {
    float: right;
    clear: right;
    text-align: right;
    font-style: italic;
    font-size: 10pt;
    padding-right: 2em;
}

img.signature{
    margin-right: -2em;
    display:block;
    clear:both;
    }

