/* Global
-------------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, li, ol {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
ul, li {
	list-style-type: none;
}
body {
	color: #666;
	background: #fff;
	font: 78%/150% Helvetica, Arial, sans-serif;
}
a {
    color: #666;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}
a:hover {
	color: #3cc;
}
img {
    border-style: none;
}
.clear {
	clear: both;
}

/* Layout
-------------------------------------------------- */
#wrapper {
	margin: 32px auto 0;
	width: 926px;
	text-align: left;
    background: #fff;
}
#header {
    height: 110px;
}
h1 {
    font: 18px/22px Helvetica, sans-serif;
    margin: 20px 0;
}
h3 {
    font: bold 12px/18px Helvetica, sans-serif;
}
h5 {
    font: bold 11px/30px Helvetica, sans-serif;
}
/*Header
-------------------------------------------------- */
#navi {
    position: relative;
    width: 100%;
    height: 26px;
    margin-top: 25px;
    background: #797979;
    z-index: 1000;
}
#navi ul li {
    float: left;
    line-height: 26px;
}
#navi ul li a {
    display: block;
    padding: 0 18px;
    color: #fff;
    font-weight: bold;
}
#navi ul li a:hover {
    background: #595959;
}
#navi ul li a.selected {
    background: #595959;
}
#navi li ul {
    display: none;
    width: 197px; /* Width to help Opera out */
    background-color: #595959;
}
#navi li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#navi li:hover li {
    float: none;
}
#navi li:hover li a {
    background-color: #595959;
    color: #fff;
}
#navi li li a:hover {
    background-color: #797979;
}

#aux {
    float: right;
}
input {
    border-top: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    font: 11px Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0;
    vertical-align: middle;
}
input.submit {
    border: 0;
    margin-left: 3px;
}

/* Home Page
-------------------------------------------------- */
.slideshow {
    float: left;
    width: 635px;
    height: 345px;
    z-index: 1;
}
.hpModule {
    float: left;
    position: relative;
    height: 280px;
}
.mycio {
    width: 314px;
}
.economista {
    width: 312px;
    margin-left: 9px;
}
.news {
    width: 282px;
    margin-left: 9px;
}
.hpModule h1 {
    font: 18px/32px Helvetica, sans-serif;
    border-bottom: 3px solid #797979;
}
.hpModule h3 {
    margin: 20px 0 10px;
}
.hpModule p {
    width: 250px;
}
a.more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #666;
    width: 34px;
    padding-left: 13px;
    font: bold 11px Helvetica, Arial, sans-serif;
    background: url(../img/icon_more.gif) no-repeat left center;
    text-transform: uppercase;
    margin: 10px 0 0;
}
a.more:hover {
    background: url(../img/icon_more_over.gif) no-repeat left center;
}
sup {
    font: 9px Arial, sans-serif;
}

/* Content
-------------------------------------------------- */
.expertise {
    width: 250px;
    margin-right: 45px;
}
.experience {
    width: 250px;
    margin-right: 45px;
}
.solutions {
    width: 260px;
}
.module {
    float: left;
    width: 750px;
    margin-bottom: 38px;
}
.module .photo {
    float: left;
    width: 104px;
}
.module .bio {
    margin-left: 124px;
}
.module p {
    margin: 8px 0;
}
.module .image {
    float: left;
    width: 118px;
    margin-right: 36px;
}
.module .text {
    float: left;
    width: 570px;
}
.button {
    display: block;
    width: 150px;
    color: #fff;
    background: #666;
    padding: 8px 14px;
    text-align: center;
}
.button.small {
    width: 100px;
    padding: 3px 7px;
    font: bold 10px Verdana, sans-serif;
}
.link {
    font: bold 10px Verdana, sans-serif;
}
h2.chartButton {
    display: block;
    width: 194px;
    color: #fff;
    text-align: center;
    background: #007abf;
    font: bold 11px/32px Verdana, Arial, sans-serif;
}
h2.chartButton.shade02 {
    background: #009bc5;
}
h2.chartButton.shade03 {
    background: #00bce2;
}
h4 {
    display: block;
    width: 626px;
    height: 27px;
    text-indent: -999999px;
    background: url(../img/button_not_black_box.gif) no-repeat 0 0;
}
ul.bullets {
    padding: 10px 0 0 17px;
    list-style-image: url(../img/square_bullet.gif);
}
ul.bullets li {
    padding-bottom: 10px;
}

/* Footer
-------------------------------------------------- */
#footer {
    float: left;
    width: 100%;
    font: bold 10px/34px Helvetica, Arial, sans-serif;
    border-top: 1px solid #333;
    margin: 70px 0;
}
#footer div {
    float: left;
}
#footer div.smLinks {
    float: right;
    margin-top: 11px;
}
.smLinks a {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    text-indent: -99999px;
    background: url(../img/icon_facebook.gif) no-repeat 0 0;
}
.smLinks a.twitter {
    background: url(../img/icon_twitter.gif) no-repeat 0 0;
}
.smLinks a.linkedin {
    background: url(../img/icon_linkedin.gif) no-repeat 0 0;
}
