#wrapper
{
    margin: 0 auto;
    padding-top: 95px;
    width: 900px;
    background-color: #ffffff;
}

#container
{
    position: relative;
}

body{
    background-color: #e6e6e6;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    overflow-y: scroll;
    
}

a
{
    outline: none;
    color: #b1bea0;
    text-decoration: underline;
}

h3{
    color: #b5c3a4;
    font-size: 24px;
}    

h3:first-letter {
    text-transform: uppercase;
}

.clear
{
    clear: both;
}


.footer_name
{
    position: relative;
    margin-top: 2px;
    padding-top: 7px;
    background-color: #9caf86;
    height: 30px;
}
.footer_name p
{
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}
.footer_name .button,
.footer_name .button:link,
.footer_name .button:visited
{
    position: absolute;
    left: 10px;
    margin: 1px;
}

.login{
    margin-top: 100px;
    text-align: center;
}

#shareoptions
{
    position: fixed;
    right: 0px;
    top: 165px;
    width: 40px;
    padding-bottom: 10px;
    background-color: white;
}
.shareoption
{
    margin-left: 6px;
    margin-top: 8px;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

#header
{
    position: absolute;
    margin: 0 !important; 
    padding: 0 !important;
    height: 95px;
    width: 100%;
    background-color: #9caf86;
}

.headercontainer
{
    position: relative;
    margin: 0 auto;
    width: 900px;
}

.logo
{
    position: absolute;
    top: 20px;
    left: 40px;
    margin-left: -1px;
    
    background: url('../../../images/logo.png') ;
    width: 181px;
    height: 141px;
    
    z-index: 15;
    cursor: hand; 
    cursor: pointer;
}

.languageselector
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 130px;
    cursor: hand; 
    cursor: pointer;
    z-index: 150;
}
.languageselector a
{
    text-decoration: none;
    font-family: arial;
    font-size: 10px;
    color: white;
}

.languageselector .expand_icon
{
    position: absolute;
    right: 3px;
    bottom: 2px;
    padding: 0;
}
.languageselector ul li
{
    padding: 1px 0;
    border: 1px solid #b9c6ac;
    background-color: #9caf86;
    line-height: 13px;
}
.languageselector ul .language_option
{
    display:none;
    border-top: none;
}

.languageselector img
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

/*
    Menu
*/
.menu
{
    position: absolute;
    top: 68px;
    left: 250px;
    
    font-family: Times;
    font-weight: bold;
    list-style: none;
    
    z-index:110;
}

.menu a
{
    text-decoration: none;
}
.menu li
{
    float:left;
    position:relative;        
}
.menu li.last a,
.menu li.last span
{
    border-right: none
}

/* main items default */
.menu li a,
.menu li span
{
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px; 
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
/* main items hover */
.menu li a:hover
{
    color: #ccd6c1;
}
.menu li:hover a,
.menu li:hover span
{
    color: #ccd6c1;
    cursor: pointer;
    cursor: hand;
}
/* main items current */
.menu li.current a,
.menu li.current span
{
    color: #ccd6c1;
}
.menu li.current_ancestor a,
.menu li.current_ancestor span
{
    color: #ccd6c1;
}

/* menu dropdown */
.menu li ul
{
    background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.menu li:hover ul
{
    /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
/* sub items default */
.menu li ul li
{
    padding-top: 5px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    background: #e6e6e6;
    height: 24px;
    border-top: 1px solid white;
}
.menu li:hover ul li a,
.menu li:hover ul li span,
.menu li:hover.current ul li a,
.menu li:hover.current ul li span,
.menu li:hover.current_ancestor ul li a,
.menu li:hover.current_ancestor ul li span
{
    border: none;
    color: #869676;
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */ 
}

/* sub items hover */
.menu li:hover ul li:hover
{
    background: #cccccc;
}
.menu li:hover ul li.first
{
    margin-top: 13px;
    margin-left: 0px;
}

/* sub items current */
.menu li:hover ul li.current
{
    background-color: #cccccc;
}
.menu li:hover ul li.current a,
.menu li:hover ul li.current span
{    
    color: #ffffff;
}






hr.divider
{
    margin: 35px auto;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #9caf86;
    width: 820px;
}

.footer_title
{
    margin: 0 0 5px 0;
    height: 12px;
    background: url('../../../images/footertext.png') no-repeat center;
}
.footer_title h3
{
    font-size: 18px;
    letter-spacing: 2px;
}


.itemlist
{
    margin-top: 150px;
}
.item
{
    margin-left: 100px;
    margin-right: 100px;
    width: 700px;
    float: left;
    font-family: Arial;
}
.item h3
{
    font-size: 22px;
    font-family: Times;
    font-weight: bold;
    font-style: italic;
}
img.left
{
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
img.right
{
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

/*
    Contact
*/

.contact_data
{
    float: left;
    margin-top: 90px;
    margin-left: 40px;
    width: 400px;
    line-height: 18px;
}

.contact_data h3
{
    font-size: 28px;
    font-style: italic;
    font-family: times;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 24px;
}

.publication_data
{
    float: left;
    margin-top: 70px;
    margin-left: 130px;
    width: 450px;
}

.publication_data  h3
{
    font-family: times;
    font-style: italic;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.publications_image
{
    float: left;
    margin-top: 90px;
    margin-left: 40px;
    width: 270px;
}
.contact_image
{
    float: left;
    margin-top: 90px;
    width: 270px;
    
}

.edit_contentblock
{
    margin-top: 75px;
    margin-left: 50px;
}

.edit_contentblock div
{
    padding-top: 15px;
}

.hide
{
    display: none;
}