/*
    Styles for Rapallo - splash page

    bf3539  rapallo red

    0037b4  engineering blue
    78421d  asset management brown
    357916  environmental green
    4d0d7c  resource management purple
    dc9800  projects yellow

    cccccc  background grey
*/

div#content { color: #444444; background: #f2f0f0; margin: 0; padding-top: 20px; padding-bottom: 0px; padding-left: 30px; padding-right: 385px; font-size: 1.2em; height: 11em; min-height: 0; }
div#content h2 { font-size: 1.44em; margin-bottom: 0.5em; color: #ffffff; background: #b41e29; border: none; height: auto; line-height: 130%; padding: 0; }

div#content p { line-height: 130%; }

div#sidebar { width: 240px; top: 445px; right: 20px; padding-top: 0; border-left: 2px solid #b8b8b8; padding-left: 40px; padding-right: 40px; }

div#sidebar a:link { color: #555555; }
div#sidebar a:visited { color: #555555; }
div#sidebar a:hover { color: #bf3539; }

div#sidebar p { margin-top: 0; margin-bottom: 4px; margin-left: 0; margin-right: 0; padding: 0; height: 50px; width: 240px; font-size: 1em; font-weight: bold; }
div#sidebar p a { margin: 0; padding-top: 0; padding-bottom: 10px; padding-left: 60px; padding-right: 15px; height: 40px; line-height: 40px; width: 165px; background-position: left top; background-repeat: no-repeat; display: block; text-decoration: none; text-align: left; }

p#corporatevideo a { background-image: url(../images/layout/bg-video.gif); }
p#imagegallery a {background-image: url(../images/layout/bg-gallery.gif); }
p#trojan a {background-image: url(../images/layout/bg-trojan.gif); }

div#sidebar p#trojan a { line-height: 15px; padding-top: 5px; height: 45px; }


ul#divisions { height: 165px; border: none; }
ul#divisions li { height: 165px; }
ul#divisions li a { height: 0px; padding-top: 165px; }

ul#divisions li#divisions-engineering a { width: 192px; background-image: url(../images/buttons/engineering.jpg) /*left top no-repeat*/; }
ul#divisions li#divisions-asset a { width: 193px; background-image: url(../images/buttons/asset.jpg); }
ul#divisions li#divisions-environment a { width: 192px; background-image: url(../images/buttons/environment.jpg); }
ul#divisions li#divisions-resource a { width: 193px; background-image: url(../images/buttons/resource.jpg); }
ul#divisions li#divisions-projects a { width: 192px; background-image: url(../images/buttons/projects.jpg); }

ul#divisions li#divisions-engineering a:hover { background-position: 0 -165px; }
ul#divisions li#divisions-asset a:hover { background-position: 0 -165px; }
ul#divisions li#divisions-environment a:hover { background-position: 0 -165px; }
ul#divisions li#divisions-resource a:hover { background-position: 0 -165px; }
ul#divisions li#divisions-projects a:hover { background-position: 0 -165px; }

