﻿#content 
{
    background: #6A9CC8 url(images/homeContentBg.gif) top left repeat-y;
    float: none;
    padding: 0;
    overflow: hidden;
    width: 1000px;
}

#sideBar 
{
    display: none;
}

.homeBox 
{
    color: #fff;
    display: inline;
    float: left;
    margin-left: 19px;
    padding: 15px 0 25px 0;
    position: relative;
    width: 314px;
}

.homeBoxArrow 
{
    background: #102B37 url(images/dotwhitearrow.gif) 50% 20px no-repeat;
    height: 43px;
    position: absolute;
    top: 0;
    left: -19px;
    width: 19px;
}
.homeBox h2 
{
    margin-bottom: 20px;
}

.homeBox h2 a 
{
    color: #fff;
    font-size:15px;
    font-weight: normal;
}

.homeBox h2, .homeBox p 
{
    padding: 0 15px;
}

.homeBox img 
{
    margin-bottom: 15px;
}

#homeMining 
{
    background-color: #2770B0;
}

#homeGeophysics 
{
    background-color: #4A7CC7;
}

#homeOilSands
{
    background-color: #006087;
    width: 315px;
}

.homeBox .actionButtons_Edit
{
    padding: 0 15px;
}

.homeBox .actionButtons_Save 
{
    padding: 0 5px 0 15px;
}

.actionButtons_Edit a, .homeBox .actionButtons_Save a, .homeBox .actionButtons_Cancel a, .actionButtons_Edit a:hover, .homeBox .actionButtons_Save a:hover, .homeBox .actionButtons_Cancel a:hover,.actionButtons_Edit a:visited, .homeBox .actionButtons_Save a:visited, .homeBox .actionButtons_Cancel a:visited,.actionButtons_Edit a:link, .homeBox .actionButtons_Save a:link, .homeBox .actionButtons_Cancel a:link
{
    color: #fff;
}
