/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: arial, verdana, sans, helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    /*background-color: white;*/
    background-color: white;
}
BODY.inner
{
		background-color: #d0d8ed;
}
#darkBorder
{
		border: 1px solid #233052;
}
BODY.inner #darkBorder
{
		border: 5px solid #fff;
		background-color: white;
}
#siteContent
{
		background-color: #6f80aa;
		background-image: url(./images/home-bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 10px 10px;
}
BODY.inner #siteContent
{
		background-image: none;
		background-color: white;
		padding: 0px 0px;
}
TD.centerColumn
{
		color: white;
		padding: 10px 20px;
}
TD.leftColumn
{
		color: white;
}
TD.rightColumn
{
		color: white;
		padding-top: 10px;
}
BODY.inner TD.centerColumn, BODY.inner TD.rightColumn
{
		color: black;
}

/*======================================================( BANNER )===*/
/*===================================================================*/

#bannerWrapper
{
		position: relative;
}
BODY.inner #bannerWrapper
{
		margin-bottom: 8px;
}
#homeLogo
{
		position: absolute;
		top: 258px;
		left: 0px;
		width: 737px;
		height: 137px;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: white;
    /*font-weight: bold;*/
}
BODY.inner A {color: black;}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #cdd3e4;
}
BODY.inner A:hover {color: #667cb3;}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
}
BODY.inner .headline1, BODY.inner .headline2, BODY.inner .headline3, BODY.inner .headline4
{
    color: black;
}
.headline1
{
    font-size: 18pt;
}
.headline2, .headline3
{
    font-size: 14pt;
    margin-bottom: 0.25em;
}
.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
{
		background-color: #3f548a;
		border: 1px solid white;
		margin-bottom: 2px;
		padding: 15px;
}
BODY.inner .contentbox_left, BODY.inner .searchbox, BODY.inner .subnavbox
{
		border: none;
}
.contentbox_left_header, .searchbox_header, .subnavbox_header
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    padding-bottom: 10px;
}
.contentbox_left_body, .searchbox_body, .subnavbox_body
{
    background-color: transparent;
}
BODY.inner .leftColumn A
{
		color: white;
}
BODY.inner .leftColumn A:hover
{
		color: #cdd3e4;
}
input.searchField
{
		font-size: 9pt;
		width: 115px;
}
BODY.inner input.searchField
{
		font-size: 9pt;
		width: 78px;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid #333;
    padding: 2px 3px 2px 3px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: black;
}
 A.goButton:hover
{
		background-color: #333;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		padding: 10px;
}
.contentbox_right_header, .sidebar_header
{
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    padding-bottom: 8px;
}
.contentbox_right_body, .sidebar_body
{
}
.rightColumn A
{
}
.rightColumn A:hover
{
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

.footer
{
    font-size: 8pt;
    color: black;
    font-weight: bold;
    background-color: #667cb3;
    text-align: center;
    padding: 5px;
    border: 1px solid #233052;
    border-top-width: 10px;
    margin-top: 2px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, .verticalLogo_text A, #pvFooter A
{
    font-size: 8pt;
    color: black;
}
A.footernav:hover, .verticalLogo_text A:hover, #pvFooter A:hover
{
		color: #667cb3;
}
span.fNavText{color: black;}

/*=============================================( MENU NAVIGATION )===*/
/*===================================================================*/

/*===========================================( ADJUSTABLE STYLES )===*/

A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}
.menuItemPadder, .menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 10px;
}
.menuTitle, .menuTitle_hi
{
    padding: 6px 10px 6px 10px;
}
.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: white;
    background-color: #6f80aa;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    border: 1px solid white;
    margin-bottom: 2px;
}
BODY.inner A.menuTitle, BODY.inner A.menuTitle:visited, BODY.inner A.menuTitle_hi:visited, BODY.inner A.menuTitle_hi
{
    border: none;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover, A.menuTitle_hi:visited
{
    color: white;
    text-decoration: none;
    background-color: #3f548a;
}
BODY.inner A.menuTitle_hi, BODY.inner A.menuTitle:hover, BODY.inner A.menuTitle_hi:hover, BODY.inner A.menuTitle_hi:visited
{
    color: white;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: black;
    border: 1px solid white;
    margin-bottom: 3px;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
		color: black;
    background-color: #d3bb4a;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #3f548a;
  	border: 1px solid white;
}

/*#secNavBox DIV.menu
{
    background-color: #a1b570;
  	border: 1px solid white;
}*/
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: white;
    text-decoration: none;
}
A.menuItem_hi
{
		color: white;
    background-color: #6f80aa;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #6f80aa;
    text-decoration: none;
}
/*#secNavBox A.menuItem_hi
{
    background-color: #707e4e;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
    color: white;
    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
{
		color: white;
    font-weight: bold;
    text-decoration: none;
    padding-left: 6px;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #8ca4e1;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
    z-index: 6;
}
BODY.inner .horizNavBox
{
		border-bottom: 1px solid white;
}
.vertNavBox
{
    z-index: 5;
}
.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;
}

/*=================================( CSS CLASSES NEW CALENDAR )===*/
/*================================================================*/

.calMonth TABLE
{
    background-color: #6f80aa;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #a9b5d1;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #d0d8ed;
    color: #9fa5b5;
}
.calToday
{
    font-weight: bold;
    background-color: #fffac7;
}
.eventTip
{
    border-color: #550;
    background-color: #fffac7;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}

/*=====================================================( MISC )===*/
/*================================================================*/

BODY.inner #pvNav A
{
		color: black;
}
BODY.inner #pvNav A:hover
{
		color: #667cb3;
}