
#banner
{
    /*position: absolute;
    top: 0;
    left: 0;*/
    float: left;
    height: 300px;
    /*width: 971px;*/
    width: 100%;
    background-color: #004990;
}

#bigLogo
{
    position: absolute;
    left: 10px;
    /*height: auto;
    width: 150px;*/
    margin: 12px;
    z-index: 1000;
}

#GlowingA
{
    position: absolute;
    left: 23px;
    top: 7px;
    z-index: 2000;
}

#best100
{
    position: absolute;
    top: 7px;
    right: 10px;
}

#companyName
{
    position: absolute;
    top: 180px;
    left: 10px;
}

.rotationImage
{
    position: absolute;
    top: 79px;
    left: 0;
    border-top: solid 1px white;
    z-index: 1;
    visibility: hidden;
}

.advertImage
{
    position: absolute;
    top: 600px;
    margin-left: 40px;
    z-index: 1;
    visibility: hidden;
}

.defaultImage
{
    z-index: 2;
    visibility: visible;
}

#mainNav
{
    position: absolute;
    top: 275px;
    left: 0;
    height: 25px;
    width: 971px;
    background: url("/Images/menuBackgroundNavy.png") top left repeat;
    text-align: right;
    display: block;
    z-index: 1000;
    border-top: solid 1px #fffcf0;
}

#firstOption
{
    padding-left: 170px;
}

#navPosition
{
    position: relative;
    left: 500px;
}

#mainNav dt,#mainNav a
{
    font-family: "Trebuchet MS", arial, sans-serif;
    text-decoration: none;
}

.navItem
{
    float: left;
    margin-right: 40px;
    /*height: 100%;*/
    /*font-size: 0.9em;*/
    font-size: 12pt;
    line-height: 24px;
    color: White;
}

.homeLink
{
    color: White;
    text-decoration: none;
}

.navItem dt
{
    height: 100%;
    cursor: default;
    color: White;
}

.navItem:hover, .navItem dt:hover
{
    color: yellow;
}

.navItem:hover dd
{
    visibility: visible;
}

.navItem dd
{
    visibility: hidden;
    position: absolute;
    top: 24px;
    left: auto;
    width: 150px;
    overflow: hidden;
    background: #fff;
}

.navItem ul
{
    overflow: hidden;
    /*background: white;*/
    background: url("/Images/dropdownBack.png");
    border: solid 1px #4a533e;
    /*border-top: none;*/
}

.navItem li
{
    /*border-left: solid 5px #cccc99;
    border-right: solid 5px #cccc99;*/
    /*padding: 0 20px;*/
    /*line-height: 20px;*/
}

.navItem li:hover
{
    /*background-color: #fffcf0;*/
    background-color: #e8a817;
    /*border-left: solid 5px #5a5a2e;
    border-right: solid 5px #5a5a2e;*/
}
    
.navItem a
{
    display: block;
    color: black;
    font-size: 0.9em;
    /*width: 160px;*/
    height: auto;
    text-align: left;
    padding: 0 10px;
}

.navItem a:hover
{
    color: white;
    font-weight: bold;
}

#rssButton img
{
    border: none;
    position: absolute;
    top: 5px;
    right: 127px;
}

#whatisrss
{
    position: absolute;
    top: 3px;
    right: 42px;
    width: 70px;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: underline !important;
    color: white;
}

/* <------ Side Panel styling ------> */

#leftPanel
{
    float: left;
    width: 200px;
    z-index: 2000;
}

#twitter
{
    margin-top: 2px;
    margin-bottom: -1px;
    /*margin-left: 45px;*/
}

.twtr-tweet-text
{
    font-family: verdana, arial, helvetica, sans-serif;
}

#businessSectors
{
    /*background-color: #004990;*/
    background-color: #0066cc;
    margin-top: 2px;
}

.sideMainItem
{
    /*border-top: solid 1px white;*/
    border-bottom: solid 1px white;
    height: 30px;
    width: 185px;
    line-height: 28px;
    padding-left: 15px;
}

.sideMainItem:hover
{
    background-color: #e8a713;
}

.sideMainItem a
{
    color: White;
}

.sideSubItem a
{
    color: black;
    width: 200px;
}

.sideSubItem
{
    position: relative;
    top: -28px;
    left: 184px;
    width: 200px;
    background: url("/Images/dropdownBack.png") top left;
    visibility: hidden;
    font-size: 0.8em;
    border: solid 1px #777;
    z-index: 300;
}

.sideSubItem li
{
    padding-left: 5px;
}

.sideSubItem li:hover
{
    background-color: #e8a713;
}

.sideSubItem a:hover
{
    color: White;
    font-weight: bold;
}

.sideMainItem:hover .sideSubItem
{
    visibility: visible;
}

#businessSectors a
{
    display: block;
    width: 100%;
}

#techData
{
}

#techData li
{
    margin-left: 13px;
    list-style-type: none;
    margin-bottom: 4px;
}

#techData a
{
    color: White;
}

#registrationBox
{
    /*position: absolute;
    top: 155px;
    left: 0;*/
    width: 200px;
    background-color: #004990;
    color: White;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 1px;
}

#registrationBox a
{
    color: Yellow;
    font-size: 1.1em;
}

#registrationBox a:hover
{
    border-bottom: solid 1px white;
}

#loginBox
{
    width: 143px;
    height: 50px;    
    background: #004990 url("/Images/lock.png") 150px center no-repeat;
    padding-right: 42px;
    color: White; 
    display: block;   
    font-style: italic;
    font-size: 1.1em;
    padding-left: 15px;
    line-height: 23px;
}

#loginBox:hover
{
    background-color: #e8a713;
}

#adverts
{
    width: 200px;
    height: 200px;
    /*margin-top: 1px;
    border-bottom: solid 11px #004990;*/
}

