/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #263b7c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
BODY
{
    background-color: #253C81;
}
TABLE.siteContent
{
		background-image: url(./images/homeBlue.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
}
body.home TD.mainContent
{
}
body.inner TD.mainContent
{
}
body.home TD.centerColumn
{
		background-color: transparent;
		background-image: url(./images/homeTopBlue.gif);
		background-repeat: no-repeat;
		background-position: left top;
}
body.inner TD.centerColumn
{
		background-color: transparent;
		background-image: url(./images/innerTopBlue.gif);
		background-repeat: no-repeat;
		background-position: left top;
}
TD.leftColumn
{
    font-size: 10pt;
    background-color: transparent;
}
TD.rightColumn
{
    font-size: 10pt;
    background-color: #ccd9ad;
		background-image: url(./images/rightBlue.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
}
#rightTop
{
		background-image: url(./images/rightTopBlue.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 4px;
}
TD.extraCol
{
		font-size: 1px;
		width: 3px;
		background-color: #253c81;
}
UL LI
{
	list-style-position: outside;
}
BR
{
		line-height: 5pt;
}
#bullet
{
		padding-right: 0.5em;
		padding-bottom: 2px;
}


/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: #263b7c;
    /*color: #98b066;*/
}
A:hover
{
    color: #96ad66;
}
.itemLink
{
    font-weight: bold;
}
.siteMap A:hover
{
		color: black;
}

/*========================================================( MISC )===*/
/*===================================================================*/

body.home .contentBG
{
		background-image: url(./images/contentBG.gif);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: white;
		border: 1px solid white;
}
body.inner .contentBG
{
		background-image: url(./images/innercontentBG.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: white;
		border: 1px solid white;
}
.padder
{
		margin-left: 10px;
		margin-right: 10px;
}
.whtBorder
{
		/*border: 1px solid white;*/
}
.bluBorder
{
		/*border: 3px solid #253C81;
		border-top: none;*/
}

/*================================================( BANNER PARTS )===*/
/*===================================================================*/

.homePB
{
		width: 725px;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
    color: #d2e8a7;
}
.headline3
{
		/*color: #d2e8a7;*/ /* light */
		/*color: #91b34d;*/ /* bright med */
		color: #96ad66;
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

DIV.centerColumn
{
		padding: 0.6em 1em 0.6em 1em;
}
.contentbox_center, .sec
{
    margin-bottom: 0.6em;
}
.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
		margin-bottom: 0.5em;
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left
{
}
.contentbox_left_header
{
    color: white;
    font-size: 9pt;
    font-weight: bold;
    padding: 0.4em 0.4em 0.4em 0.5em;
    text-align: left;
    background-color: #253c80;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}
.contentbox_left_body
{
		color: #263b7c;
    background-color: transparent;
    padding: 1em;
}
.leftColumn A
{
    color: #263b7c;
}
.leftColumn A:hover
{
    color: #a2bf67;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #263b7c;
    font-size: 12pt;
    font-weight: bold;
    padding: 0.6em 1em 0.5em 1em;
    text-align: left;
    background-color: transparent;
}
.contentbox_right_body, .sidebar_body
{
		color: #263b7c;
    background-color: transparent;
    padding: 0em 1.2em 1em 1.2em;
}
.rightColumn A
{
    color: #263b7c;
}
.rightColumn A:hover
{
    color: #333;
}

/*============================================( SEARCH BOX PARTS )===*/
/*===================================================================*/

.bottomContainer
{
		padding-top: 0.25em;
}
.searchPad
{
		background-color: transparent;
		margin-bottom: 1em;
}
 .searchbox
{
		background-color: transparent;
		padding: 0.25em;
}
.searchbox_header
{
    color: #1c347c;
    font-size: 8pt;
    font-weight: bold;
    background-color: transparent;
    padding-right: 4px;
    text-transform: uppercase;
}
.searchbox_body
{
    background-color: transparent;
}
input.searchField
{
		width: 130px;
		font-size: 9pt;
}
A.goButton, A.goButton:hover
{
    display: block;
    border: 1px solid #253c81;
    padding: 2px 3px 2px 3px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #253c81;
}
A.goButton:hover
{
	background-color: #98b063;
}

/*==============================================( HARD CODED NAV )===*/
/*===================================================================*/

.hardNav
{
		float: right;
		padding-top: 0.25em;
		padding-right: 0.35em;
}
A.navColor
{
		color: #2f4a9a;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
}
A.navColor:hover
{
		color: #96ad66;
		text-decoration: none;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 7.5pt;
    color: #263b7c;
    background-color: transparent;
    text-align: center;
    padding: 3px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
DIV.footernav, DIV.verticalLogo_text
{
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
A.footernav, .verticalLogo_text A
{
    font-size: 7.5pt;
    /*color: #263b7c;*/
    color: white;
    text-decoration: none;
}
A.footernav:hover, .verticalLogo_text A:hover
{
		color: #c1dd8a;
}
DIV.verticalLogo_text
{
    margin-bottom: 0.5em;
}
span.fNavText
{
		color: white;
}

/*=============================================( 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: 5px 10px 5px 10px;
}
.subTriangle
{
    top: 6px;
}
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 8pt;
    font-weight: bold;
}

/*=========================================( PRIMARY NAVIGATION )===*/

A.menuTitle, A.menuTitle:visited, A.menuTitle_hi:visited, A.menuTitle_hi
{
    color: #c1dd8a;
    background-color: #253c80;
    white-space: normal;
    text-align: left;
		margin-bottom: 2px;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover, A.menuTitle_hi:visited
{
		color: #2f4a9a;
    background-color: #ccd9ad;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: #107ab4;
    white-space: nowrap;
    text-align: center;
    border: none;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #171354;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #ccd9ad;
  	border: 1px solid white;
}
/*#secNavBox DIV.menu
{
    background-color: #4b85b3;
  	border: 1px solid white;
}*/
A.menuItem
{
    color: #2f4a9a;
    text-decoration: none;
}
A.menuItem_hi
{
		color: #c1dd8a;
    background-color: #253c80;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #c1dd8a;
    background-color: #253c80;
    text-decoration: none;
}
/*#secNavBox A.menuItem, #secNavBox A.menuItem_hi, #secNavBox A.menuItem:visited, #secNavBox A.menuItem_hi:visited
{
    color: white;
}
#secNavBox A.menuItem:hover
{
    color: white;
    background-color: #3d487e;
}*/

/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
		margin-bottom: 1em;
		background-color: #ccd9ad;
		border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}
.subnavbox_header
{
    color: white;
    font-size: 8pt;
    font-weight: bold;
    padding: 0.5em;
    text-align: left;
    background-color: #253c80;
    border-bottom: 1px solid white;
}
.subnavbox_body
{
    padding: 0.5em 0.5em 0.5em 1em;
    border-top: none;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: #2f4a9a;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #959e7e;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
    z-index: 6;
    background-color: #107ab4;
}
.priNavBorder
{
		border-left: 1px solid white;
		margin-bottom: 1em;
}
.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: #717da0;
    text-decoration: none;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #253c80;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #a2bf67;
    color: #112664;
    letter-spacing: 0px;
    text-align: center;
}
.calDayHeading SPAN { font-size: 120%; }

.calDay {
    vertical-align: top;
    background-color: white;
    color: #112664;
}
.calDayNum {
    display: block;
    font-size: 120%;
}
.calGrayDay{
    background-color: #95b1d5;
    color: #112664;
}
.calToday {
    font-weight: bold;
    background-color: #a2bf67;
}
.eventTip
{
    border-color: #550;
    background-color: #a2bf67;
}
.calendarTable A
{
		color: #112664;
}
.calendarTable A:hover
{
		color: #112664;
}
/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }