﻿div.sectionRibbon
{
    margin:10px 0px 10px 0px;
    position:relative;
    width:740px;
    height:65px;
    padding:10px;
    color:White;
}

div.sectionRibbon:hover
{
    border:solid 1px black;
    width:738px;
    height:63px;
    left:-1px;
    top:-1px;
}

div#softwareSection
{
    background-color:#0858aa;
}

div#multimediaSection
{
    background-color:#659e3b;
}

div#staffingSection
{
    background-color:#f79020;
}

div.sectionRibbon img
{
    margin:0px 10px 0px 0px;
    position:relative;
    width:200px;
    height:65px;
    display:block;
    border:solid 1px black;
    background:white;
    float:left;
    cursor:pointer;
}

div.sectionRibbon p { }

a, a:visited
{
    color:White;
    cursor:pointer;
    text-decoration:underline;
}

a:hover { }
