/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: black;
    font-family: arial, verdana, tahoma, helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: #e7e8e3;
    margin-top: 20px;
}
DIV.padder{margin: 1.25em;}

/*=================================================( HOME LAYOUT )===*/
/*===================================================================*/

/* === TOP === */
DIV#topContent
{
		position: relative;
		z-index: 3;
		min-height: 253px;
		background-image: url(./images/nav-fill.png);
		background-repeat: repeat-y;
		background-position: left bottom;
		width: 824px;
}
DIV#topLeft
{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 303px;
		height: 251px;
		background-image: url(./images/home-topleft.jpg);
		background-repeat: no-repeat;
    background-position: left top;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
DIV#topMid
{
		position: relative;
		margin-top: 0px;
		left: 305px;
		z-index: 3;
		width: 148px;
		height: 100%;
		background-color: #3a4827;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
}
DIV#topRight
{
		position: absolute;
		top: 0px;
		left: 453px;
		z-index: 2;
		width: 367px;
		height: 249px;
		background-image: url(./images/home-topright.jpg);
		background-repeat: no-repeat;
    background-position: left top;
    border: 2px solid white;
}

/* === MIDDLE === */
DIV#middleContent
{
		position: relative;
		/*left: 84px;*/
		width: 824px;
		overflow: hidden;
		min-height: 354px;
		background-image: url(./images/sec-fill.png);
		background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2px;
}
DIV#middleLeft
{
		float: left;
		width: 451px;
		background-color: #6b5e42;
		color: #e8e6ac;
		margin-right: 2px;

}
DIV#middleRight
{
		float: left;
		width: 367px;
		height: 399px;
		background-image: url(./images/home-midright.jpg);
		background-repeat: no-repeat;
    background-position: left top;
}

/* === BOTTOM === */
DIV#bottomContent
{
		position: relative;
		/*left: 84px;*/
		width: 820px;
		margin-top: -2px;
		background-color: #2f3b47;
		border: 2px solid white;
		border-bottom: none;
}
DIV#bottomBG
{
		background-color: #2f3b47;
		color: #fff;
}
DIV.leftColumnNarrow, DIV.rightColumnNarrow
{
		float: left;
		width: 49%; /* so IE7 behaves */
}
DIV.leftColumnWide, DIV.rightColumnWide
{
		width: 100%;
}

/* === LINKS === */
#middleRight A, #bottomContent A{color: #e8e6ac;}
#middleRight A:hover, #bottomContent A:hover{color: #fff;}

/*================================================( INNER LAYOUT )===*/
/*===================================================================*/

TD.centerColumn
{
		padding: 1.5em;
}
TD.leftColumn
{
    font-size: 9pt;
    color: white;
    background-color: #6b5e42;
    padding-bottom: 1em;
}
TD.rightColumn
{
    font-size: 9pt;
    background-color: transparent;
    padding-top: 1em;
    padding-bottom: 1em;
}
DIV#siteContentMargin
{
		margin-left: 35px;
		margin-right: 10px;
}

/*======================================================( BANNER )===*/
/*===================================================================*/

#logoWrapper
{
		position: relative;
		height: 96px;
}
#logo
{
		position: absolute;
		left: 10px;
		width: 475px;
		height: 91px;
}
BODY.inner #logo
{
		left: 20px;
}
DIV#innerBannerMargin
{
		margin-left: 35px;
		margin-top: 15px;
		position: relative;
}
DIV#innerBannerWrapper
{
		background-color: #6b5f47;
		/*border-bottom: 2px solid white;*/
}

/*===========================================( SEARCH HORIZONTAL )===*/
/*===================================================================*/

DIV#searchWrapper
{
		position: absolute;
		top: 53px;
		left: 580px;
		height: 100%; /* IE 6 */
		z-index: 0;
}
BODY.inner DIV#searchWrapper
{
		top: 75px;
		left: 600px;
}
.searchbox *
{
		vertical-align: middle;
}
span.searchbox_header
{
    color: #394829;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 5px;
}
input.searchbox_field
{
		width: 120px;
		font-size: 9pt;
}
.searchbox_controls, .searchbox_tips
{
		display: none;
}
A.goButton, A.goButton:hover, BODY.inner A.goButton,  BODY.inner A.goButton:hover
{
    border: 1px solid #000;
    padding: 2px 3px 2px 3px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #394829;
    margin-left: 5px;
}
A.goButton:hover, BODY.inner A.goButton:hover
{
	background-color: #4d6137;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: #e4e2a8;
    font-weight: bold;
}
A:hover
{
    color: #fff;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
		color: white;
		font-size: 14pt;
}
BODY.inner .headline2
{
    font-size: 14pt;
    color: #4c482b;
}
BODY.inner .headline3
{
		color: #4c482b;
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
		margin-bottom: 0.25em;
}
.contentbox_center_body, .sec_summary
{
}
.attachments
{
}
.centerColumn A
{
		color: black;
}
.centerColumn A:hover
{
		color: #444;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left
{
}
.contentbox_left_header
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.contentbox_left_body
{
}
BODY.inner .contentbox_left
{
		padding: 0em;
}
BODY.inner .contentbox_left_header
{
		background-color: #ae7412;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		padding: 0.4em 1em 0.4em 1em;
}
BODY.inner .contentbox_left_body
{
    padding: 1em;
}
.leftColumn A
{
		color: white;
}
.leftColumn A:hover
{
		color: #e4e2a8;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		margin-bottom: 1em;
}
.contentbox_right_header, .sidebar_header
{
    color: white;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    margin-bottom: 0.6em;
}
.contentbox_right_body, .sidebar_body
{
    background-color: transparent;
}
BODY.inner .contentbox_right, BODY.inner .sidebar
{
		padding: 0em;
}
BODY.inner .contentbox_right_header, BODY.inner .sidebar_header
{
    color: #767836;
    font-size: 12pt;
    padding: 0.5em 0.5em 0em 0em;
}
BODY.inner .contentbox_right_body, BODY.inner .sidebar_body
{
    padding: 0em 0.5em 0.5em 0em;
}
.rightColumn A
{
		color: black;
}
.rightColumn A:hover
{
		color #444;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

#homeFooter
{
		position: relative;
		/*left: 84px;*/
		top: -14px;
		z-index: 4;
		width: 839px;
		height: 44px;
}
#innerFooter
{
		width: 839px;
		height: 44px;
		margin-top: -14px;
		margin-left: 35px;
}
.footer
{
    font-size: 8pt;
    color: black;
    font-weight: bold;
    text-align: center;
}
BODY.inner .footer
{
		margin-top: -10px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, .verticalLogo_text A, #pvFooter A, .footer A
{
    font-size: 8pt;
    color: #000;
}
A.footernav:hover, .verticalLogo_text A:hover, #pvFooter A:hover, .footer A:hover
{
		color: #3a4827;
}

/*=============================================( 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 20px 5px 20px;
}
.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_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
		display: block;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    white-space: normal;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #2f3b47;
    background-image: url(./images/dot.gif);
    background-repeat: no-repeat;
    background-position: 9px 10px;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox .menuTitle, #secNavBox .menuTitle_hi
{
		/* mac settings */
    padding: 4px 20px 3px 20px;
}
#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: #403112;
    background-image: none;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
		color: #a2a364;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #2f3b47;
  	border: 1px solid white;
}

#secNavBox DIV.menu
{
    background-color: #696a41;
  	border: 1px solid white;
}
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: #fff;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #3a4827;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #fff;
    background-color: #3a4827;
    text-decoration: none;
}
#secNavBox A.menuItem, #secNavBox A.menuItem_hi, #secNavBox A.menuItem:visited, #secNavBox A.menuItem_hi:visited
{
    color: #fff;
    text-decoration: none;
}
#secNavBox A.menuItem_hi
{
    background-color: #403112;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
    color: #fff;
    background-color: #403112;
    text-decoration: none;
}

/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
}
.subnavbox_header
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
		background-color: #ae7412;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		padding: 0.4em 1em 0.4em 1em;
}
.subnavbox_body
{
    background-color: transparent;
    padding: 1em;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
		color: white;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
		color: #e4e2a8;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#secNavWrapper
{
    /*background-image: url(./images/inner-secnav.png);
    background-repeat: no-repeat;
    background-position: left top;*/
    position: absolute;
    top: -19px;
    left: -46px;
    width: 867px;
    height: 46px;
}
DIV#secNavMargin
{
		position: relative;
		top: 23px;
		left: 48px;
		width: 682px;
}
.horizNavBox
{
    z-index: 6;
}
.prinavPadder
{
}
.vertNavBox
{
    z-index: 5;
    margin-top: 1em;
    margin-bottom: 1em;
}
BODY.inner .vertNavBox
{
    z-index: 5;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #fff;
}
.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: #1d3142;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: #fff;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #1d3142;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #bab7a1;
    color: #7d7b6d;
}
.calToday
{
    font-weight: bold;
    background-color: #ece9d3;
}
.eventTip
{
    border-color: #550;
    color: #333;
    background-color: #ece9d3;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}