
/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal, INPUT, TEXTAREA
{
    color: #000;
    font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
    border: 45px solid #000; 
    margin: 0px;
}
TD.centerColumn
{
    background-color: #F4F7DC;
    padding: 15px;
    padding-left: 15px;
    padding-top: 20px;
}
TD.mainColumn
{
    padding: 10px;
    padding-top: 3px;
}
TD.leftColumn
{
    font-size: 8pt;
    background-color: #FFF;
    padding-top: 20px;
}
TD.rightColumn
{
    font-size: 8pt;
    background-color: #F4F7DC;
    padding-top: 20px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}


/*===================================================( BANNER )===*/
/*===================================================================*/

#titleCell
{
    position: relative;
    overflow: hidden;
}
DIV#bannerTitle
{
    z-index: 4;
    position: relative;
    margin-top: 52px;
    margin-left: 77px;
    FONT-SIZE: 34px;
    COLOR: #000;
    FONT-FAMILY:  Georgia, Times New Roman, Helvetica, sans-serif;
}
#bannerFullTitle
{
    position: relative;
    z-index: 4;
    
}
#bannerFirstChar
{
    position: absolute;
    z-index: 3;
    top: -0.5em;
    left: -0.5em;
    font-size: 48pt;
    color: #DDD;
    font-family: Monotype Corsiva, Apple Chancery, Brush Script MT, cursive;
    font-style: italic;
    vertical-align: bottom;
}
DIV#bannerSlogan
{
    z-index: 5;
    margin-top: 67px;
    height: 22px;   
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    FONT-SIZE: 18px;
    FONT-FAMILY:  Georgia, Times New Roman, Helvetica, sans-serif;
}
.textSlogan
{
    background-color: #FFF;
}
DIV#boxSlogan
{
    /*background-image: url(./images/banner_bg.gif);
    background-repeat: x-repeat;
    background-position: center bottom; */
    margin-right: 10px; 
}
DIV.bannerborderA
{
    border: 1px #999 solid;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #D3E06E;
}
DIV.bannerborderB
{
    border: 1px #FFF solid;
    overflow: hidden;
    /* for IE6 */
    width: 99.7%;
}
/* for good browsers */
HTML>BODY DIV.bannerborderB
{
    width: auto;
}

.bg_imgA
{
    background-image: url(./images/bg_image1.jpg);
    background-repeat: x-repeat;
    background-position: 75% 100%;
    border-right: 1px solid white;
    overflow: hidden;
    height: 120px;
}
.bg_imgB
{
    background-image: url(./images/bg_image2.jpg);
    background-repeat: x-repeat;
    background-position: 50% 100%;
    border-right: 1px solid white;
    overflow: hidden;
}
.bg_imgC
{
    background-image: url(./images/bg_image3.jpg);
    background-repeat: x-repeat;
    background-position: 75% 100%;
    border-right: 1px solid white;
    overflow: hidden;
}
.bg_imgD
{
    background-image: url(./images/bg_image4.jpg);
    background-repeat: x-repeat;
    background-position: 50% 100%;
    overflow: hidden;
}
/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
     font-weight: bold;
     font-size: 10pt;
}
.headline1
{
    font-size: 12pt;
}
.headline2
{
    font-size: 10pt;
}
.headline3
{
    font-size: 9pt;
}
.headline4
{
    font-size: 8pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec
{
    width: 100%;
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A, .leftColumn A, .rightColumn A, .printView A
{
    color: #666;
    font-weight: bold;
}
.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover
{
    color: #000;
}
.attachments
{
    background-color: none;
    border: none;
    padding: 10px;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .searchbox
{
}
.contentbox_left_header, .searchbox_header
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    background-color: transparent;
    padding: 5px;
}
.contentbox_left_body, .searchbox_body
{
    background-color: transparent;
    padding: 10px;
}
.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: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #CCCCCC;
}
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: 8pt;
    background-color: transparent;
    text-align: center;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 10px;
}
.rightColumn A
{
    
}
.rightColumn A:hover
{
    
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    color: #000000;
    background-color: transparent;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}
.footernav
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 3px;
}



/* =============== 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: 4px 6px 4px 6px;
}
.menuTitle, .menuTitle_hi
{
    padding: 3px 6px 3px 6px;
}
/* keep the "top" value of this set equal to the amount of padding-top on the menuItemPadder */
.subTriangle
{
    top: 4px;
}

/* 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: black;
    background-color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap;
    display: block;
    
    text-shadow: 2px 2px 3px #444;
    text-decoration: none;
    /*border: 1px solid white;*/
    /*border-top:  1px solid #999;
    border-left:  1px solid #999;
    border-right:  1px solid #999;*/
    border-bottom-color: transparent;
    border-right: 1px solid white;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: #999;
    text-decoration: none;
    background-color: white;
    /*border-top-color: black;
    border-right-color: black;
    border-left-color: black;*/
    border-bottom-color: transparent;
}
#secMenu .menuTitle, #secMenu .menuTitle_hi
{
	border-right: 1px solid #999;
}
#secMenu .menuTitle:hover
{
	color: #999;
}

/* secondary nav stuff */

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: black;
    background-color: white;
}
#secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
	color: #999;
}
#secNavBox A.menuItem:hover
{
    background-color: #CED2B2;
}


/* menu ITEM style */
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: black;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #DFE2CA;
}
A.menuItem_hi
{
    background-color: #DFE2CA;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: black;
    background-color: #CED2B2;
    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: #DFE2CA;
    
    border-style: solid;
    border-bottom-color: black;
    border-left-color: black;
    border-right-color: black;
    border-top-color: black;
}

/*#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%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
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: black;
    font-size: 8pt;
    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: black;
}

/* 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: white;
    background-color: #F5F5F5;
}
/* subsection styles: remove if primary nav is horizontal */
#navPri A.subSectionLink, #navPri A.subSectionLink_high
{
    color: #999;
    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: black;
    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: #999;
}
/* 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: black;
    font-size: 8pt;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #999;
}
.subnavDivTag
{
	margin-bottom: 0.25em;
    margin-bottom: 0.25em;
}
DIV.subnavbox
{
	border: 1px solid black;
	margin-left: 3px;
	width: 100%;
}
DIV.subnavbox_header
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: #D3E06E; 
	padding: 0.25em;
	border-bottom: 1px solid black;
}
DIV.subnavbox_body
{
	padding: 0.25em;
}
/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.day_headings
{
    background-color: #AAAAAA;
}
#pvSidebarFloat
{
    background-color: #F8F8E5;
}
.centerColumn .calendarTable, .rightColumn .calendarTable
{
    background-color: #c4d07f;
}
.centerColumn .calendar_month, .rightColumn .calendar_month
{
    background-color: #c4d07f;
}
.centerColumn .day_headings, .rightColumn .day_headings
{
    background-color: #c4d07f;
    color: #738455;
}
.leftColumn .calendarTable
{
    background-color: #AAA;
}
.calendar_month
{
    font-size: 9pt;
}
.centerColumn .calendar_month
{
    font-size: 12pt;
}
.centerColumn .calendarTable .subtext, .rightColumn .calendarTable .subtext
{
    color: #738455;
}
