@import url("LMC_widescreen_common.css");


/*
====================================================================( global stuff )==
*/


BODY
{

}

A { color: #5A7CA2; }
A:hover { color: #4D67C0; }

.headline1, .headline2, .headline3, .headline4
{
    color: #172F49;
}

.footer
{
    background-color: #5A7CA2;
}


/*
====================================================================( banner stuff )==
*/



#banner
{
    border-bottom-color: #172F49;
}
#title
{
    color: #000;
}
#searchBar
{
    color: white;
    background-color: #172F49;
}
#topNav
{
    background-color: #86A0BC;
}


#stripTable .photo1 DIV
{
    background-image: url( ./images/set2/kidsOnGrass.jpg );
}
.photo2
{
    width: 30%;
}
.photo2 DIV
{
    background-image: url( ./images/set2/girlWithSash.jpg );
}
.photo3
{
    display: none;
}
.photo4 DIV
{
    background-image: url( ./images/set2/family.jpg );
}
.photo5
{
    display: none;
}



/*
====================================================================( left col )==
*/

TD.leftColumn
{
    background-color: #1F2934;
    border-bottom: 2px solid white;
    border-top: 1px solid white;
    color: white;
}


/*
====================================================================( right col )==
*/

TD.rightColumn
{
    font-size: 8pt;
    background-color: white;
    border-bottom: 2px solid white;
}
.rightColumn .contentPull
{
    background-color: white;
    padding-top: 20px;
}
.contentbox_right, .sidebar
{
    margin-bottom: 2em;
    margin-right: 1em;
}

.contentbox_right_header, .sidebar_header
{
    color: #5A7CA2;
    font: bold 14pt Times New Roman, Times, serif;
    background-color: transparent;
    text-align: left;
    padding: 0px;
    border: none;
    margin-bottom: 1em;
}

.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 0px;
}



/*
====================================================================( nav )==
*/

DIV.menu
{
    background-color: #5A7CA2;
}

/* primary menu TITLE style */
A.menuTitle, A.menuTitle_hi
{
    background-color: #5A7CA2;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: white;
    background-color: #4B6087;
}

/* primary menu ITEM style */
A.menuItem, A.menuItem_hi
{

}
A.menuItem_hi
{
    background-color: #4B6087;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    background-color: #4B6087;
}


/* secondary nav stuff */

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    border: none;
    border-left: 2px solid white;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #4B6087;
}

.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: white;
}


/*
====================================================================( calendar stuff )==
*/


.calMonth TABLE, .calDayHeading /* calendar grid color */
{   
    background-color: #5A7CA2;
}

.calGrayDay {
    background-color: #BFC6CE;
    color: #99a;
}

.calToday {
    /*background-color: #FFD;*/
}

.eventTip
{   
    color: black;
    border-color: #334;
    background-color: #EEF;
}