/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
BODY
{
    background-color: white;
    margin: 0px;
}
#allContainer
{
	min-width: 760px;
	max-width: 1200px;
	margin-top: 10px;
	position: relative;
}
div.siteBG
{
	background-image: url(./images/bggrad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: white;
	padding: 10px 0px 0px 10px;
}
TD.centerColumn
{
}
.centerColumn
{
    padding: 0em 0em 1em 1em;
}
.middleColor
{
		background-color: white;
		padding: 1.75em;
}
TD.leftColumn
{
    font-size: 9pt;
    background-color: transparent;
    padding-top: 10px;
}
TD.rightColumn
{
    font-size: 9pt;
    background-color: #cad0ce;
    border-top: 2px solid white;
    border-left: 2px solid white;
    padding-top: 15px;
}

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 7.5pt;
}
A
{
    color: #333;
    font-weight: bold;
}
A:hover
{
    color: #003325;
}

/*======================================================( BANNER )===*/
/*===================================================================*/
#greenbar
{
	background-color: #003333;
	font-size: 0px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	height: 5px;
}

#banner
{
	position: relative;
	overflow: hidden;
	padding: 0.5em;
}

/*==================================================( SEARCH BOX )===*/
/*===================================================================*/

#googleTranslateWrap
{
	position: absolute;
	top: -2px;
	right: 300px;
}

.searchPad
{
	background-color: #f6f5c9;
	border: 1px solid black;
}
.searchbox
{
	position: absolute;
	top: 1px;
	right: 5px;
	padding: 0.25em 1em 0.25em 1em;
}

.searchbox_header
{
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    background-color: transparent;
    padding-right: 8px;
}

.searchbox_body
{
    background-color: transparent;
}
.searchField
{
	width: 160px;
	height: 10px;
}
A.goButton, A.goButton:hover
{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 6pt;
	background-color: #4F092D;
	padding: 2px 2px 3px 2px;
	border: 1px solid #1c3042;
	text-decoration: none;
	height: 10px;
}
A.goButton:hover
{
		background-color: #a9b6c2;
}

/*=============================================( BANNER IMAGES )=====*/
/*===================================================================*/

#bannerImages
{
	position: absolute;
	top: 35px;
	left: 300px;
	right: 10px;
}

DIV.bannerborderA
{
    padding: 5px;
    background-color: black;
}
DIV.bannerborderB
{
    border: 1px #FFF solid;
    overflow: hidden;
    width: 99.7%;
}
HTML>BODY DIV.bannerborderB
{
    width: auto;
}

.bg_imgA
{
    background-image: url(./images/photo_1.jpg);
    background-repeat: x-repeat;
    background-position: 0% 100%;
    border-right: 1px solid white;
    overflow: hidden;
    height: 100px;
	width: 20%;
}
.bg_imgB
{
    background-image: url(./images/photo_2.jpg);
    background-repeat: x-repeat;
    background-position: 0% 100%;
    border-right: 1px solid white;
    overflow: hidden;
	width: 17%;
}
.bg_imgC
{
    background-image: url(./images/photo_3.jpg);
    background-repeat: x-repeat;
    background-position: 50% 100%;
    border-right: 1px solid white;
    overflow: hidden;
}
.bg_imgD
{
    background-image: url(./images/photo_4.jpg);
    background-repeat: x-repeat;
    background-position: 50% 100%;
    border-right: 1px solid white;
    overflow: hidden;
}
.bg_imgE
{
    background-image: url(./images/photo_5.jpg);
    background-repeat: x-repeat;
    background-position: 50% 100%;
    border-right: 1px solid white;
    overflow: hidden;
	width: 24%;
}
.bg_imgF
{
    background-image: url(./images/photo_6.jpg);
    background-repeat: x-repeat;
    background-position: 100% 100%;
    border-right: 1px solid white;
    overflow: hidden;
	width: 15%;
}
.bg_imgG
{
    background-image: url(./images/photo_7.jpg);
    background-repeat: x-repeat;
    background-position: 0% 100%;
    overflow: hidden;
}

/*=============================================( WELCOME MESSAGE )===*/
/*===================================================================*/

.welcomeMessCont
{
		border: 2px solid white;
		border-right: none;
		border-bottom: none;
}
.welcomeImg
{
		background-image: url(./images/welcomeTxt.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #4f092d;
		border-bottom: 2px solid white;
}
.welText
{
		color: white;
		background-color: #4f092d;
		margin-left: 26px;
		border-left: 2px solid white;
		padding: 1em 1em 0.25em 1em;
}
.welText .headline3
{
		color: #fcfaad;
		margin-bottom: 0.5em
}
.welcomeMessCont A
{
		color: #fcfaad;
}
.welcomeMessCont A:hover
{
		color: white;
}


/*============================================( SPECIAL FEATURES )===*/
/*===================================================================*/


/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
    font-size: 12pt;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
		font-weight: bold;
    font-size: 14pt;
    color: #2e594f;
}
.headline3
{
		color: #2e594f;
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
.contentbox_center_header, .sec_title
{
		margin-bottom: 0.55em;
}
.contentbox_center_body, .sec_summary
{
		/*padding: 0px 5px 5px 15px;
		background-image: url(./images/dark_arrow.gif);
		background-repeat: no-repeat;
    background-position: 3px 4px;
    height: 100%;*/
    padding-left: 0.5em;
}
.attachments
{
}
.centerColumn A
{
}
.centerColumn A:hover
{
}
.welText .contentbox_center_body
{
		background-image: none;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left
{
		background-color: #f6f5c9;
		border: 1px solid black;
		margin-bottom: 1em;
}
.contentbox_left_header
{
    color: #4c092c;
    font-size: 10pt;
    font-weight: bold;
    background-color: transparent;
    padding: 0.5em;
}
.contentbox_left_body
{
		color: #575757;
    background-color: transparent;
    padding: 0.5em 1em 1em 1em;
}
.leftColumn A
{
  	color: #333;
}
.leftColumn A:hover
{
    color: #003325;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/
.contentbox_right, .sidebar
{
}
.contentbox_right_header, .sidebar_header
{
    color: #2c3a43;
    font-weight: bold;
    font-size: 12pt;
    background-color: transparent;
    text-align: left;
    padding: 0px 10px 0px 18px;
    background-image: url(./images/dark_arrow.gif);
    background-repeat: no-repeat;
    background-position: 11px 6px;
}
.contentbox_right_body, .sidebar_body
{
		color: #333;
    background-color: transparent;
    padding: 5px 10px 0px 18px;
}
.rightColumn A
{
    color: #575757;
}
.rightColumn A:hover
{
    color: #003325;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

#footerBar
{
		border-top: 2px solid #1d3041;
		margin-top: 2px;
}
.footer
{
    font-size: 8pt;
    font-weight: bold;
    color: white;
    background-color: #023526;
    text-align: center;
    padding: 3px;
    margin-top: 2px;
}
DIV.footernav
{
    text-align: center;
}
A.footernav
{
    font-size: 8pt;
    color: #333;
}
A.footernav:hover
{
		color: #666;
}

/*=============================================( 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: 3px 10px 3px 10px;
}
.subTriangle
{
    top: 6px;
}
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
    font-size: 9pt;
}

/*=========================================( PRIMARY NAVIGATION )===*/

A.menuTitle, A.menuTitle_hi, A.menuTitle:visited, A.menuTitle_hi:visited
{
		display: block;
    color: #575757;
    background-color: #f6f5c9;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    white-space: normal;
    border: 1px solid black;
    margin-bottom: 3px;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
    color: white;
    text-decoration: none;
    background-color: #4f042b;
}

/*=======================================( SECONDARY NAVIGATION )===*/

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
    color: #575757;
    background-color: #f6f5c9;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0px;
    margin-left: 3px;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
		color: white;
    background-color: #4f042b;
}

/*=========================================( SUBSECTION NAVIGATION )===*/

DIV.menu
{
    background-color: #4f042b;
  	border: 1px solid black;
}

/*#secNavBox DIV.menu
{
    background-color: #a1b570;
  	border: 1px solid white;
}*/
A.menuItem, A.menuItem_hi, A.menuItem:visited, A.menuItem_hi:visited
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
A.menuItem_hi
{
    background-color: #f6f5c9;
}
A.menuItem:hover, A.menuItem_hi:hover
{
    color: #575757;
    background-color: #f6f5c9;
    text-decoration: none;
}
#secNavBox A.menuItem_hi
{
		background-color: #f6f5c9;
}
#secNavBox A.menuItem:hover, #secNavBox A.menuItem:hover
{
		color: #575757;
		background-color: #f6f5c9;
}
/*===================================( SUBSECTION-ONLY NAVIGATION )===*/

.subnavbox
{
		background-color: #f6f5c9;
		border: 1px solid black;
		margin-bottom: 1em;
}
.subnavbox_header
{
    color: #4c092c;
    font-size: 9pt;
    font-weight: bold;
    background-color: transparent;
    padding: 0.5em;
}
.subnavbox_body
{
    background-color: transparent;
    padding: 0.25em 1em 1em 1em;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
}
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
    color: #575757;
    font-weight: bold;
    text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
    color: #003325;
}

/*=============================================( REQUIRED STYLES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

.secNavPad
{
		padding: 10px 10px 10px 7px;
}
.horizNavBox
{
    z-index: 6;
}
.vertNavBox
{
    z-index: 5;
    margin-bottom: 1em;
}
.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: black;
}
.calMonthName, .calYear 
{
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading 
{
    background-color: #4f092d;
    color: white;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #cad0ce;
    color: #333;
}
.calToday 
{
    font-weight: bold;
    background-color: #fffa60;
}
.eventTip
{
    border-color: #550;
    background-color: #fffa60;
}
.calendarTable A
{
		color: #333;
}
.calendarTable A:hover
{
		color: black;
}