/*=====================================================( GLOBALS )===*/
/*===================================================================*/

* html #adminPreviewHeader { position: absolute; }
#adminPreviewHeader
{
	z-index: 50000;
	position: fixed;
	top: 0px;
	left: 0px;
	text-decoration: underline;
}

BODY, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
	color: #000000;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	zoom: 1;
}
BODY
{
	padding: 0; margin: 0;
	background-color: white;
}
#allContainer
{
	padding-top: 195px;
}
.banner
{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 170px;
	padding-top: 25px;

	background: url(images/bannerBG.png) repeat-x top left;
}
.banner img { margin: 0 auto; }

.underBanner
{
	position: relative;
	margin-top: -41px;
}
.underPhotos
{
	background: url(images/gradient.png) repeat-x bottom left;
}
TD.centerColumn
{
	padding: 2em 2.6em;
}
TD.leftColumn
{
	padding: 14px 0 0 16px;
}
TD.rightColumn
{
	padding: 2em 16px 0 0;
}


a
{
	color: #000066;
	/*font-weight: bold;*/
}
a:hover
{
	color: #0000aa;
}

.navFloater
{
}
#photoBox
{
	border: solid 1px black;
	background-color: white;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	height: 157px;
	margin-bottom: 1px;
}

.faker { height: 0px; font-size: 1px; line-height: 0px; } /* wtf, fix ie */

/* searchbox in the banner */
.searchbox
{
	position: absolute;
	top: 2px; right: 2px;
	color: white;
	font-size: 95%;
}
.searchbox_header {  }
.searchbox_field
{
	line-height: 7pt;
	height: 8pt;
}
.searchbox_controls, .searchbox_tips
{
	display: none;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	font-weight: bold;
	font-size: 133%;
	color: #eaba1e;
	margin: 0 0 1em 0;
}
.headline1 { font-size: 200%; }
.headline2 { font-size: 155%; }
.headline3 {}
.headline4 { font-size: 111%; }

.headlineDisplay A
{
	font-weight: bold;
}


/*==========================================( 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: 2em 0 0 0;
}

.contentbox_left_header, .subnavbox_header
{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
}

.contentbox_left_body, .subnavbox_body
{
	background-color: transparent;
}
.leftColumn A
{
	
}
.leftColumn A:hover
{
	
}
A.goButton, A.goButton:hover
{
	padding: 2px 4px;

	background-color: #eaba1e;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
A.goButton:hover { background-color: #d4d4d4; }


/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}

.contentbox_right_header, .sidebar_header
{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0.5em 0;
	text-transform: uppercase;
}

.contentbox_right_body, .sidebar_body
{
	background-color: transparent;
	padding: 1em;
}
.rightColumn A
{
	
}
.rightColumn A:hover
{
	
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 88%;
	font-weight: bold;

	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 15px;
}
.footerDeco
{
	height: 4px;
	line-height: 0px;
	background: #ecc64b;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
DIV.footernav
{
	text-align: center;
}
A.footernav
{
	color: #000;
	font-size: 88%;
}
A.footernav:hover
{
	color: #000093;
}

/* =============== 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: #ca2121;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	border: solid 1px black;
	margin: 0 0 2px 0;

	display: block;
	position: relative;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	background-color: #000;
	color: white;
}
#priNavBox A.menuTitle, #priNavBox A.menuTitle_hi
{
	background: #ecc64b;
	border: none;
	padding: 0 1em;
	height: 27px;
	line-height: 25px;
	text-shadow: 2px 2px 3px #7b7152;
}
#priNavBox A.menuTitle_hi, #priNavBox A.menuTitle:hover, #priNavBox A.menuTitle_hi:hover
{
	color: #3b73c2;
	text-shadow: none;
}
#priNavBox A.menuTitle:hover, #priNavBox A.menuTitle_hi:hover
{
	background: #b89214;
}
#priNavBox A.menuTitle span, #priNavBox A.menuTitle_hi span
{
	vertical-align: middle;
}
/*#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
}
#secNavBox A.menuItem:hover, #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: #3b73c2;
	text-decoration: none;
}
A.menuItem:hover, A.menuItem_hi:hover
{
	background-color: #b89214;
}
#secNavBox A.menuItem, #secNavBox A.menuItem_hi
{
}
#secNavBox A.menuItem_hi, #secNavBox A.menuItem:hover, #secNavBox A.menuItem_hi:hover
{
	color: white;
	background-color: #000;
}


/* 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: #ecc64b;
	
	border-style: solid;
	border: solid 1px white;
}
#priNavBox div.menu
{
}
#secNavBox DIV.menu
{
	background-color: #ca2121;
	
	border-style: solid;
	border: solid 1px black;
}


/*===============================================*/
/*==( REQUIRED styles )==========================*/
/*===============================================*/

.horizNavBox
{
	position: relative;
	height: 100%;
	z-index: 6;
	background: url(images/tinyLine.png) top left no-repeat;
	padding: 0 0 0 1px;
	float: right;
	border-top: solid 1px white;
	width: auto;
}
.rightLine
{
	background: url(images/tinyLine.png) top right no-repeat;
	padding: 0 1px 0 0;
}
.vertNavBox
{
	z-index: 5;
}
.vertNavBox table { height: 100%; background: red; }

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
{
	color: #550000;
	text-decoration: none;
}
.subnavbox A.subSectionLink_high, .subnavbox A.subSectionLink:hover, .subnavbox A.subSectionLink_high:hover
{
	color: #aa0000;
}
.subnavDivTag
{
	margin-bottom: 0.5em;
}


/*=================================================( CALENDAR PIECES )===*/
/*=======================================================================*/


.calMonth TABLE, .calDayHeading /* calendar grid color */
{
	/*background-color: #888888;*/
}

.calGrayDay {
	/*background-color: #cccccc;
	color: #333333;*/
}

.calToday {
	/*background-color: #ffffdd;*/
}

.eventTip
{
	/*border-color: #555500;
	background-color: #ffff88;*/
}