
/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: calibri, arial, verdana, sans, helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    /*background-image: url(./images/site_gradient.png);
    background-repeat: repeat-x;
    background-position: left top;*/
}
#allContainer
{
		width: 900px;
}
#contentContainer
{
		margin-top: 5px;
}
TD.centerColumn
{
		padding: 15px 25px 25px;
}
TD.leftColumn
{
		width: 230px;
}
TD.rightColumn
{
		width: 190px;
		background-color: #ccc;
}
TD.mainPromo
{
		padding-right: 20px;
}
BODY.home TD.rightColumn
{
		width: 120px;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: #006;
    /*font-weight: bold;*/
}
A:hover
{
    color: #00A;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( 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;
}
/*===============================================( HEADER PIECES )===*/
/*===================================================================*/

#header
{
		display: block;
		background-color: #eee;
		cursor: pointer;
		font-size: 1px;
		height: 150px;
}

/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{
}
.centerColumn A:hover
{
}

/*==========================================( SEARCH )===*/
/*===================================================================*/

.searchbox
{
}
.searchbox_header
{
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    background-color: #CCC;
    padding: 5px 12px;
}
.searchbox_body
{
    background-color: transparent;
    padding: 12px;
}
input.searchField
{
		width: 160px;
		font-size: 9pt;
		border: 1px solid #aaa;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid #aaa;
    padding: 2px 3px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #ccc;
}
A.goButton:hover
{
	background-color: #ddd;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .subnavbox
{
}
.contentbox_left_header, .subnavbox_header
{
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    background-color: #CCC;
    padding: 5px 15px;
}
.contentbox_left_body, .subnavbox_body
{
    padding: 15px;
}
.leftColumn A
{
}
.leftColumn A:hover
{
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #000;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    padding: 0.5em;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
    padding: 1em;
}
.rightColumn A
{
}
.rightColumn A:hover
{
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

.footer
{
    font-size: 8pt;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    padding: 3px;
}

.footer A{color: #000;}
.footer A:hover{color: #333;}

DIV.footernav
{
    text-align: center;
}
A.footernav, .verticalLogo_text A, #pvFooter A
{
    font-size: 8pt;
    color: #000000;
}
A.footernav:hover, .verticalLogo_text A:hover, #pvFooter A:hover
{
}

/*=============================================( MENU NAVIGATION )===*/
/*===================================================================*/

/*===========================================( ADJUSTABLE STYLES )===*/

A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 12px;
}
.menuTitle, .menuTitle_hi
{
    padding: 6px 12px;
}
.subTriangle
{
    top: 6px;
}
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 9pt;
    font-weight: bold;
}

/*=========================================( PRIMARY NAVIGATION )===*/

A.menuTitle, A.menuTitle:visited, A.menuTitle_hi:visited, A.menuTitle_hi
{
		display: block;
    color: #fff;
    background-color: #a1b570;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover, A.menuTitle_hi:visited
{
    color: #fff;
    text-decoration: none;
    background-color: #707e4e;
}
TD.navLine
{
		background-color: #fff;
		font-size: 1px;
		width: 1px;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: #fff;
    background-color: #a1b570;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #707e4e;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #a1b570;
  	border: 1px solid #fff;
}

/*#secNavBox DIV.menu
{
    background-color: #a1b570;
  	border: 1px solid #fff;
}*/
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: #fff;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #707e4e;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #fff;
    background-color: #707e4e;
    text-decoration: none;
}
/*#secNavBox A.menuItem_hi
{
    background-color: #707e4e;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
    color: #fff;
    background-color: #707e4e;
    text-decoration: none;
}*/

/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
}
.subnavbox_header
{
}
.subnavbox_body
{
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
		background-color: #a1b570;
    z-index: 6;
    margin-top: 5px;
}
.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;
    text-decoration: none;
}

/*=================================( CSS CLASSES NEW CALENDAR )===*/
/*================================================================*/

.calMonth TABLE
{
    background-color: #231f20;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: #fff;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #efcf5f;
    color: #000;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #a9b4c2;
    color: #333;
}
.calToday
{
    font-weight: bold;
    background-color: #aecce1;
}
.eventTip
{
    border-color: #550;
    background-color: #aecce1;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: #000;
}