/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000000;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #493e47 url(images/bg.png) top left repeat-x;
}
#allContainer
{
	width: 948px;
	border: 1px solid white;
	background: white;
}

/* banner */
#topStuff
{
	background: black;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid white;
}
a.banner, h1.banner
{
	margin: 4px 0 0 0;
}
a.banner
{
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.banner img
{
	display: block;
	border: none;
}
.banner .hidden { display: none; }


.collage
{
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 100%;
}


/* main table */
.mainTable
{
	width: 100%;
	border-collapse: collapse;
	margin: 0; border: 0;
}
.mainTable td.column { vertical-align: top; text-align: left; padding: 0 }
.mainTable td.centerColumn
{
	padding: 1em 1.6em;
}
.mainTable td.narrow.column
{
	font-size: 88.8%;
}
.mainTable td.leftColumn
{
	width: 184px;
	padding: 8px 0 0 8px;
}
.mainTable td.rightColumn
{
	width: 190px;
	padding: 8px 8px 0 0;
}


/* global stuff */
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
	font-size: 85%;
}
.narrow.column .subtext, .narrow.column .subtextlink, .narrow.column .subtextitalics, .narrow.column .subtextItalics
{
	font-size: 100%;
}
a
{
	color: #7a6e77;
	/*font-weight: bold;*/
}
a:hover { color: #b173a1; }
.itemLink { font-weight: bold; }


/* simple search box, now in by default */
.searchbox.simple 
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	font-size: 8pt;
	line-height: 18px;
	color: white;
}
.searchbox.simple > * { vertical-align: middle; }
.searchbox.simple .searchbox_header
{
	padding: 0;
	background: transparent;
}
.searchbox.simple input, .searchbox.simple a.goButton
{
	width: 120px;
	border: 1px solid black;
	font-size: 7.5pt;
}
.searchbox.simple .searchbox_controls, .searchbox.simple .searchbox_tips { display: none; }
.searchbox.simple A.goButton
{
	display: inline;
	padding: 0px 2px;
}
A.goButton
{
	display: block;
	padding: 2px 4px;

	background-color: #938b39;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
A.goButton:hover { background-color: #d4d4d4; }




/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	font-weight: bold;
	font-size: 133%;
}
.headline1 { font-size: 200%; }
.headline2 { font-size: 155%; }
.headline3 {}
.headline4 { font-size: 111%; }
.headlineDisplay A { font-weight: bold; }


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.centerColumn .contentbox
{
}
.centerColumn .contentbox > .header
{
}
.centerColumn .contentbox > .body
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .contentbox, .searchbox, .subnavbox
{
}
.leftColumn .contentbox > .header
{
	color: #e0e4cf;
	font-weight: bold;
	font-size: 9pt;
	background-color: #938b39;
	border: 1px solid #343434;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 3px

}
.leftColumn .contentbox > .body
{
	background-color: #deddbd;
	border: 1px solid #343434;
	padding: 1em;
	margin-bottom: 20px
}
.leftColumn .contentbox:nth-child(even) > .header
{
	background-color: #0d2b2e;
}
.leftColumn .contentbox:nth-child(even) > .body
{
	color: white;
	background-color: #044c53;
}
.leftColumn .contentbox:nth-child(even) > .body a
{
	color: #b2edf2;
}
.leftColumn .contentbox:nth-child(even) > .body a:hover
{
	color: white;
}
.leftColumn A
{
	color: #2f5a42;
}
.leftColumn A:hover
{
	color: #4a8d68;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
}
.rightColumn .contentbox > .header
{
	color: #e0e4cf;
	font-weight: bold;
	font-size: 9pt;
	background-color: #938b39;
	border: 1px solid #343434;
	text-align: center;
	padding: 0.5em;
	margin-bottom: 3px
}
.rightColumn .contentbox > .body
{
	background-color: #deddbd;
	border: 1px solid #343434;
	padding: 1em;
	margin-bottom: 20px
}
.rightColumn A
{
	color: #2f5a42;
}
.rightColumn A:hover
{
	color: #4a8d68;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 88%;
	color: white;
	background-color: #1e0e2a;
	text-align: center;
	padding: 0.6em 1em;
}

.footernav
{
	text-align: center;
}
A.footernav
{
	font-size: 88%;
}
A.footernav:hover
{
	
}



/* =============== MENU NAV STUFF =====================*/


/*=================================================*/
/*==( Adjustable styles )==========================*/
/*=================================================*/

/* width of menus */
A.menuItem, A.menuItem_hi, DIV.menu
{
	width: 200px;
}

/* padding...try to keep it consistent between menu titles and menu items */
.menuItemPadder, .menuTitle, .menuTitle_hi
{
	padding: 6px 10px 6px 10px;
}
.menuTitle, .menuTitle_hi
{
	padding: 6px 10px 6px 10px;
}
/* keep the "top" value of this set equal to the amount of padding-top on the menuItemPadder */
.subTriangle
{
	top: 6px;
}

/* text size...keep this consistent as well */
A.menuTitle, A.menuTitle_hi, A.menuItem, A.menuItem_hi, .subTriangle
{
	font-size: 9pt;
}


/* menu TITLE style */
A.menuTitle, A.menuTitle_hi
{
	color: #ffffff;
	background-color: #044c53;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #0d292c;

	display: block;
	margin-bottom: 3px;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	color: white;
	background-color: #0d2b2e;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	border: none;
	margin: 0 1px 0 0;
	text-align: center;
}
#secNavBox td:last-of-type A.menuTitle, #secNavBox td:last-of-type A.menuTitle_hi
{
	margin-right: 0;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
}


/* menu ITEM style */
A.menuItem, A.menuItem_hi
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
A.menuItem_hi, A.menuItem:hover, A.menuItem_hi:hover
{
	color: white;
	background-color: #0d2b2e;
	text-decoration: none;
}
/*#secNavBox A.menuItem, #secNavBox A.menuItem_hi
{
}
#secNavBox A.menuItem_hi, #secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
}*/


/* subnav triangle */
.menuItem .subTriangle, .menuItem_hi .subTriangle, .menuItem:hover .subTriangle
{
	color: white;
}
.menuItem_hi .subTriangle, .menuItem:hover .subTriangle
{
}


/* 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: #044c53;
	
	border-style: solid;
	border-bottom-color: #032d31;
	border-left-color: #032d31;
	border-right-color: #0f6971;
	border-top-color: #0f6971;
}

/*#secNavBox DIV.menu
{
	background-color: #929292;
	
	border-style: solid;
	border-bottom-color: #666666;
	border-left-color: #b6b6b6;
	border-right-color: #666666;
	border-top-color: #b6b6b6;
}*/

/*===============================================*/
/*==( REQUIRED styles )==========================*/
/*===============================================*/

.horizNavBox
{
	z-index: 5;
	position: absolute !important;
	width: 500px !important;
	left: 200px;
	bottom: 2px;
	background: #044c53 url(images/navBG.png) top left repeat-x;
	border: 1px solid white;
}
.horizNavBox td
{
	width: 33%;
}
.vertNavBox
{
	z-index: 6;
	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-right: 1.2em;
}
.menuItem .subTriangle, .menuItem_hi .subTriangle, .menuItem:hover .subTriangle
{
	text-decoration: none;
	position: absolute;
	right: 5px;
}
/* hover color for subnav triangle */
.menuItem_hi .subTriangle, .menuItem:hover .subTriangle
{
}

/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/


/* SUBSECTIONS-ONLY box styles */
.subnavbox A.subSectionLink, .subnavbox A.subSectionLink_high
{
	text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
	text-decoration: underline;
}
.subnavDivTag
{
	margin-bottom: 0.5em;
}


/*=================================================( CALENDAR PIECES )===*/
/*=======================================================================*/

.calMonth table, .calDayHeading /* calendar grid color */
{
	background-color: #645e27;
}
.calDayHeading
{
	background-color: #938b39;
}

.calGrayDay
{
	background-color: #c7c5af;
	color: #333333;
}
.calToday
{
	background-color: #ffffdd;
}
.eventTip
{
	border-color: #555500;
	background-color: #ffff88;
}