/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: #80A9A5;
    /*background-image: url(./images/site_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;*/
    /*background-color: white;*/
}
TD.centerColumn
{
		background-color: white;
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #1a554f;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #052c29;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #1a554f;
    border-right: 1px solid #052c29;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #006;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #00A;
}
#banner
{
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
    color: #d6313c;
}
.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
{
    color: #d6313c;
}
.centerColumn A:hover
{
    color: black;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox, .subnavbox
{
		
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #052c29;
    padding: 0.5em;
    border: 1px solid white;
}
.contentbox_left_body, .subnavbox_body
{
    background-color: transparent;
    color: white;
    padding: 1em;
}
.searchbox_body
{
    background-color: transparent;
    color: white;
    padding:  0em 1em 1em 1em;
}
.leftColumn A
{
    color: white;
    text-decoration: none;
}
.leftColumn A:hover
{
    color: white;
    text-decoration: none;
}
A.goButton, A.goButton:hover
{
    display: block;
    padding: 2px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #c93236;
    border: 1px solid white;
}
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
{
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-weight: bold;
    font-size: 9pt;
    background-color: #052c29;
    text-align: center;
    padding: 0.5em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.contentbox_right_body, .sidebar_body
{
		color: white;
    background-color: transparent;	
    padding: 1em;
}
.rightColumn A
{
    color: white;
    text-decoration: none;
}
.rightColumn A:hover
{
    color: white;
    text-decoration: underline;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: white;
    background-color: #052c29;
    text-align: center;
    padding: 3px;
    
}.leftCurveBottom
{
		background-image: url(./images/left_curve_bottom.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		width: 5px;
		height: 5px;
		background-color: #052c29;
}
.rightCurveBottom
{
		background-image: url(./images/right_curve_bottom.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		width: 5px;
		height: 5px;
		background-color: #052c29;
}

DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: #052c29;
}
A.footernav:hover
{
		color: black;
}

/* =============== 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: 8pt;
}

/* menu TITLE style */
A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
    color: #FFF;
    background-color: #052c29;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
    white-space: normal;
    display: block;
    
    text-shadow: 2px 2px 3px #444;
    text-decoration: none;
    border: 1px solid white;
    margin-bottom: 3px;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: white;
    background-color: #c93236;
    text-decoration: none;
}



/* secondary nav stuff */

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: #052c29;
    border: none;
    margin-bottom: 0px;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #073d39;
}
#secNavBox A.menuItem:hover
{
		background-color: #052c29;
}

/* 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-decoration: none;
}
A.menuItem_hi
{
    background-color: #052c29;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #052c29;
    text-decoration: none;
}

/* MENU style */
DIV.menu
{
    background-color: #19544e;
    border-style: solid;
    border-bottom-color: #1f6961;
    border-left-color: #1f6961;
    border-right-color: #1f6961;
    border-top-color: #1f6961;
}

#secNavBox DIV.menu
{
    background-color: #19544e;
    border-style: solid;
    border-bottom-color: #1f6961;
    border-left-color: #1f6961;
    border-right-color: #1f6961;
    border-top-color: #1f6961;
}

/*===============================================*/
/*==( REQUIRED styles )==========================*/
/*===============================================*/
.horizNavBox
{
    z-index: 6;
}
.leftCurveTop
{
		background-image: url(./images/left_curve_top.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		width: 5px;
		height: 5px;
		background-color: #052c29;
}
.rightCurveTop
{
		background-image: url(./images/right_curve_top.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		width: 5px;
		height: 5px;
		background-color: #052c29;
}
.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-align: center;
    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;
}
/* 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;
}
.subnavbox
{
		margin-bottom: 1em;	
}

.subnavbox_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #052c29;
    padding: 0.5em;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: none;
}

.subnavbox_body
{
		border-bottom: 1px solid white;
		border-left: 1px solid white;
    border-right: 1px solid white;
    background-color: #052c29;
    color: white;
    padding: 1em 1em 1em 2em;
}

/* SUBSECTIONS-ONLY box styles */
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #38ccba;
}
.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 */
{
}

.grandRapids
{
		color: #052c29;
}
.grandRapids:hover
{
		color: black;
}