/*=====================================================( 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: #535252;
    background-image: url(./images/site-gradient.png);
    background-repeat: repeat-x;
    background-position: left top;
}
#allContainer
{
		min-width: 840px;
		max-width: 1279px;
}
#whtBorder
{
		border: 1px solid #fff;
		background-color: #fff;
}
TD.centerColumn
{
		padding: 15px 20px 20px;
}
TD.leftColumn
{
		padding-bottom: 280px;
}
TD.rightColumn
{
		padding-top: 5px;
}
TD.extraCol
{
		font-size: 1px;
		width: 5px;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A/*.centerColumn A, .leftColumn A, .rightColumn A, .printView A*/
{
    color: #000;
    /*font-weight: bold;*/
}
A:hover/*.centerColumn A:hover, .leftColumn A:hover, .rightColumn A:hover, .printView A:hover*/
{
    color: #bf3131;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
    color: #bf3131;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 12pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}

/*======================================================( BANNER )===*/
/*===================================================================*/

#bannerWrapper
{
    background-image: url(./images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    height: 235px;
}
#logo
{
		position: absolute;
		top: 10px;
		right: 40px;
}

/*===========================================( SEARCH HORIZONTAL )===*/
/*===================================================================*/

#searchWrapper
{
		height: 100%; /* IE 6 */
		background-color: #231f20;
		border-top: 1px solid #fff;
		overflow: hidden;
		padding: 6px 8px;
}
.searchbox
{
		float: right;
		margin: 0px;
}
.searchbox *
{
		vertical-align: middle;
}
span.searchbox_header
{
    color: white;
    font-size: 8.5pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 5px;
    display: none;
}
input.searchbox_field
{
		width: 160px;
		font-size: 9pt;
}
.searchbox_controls, .searchbox_tips
{
		display: none;
}
A.goButton, A.goButton:hover
{
    border: 1px solid #c71821;
    padding: 2px 3px 2px 3px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 7.5pt;
    background-color: #e51b24;
    margin-left: 5px;
}
A.goButton:hover
{
	background-color: #ff1f2a;
}

/*==========================================( 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, .subnavbox
{
		margin-bottom: 12px;
}
.contentbox_left_header, .subnavbox_header
{
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    background-color: #570000;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}
.contentbox_left_body, .subnavbox_body
{
    background-color: transparent;
    padding: 1em;
}
#iconWrapper
{
		margin-bottom: 12px;
}
#iconBody
{
    background-color: #7f1313;
    background-image: url(./images/icon-gradient.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 10px 0px 15px;
}
.icon
{
		padding: 5px 10px;
}
.icon A
{
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		display: inline;
		vertical-align: middle;
}
.icon A:hover
{
		color: #ccc;
}
#memberIcon
{
		width: 8px;
		height: 23px;
		margin-left: 5px;
		margin-right: 9px;
		display: inline;
		vertical-align: middle;
}
#donateIcon
{
		width: 17px;
		height: 17px;
		margin-right: 5px;
		display: inline;
		vertical-align: middle;
}
.leftColumn A
{
}
.leftColumn A:hover
{
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		margin-bottom: 5px;
}
.contentbox_right_header, .sidebar_header
{
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
    background-color: #231f20;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}
.contentbox_right_body, .sidebar_body
{
		border: 1px solid #231f20;
    background-color: transparent;
    padding: 1em;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

#footerWrapper
{
		position: relative;
}
#footerImg
{
		position: absolute;
		top: -267px;
		left: 10px;
}
.footer
{
    font-size: 8pt;
    color: #fff;
    background-color: #231f20;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #fff;
}
DIV.footernav
{
    text-align: center;
    color: #fff;
}
A.footernav, .verticalLogo_text A, #pvFooter A
{
    font-size: 8pt;
    color: #fff;
}
A.footernav:hover, .verticalLogo_text A:hover, #pvFooter A:hover
{
		color: #ccc;
}

/*=============================================( 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: #fff;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    border-top: 1px solid #fff;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover, A.menuTitle_hi:visited
{
    color: #fff;
    text-decoration: none;
    background-color: #570000;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    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: #570000;
  	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: #fff;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #a02323;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #fff;
    background-color: #a02323;
    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: #000;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #bf3131;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.horizNavBox
{
    z-index: 6;
}
.vertNavBox
{
    z-index: 5;
    background-color: #c03232;
    background-image: url(./images/nav-gradient.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px 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: #231f20;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: #fff;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #6c0a0a;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #ccc;
    color: #707070;
}
.calToday
{
    font-weight: bold;
    background-color: #ccc;
}
.eventTip
{
    border-color: #550;
    background-color: #ccc;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}

/*=====================================================( MISC )===*/
/*================================================================*/

.divRule, .guestbookDivider
{
    border-top: 1px solid #a8ab8f;
    margin-bottom: 1em;
    margin-top: 0.25em;
}