*
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Helvetica, Arial, sans-serif;
    color: #466389;
    line-height: 1.1em;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span a
    {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
    }

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
    {
        font-size: inherit;
        color: inherit;
    }

h1
{
    font-size: 2.6em;
    margin: 0 0 0.4em 0;
}

h2
{
    font-size: 2.2em;
    margin: 0 0 0.4em 0;
}

h3
{
    font-size: 1.8em;
    margin: 0 0 0.3em 0;
}

h4
{
    font-size: 1.3em;
    margin: 0 0 0.3em 0;
}

h5
{
    font-size: 1.2em;
    margin: 0 0 0.2em 0;
}

h6
{
    font-size: 1.1em;
    margin: 0 0 0.2em 0;
}

a
{
    color: #2d507b;
}

    a img
    {
        border: 0;
        border-color: #000;
    }

p
{
    padding: 7px 0;
    margin: 0;
}

blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

.layout-content
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}
body
{
    background: url(css/images/background.jpg) no-repeat top #003156;
}

html, body
{
    margin: 0;
    padding: 0;
}

#site-wrapper
{
    margin: 0 auto;
}

#content-wrapper
{
    background: #fff;
    clear: both;
}

#top-menu
{
    background: url(css/images/menu_bg.gif) repeat-x;
    clear: both;
    width: 960px;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}


#layout5-top img, #layout7-top img
{
    margin: 0 10px 15px 0;
}

* html #layout5-fadebackground
{
}

#layout5
{
    width: 960px;
    margin: 0 auto 50px auto;
    padding: 0;
}

#layout5-content-top
{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    height: 0px;
}

#layout5-content-inner-placeholder
{
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    margin-top: 15px;
}

#layout5-top
{
    width: 960px;
    height: 135px;
    margin: 0 auto;
    clear: both;
}

#layout5-content-wrapper
{
    min-height: 200px;
}

#layout5-content-container
{
    width: 960px;
    margin: 0 auto;
}

#layout5-content
{
    padding: 20px 30px 0 30px;
    background: rgba(255, 255, 255, 0.94);
}

/*------------ Layout 2 -------------- */

#layout7
{
    width: 960px;
    margin: 0 auto 50px auto;
    padding: 0;
}

#layout7-content-top
{
    margin: 0 auto;
    padding: 10px 10px 0 10px;
}

#layout7-content-inner-placeholder
{
    margin-top: 15px;
}

#layout7-content-placeholder
{
}

#layout7-top
{
    width: 960px;
    height: 135px;
    margin: 0 auto;
    clear: both;
}

#layout7-content-wrapper
{
    min-height: 200px;
}

#layout7-content-container
{
    width: 960px;
    margin: 0 auto;
}

#layout7-content
{
    width: 900px;
    display: inline-block;
    padding: 30px;
    min-height: 300px;
    background: rgba(255,255,255,0.94);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}

#layout7-footer, #layout5-footer
{
    clear: both;
    color: #fff;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(css/images/menu_bg.gif) repeat-x;
    height: 20px;
    text-align: center;
    font-size: 14px;
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}

    #layout7-footer *, #layout5-footer *
    {
        font-size: 11px;
    }


    #layout7-footer a, #layout5-footer a, .footer a
    {
        text-decoration: none;
        color: #000;
    }

        #layout7-footer a:hover, #layout7-footer a:hover, .footer a:hover
        {
            text-decoration: underline;
        }


/* Top menu */

ul.topmenu
{
    position: relative;
    z-index: 1200;
    margin: 0 0 0 0;
    height: 40px;
    padding: 0px 18px 0px 18px;
}

    ul.topmenu a
    {
        text-decoration: none;
        font-size: 16px;
    }

    ul.topmenu li
    {
        z-index: 1200;
        float: left;
        list-style: none;
        padding: 9px 16px 7px 16px;
    }

.topmenu .selected
{
}

ul.topmenu li.topmenu-root-node
{
}

ul.topmenu li a:active
{
}

ul.topmenu a:hover
{
}

ul.topmenu li.topmenu-root-node a
{
    color: #fff;
    display: block;
}

ul.topmenu li.hover, ul.topmenu li:hover
{
    position: relative;
    z-index: 1200;
}

/* 	LEVEL TWO  */

li.topmenu-sub-item a
{
    color: #fff;
}


.topmenu-sub-item a:hover
{
    color: #fff;
}

ul.topmenu ul
{
    width: 240px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    margin: 0;
    padding: 22px 0px 0px 0px;
    background: url(css/images/topmenuarrow.png) no-repeat;
}

    ul.topmenu ul li
    {
        padding: 3px 6px 3px 13px;
        float: none;
        z-index: 1200;
        background: url(css/images/dropdownbg.png) repeat-x;
    }

ul.topmenu div
{
    cursor: pointer;
}

ul.topmenu ul li a
{
    border-right: none;
    width: 90%;
    display: inline-block;
    z-index: 1200;
    font-size: 12px;
    font-weight: normal;
}

ul.topmenu li.topmenu-sub-item a
{
    color: #fff;
}

ul.topmenu ul li:hover
{
    background: url(css/images/dropdownhover.png) repeat-x;
    color: #fff;
}

ul.topmenu ul li a:hover
{
    color: #fff;
}

ul.topmenu ul ul
{
    left: 100%;
    z-index: 1200;
    top: 0;
}

ul.topmenu div
{
    cursor: pointer;
}

ul.topmenu li:hover > ul:not(:empty)
{
    visibility: visible;
}

ul.topmenu li.nonempty > div
{
    background: url(css/images/menuarrow.png) no-repeat right;
    background-position: right;
}

/* End Top menu */

/*------------ SubMenu ---------------*/

.submenu
{
    margin: 0;
    padding: 0;
}

    .submenu li
    {
        list-style: none;
    }

    .submenu a
    {
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

        .submenu a:hover
        {
            text-decoration: underline;
        }

#submenu-headline
{
    color: #199840;
    font-size: 18px;
    margin-bottom: 10px;
}

.submenu-root-item
{
    margin: 0;
    padding: 2px 0 2px 0;
}

.submenu-submenu-container
{
    margin: 0;
    padding: 0 10px;
}

.submenu-item
{
    margin-left: 10px;
}

.submenu-sub-item
{
    padding: 0;
    margin: 0;
}

* html #menu
{
    position: relative;
}

.italic
{
    font-style: italic;
}

.clear
{
    clear: both;
}

#inspector-search-table
{
    width: 100%;
}

    #inspector-search-table td
    {
        vertical-align: top;
    }

#inspector-search-form td
{
    font-size: 14px;
    vertical-align: middle;
}

#inspector-search-form select
{
    font-size: 14px;
    padding: 2px 5px;
    width: 200px;
    border: 1px solid #CCC;
}

#inspector-search-form input[type=text]
{
    font-size: 14px;
    padding: 2px 5px;
    width: 189px;
    border: 1px solid #CCC;
}

button
{
    color: #d9eef7;
    border: solid 1px #99acc3;
    background: #365c8a;
    background: -ms-linear-gradient(top, #5385c2 0%, #2f527f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#a4bedd), to(#2f527f));
    background: -moz-linear-gradient(top, #5385c2, #2f527f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5385c2', endColorstr='#2f527f');
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    button:hover
    {
        background: #00678e;
        background: -webkit-gradient(linear, left top, left bottom, from(#a4bedd), to(#00678e));
        background: -moz-linear-gradient(top, #a4bedd, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

input[type=submit]
{
    background: #375e8e;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    margin: 0;
    border: 1px solid #CCC;
}

input[type=password], input[type=text]
{
    width: 200px;
}

#inspector-search-container h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, 'Palatino Linotype', 'Times New Roman';
    margin-bottom: 2px;
}

#inspector-search-container
{
    width: 100%;
    padding: 5px;
    background: url(css/images/search_bg.jpg) no-repeat #f8f8f8;
    border: 1px solid rgba(155, 155, 155, 0.3);
}

#inspector-search-image
{
    width: 280px;
    height: 175px;
    background: url(css/images/search_ppl.jpg) no-repeat top right;
}

#inspector-left-text
{
    padding: 20px 10px;
}

    #inspector-left-text p
    {
        font-size: 14px;
        color: #4f4f4f;
        font-weight: bold;
    }

.inspectors-result
{
    margin: 0;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    border-top: 2px solid #2d507b;
}

    .inspectors-result th
    {
        text-align: left;
        color: #4f4f4f;
        width: 33%;
        margin: 0;
        padding: 4px 10px;
    }

        .inspectors-result th:first-child
        {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: bold;
        }

    .inspectors-result td
    {
        color: #4f4f4f;
        vertical-align: top;
        padding: 4px 10px;
    }

.inpectors-table-header
{
    background: #f4f4f4;
}

#inspector-search
{
    padding: 20px 10px 0 10px;
    width: 330px;
}

#inspectors-result-container
{
    margin-top: 20px;
}

    #inspectors-result-container h3
    {
        margin-bottom: 10px;
    }

#inspectors-empty-result
{
    padding: 30px 0;
}

.inspector-searchresult-inspector td
{
    border-top: 1px solid #dcdcdc;
}

#inspectors-profile
{
}

    #inspectors-profile input, textarea
    {
        width: 400px;
    }

    #inspectors-profile textarea
    {
        height: 100px;
    }

.field-validation-error, span.input-validation-error
{
    color: #ff0000;
    height: 28px;
    padding-left: 20px;
    background: url('/Areas/Admin/Content/Images/Icons/Common/validation-summary-small-error.gif') no-repeat;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error
{
    border: 1px solid #ff0000;
}

.validation-summary-errors
{
    background: url('/Areas/Admin/Content/Images/Icons/Common/validation-summary-error.gif') repeat-y;
    border: 1px solid #ff0000;
    width: 450px;
    height: 75px;
    padding-left: 60px;
    margin-bottom: 10px;
}

    .validation-summary-errors ul
    {
        margin: 18px;
        padding: 0;
        list-style-type: none;
        color: #ff0000;
    }


.validation-summary-tab-error
{
    top: 1px;
    padding: 6px 20px;
    display: inline-block;
    zoom: 1;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
}

    .validation-summary-tab-error a
    {
        color: #ff0000;
    }

#notification-success-container
{
    border: 1px solid #409454;
    background: url('/Areas/Admin/Content/Images/Icons/Common/validation-summary-success.gif') repeat-y;
    padding-left: 60px;
    width: 450px;
    margin-bottom: 10px;
    height: 75px;
}

#notification-success
{
    color: #409454;
    margin: 18px;
    width: 450px;
}

#login-container
{
}

#login-toolbar
{
    width: 450px;
    float: right;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}

.sitemap
{
    margin: 0;
    padding: 0;
}

    .sitemap li
    {
        list-style: none;
        padding-left: 0px;
    }

.mobile .logo-parent
{
    background: none !important;
}