/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000400;
	font-family: tahoma, sans-serif, Sans, Arial, Verdana;
	font-size: 12pt;
	background: #97a87b;
}
#allContainer
{
	min-width: 800px;
	max-width: 1280px;
	padding-bottom: 10px;
}

/* banner */
.banner
{
	margin: 0;
	padding: 10px;
}
#logo
{
	border: none;
	font-size: 18pt;
	font-weight: bold;
	padding: 10px;
}
#logo a
{
	text-decoration: none;
}
#slogan
{
	text-align: right;
	font-size: 14pt;
}

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 3px;
	left: 1em;
	z-index: 10;
}

#searchbarwrap
{
	width: 100%;
	position: relative;
	zoom: 1;
}

#searchbar
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #373131;
	width: 280px;
	height: 25px;
	
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.contentwrap
{
	background: #97a87b url(images/greengrad.gif) repeat-x top left;
}

#navwrap1
{
	width: 100%;
	zoom: 1;
	position: relative;
	height: 30px;
}

#navwrap2
{
	position: absolute;
	width: 90%;
	top: 0px;
	right: 0px;
	background: #373131;
	padding-left: 30px;

	border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;	
}

#phototable
{
	background: #3c4528;
	padding: 0px;
	border-spacing: 8px;
	border: 1px solid white;
	width: 100%;
}

.photos
{
	height: 130px;
	border: 1px solid white;
}




/* 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: 10px;
}
.mainTable td.narrow.column
{
	font-size: 88.8%;
}
.mainTable td.leftColumn
{
	width: 190px;
}
.mainTable td.rightColumn
{
	width: 190px;
}


/* 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: #000;
	/*font-weight: bold;*/
}
a:hover { color: #333; }
.itemLink { font-weight: bold; }


/* simple search box, now in by default */
.searchbox.simple 
{
	text-align: right;
	margin: 0;
	font-size: 8pt;
	line-height: 18px;
}
.searchbox.simple > * { vertical-align: middle; }
.searchbox.simple .searchbox_header
{
	padding: 0;
	background: transparent;
	color: white;
	font-weight: bold;
}
.searchbox.simple input, .searchbox.simple a.goButton
{
	width: 180px;
	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: #7c1003;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
A.goButton:hover { background-color: #333; }




/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
	font-weight: bold;
	font-size: 133%;
	color: #f9ea8d;
}
.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
{
	color: #f9ea8d;
}
.centerColumn .contentbox > .body
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}


/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .contentbox, .searchbox
{
}
.leftColumn .contentbox > .header
{
	color: #f9ea8d;
	font-size: 150%;
	font-weight: bold;
	background-color: transparent;
	padding: 0.5em;
}
.leftColumn .contentbox > .body
{
	background-color: transparent;
	padding: 1em;
}
.leftColumn A
{
}
.leftColumn A:hover
{
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
}
.rightColumn .contentbox > .header
{
	color: #f9ea8d;
	font-weight: bold;
	font-size: 150%;
	background-color: transparent;
	text-align: left;
	padding: 0.5em;
}
.rightColumn .contentbox > .body
{
	background-color: transparent;
	padding: 1em;
}
.rightColumn A
{

}
.rightColumn A:hover
{

}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 88%;
	font-weight: bold;
	color: #fff;
	background-color: #373131;
	text-align: center;
	padding: 3px 10px;
	margin-top: 3px;
}

.footernav
{
	text-align: center;
}
A.footernav, .verticalLogo_text a
{
	font-size: 88%;
	font-weight: bold;
	color: #222;
}
A.footernav:hover, .verticalLogo_text a:hover
{
	color: #4f593e;
}


/* =============== 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;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 1px 1px 2px #333;
	display: block;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	background-color: #4f593e;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	text-align: left;
	background: transparent;
	border-bottom: 2px dotted black;
	color: #222;
	text-shadow: 1px 1px 2px #ccc;
}
#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
	color: #4f593e;
}


/* 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: #4f593e;
	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: #373131;
	
	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 )==========================*/
/*===============================================*/

.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-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;
	color: #4f593e;
}
.subnavDivTag
{
	margin-bottom: 0.5em;
}


/*=================================================( CALENDAR PIECES )===*/
/*=======================================================================*/

.calMonth table, .calDayHeading /* calendar grid color */
{
	background-color: #373131;
}
.calDayHeading
{
	background-color: #505d41;
}

.calGrayDay
{
	background-color: #c4c4c4;
	color: #333333;
}
.calToday
{
	background-color: #dfe8d7;
}
.eventTip
{
	border-color: #555500;
	background-color: #ffff88;
	color: black;
}