﻿
/* STYLES FOR THE BANNER AREA */
div#site_content div#banner
{
    background: #13496e url(/media/images/backgrounds/background_banner.jpg) repeat-x top;
    min-height: 171px;
    height: auto !important;
    height: 171px;
    color: #ffffff;
    margin: 0 0 15px 0;
    width: 723px;
}

div#site_content div#banner div.content 
{
    float: left;
    width: 540px;
}
div#site_content div#banner div.content div{}

div#site_content div#banner strong.h1,
div#site_content div#banner h1
{
    display:block;
    color: White;
    font-size: 3.6em; /*46px;*/
    font-weight:normal;
    padding: 10px 0 0 10px;
    margin: 0;
    /*min-height: 70px;*/
}

/* white large banners (for flash etc) */
div#site_content div#banner.white 
{
    background: white none;
    color:#325e7d;
}

div#site_content div#banner.white h1
{
    font-size: 1.9em; /*25px;*/
    font-weight:normal;
    margin:0;
    color: #325e7d;
    padding: 0;
}

/* right nav bit */
div#site_content div#banner ul 
{
    float: left;
    list-style: none;
    width:160px;
}

div#site_content div#banner ul li 
{
    background: url(/media/images/backgrounds/background_banner_whiteline.gif) repeat-y left;
}

div#site_content div#banner ul a 
{
    display:block;
    color: White;
    text-decoration: none;
    font-size: 17px;
}

div#site_content div#banner ul li
{
    float:left;   
    
}

div#site_content div#banner ul li.active a, 
div#site_content div#banner ul a:hover 
{
    background: url(/media/images/navigation/arrow_in_banner.gif) no-repeat top left;
}

div#site_content div#banner ul span 
{
    display: block;
    background: url(/media/images/backgrounds/background_banner_section.jpg) repeat;
    min-height: 29px;
    height: auto !important;
    height: 29px;
    width: 147px;
    border-bottom: 1px solid white;
    padding: 13px 0 0 15px;
    margin-left: 21px;
}

/* HOME BANNER STYLES */
div#site_content div#banner.home div.content 
{
    background: url(/media/images/home_page_banner.gif) no-repeat bottom left;
    min-height: 171px;
    height: auto !important;
    height: 171px;
    width: auto;
}

div#site_content div#banner.home h1
{
    margin:0 0 0 155px;
    padding: 0;
    line-height: 1em;
}

div#site_content div#banner.home ul span 
{
    width: 240px;
}

div#site_content div#banner.home ul li.engineers span 
{
    background: url(/media/images/backgrounds/background_banner_section_purple.jpg) repeat;
}
div#site_content div#banner.home ul li.engineers a:hover 
{
    background: url(/media/images/navigation/arrow_in_banner_purple.gif) no-repeat top left;
}

div#site_content div#banner.home ul li.customerservice span 
{
    background: url(/media/images/backgrounds/background_banner_section_green.jpg) repeat;
}
div#site_content div#banner.home ul li.customerservice a 
{
    color: Black;
}
div#site_content div#banner.home ul li.customerservice a:hover 
{
    background: url(/media/images/navigation/arrow_in_banner_green.gif) no-repeat top left;
}

div#site_content div#banner.home ul li.officebased span 
{
    background: url(/media/images/backgrounds/background_banner_section_yellow.jpg) repeat;
}
div#site_content div#banner.home ul li.officebased a 
{
    color: Black;
}
div#site_content div#banner.home ul li.officebased a:hover 
{
    background: url(/media/images/navigation/arrow_in_banner_yellow.gif) no-repeat top left;
}

/* NON FLASH BACKGROUND STYLES */


.showContent{display:block;}
.hideContent{display:none;}

div.timelineBG{
    background-image:url('/media/images/nonflash/timeline-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}
div.coachBG{
    background-image:url('/media/images/nonflash/coachdrivers-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}
div.busdriversBG{
    background-image:url('/media/images/nonflash/busdrivers-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}
div.customerserviceBG{
    background-image:url('/media/images/nonflash/customerservice-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}
div.engineersBG{
    background-image:url('/media/images/nonflash/engineers-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}
div.officebasedBG{
    background-image:url('/media/images/nonflash/officebased-nonjavascript.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    width:723px;
    min-height:171px;
    height:auto !important;
    height:171px;
}

/* END NON FLASH BACKGROUND STYLES */



/* END BANNER STYLES */