/* =============== MENU NAV STUFF =====================*/

/* this is to tweak the positioning of the menus, just for this design */
DIV.menu
{
    margin-left: -1px;
}
BODY.inner TD.leftColumn
{
    padding-top: 12px;
}

/*=================================================*/
/*==( Adjustable styles )==========================*/
/*=================================================*/

/* width of menus */
A.menuItem, A.menuItem_hi, DIV.menu
{
    width: 200px;
}

/* menu TITLE style */
A.menuTitle, A.menuTitle_hi
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;

    color: black;
    background-color: #009933;

    border: 1px solid white;
    border-top-color: #54BA97;
    border-right-color: #02744D;
    border-left-color: #2DAA80;
    border-bottom-color: #025C3E;
}
A.menuTitle_hi
{
    color: black;
    background-color: #AA7A4B;
    border-color: #AA7A4B;
}
A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: black;
    background-color: #AA7A4B;
    border-color: #AA7A4B;
}


/* upper nav stuff */
#topNavBox A.menuTitle, #topNavBox A.menuTitle_hi
{
    background-color: transparent;
}
#topNavBox A.odd
{
    background-color: #547FA9;
}
#topNavBox A.menuTitle, #topNavBox A.menuTitle_hi
{
    color: black;
    border: none;
    /*padding-left: 30px;

    border-top-color: #54BA97;
    border-right-color: #02744D;
    border-left-color: #2DAA80;
    border-bottom-color: #025C3E;*/
}
#topNavBox A.menuTitle:hover, #topNavBox A.menuTitle_hi:hover, #topNavBox A.menuTitle_hi
{
    color: black;
    background-color: #996;
}
#topNavBox A.menuTitle, #topNavBox A.menuTitle_hi
{
    padding: 5px 9px 5px 9px;
}
/* menu ITEM style */
A.menuItem, A.menuItem_hi
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
A.menuItem_hi, A.menuItem_hi DIV.menuItemWrapper
{
    color: black;
    background-color: #996;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: black;
    background-color: #996;
}

/* 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: #AA7A4B;

    border-style: solid;
    /*border-left-color: white;
    border-top-color: white;
    border-bottom-color: white;
    border-right-color:  white;*/
    border-top-color: #000;
    border-right-color: #000;
    border-left-color: #AA7A4B;
    border-bottom-color: #000;
}

#upperNavCell 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 )==========================*/
/*===============================================*/

#menuNavBox
{
    z-index: 5;
}
#topNavBox
{
    z-index: 6;
    margin-bottom: 1em;
}
TABLE.menuBar
{
    width: 100%;
    /*background-color: #7C7C7C;*/
}
.topMenuBar
{
    width: 100%;
    /*background-color: #7C7C7C;*/
}
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;
    padding: 4px 7px 4px 7px;
    /*white-space: nowrap;*/
}
#upperNavCell A.menuTitle, #upperNavCell A.menuTitle_hi
{
    white-space: normal;
}
A.menuItem, A.menuItem_hi
{
    display: block;
    cursor: pointer;
    text-decoration: none;
}
DIV.menuItemWrapper
{
    padding: 5px 7px 5px 7px;
}
.hoobah IMG
{
    display: block;
}
.subTriangle
{
    position: absolute;
    right: 5px;
    top: 4pt;
}

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal, INPUT, TEXTAREA, TD
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
}
TD.centerColumn
{
}
TD.leftColumn
{
    font-size: 9pt;
    background-color: #AA7A4B;
    border: 1px solid #000;
    padding: 0px;
}
TD.rightColumn
{
    font-size: 9pt;
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    padding: 0px;
}
TD.leftColumnHome
{
    font-size: 10pt;
    background-color: #000;
    color: #996;
}
TD.rightColumnHome
{
    font-size: 10pt;
    background-color: #000;
    color: #996;
    padding: 15px;
}
.vertical_border
{
	width: 1px;
	background-color: #996;
	font-size: 1px;
}
.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}


/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	 font-weight: bold;
	 font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec
{
}
.contentbox_center_header, .sec_title
{
}
.contentbox_center_body, .sec_summary
{
}
.centerColumn A, .leftColumn A, .rightColumn A, .printView A, .leftColumnHome A, .rightColumnHome A
{
    color: #996;
    font-weight: bold;
}
.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover, .leftColumnHome A:hover, .rightColumnHome A:hover
{
    color: #AA7A4B;
}
.attachments
{
	background-color: none;
	border: none;
	padding-left: 10px;
}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left, .subnavbox
{
}
.contentbox_left_header, .subnavbox_header
{
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px;
	margin: 0px;
}
.contentbox_left_headerHome
{
	color: #996;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0px;
}
.contentbox_left_body, .subnavbox_body, .contentbox_left_bodyHome
{
	background-color: transparent;
	padding: 10px;
}
.contentbox_left_bodyHome
{
	background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
}
.leftColumn A
{
	color: #000;
}
.leftColumn A:hover
{
	color: white;
}

/* menu ITEM style */
A.menuItem, A.menuItem_hi
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
A.menuItem_hi, A.menuItem_hi DIV.menuItemWrapper
{
    color: black;
    background-color: #996;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: black;
    background-color: #996;
}

/*============================================( SEARCH BOX PARTS )===*/
/*===================================================================*/

.searchPadder
{
		width: 190px;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
		border: 1px solid black;
}
.searchbox
{
}
.searchbox_header
{
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px;
	margin: 0px;
}
.searchbox_headerHome
{
	color: #996;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
	margin: 0px;
}
.searchbox_body
{
	background-color: transparent;
	padding: 10px;
}
.searchbox_bodyHome
{
	background-color: transparent;
	padding: 5px 10px 10px 0px;
}
.searchbox_bodyHome
{
	background-color: transparent;
}
BODY.home input.searchField
{
		width: 190px;
		font-size: 9pt;
}
BODY.inner input.searchField
{
		width: 110px;
		font-size: 9pt;
}
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: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	background-color: #000;
}
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
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 3px;
}
.contentbox_right_headerHome
{
	color: #996;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
	margin: 0px;
}
.contentbox_right_body, .sidebar_body, .contentbox_right_bodyHome
{
	background-color: transparent;
	padding: 10px;
}
.contentbox_right_bodyHome
{
	background-color: transparent;
	padding: 0px;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    background-color: #996;
    text-align: center;
    padding: 3px;
    border: 1px solid #000;
    border-top: 10px solid #000;
    margin-top: 8px;
}
.footernav, .verticalLogo_text A
{
    font-size: 8pt;
    color: #000000;
    text-align: center;
}

.footernav:hover, .verticalLogo_text A:hover
{
    font-size: 8pt;
    color: #333;
    text-align: center;
}

/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

DIV.nav
{
}
SPAN.horizNavDivider
{
	color: #888;
}
/* Button text */
A.textButtonLink, A.textButtonLink_high
{
	border: 1px solid black;
	border-top: none;
    border-left: none;

	display: block;
    color: black;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    height: 100%; /* not really...this just makes IE behave itself */
}
DIV#toprow
{
    margin-bottom: 8px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
DIV#bottomrow
{
    margin-bottom: 8px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
DIV#toprow A.textButtonLink
{
    background-color: #996;
}
DIV#bottomrow A.textButtonLink
{
    background-color: #AA7A4B;
}
/*the real value */
TD>A.textButtonLink, TD>A.textButtonLink_high
{
	height: auto;
}
/* Highlighted and Hover button text */
DIV#toprow A.textButtonLink_high, DIV#toprow A.textButtonLink:hover, DIV#toprow A.textButtonLink_high:hover
{
	color: white;
    background-color: #000;
}
DIV#bottomrow A.textButtonLink_high, DIV#bottomrow A.textButtonLink:hover, DIV#bottomrow A.textButtonLink_high:hover
{
	color: white;
    background-color: #000;
}
A.subSectionLink, A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
	display: block;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
    margin-bottom: 7px;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: black;
}


/*=================================================( MISC PIECES )===*/
/*===================================================================*/

.formLabelReq
{
	color: #F00;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE {
    background-color: #AA7A4B;
}
.calMonth TD { font-size: 8pt; }
.calMonthName, .calYear {
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading {
    background-color: #996;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calDayHeading SPAN { font-size: 120%; }

.calDay {
    vertical-align: top;
    background-color: white;
}
.calDayNum {
    display: block;
    font-size: 120%;
}
.calGrayDay{
    background-color: #CCC;
    color: #333;
}
.calToday {
    font-weight: bold;
    background-color: #FFD;
}
.eventTip
{
    border-color: #550;
    background-color: #FF8;
}

/* font size for small calendars */
.leftColumn .calDayHeading SPAN, .leftColumn .calDayNum,
.rightColumn .calDayHeading SPAN, .rightColumn .calDayNum
{ font-size: 100%; }

/*===================( CSS CLASSES OLD CALENDAR )=================*/
/*================================================================*/

/* calendar grid color */
/*.calendarTable
{
    background-color: #555;
}*/
 /* month heading style */
/*.calendar_month
{
}*/
/* SMTWTFS style */
/*.day_headings
{
    background-color: #AAAAAA;
}*/
/* for each day cell */
/*.calendar_small_event_title, .calendar_big_event_title
{
}*/
/* style for today's day cell */
/*.today_big_cell, .today_small_cell
{
}*/
/* calendar item link styles */
.calendarTable A
{
		color: black;
}
.calendarTable A:hover
{
		color: black;
}
/* style for blank days not in current month */
/*.calendar_date
{
}*/