/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-image: url( ./images/site_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px;
    background-color: #990000;
}
TD.centerColumn
{

    background-color: white;
    /*padding-top: 30px;*/
    border-top: 1px solid black;
    border-right: 1px solid black;
}
TD.leftColumn
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    background-color: #CCCCCC;
}
TD.rightColumn
{
    background-color: white;
    border-top: 1px solid black;
    border-right: 1px solid black;
    /*padding-top: 30px;*/
    
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #990000;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #333333;
}
.itemLink
{
    font-weight: bold;
}
#rightImage
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
#bannerDiv
{
    position: relative;
}
#siteContent
{
    position: relative;
    z-index: 3;
    margin-top: 50px;
}
DIV.slogan
{
    font-weight: bold;
    font-size: 10pt;
    position: relative;
    margin-top: 10px;
    margin-left: 5px;
    width: 470px;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{
    
}
.centerColumn A:hover
{
    
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #333333;
    font-size: 9pt;
    font-weight: bold;
    background-color: #999999;
    padding: 0.5em;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: transparent;
    padding: 1em;
}

.leftColumn A
{
    
}
.leftColumn A:hover
{
    
}
A.goButton, A.goButton:hover
{
    display: block;
    border-width: 1px;
    border-style: solid;
    border-top-color: #EEE;
    border-right-color: #333;
    border-left-color: #EEE;
    border-bottom-color: #333;
    padding: 1px 3px 2px 2px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #990000;
}
A.goButton:hover
{
    border-top-color: #333;
    border-right-color: #EEE;
    border-left-color: #333;
    border-bottom-color: #EEE;
    padding: 2px 2px 2px 3px;
}


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
    background-color: white;
}
.contentbox_right_header, .sidebar_header
{
    color: #990000;
    font-weight: bold;
    font-size: 9pt;
    background-color: white;
    text-align: center;
    padding: 0.5em;
}
.contentbox_right_body, .sidebar_body
{
    color: black;
    background-color: white;
    padding: 1em;
}
.rightColumn A
{
    
}
.rightColumn A:hover
{
    
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: white;
    background-color: black;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
    
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: white;
    text-decoration: none;
}
A.footernav:hover
{
    color: white;
    text-decoration: underline;
}



/* =============== MENU NAV STUFF =====================*/


/*=================================================*/
/*==( Adjustable styles )==========================*/
/*=================================================*/

/* width of menus */
A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}

/* padding...keep it consistent between menu titles and menu items */
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 10px;
}
.menuTitle, .menuTitle_hi
{
    padding: 3px 10px 3px 10px;
}
/* keep the "top" value of this set equal to the amount of padding-top on the menuItemPadder */
.subTriangle
{
    top: 6px;
}

/* text size...keep this consistent as well */
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 9pt;
}

/* menu TITLE style */
A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
    color: white;
    background-color: #940102;
    border-bottom: 1px solid white;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
    white-space: nowrap;
    display: block;
    text-shadow: 2px 2px 3px #444;
    text-decoration: none;
    text-align: left;
    /*background-image: url(./images/nav_curve.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 17px 10px 3px 25px;*/
    
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    /*color: #A00;*/
    color: black;
    text-decoration: none;
    background-color: #999999;
    text-align: left;

}
/* secondary nav stuff */

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: black;
    background-color: #999999;
    background-image: none;
    text-align: center;
    padding: 5px 10px 4px 10px;
    border-bottom: 1px solid #999999;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
		color: #940102;
    background-color: #999999;
    border-bottom: 1px solid #999999;
}


/* menu ITEM style */
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    /*background-color: #1AAFAC;*/
}
A.menuItem_hi
{
    background-color: #737272;
    text-align: left;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    text-align: left;
    background-color: #737272;
    text-decoration: none;
}

/* MENU style */
DIV.menu
{
    /* NOTE:If you don't want PNG-transparent menus, you can
    replace the following with a background-color.*/
    /*background-image: url(./images/menuBG.png);*/
    background-color: #940102;
    
    border-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-top-color: #CCCCCC;

}

/*#secNavBox DIV.menu
{
    //NOTE:If you don't want PNG-transparent menus, you can
    //replace the following with a background-color.
    background-image: url(./images/topMenuBG.png);
    
    border-style: solid;
    border-left-color: #8D9FC7;
    border-top-color: #8D9FC7;
    border-bottom-color:#4B6087;
    border-right-color: #4B6087;
}*/

/*===============================================*/
/*==( REQUIRED styles )==========================*/
/*===============================================*/

.horizNavBox
{
    z-index: 6;
}
.vertNavBox
{
    z-index: 5;
    /*margin-bottom: 1em;*/
}
.menuBar
{
    width: 100%;
}
DIV.menu
{
    z-index: 10;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
}
A.menuTitle, A.menuTitle_hi
{
    display: block;
    position: relative; 
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
}
.vertNavBox A.menuTitle, .vertNavBox A.menuTitle_hi
{
    white-space: normal;
}
A.menuItem, A.menuItem_hi
{
    display: block;
    cursor: pointer;
    text-decoration: none;
}
DIV.menuItemWrapper
{
    /*padding: 5px 1em 5px 7px;*/
    padding-right: 1.2em;
}
.subTriangle, .subTriangle:hover
{
    position: absolute;
    right: 5px;
    color: white;
    text-decoration: none;
}
/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/


/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#navSec SPAN.horizNavDivider
{
    color: #888;
}

/* PRIMARY NAV */
#navPri
{
    background-color: transparent;
    margin-bottom: 1em;
}
/* main button style */
#navPri A.textButtonLink, #navPri A.textButtonLink_high
{
    color: #500;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    padding: 4px;
    padding-left: 10px;
}
/* highlighted and hover style */
#navPri A.textButtonLink_high, #navPri A.textButtonLink:hover, #navPri A.textButtonLink_high:hover
{
    color: #A00;
    background-color: #F5F5F5;
}
/* subsection styles: remove if primary nav is horizontal */
#navPri A.subSectionLink, #navPri A.subSectionLink_high
{
    color: #500;
    text-decoration: none;
}
#navPri A.subSectionLink_high, #navPri A.subSectionLink:hover, #navPri A.subSectionLink_high:hover
{
    color: #A00;
}

/* SECONDARY NAV */
#navSec
{
    text-align: right;
    background-color: #DDD;
    padding: 3px;
    padding-right: 6px;
}
/* main button style */
#navSec A.textButtonLink, #navSec A.textButtonLink_high
{
    color: #500;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
/* highlighted and hover style */
#navSec A.textButtonLink_high, #navSec A.textButtonLink:hover, #navSec A.textButtonLink_high:hover
{
    color: #A00;
}
/* subsection styles: remove if primary nav is horizontal */
#navPri A.subSectionLink, #navPri A.subSectionLink_high
{
    color: #500;
    text-decoration: none;
}
#navPri A.subSectionLink_high, #navPri A.subSectionLink:hover, #navPri A.subSectionLink_high:hover
{
    color: #A00;
}


/* SUBSECTIONS-ONLY box styles */
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: #940102;
    text-decoration: none;
    font-weight: bold;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: black;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}



/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.calendarTable  /* calendar grid color */
{
    background-color: #555;
}
.calendar_month /* month heading style */
{
}
.day_headings   /* SMTWTFS style */
{
    background-color: #AAAAAA;
}
.calendar_small_event_title, .calendar_big_event_title /* for each day cell */
{
}
.today_big_cell, .today_small_cell /* style for today's day cell */
{
}
/* calendar item link styles */
.calendarTable A
{
}
.calendarTable A:hover
{
}
.calendar_date /* style for blank days not in current month */
{
}
A.grandRapids, A.grandRapids:hover, A.grandRapids:visited
{
    color: white;
}
#pvFooter .subtextlink 
{
    color: white;
}