/* STYLE FOR TAB CONTENT ON HOME PAGE*/
/*IDs*/

#base
{
    margin-left: -20px;
    margin-top: -20px;
    width: 260px;
    padding: 5px;
}

/*Quicklinks for the Videos on Home Page*/

#button
{
    width: 240px;
    border-right: 0px solid #000;
    padding: 0 0 2px 20px;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color: transparent;
    color: #333;
    
}

#button ul
{
    list-style: none;
    margin: 0px;
    padding: 0;
    border: none;
}

#button li
{
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}

#button li a, #button li a:active, #button li a:visited, #button a:link
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 0px solid #C5CFE6;
    border-right: 0px solid #508fc4;
    background-color: transparent;
    color: #07366F;
    text-decoration: none;
    width: 100%;
    font-size: 10pt;
}

html > body #button li a
{
    width: auto;
}

#button li a:hover
{
    border-left: 0px solid #AEBDDC;
    border-right: 0px solid #5ba3e0;
    background-color: #ffffff;
    color: #404040;
    border: 0px outset #eeeeee;
}
#listStyle ul
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-image: none;
}

#listStyle li
{
    padding: 3px 0px 3px 0px;
    list-style-type: none;
    border-bottom: 1px dotted #bbbbbb;
}

#listStyle a
{
    color: #006699;
    font-family: Trebuchet MS;
    font-size: 12pt;
    text-decoration: none;
}

#listStyle a:hover
{
    text-decoration: underline;
}

/*classes*/
/* TABS on Home Page*/

.filler
{
    width: auto;
    height: 100px;
    background-image:url(../img/grayBar.png);
    background-repeat: repeat-x;
}

.modernbricksmenu2
{
    padding: 0;
    width: 672px;
    height: 30px;
    border-top: 5px solid #000000; 
    /*background-color: #ACC0D4;*/
    background-image:url(../img/grayBar.png);
    background-repeat: repeat-x;
    background-color: #C0C0C0;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.modernbricksmenu2 ul
{
    margin: 0; /*margin-left: 0px; margin between first menu item and left browser edge*/
    padding: 0;
    list-style: none; 
}

.modernbricksmenu2 li
{
    display: inline;
    margin: 0 0px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.modernbricksmenu2 a, #flowertabs a
{
    float: left;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    font-family: Trebuchet MS, Trebuchet, Arial;
    color: #000000;
    /* letter-spacing: 1pt;
    text-align: center;
    text-decoration: none;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 8px;
    background-image:url(../img/grayBar.png);
    background-repeat: repeat-x;
    background-color: transparent;
    border-right: 1px solid #ffffff;
}

.modernbricksmenu2 a:hover, #flowertabs a:hover
{
    background-image: none;
    background-color: #000000; 
    color: #ffffff;
    text-decoration: none;
}

.modernbricksmenu2 a.selected, #flowertabs a.selected
{
    /*currently selected tab*/
    background-image: none;
    background-color: #000000; 
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

.tabcontent
{
    display: none;
}

.tabPadding
{
    padding: 10px;
}

@media print
{
    .tabcontent
    {
        display: block !important;
    }
}

.tabBody
{
    border: 1px solid #b1b1b1;
    width: 670px;
    height: 340px;
 /*   background-image: url(../img/blueShadeBk.png);
    background-repeat: repeat;
    background-color: #D3DFED;*/
    padding: 0px;
    z-index: 1;
}

.videosBg
{
    background-image:url(../img/grayFadeBg.png); 
    background-repeat: repeat-y; 
    height:340px; width:670px;
}

.videosCell1
{
    width: 275px; height:340px;
}

.videosCell2
{
width: 370px; height:340px; vertical-align: top;
}

.videosHdr
{
    padding:10px; text-indent:20px; 
    margin-top:10px; color: #c00000; 
    font-family: Calibri, Trebuchet MS, Arial; 
    font-size: 16pt;
}

.videosAlign
{
    text-align:left; margin-top:10px;
}
