﻿body 
{
    background-color:white;/*#f8e1a6;*/
    font-family:arial,helvetica,sans-serif;
    font-size:0.7em;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    color:#003677;
}

h2
{
    font-size:larger;
}

hr
{
    border:solid 1px #f8e1a6;
    text-align:center;
    width:80%;
    color:#f8e1a6;
    background-color:#f8e1a6;
}

a
{
    text-decoration:none;
}

a:link, 
a:visited
{
    /*border-bottom:1px solid red;*/
    color:#4d679b;
}

a:hover
{
    color:#fed15e;
}

#entirepage
{
    background-color:white;
    width:800px;
    margin:0px auto;
    padding:10px 20px 20px 20px;
}

#brandinglogo
{
    float:left;
    text-align:left;
    width:400px;
    height:71px;
}

#brandingtext
{
    clear:left;
    float:left;
    text-align:left;
    width:400px;
    margin-top:0px;
    margin-bottom:10px;
    font-size:9pt;
    font-weight:bold;
}

#contact
{
    float:right;
    text-align:right;
    width:290px;
    /*padding-top:30px;*/
    color:#00568f;
    margin:0px auto;
}

#menu
{
    width:800px;
    margin-top:0px;
    padding-top:10px;
    border-top:solid 5px #f8e1a6;
}

.menuitem
{
    float:left;
    width:194px;
    padding-top:129px;
    margin-left:8px;
    /*margin-top:8px;*/
    padding-bottom:0px;
}

.menuitem h2
{
    margin-top:0px;
    margin-bottom:0px;
}

#menuStatusSurveys
{
    background:#e5e5e5 url('../images/menu_surveys.jpg') no-repeat;
    margin-left:0px;
}

#menuStatusServices
{
    background:#e5e5e5 url('../images/menu_services.jpg') no-repeat;
}

#menuConsultancy
{
    background:#e5e5e5 url('../images/menu_consultancy.jpg') no-repeat;
}

#menuWhoWeAre
{
    background:#e5e5e5 url('../images/menu_whoweare.jpg') no-repeat;
}


#pagemain
{
    text-align:justify;
    min-height:200px;
    /*margin-top:10px;
    border-top:solid 3px #f8e1a6;*/
}

#pagefooter
{
    width:800px;
    border-top:solid 5px #f8e1a6;
    border-bottom:solid 5px #f8e1a6;
    padding-top:10px;
    padding-bottom:10px;
    /*height:100px;*/
}

.indentpara
{
    margin-left:10em;
}

.standouttext,
.standouttext a
{
    font-size:large;
    font-weight:bold;
    color:#00568f;
}

.standouttext a:hover
{
    color:#fed15e;
}

.supersmall
{
    font-size:0.8em;
}

.namehighlight
{
    font-weight:bold;
}


.user_input {
    font-family:'Courier New',Courier,sans-serif;
    font-size:9pt;
    color:#00568f;
}

.page_notice {
    border:1px solid #f8e1a6;
    margin:15px;
    padding:20px;
    /*font-size:0.7em;*/
}


.login_title
{
    visibility:hidden;
}

.login_panel {
    margin:0px auto;
    /*font-size:0.85em;*/
}

.login_label {
    padding-right:10px;
    text-align:right;
}

.login_fail_text {
    color:red;
}

.login_button {
    padding:5px 15px 5px 15px;
}



.slide-out-div {
    padding: 0px 20px 20px 20px;
    width: 250px;
    background: #ffffff;
    border: 1px solid #fed15e;
    z-index:1000;
}   
