
/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal, INPUT, TEXTAREA
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: #A4B5CD;
    background-image: url( ./images/hiking_watermark.jpg );
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right bottom;
}
DIV#allContainer
{
    /* to center page content the "correct" way */
    margin-left: 0px;
    margin-top: 0px;
    /* and compensate for the text-align: center on the BODY... */
    text-align: left;
}
TD.centerColumn
{
    
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #526991;
    background-color: #526991;
    background-image: url( ./images/leftBottom.gif );
    background-position: bottom;
    background-repeat: repeat-x;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #8A9DBA;
    border-left: 1px solid #D6E3EF;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
     font-weight: bold;
     font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
    
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
    
}
.calendarTable
{
    
}  
.centerColumn A
{
    color: #126;
    font-weight: bold;
}
.centerColumn A:hover
{
    color: #129;
}
.attachments
{
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

..contentbox_left, .searchbox, .subnavbox
{
    border: 1px solid #6B86AD;
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    background-color: #5D789E;
    padding-left: 15px;
    padding-top: 15px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: #5D789E;
    color: #FFF;
    padding: 15px;
    padding-top: 1px;
}
.leftColumn A
{
    font-weight: bold;
    color: #B5C3D8;
}
.leftColumn A:hover
{
    color: #A5C7FF;
}
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: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #475D86;
}
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: #000000;
    font-weight: bold;
    font-size: 10pt;
    background-color: #8A9DBA;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 10px;
    padding-top: 1px;
}
.rightColumn A
{
    font-weight: bold;
    color: #284A73;
}
.rightColumn A:hover
{
    color: #284AA3;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    border: 1px solid #C2D5EE;
    border-right: none;
    border-left: none;
    background-color: #688AB3;
    font-size: 8pt;
    color: white;
    text-align: center;
    padding: 5px;
}
.footernav
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
}



/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.navSec /*SPAN.horizNavDivider*/
{
    color: #888;
}

/* Primary Nav */
DIV.navPri
{
    background-color: transparent;
    text-align: left;
}
A.textButtonLink, A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    display: inline;
    font-size: 9pt;
    padding: 4px;
}
A.textButtonLink_high, A.textButtonLink:hover, A.textButtonLink_high:hover
{
    color: #A5C7FF;
    background-color: transparent;
}
.navPri A.subSectionLink, .navPri A.subSectionLink_high, .navPri A.subSectionLink:hover, .navPri A.subSectionLink_high:hover
{
    color: #500;
    text-decoration: none;
}
.navPri A.subSectionLink_high, .navPri A.subSectionLink:hover, .navPri A.subSectionLink_high:hover
{
    color: #A00;
}

/* Secondary Nav */
DIV.navSec
{
    text-align: left;
    padding: 2px;
    padding-right: 5px;
}
A.textButtonLink_sec, A.textButtonLink_sec_high, A.textButtonLink_sec:hover, A.textButtonLink_sec_high:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding-left:15px;
    font-size: 9pt;
    display: block;
    background-image: url( ./images/menuArrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2px;
}
A.textButtonLink_sec_high, A.textButtonLink_sec:hover, A.textButtonLink_sec_high:hover
{
    color: #A5C7FF;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #94AECE;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #A5C7FF;
}
/* we don't want the little vertical nav trying to display its own subsections...*/
.subSections
{
    display: none;
}

/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.day_headings
{
    background-color: #AAAAAA;
}

#leftTopBox
{
    background-color: #B3CCE2;
    height: 20px;
    margin-bottom: 104px;
}
#rightTopBox
{
    background-color: #D1E0EF;
    height: 20px;
}
#logoBox
{
    height: 110px;
    background-color: #475D86;
    border-top: 1px solid #6C84AA;
}
#title1, #title2
{
    font-size: 9pt;
    text-align: right;
    margin-right: 10px;
}
#title1
{
    margin-top: 36px;
    color: #C5CFDF;
    font-weight: bold;
    text-transform: uppercase;
}
#title2
{
    margin-top: -5px;
    font-size: 20pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 3px 3px 6px #000;
}
#leftNavBox
{
    padding: 7px;
    overflow: hidden;
    height: 80px;
}
#horizNavBox
{
    position: absolute;
    bottom: 126px;
    left: 0px;
    width: 100%;
}
#horizNav
{
    padding: 4px 8px 4px 8px;
    border: 1px solid white;
    border-right: none;
    border-bottom: none;
    background-color: #7083A5;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-left: 118px;
}
#theNewTitle
{
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 20px;
}
#theNewSlogan
{
    font-size: 12pt;
    font-style: italic;
}
#sloganBox
{
    padding: 20px;
    font-size: 12pt;
    font-family: Verdana, Arial, sans-serif;
    /*color: #CCDBED;*/
    color: white;
    text-align: left;
}
#topContentTable
{
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
    color: white;
    height: 124px;
}
#mainAreaLeftCell
{
    width: 118px;
}
#horizNavCell
{
    border: 1px solid #C2D5EE;
    background-color: #688AB3;
}
#mainAreaLeftBoxInside
{
    border: 1px solid #C2D5EE;
    border-right: none;
    border-bottom: 1px solid #C2D5EE;
    background-color: #7388A8;
    height: 124px;
}
#positioner
{
    position: relative;
    height: 216px;
}
#mainAreaLeftBoxInsideTop
{
    border-bottom: 1px solid #B2C5DE;
    height: 13px;
    background-color: #60779D;
    font-size: 1px;
}
#whiteBox
{
    position: absolute;
    height: 124px;
    width: 29px;
    right: -1px;
    top: 0px;
    background-color: white;
}
#greenBox
{
    position: absolute;
    height: 25px;
    width: 28px;
    background-color: #D9DE86;
    bottom: 0px;
    left: 1px;
}
.littleGreen
{
    width: 13px;
    float: left;
    border: 1px solid white;
    background-color: #D9DE86;
    margin-right: 5px;
}
#vl
{
    margin-top: 10px;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #2e446e;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #526991;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calDayHeading SPAN { font-size: 120%; }

.calDay {
    vertical-align: top;
    background-color: white;
}
.calDayNum {
    display: block;
    font-size: 120%;
}
.calGrayDay{
    background-color: #dddddd;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #b3cce2;
}
.eventTip
{
    border-color: #550;
    background-color: #b3cce2;
}

/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }

/*===================( CSS CLASSES OLD CALENDAR )=================*/
/*================================================================*/

/* calendar grid color */
/*.calendarTable  
{
    background-color: #555;
}*/
 /* month heading style */
/*.calendar_month
{
}*/
/* SMTWTFS style */
/*.day_headings   
{
    background-color: #AAAAAA;
}*/
/* for each day cell */
/*.calendar_small_event_title, .calendar_big_event_title 
{
}*/
/* style for today's day cell */
/*.today_big_cell, .today_small_cell 
{
}*/
/* calendar item link styles */
/*.calendarTable A
{
}*/
.calendarTable A:hover
{
		color: black;
}
/* style for blank days not in current month */
/*.calendar_date 
{
}*/