﻿/* Default.css
=============================== */

.indexcontent
{
/*    height: 100%; */
    min-height: 740px;
}

.indexheader
{
    position: relative;
    float: left;
}

.indexmain
{
    position: relative;
    float: left;
    width: 71%;
}

.vidTbl
{
    width: 100%;
    border-collapse: collapse;
    height: 166px;
}

.vidTblCol1
{ 
    width: 50%; 
    height: 90% 
}

.vidTblCol2 
{ 
    width: 50%; 
    height: 90% 
}

.indexmaintop
{
    border-style: solid;
    border-width: thin;
    border-color: #3E4684;
    position: relative;
    float: left;
    width: 99%;
    height: 175px;
    padding: 5px 5px 5px 5px;
}

.indexnewsheader
{
    position: relative;
    float: left;
    text-align: left;
    margin: 0;
    width: 370px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #0C95C9;
    font-size: 18px;
    text-decoration: underline;
}

.indexitemmiddle
{
    position: relative;
    float: right;
    margin: 0;
    width: 100px;
    height: 22px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #0000FF;
    top: 0px;
    left: 0px;
}

.newscontent
{
    position: relative;
    float: left;
    border-style: none;
    padding: 5px 5px 5px 5px;
    height: 114px;
    width: 98%;
/*    top: 0px;
    left: 0px; */
}

.newscontent p
{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}

.indexmainbottom
{
    position: relative;
    float: left;
    width: 99%;
    height: 200px;
    padding: 5px 5px 5px 5px;
/*    top: 0px;
    left: 0px; */
    border-style: solid;
    border-width: thin;
    border-color: #3E4684;
}

.indexadheader
{
    position: relative;
    float: left;
    text-align: left;
    margin: 0;
    width: 370px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #0C95C9;
    font-size: 18px;
    text-decoration: underline;
}

.adimg
{
    position: relative;
    float: left;
    width: 140px;
    height: 175px;
/*    top: 0px;
    left: 0px; */
}

.hlimage
{
}

.adcontent
{
    position: relative;
    float: left;
    width: 489px;
    height: 162px;
    padding: 5px 5px 5px 5px;
/*    top: -2px;
    left: 9px; */
}

.adcontent p
{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}

.indexrightcol
{
    position: relative;
    float: right;
    width: 230px;
    height: 670px;
    padding: 5px 5px 5px 5px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #3E4684;
    background-image: url('../images/spacer.gif');
    border-bottom-color: #3E4684;
    border-bottom-width: 3px;
}

.indexrightcol p
{
    margin-left: 5px;
    color: White;
}

.indexrightcol a
{
    margin-left: 5px;
    color: White;
}

.opacityoverlay
{
    width: 230px;
    background: rgba(0, 0, 0, .4);
}

.totw
{
    margin-left: 5px;
    margin-right: 5px;
    color: white;
}

.pnlcontrols
{
    position: relative;
    float: right;
    text-align: right;
}

