﻿/*** Layout.css ***/

body 
{
    background-color: #011e03;
}

#HeaderContainer
{

}

#Header
{
    height: 135px;
    background: #006029;
    background-image: url('../../Images/ebs-slideshow.jpg');
    background-size: cover;
    background-position: center center;
}

#LogoHome
{
    background: url('../../Images/logo.png') no-repeat;
	display: block;
    float: left;
    width: 371px;
    height: 105px;
    margin: 10px 0 0 0;
}

#LogoHome a:link, #LogoHome a:visited, #LogoHome a:active
{

}

#LogoHome a, #LogoHome:hover
{
	display: block;
    float: left;
}

#LogoHome:hover
{

}

#ContentParent
{

}

#ContentContainer
{
    
}

#Footer
{
    min-height: 210px;
    background: #011e03;
}

#FooterContainer
{
}

#FooterContent
{
    color: #00652e;
}

#FooterContent a:link, #FooterContent a:visited, #FooterContent a:active
{
    color: #00652e;
    text-decoration: none;
}

#FooterContent a:hover
{
    color: #f0a735;
    text-decoration: underline;
}

#FooterColumn01
{
    float: left;
    height: 75px;
    margin: 30px 20px 0 0;
    padding: 0 10px 0 7px;
    border-left: 1px dotted #05001e;
}

#FooterColumn02
{
    float: left;
    height: 75px;
    margin: 30px 20px 0 0;
    padding: 0 10px 0 7px;
    border-left: 1px dotted #05001e;
}

#FooterColumn03
{
    float: left;
    height: 75px;
    margin: 30px 20px 0 0;
    padding: 0 10px 0 7px;
    text-align: left;
    border-left: 1px dotted #05001e;
}

#FooterColumnZeno
{
    float: right;
    height: 75px;
    display: block;
    color: #3d3d3d;
    font-size: 10px;
    line-height: 14px;
    width: 210px;
    margin: 30px 20px 0 0;
    padding: 0 10px 0 7px;
}

#ZenoBox
{

}

#ZenoBox:hover
{

}

.ZenoText
{
    color: #DEDEDE;
}

#ZenoLogo
{
    margin-top: 5px;
    background-image: url('../Images/zeno-payments-logo-white.png');
    width: 132px !important;
}

#ZenoBox a
{

}


