/* NAVIGATION */
#mainnavigation {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: right;
    float: right;
    clear: none;
    display: inline;
}


#adhocnav {
    padding:0;
    margin:0;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #6f6f6f;
    text-decoration: none;
    text-align: right;
    line-height: 14px;
    margin-top: 10px;

}

#socialmediabuttons {
    float: right;
    margin-right: 8px;
    margin-top: 10px;
}

.linebarspace {
    padding:0;
    margin:0;
    margin-left: 5px;
    margin-right: 5px;
}

#navigationback {
    z-index:10000;
    height: 41px;
    width: 800px;
    background-image: url(/themes/eucalyptus/img/navigation_background.png);
    background-repeat: no-repeat;
    border-style:none;
    background-position: top left;
    float:left;
}

/* SEARCH  */
#search {
    position: absolute;
    top: 35px;
    left: 740px;
    background-image: url(/themes/eucalyptus/img/search_field.png);
    background-repeat: no-repeat;
    border-style:none;
    background-position: top left;
    width: 249px;
    height: 41px;
    z-index:1001;
}

.formsearch {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #6f6f6f;
    padding: 0;
    margin: 0;
    border: 0;
    width: 187px;
    margin-top: 10px;
    margin-left: 15px;
    background: none;
    float: left;
    z-index:1000;
}

.submitbutton {
    float: right;
}

/* LINK STYLES */
a.adhocnavlink:link, a.adhocnavlink:visited, a.adhocnavlink:active  {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #6f6f6f;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a.adhocnavlink:hover {
    text-decoration: none;
    color: #1f6b8c;
}

/* UTILITIES */
.clearboth {
    clear:both;
}

table {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    border: none;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

