﻿body
{
    background-color: #1A6F9D;
    font-family: Verdana;
}

.header
{
    font-size: 18px;
    font-weight: bold;
}

#mainContent
{
    background-color: #fff;
    width: 80%;
    margin-bottom: 40px;
    margin: 40px auto;
    font-size: 11px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.picFrame
{
    border: solid 1px #eee;
    text-align: left;
}

/*====Menu=====*/
.dropdown-menu
{
    width: 101px;
    position: absolute;
    font-size: 10px;
    color: #FFF;
    cursor: pointer;
    margin-left: 25px;
    z-index: 1000;
}

.dropdown-menu a:link, .dropdown-menu a:visited
{
    color: #000 !important;
    display: block !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.dropdown-menu a:hover
{
    color: #000 !important;
    text-decoration: underline !important;
}

.dropdown-menu .slide-down
{
    background-color: #7B8181;
}

.menu-first
{
    background-color: #7B8181;
    line-height: 15px;
    padding: 3px 30px 4px 12px;
    z-index: 1;
}

.down-list
{
    background: transparent url(../images/drop-down-bottom.png) no-repeat bottom;
    margin-left: 1px;
    padding-bottom: 5px;
}
.down-list li
{
    padding: 5px 5px 5px 15px;
    background: #D1E1E1 url(../images/list-divider.gif) no-repeat bottom;
}
.down-list .lastLI
{
    background: #D1E1E1;
    padding-bottom: 2px;
}

ol, ul
{
    list-style: none;
}
.dropHolder
{
    width: 101px;
    float: right;
    height: 1px;
    margin-right: 40px;
}

/*============*/
.galleries
{
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 0 px;
    z-index: 10001;
}

.galleriesTitle
{
    text-align: center;
    font-style: italic;
}
.galleriesItem
{
    width: 180px;
    padding: 2px 2px 2px 2px;
}

.portfolio
{
    width: 60%;
}
.subportfolio
{
    width: 100%;
}
.oddrow
{
    background-color: #efefff;
}



#navigation
{
    height: 64px;
    padding: 0;
    margin: 0;
    float:left;
}

.lavaLampWithImage
{
    position: relative;
    height: 64px;
}

.lavaLampWithImage ul
{
    padding: 0;
    margin: 0;
}
.lavaLampWithImage li
{
    float: left;
    list-style: none;
}
.lavaLampWithImage li.back
{
    background: url(../images/slider.png) no-repeat 50% 0;
    height: 64px;
    position: absolute;
}
.lavaLampWithImage li.back .left
{
    background: url(../images/slider.png) no-repeat 50% 0;
    height: 64px;
}

.lavaLampWithImage li a
{
    text-decoration: none;
    z-index: 10;
    float: left;
    height: 64px;
    position: relative;
    padding: 0;
    margin: 0;
    top: 15px;
    background: no-repeat 10px 0;
    display: block;
    text-align:center;
    width: 136px;
    color: #fff;
    font-size:16pt;
}