/*=====================================================( 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;
}
#allContainer
{
		min-width: 760px;
		max-width: 1280px;
}
#brnBorder
{
		border: 1px solid #000;
		background-color: #605c3f;
		padding: 10px;
}
#blkBorder
{
		border: 1px solid #000;
		background-color: #fff;
		background-image: url(./images/content-gradient.png);
		background-repeat: repeat-x;
		background-position: left bottom;
}
#siteContent
{
		margin: 15px;
}
TD.centerColumn
{
}
TD.leftColumn
{
}
TD.rightColumn
{
}

/*=======================================================( 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: #444;
}
.itemLink
{
    font-weight: bold;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
    color: #9f334a;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
    font-size: 14pt;
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}

/*===============================================( BANNER PIECES )===*/
/*===================================================================*/

#bannerWrapper
{
		background-image: url(./images/banner-gradient.png);
		background-repeat: repeat-y;
		background-position: right top;
		overflow: hidden;
		height: 1%;
		padding: 20px 15px 10px 0px;
}
#logo
{
		width: 456px;
		height: 120px;
}
#photoWrapper
{
		border: 2px solid white;
}
#vista
{
		height: 107px;
}
.photo1, .photo2, .photo3
{
		/*background-image: url(./images/photoA/1random.jpg);*/
		background-repeat: repeat-y;
		background-position: center top;
		border-right: 2px solid white;
		width: 28%;
		height: 107px;
}
.photo2
{
		/*background-image: url(./images/photoB/1random.jpg);*/
		width: 44%;
}
.photo3
{
		border-right: none;
		/*background-image: url(./images/photoC/1random.jpg);*/
}


/*===========================================( SEARCH HORIZONTAL )===*/
/*===================================================================*/

#barWrapper
{
		background-color: white;
		padding: 2px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
}
#barColor
{
		/*background-color: #88a967;*/
		background-image: url(./images/nav-bg.png);
		background-repeat: no-repeat;
		background-position: right top;
}
.searchbox
{
		float: right;
		margin: 3px 15px 0px 0px;
		width: 40%;
		text-align: right;
}
.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;
}
input.searchbox_field
{
		width: 115px;
		font-size: 9pt;
}
.searchbox_controls, .searchbox_tips
{
		display: none;
}
A.goButton, A.goButton:hover
{
    border: 1px solid #bfbfa6;
    padding: 2px 3px 2px 3px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 7pt;
    background-color: #cfcfb5;
    margin-left: 5px;
}
A.goButton:hover
{
	background-color: #bfbfa6;
}

/*==========================================( 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-weight: bold;
    font-size: 10pt;
    background-color: #645d3c;
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    margin-bottom: 3px;
}
.contentbox_left_body, .subnavbox_body
{
		border: 1px solid #000;
    background-color: #d4d0bf;
    padding: 12px;
}
.leftColumn A
{

}
.leftColumn A:hover
{

}
input.searchField
{
		width: 120px;
		font-size: 9pt;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
		margin-bottom: 12px;
}
.contentbox_right_header, .sidebar_header, .qlinks
{
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
    background-color: #645d3c;
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    margin-bottom: 3px;
}
.qlinks
{
		font-size: 12pt;
		background-color: #302b13;
}
.contentbox_right_body, .sidebar_body
{
		border: 1px solid #000;
    background-color: #d4d0bf;
    padding: 12px;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

.footer
{
    font-size: 8pt;
    color: #fff;
    background-color: #394928;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #000;
}
.footer A
{
		color: #fff;
		text-decoration: none;
}
.footer A:hover
{
		color: #88ad5f;
}
DIV.footernav
{
    text-align: center;
}
A.footernav, #pvFooter A
{
    font-size: 8pt;
    color: #000;
}
A.footernav:hover, #pvFooter A:hover
{
		color: #444;
}

/*=============================================( 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: 7px 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: #88a967;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #000;
    text-transform: uppercase;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover, A.menuTitle_hi:visited
{
    color: #fff;
    text-decoration: none;
    background-color: #637a4b;
}
.navLine
{
		background-color: #fff;
}
.navLineSP
{
		background-color: #fff;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: white;
    background-color: #88a967;
    margin-bottom: 2px;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
    background-color: #637a4b;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #637a4b;
  	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
{
    background-color: #88a967;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: white;
    background-color: #88a967;
    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: #8c8a7e;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

#prinavWrapper
{
    float: left;
    width: 40%;
}
.horizNavBox
{
    z-index: 6;
}
.vertNavBox
{
    z-index: 5;
    margin-bottom: 12px;
}
.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: #302b13;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: #c1bca4;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #645d3c;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #d4d0bf;
    color: #8f8c81;
}
.calToday
{
    font-weight: bold;
    background-color: #e9e6dc;
}
.eventTip
{
    border-color: #550;
    background-color: #e9e6dc;
}
.calendarTable A
{
		color: #333333;
}
.calendarTable A:hover
{
		color: black;
}