@charset "utf-8";

body {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f3f4f4;
    margin: 0;
    padding: 0;
    min-width: 960px;
    text-align: center;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

#main-container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background-color: #ffffff;
}

#header {
    height: 469px;
    background-image: url('../images/headers/header-1.jpg');
}

#index #header {
    height: 473px;
    background-image: url('../images/headers/header-index.jpg');
}

information-page #header {
    background-image: url('../images/headers/header-2.jpg');
}

#construction-page #header {
    background-image: url('../images/headers/header-3.jpg');
}

#crisis-page #header {
    background-image: url('../images/headers/header-4.jpg');
}

#humanitarian-page #header {
    background-image: url('../images/headers/header-5.jpg');
}

#supplying-page #header {
    background-image: url('../images/headers/header-6.jpg');
}

#concrete-page #header {
    background-image: url('../images/headers/header-6.jpg');
}

#medical-page #header {
    background-image: url('../images/headers/header-7.jpg');
}

#water-page #header {
    background-image: url('../images/headers/header-8.jpg');
}

#military-page #header {
    background-image: url('../images/headers/header-9.jpg');
}

#security-page #header {
    background-image: url('../images/headers/header-9.jpg');
}

#relocate-page #header {
    background-image: url('../images/headers/header-10.jpg');
}

#shipping-page #header {
    background-image: url('../images/headers/header-11.jpg');
}

#abolitions-page #header {
    background-image: url('../images/headers/header-12.jpg');
}

#telecommunication-page #header {
    background-image: url('../images/headers/header-13.jpg');
}

#generators-page #header {
    background-image: url('../images/headers/header-14.jpg');
}

#cars-page #header {
    background-image: url('../images/headers/header-15.jpg');
}

#demining-page #header {
    background-image: url('../images/headers/header-16.jpg');
}

#catering-page #header {
    background-image: url('../images/headers/header-17.jpg');
}

a#logo {
    width: 254px;
    height: 50px;
    background-image: url('../images/logos/LOGO-BLACK.png');
    position: absolute;
    top: 60px;
    right: 40px;
}

#construction-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#military-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#security-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#relocate-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#abolitions-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#generators-page a#logo {
    background-image: url('../images/logos/LOGO-WHITE.png');
}

#nav-left {
    position: absolute;
    top: 450px;
    left:0;
}

#nav-left a {
    height: 51px;
    width: 188px;
    display: block;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    left: -30px;
}

a#who-we-are {
    background-image: url('../images/WHO-WE-ARE-WHITE.png');
    top: 0;
}

a#who-we-are:hover, a#who-we-are.active {
    background-image: url('../images/WHO-WE-ARE-BLACK.png');
}

a#what-we-do {
    background-image: url('../images/WHAT-WE-DO-WHITE.png');
    top: 40px;
}

a#what-we-do:hover, a#what-we-do.active {
    background-image: url('../images/WHAT-WE-DO-BLACK.png');
}

#middle-container {
    width: 803px;
    margin-left: 157px;
}

#index #middle-container {
    background-image: url(../images/background-index.jpg);
    height: 792px;
    margin-left: 0;
    width: 960px;
}

#content {
    font-size: 14px;
    width: 589px;
    line-height: 25px;
    margin-left: 40px;
    padding-right: 40px;
    border-right: 134px solid #45c7a1; /* The width and color of the right-nav */
    margin-right: -134px; /* Hat tip to Ryan Brill */
    padding-bottom: 40px;
}

#what-we-do-page #content {
    height: 300px;
}

#content h1 {
    font-size: 17px;
    font-weight: bold;
}

#content h2 {
    color: #808285;
    font-size: 15px;
    font-weight: bold;
}

#content ul, #content ol {
    padding: 0 0 0 20px;
}

#who-we-are-page #content li {
    margin: 0 0 20px 0;
}

.what-we-do-subpage h1 {
    color: #00a65e;
}

.what-we-do-subpage li {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

#menu {
    background-color: #ededee;
    padding: 30px;
    top: 250px;
    position: absolute;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
}

#menu ul {
    font-weight: bold;
    font-size: 12px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#menu ul a {
    text-decoration: none;
    color: #000000;
}

#menu li {
    padding-left: 34px;
    background: url("../images/green_arrow.gif") no-repeat left center;
    margin: 5px 0;
}

#menu .notice {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 9px;
}

#menu h1 {
    margin-top: 0;
}

#green-symbol {
    text-align: center;
}

#nav-right {
    background-color: #45c7a1;
    width: 134px;
    position: absolute;
    top: 450px;
    right:0;
}

#index #nav-right {
    background-color: transparent;
}

#nav-right a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    margin-bottom: 2px;
    padding: 5px 0;
    text-align: center;
}

#nav-right a:hover, #nav-right a.active {
    color: #000000;
    background-color: #ffffff;
}

#iso-suppliers .column {
    float: left;
    width: 150px;
}

#iso-suppliers .column ul {
    padding-left: 0;
}

#iso-suppliers .column li {
    font-weight: normal;
    font-size: 14px;
    list-style: none;
}

#slider .title {
    text-align: center;
    margin-bottom: 30px;
}

#slider .title h1 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}

#slider .title img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    vertical-align: middle;
}
#slider .slide {
    width: 500px;
    padding: 0;
    margin: 0;
}
.slide .slide-content {
    width: 480px;
    padding: 0;
}

.slide .column {
    width: 240px;
    float: left;
}

.slide ol li ul {
    margin-left: 0;
    padding-left: 0;
}

.slide ol li ul li {
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    margin-left: -20px;
    padding-left: 0;
}

.slide h2 {
    text-align: center;
}

.slide p {
    font-size: 14px;
    font-weight: normal;
}

#slide2 ol li, #slide3 ol li {
    font-size: 14px;
}

#slide2 ol li span, #slide3 ol li span {
    font-weight: normal;
}

#slide3 p, #slide3 ol {
    margin-top: 30px;
}

#contact #content {
    font-size: 14px;
    line-height: 20px;
}

#contact h1 {
    font-size: 14px;
    color: #00a65e;
    margin-bottom: 0;
}

#contact #office-locations {
    margin-bottom: 40px;
}

#contact #company-contacts .name {
    font-weight: bold;
    margin-top: 25px;
}

#contact #content a {
    color: #000000;
    text-decoration: none;
}

#contact #content a:hover {
    color: #000000;
    text-decoration: underline;
}

/*** Preload images for slider ***/
#preload_01 {
    background: url('../images/headers/header-6.jpg') no-repeat -9999px -9999px;
}
#preload_02 {
    background: url('../images/headers/header-7.jpg') no-repeat -9999px -9999px;
}
#preload_03 {
    background: url('../images/headers/header-8.jpg') no-repeat -9999px -9999px;
}
#preload_04 {
    background: url('../images/headers/header-9.jpg') no-repeat -9999px -9999px;
}
#preload_05 {
    background: url('../images/headers/header-10.jpg') no-repeat -9999px -9999px;
}
#preload_06 {
    background: url('../images/headers/header-11.jpg') no-repeat -9999px -9999px;
}
#preload_07 {
    background: url('../images/headers/header-12.jpg') no-repeat -9999px -9999px;
}
#preload_08 {
    background: url('../images/headers/header-13.jpg') no-repeat -9999px -9999px;
}
#preload_09 {
    background: url('../images/headers/header-14.jpg') no-repeat -9999px -9999px;
}
#preload_10 {
    background: url('../images/headers/header-15.jpg') no-repeat -9999px -9999px;
}

#browser-compatibility-warning {
    text-align: center;
    display: block;
    line-height: 50px;
    font-weight: bold;
    background-color: #45c7a1;
    font-size: 18px;
}

/*** Recommendation Page ***/
#recommendations-container {
    width: 168px; /* TO BE MODIFIED WHEN RECOMMENDATION IS ADDED */
    margin: 40px auto;
     
}

a.recommendation-box {
    width: 14px;
    height: 14px;
    display: block;
    background-color: #000000;
    float: left;
    margin-right: 10px;
}
a.recommendation-box:hover {
    background-color: #45c7a1;

}

/*** Partners Page ***/
#partners-container {
    margin: 20px 0;
}
#partners img { float:left; border: none; margin-right: 5px; margin-bottom: 5px; }