﻿/* Layout for desktop version */
html {
  overflow-y: scroll;
}

body {
<!--
    background-image: url(../Images/background.png);
    background-repeat: repeat-x;
-->
    margin: 0px;
    color: #202020;   
}

.contentbox > :first-child
{
    margin-top: 0;
}

/**************************************
 *  Header                            *
 **************************************/
#header #Logo
{
    height: 70px;
    width: 238px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
    margin-top: 10px;
    vertical-align:bottom;
}

#header #Logo a{
    display:block;
    height: 70px;
    width: 238px;
}

#header #LanguageSwitcher, #header #TopLinks {
    float: right;
    line-height: 36px;
    text-transform: lowercase;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: arial, sans-serif;
    width: 432px;
}

#header #TopLinks ul {
    list-style: none;
}

#header #LanguageSwitcher a, #header #TopLinks a {
    margin: 0 10px;
    text-decoration: none;
    color: #282828;
}

#header #LanguageSwitcher a:hover, #header #TopLinks a:hover {
    color: #4AA1C6;
}

/**************************************
 *  Header Menu                       *
 **************************************/
#header #Menu {
    clear: right;
    float: right;
    margin-top: 11px;
    
}

#header #Menu a {
    margin: 0 15px;
    line-height: 28px;
    font-size: 16px;
    display: block;
    float: left;
    color: #282828;
    text-decoration: none;
    border-bottom: 6px solid #FFFFFF;
    white-space: nowrap;
}

#header #Menu a:hover, #header #Menu a.NavigationOpen {
    text-decoration: none;
    border-bottom: 6px solid #4AA1C6;
    color: #0091bc;
}

/**************************************
 *  Header Image                      *
 **************************************/
#header #HeaderImage1
{
    clear: none;
    background-image: url(../Images/headx1.jpg);
    background-repeat: no-repeat;
    height: 40px;
    width: 261px;
    float: left;
}
#header #HeaderImage2
{
    clear: none;
    background-image: url(../Images/headline.jpg);
    background-repeat: repeat-x;
    height: 10px;
    width: auto;
}
#header #HeaderImage3
{
    clear: none;
    background-image: url(../Images/headx2.jpg);
    background-repeat: no-repeat;
    height: 40px;
    width: 396px;
    float: right;
}


/**************************************
 *  Navigation Column                 *
 **************************************/
#navigationcolumn {
    padding-top: 40px;

}

#NavigationMenu
{
    margin-left: 20px;
}

#NavigationMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#NavigationMenu ul li {
    font-size: 16px;
    line-height: 22px;
}

#NavigationMenu ul ul li {
    font-size: 13px;
    line-height: 20px;
    background-image: url(../Images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;  
    padding-left: 12px;
    margin-bottom: 0px;
}

#NavigationMenu ul ul li a {
    color: #282828;
    line-height: 20px;
}

#NavigationMenu ul li a.NavigationSelected
{
  font-weight: bold;
}

#NavigationMenu ul li a.NavigationOpen
{
  
}

#NavigationMenu ul ul ul {
    margin-left: 3px;
}

#NavigationMenu a {
    text-decoration: none;
}

/**************************************
 *  Content Column                    *
 **************************************/
#contentcolumn {
    padding-top: 40px;
    padding-bottom: 40px;
}
#content ul{
    padding: 0;
    margin: auto;
}
#contentlink a {
    color: Black;
    text-decoration: none;
}
#contentlink a:hover {
    font-weight: bold;
}


/**************************************
 *  Aside Column                      *
 **************************************/
#asidecolumn {
    padding-top: 40px;
}

/**************************************
 *  Footer                            *
 **************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%; 
/*	height: auto !important; */ /* This line and the next line are not necessary unless you need IE6 support */
/*	height: 100%; */
	margin: 0 auto -43px; /* the bottom margin is the negative value of the footer's height */
}

html, body, form {
    height: 100%;
}



/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

    .examplecontainer {
    }

    body {
    }

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    /* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
            .download {
            background: url(../img/downarrow@2x.png) no-repeat;
            background-size: 27px 28px;
            }
            */

}

