﻿a
{
    text-decoration: none;
    border-bottom: 1px dotted #28333c;
    font-weight: bold;
    color: #28333c;
}

a.no-border
{
    text-decoration: none;
    border-bottom: 0px dotted #28333c;
    color: #28333c;
}

div#footer a.no-border
{
    text-decoration: none;
    border-bottom: 0px dotted #28333c;
    color: #d5dde5;
    font-size: 11px;
    font-weight: normal;
}

div#footer a.no-border:hover
{
    border-bottom: 1px solid #d5dde5;
}

a.no-border:hover
{
    border-bottom: 0px dotted #28333c;
}

a:hover
{
    border-bottom: 1px solid #28333c;
}

a#solutions
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-solutions.gif) no-repeat;
    border-bottom: 0px dotted #28333c;
}

a#solutions:hover
{
    background: url(/images/layout/nav-solutions-hover.gif) no-repeat;
}

a#aboutus
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-aboutus.gif) no-repeat;
    border-bottom: 0px dotted #28333c;
}

a#aboutus:hover
{
    background: url(/images/layout/nav-aboutus-hover.gif) no-repeat;
}

a#getaquote
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-getaquote.gif) no-repeat;
    border-bottom: 0px dotted #28333c;
}

a#getaquote:hover
{
    background: url(/images/layout/nav-getaquote-hover.gif) no-repeat;
}

a#contact
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-contact.gif) no-repeat;
    border-bottom: 0px dotted #28333c;
}

a#contact:hover
{
    background: url(/images/layout/nav-contact-hover.gif) no-repeat;
}

a#portfolio
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-portfolio.gif) no-repeat;
    border-bottom: 0px dotted #28333c;
}

a#portfolio:hover
{
    background: url(/images/layout/nav-portfolio-hover.gif) no-repeat;
}

a#corporate
{
    display: block;
    float: left;
    width: 155px; height: 52px;
    background: url(/images/layout/nav-corporate.gif) no-repeat;
    border-bottom: 0px dotted #28333c;

}

a#corporate:hover
{
    background: url(/images/layout/nav-corporate-hover.gif) no-repeat;
}

a#home-button
{
    display: block;
    position: absolute;
    width: 64px; height: 52px;
    background: url(/images/layout/home-button.png) no-repeat;
    top: 0px; left: 15px; 
    border-bottom: 0px dotted #28333c;
}

a#logo
{
    clear: both;
    display: block;
    position: absolute;
    width: 317px; height: 168px;
    background: url(/images/layout/logo2.jpg) no-repeat;
    top: 0px; left: 306px;
    border-bottom: 0px dotted #28333c;

}

ul#projects a, ul#solutions a
{
    text-decoration: none;
    color: #444e57;
    border-bottom: 0px dotted #28333c;
}

ul#projects a:hover, ul#solutions a:hover, div#solutions-list a.no-border:hover
{
    text-decoration: underline;
}

a.little
{    
    background:url(/images/little-arrow.png) no-repeat right 4px; 
    padding-right:10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #2d724a;
    text-decoration: none;
}

a.little em
{
    border-bottom: 1px dotted #2d724a;
    font-style: normal;
}

a.little em:hover
{   
    border-bottom: 1px solid #2d724a;
}

div.sidebar-link a, div.sidebar-link-last a
{
    display: block;
    width: 85%; height: 25px;
    color: #28333c;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin: auto;
    border-bottom: 0px dotted #28333c;
}

div.sidebar-link a:hover, div.sidebar-link-last a:hover
{
    color: #ae0000;
}

