/********************************************************************************/
body {
    width: 760px;
    margin: auto;
    background-color: #eeffff;
    font-family: verdana,
                 arial,
                 helvetica,
                 san-serif;
    font-size: .7em;
    overflow: -moz-scrollbars-vertical;
}
* {
    font-size: 100%;
}
/********************************************************************************/

/********************************************************************************/
#header {
    clear: both;
    position: relative;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    color: #0033ff;
}
    #logoEnterprise {
        width: 110px;
    }
    #slogan {
        position: absolute;
        left: 110px;
        bottom: 0;
    }
    #logoCorporative {
        float: right;
        position: absolute;
        right: 0;
        bottom: 0;
    }
/********************************************************************************/

/********************************************************************************/
#intNavBar {
    clear: left;
    width: 100%;
    padding: 5px 0;
    background-color: #339999;
    border: 0;
    margin-bottom: 10px;

}
#intNavBar ul {
    margin: 0;
    margin-left: 4px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#intNavBar ul li {
    display: inline;
}
#intNavBar ul li a {
    text-decoration: none;
    padding: 5px 10px;
    margin-left: -4px;
    color: #ffffff;
    background-color: transparent;
    border-right: 1px solid white;
}
#intNavBar ul li a:hover {
    background-color: #993399;
}
#intNavBar li a#activeIntNavBar {
    background-color: #993399;
}
/********************************************************************************/

/********************************************************************************/
#footer {
    clear: both;
    width: 100%;
    float: left;
    font-style: italic;
    background-color: transparent;
    border-top: 0px solid #2d3194;
    margin-top: 10px;
    margin-bottom: 10px;
}
/********************************************************************************/

/********************************************************************************/
.foo {
    position: relative;
}
/********************************************************************************/

h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 120%;
    color: #ffffff;
}
h1.left {
    text-align: left;
}
h1.center {
    text-align: center;
}
h1.right {
    text-align: right;
}
p {
    margin: 0;
}

#topBlock {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
    #enterprise {
        float: left;
        width: 50%;
    }
    #enterprise p {
        text-indent: 1em;
        text-align: justify;
        margin-bottom: .5em;
    }
    #enterprise p.last {
        margin-bottom: 0;
    }
    #address {
        float: right;
        width: 50%;
    }
        #address p {
            text-align: right;
        }

#bottomBlock {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
    #bottomBlock img {
        width: 50%;
        float: left;
        margin-right: 1ex;
    }
    #mission {
        float: left;
        width: 49%;
        text-align: left;
    }
    #vision {
        float: right;
        width: 49%;
        padding-left: 1em;
        text-align: left;
    }

