/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000000;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #202020 url(images/bodybg.jpg) no-repeat top left;
}
img { border: none; }
#allContainer
{
	width: 925px;
	padding-bottom: 10px;
}

/* banner */
.banner
{
	display: block;
	margin: 0;
	position: relative;
	height: 140px;
}
.banner img
{
	border: none;
	position: absolute;
	top: 30px;
	right: 0px;
}

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 4px;
	right: 10px;
	/* z-index: 10; */
}

#photos
{
	border: 1px solid white;
	border-top: none;
}

/* main table */
.mainTable
{
	width: 100%;
	border-collapse: collapse;
	margin: 0; border: 0;
	background-color: white;
}
.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: 190px;
	padding: 8px;
}
.mainTable td.rightColumn
{
	width: 190px;
	padding: 8px;
}


/* 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: #333;
	/*font-weight: bold;*/
}
a:hover { color: #000; }
.itemLink { font-weight: bold; }


/* simple search box, now in by default */
.searchbox.simple 
{
	text-align: right;
	margin: 0;
	font-size: 8pt;
}
.searchbox.simple > * { display: inline-block; vertical-align: middle; }
.searchbox.simple .searchbox_header
{
	padding: 0;
	background: transparent;
}
.searchbox.simple .searchbox_field
{
	width: 30ex;
	border: 1px solid black;
	border-color: rgba(0,0,0,0.3);
	font-size: 7.5pt;
	padding: 2px;
}
.searchbox.simple .searchbox_options input, .searchbox.simple .searchbox_tips { margin: 0 0 0 2ex; }
.searchbox.simple .searchbox_options > * { vertical-align: middle; }
.searchbox.simple .searchbox_controls, .searchbox.simple .searchbox_tips { display: none; }
.searchbox.simple A.goButton
{
	display: inline-block;
	padding: 2px 5px;
	
	background: #b1b1b1 url(images/gograd.jpg) repeat-x top left;
	color: #000000;
	border: 1px solid #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 7.5pt;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.searchbox.simple 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
{
	margin-bottom: 1ex;
}
.centerColumn .contentbox > .body
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .contentbox
{
}
.leftColumn .contentbox > .header
{
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	background-color: #333;
	padding: 0.5em;
	margin-bottom: 3px;
}
.leftColumn .contentbox > .body
{
	background-color: #ccc;
	padding: 1em;
	margin-bottom: 10px;
	border: 1px solid black;
}
.leftColumn A
{
}
.leftColumn A:hover
{
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
}
.rightColumn .contentbox > .header
{
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	background-color: #333;
	padding: 0.5em;
	margin-bottom: 3px;
}
.rightColumn .contentbox > .body
{
	background-color: #ccc;
	padding: 1em;
	margin-bottom: 10px;
	border: 1px solid black;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 88%;
	color: #ccc;
	background-color: #000;
	text-align: center;
	padding: 0.6em 1em;
	border: 1px solid white;
}

.footernav
{
	text-align: center;
	color: white;
}
A.footernav
{
	font-size: 88%;
	color: white;
}
A.footernav:hover
{
	color: #ccc;
}
.verticalLogo_text a
{
	color: white;
}

/* =============== 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: #680e0e;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	margin-bottom: 3px;
	border: 1px solid black;

	display: block;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	background-color: #000;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	margin-bottom: 0;
	border: none;
	background-color: #680e0e;
	border-right: 1px solid white !important;
	text-align: center;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
	background-color: #000;
}


/* 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: #000;
	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: #680e0e;
	
	border-style: solid;
	border-bottom-color: #666666;
	border-left-color: #b6b6b6;
	border-right-color: #666666;
	border-top-color: #b6b6b6;
}

/*#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 )==========================*/
/*===============================================*/

/* NEW as of 4/22/2011: no stupid style attributes on menu nav boxes, style is now here */
.menuNavBox
{
	position: relative;
	text-align: left;
	width: 100%;
}

 /* z-indexes on these now considered unnecessary and harmful.
  removing them solves overlapping issues. */
.horizNavBox
{
	/* z-index: 6; */
}
.vertNavBox
{
	/* z-index: 5; */
	margin-bottom: 1em;
}

/* this solves the remaining z-index issues on IE<8 in most cases */
/* the rule is redundant because IE6 randomly doesn't get this double-class selector at the end */
#priNavBox.active, #secNavBox.active, .menuNavBox.active
{
	z-index: 1000;
}

#navwrap
{
	border: 1px solid white;
	background-color: #680e0e;
}
.menuBar
{
	/* width: 100%; */
	width: 720px;
}
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: #3b0000;
}
/* .calMonth table { border-radius: 7px 7px 0 0; } */
.calDayHeading
{
	background-color: #6a0a08;
}

.calGrayDay
{
	background-color: #c1837d;
	color: #333333;
}
.calToday
{
	background-color: #e1c0bc;
}
.eventTip
{
	border-color: #555500;
	background-color: #ffff88;
	color: black;
}