﻿/* Layout for desktop version */
html {
  overflow-y: scroll;
}

body {
    background-image: url(../Images/bodybg.jpg);
    background-repeat: repeat-y;
	background-position: center;
	background-color: #eeeeee;
    margin: 0px;
    color: #282828;   
}

.contentbox > :first-child
{
    margin-top: 10px;
}

/**************************************
 *  Header                            *
 **************************************/
#header #Logo {
    height: 105px;
    width: 300px;
    margin-bottom: 15px;
    background-image: url(../Images/headerlogo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    float: left;
}

#header #Logo a{
    display:block;
    height: 120px;
    width: 300px;
}

#header #LanguageSwitcher, #header #TopLinks {
    float: right;
    font: 16px arial,sans-serif;
    line-height: 36px;
 
	color:#006699;
	margin-top:47px;
}

#header #TopLinks ul {
    list-style: none;
}

#header #TopLinks ul li {
    display: inline;
}

#header #LanguageSwitcher a, #header #TopLinks a {
    margin: 0 10px;
    color: #ffffff;
}

#header #LanguageSwitcher a:hover, #header #TopLinks a:hover {
    color: #efdab6;
}

/**************************************
 *  Header Menu                       *
 **************************************/
#header #Menu {
    
	clear: both;
	float:right;
    margin-top: 0px;
	background:#0c41aa;
	width:100%;
	height:25px;
	padding-top: 0px;
	padding-bottom:0px;


}

#header #Menu a {
    margin: 0 0px 0 1px;
    height: 26px;
	width:120px;
    font-size: 16px;
    display: block;
    float: left;
    color: #efdab6;
    text-decoration: none;
	text-align:center;
    white-space: nowrap;
	background: #0c41aa;
 z-index: -1;
	padding:3px auto;
	-moz-border-radius:5px 5px 0px 0px;

}

#header #Menu a:hover, #header #Menu a.NavigationOpen {
    text-decoration: none;
  background: #efdab6;
    color: #bf643c;
}
#header #Menu p.menu {
text-align: right;	
	width:100%;
}
/**************************************
 *  Header Image                      *
 **************************************/
#header #HeaderImage {
    clear: both;
    background-image: url(../Images/header.jpg);
    background-repeat: no-repeat;
	background-size: contain;
    height: 241px;
}


/**************************************
 *  Navigation Column                 *
 **************************************/
#navigationcolumn {
    padding-top: 0px;
	background:#eeeeee;
}


#NavigationMenu
{
    margin-left: 0px;
	margin-top: 20px;
}

#NavigationMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#NavigationMenu ul li {
    font-size: 14px;
    line-height: 26px;
   background-image: url(../Images/bgmenu.png);
    background-repeat: repeat-x;
	padding-left:5px;
}
#NavigationMenu ul li a{
	color:#ffffff;
	text-decoration:none;

	
}
#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: #006699;
    line-height: 20px;
}

#NavigationMenu ul li NavigationSelected
{
  background-image: url(../Images/bgmenu-hover.png);
}

#NavigationMenu ul li NavigationOpen
{
     background-image: url(../Images/bgmenu-select.png);
}

#NavigationMenu ul ul ul {
    margin-left: 3px;
}

#NavigationMenu a {
    text-decoration: none;
}

/**************************************
 *  Content Column                    *
 **************************************/
#contentcolumn {
    width: 75%;
	padding: 0px;
	margin: 0px;
}
#content ul{
    /*padding: auto;
    margin: auto;*/
}
#contentcolumn  div.contentbox{
    
    margin: 0px 10px 0px 10px;
}
#contentcolumn h1{

}

/**************************************
 *  Aside Column                      *
 **************************************/
#asidecolumn {
    width: 25%; 
	padding-top: 0px;
	background-color:#0c41aa;
	margin-top: 0px;
	margin-left: 0px;
}
#asidecolumn div.contentbox{
	padding: 0px 5px;
}
/**************************************
 *  Footer                            *
 **************************************/

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -43px;
}
#footer, #push {
    height: 43px;
}


#footer {
       background-image: url(../Images/footer_b.png);
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}


/* 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;
            }
            */

}

