/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000000;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: white;
}
#allContainer
{
	min-width: 760px;
	max-width: 1260px;
	padding-bottom: 10px;
}

/* banner */
.banner
{
	display: block;
	margin: 0;
	position: relative;
	height: 70px;
	text-decoration: none;
	border-bottom: 2px solid #474f42;
	margin-bottom: 4px;
}

#logo, #title
{
	position: absolute;
	bottom: -5px;
	left: 3px;
	font-size: 200%;
	font-family: "Times New Roman", Georgia, Sans;
	color: #474f42;
	text-decoration: none;
}

#slogan
{
	color: white;
	position: absolute;
	top: 3px;
	left: 8px;
	font-size: 150%;
}

#spacebar
{
	height: 10px;
	background-color: #000;
	font-size:0;
	width: 100%;
} 

#sloganbar
{
	position: relative;
	width: 100%;
	height: 30px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background: #798B6D;
}

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 8px;
	right: 1em;
	z-index: 10;
}

.photos
{
	height: 128px;
	margin: 8px 0;
}

#p1
{
	height: 164px;
	border: 1px solid white;
	background: url(images/photo1.jpg) top center;
	margin-left:8px;
	margin-right:8px;
}
#p2, #p3, #p4, #p5
{
	position: relative;
	left: -8px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#p2 {background: url(images/photo2.jpg) top center;}
#p3 {background: url(images/photo3.jpg) top center;}
#p4 {background: url(images/photo4.jpg) top center;}
#p5 {background: url(images/photo5.jpg) top center;}

.photocell
{
	vertical-align: top;
	background: black;
}

#pcell1 { width: 25%; }
#pcell2 { width: 18.92%; }
#pcell3 { width: 18.92%; }
#pcell4 { width: 19.08%; }
#pcell5 {  }

#contentadjust
{	
	/*  width: 100%; */
	position: relative;
	top: -39px;
	left: -1px;
	background: white;
	z-index: 3;
	margin-right: -2px;
	zoom: 1;
}




/* 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: 322px; */
	width: 25%;
	background-color: #798b6c;
	border-top: 3px solid white;
}
.mainTable td.rightColumn
{
	width: 200px;
}


/* 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: #525e4a;
	/*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;
	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: 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: #b1b1b1;
	color: #000000;
	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
{
}
.leftColumn .contentbox > .header
{
	color: #000;
	font-size: 125%;
	font-weight: bold;
	background-color: transparent;
	padding: 0.5em;
}
.leftColumn .contentbox > .body
{
	background-color: transparent;
	padding: 1em;
}
.leftColumn A
{
	color: #cdd9c5;
}
.leftColumn A:hover
{
	color: black;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
}
.rightColumn .contentbox > .header
{
	color: #798b6d;
	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
{
	color: #525e4a;
}
.rightColumn A:hover
{
	color: black;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 88%;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 0.6em 1em;
	margin-top: 3px;
}

.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: white;
	background-color: #383d36;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 3px #444444;
	border-bottom: 3px solid white !important;
	display: block;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	color: white;
	background-color: #5f675b;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	background-color: transparent;
	border-bottom: none !important;
	border-left: 2px solid white !important;
}
#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: #5f675b;
	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: #383d36;
	
	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;
}
#navwrap
{
	background: #9B9E9A url(images/horizGradient_green.jpg) repeat-y top right;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	position: relative;
	height: 26px;
}
.menuBar
{
	position: absolute;
	right: 0px;
	top: 0px;
}

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: black;
}
.subnavDivTag
{
	margin-bottom: 0.5em;
}


/*=================================================( CALENDAR PIECES )===*/
/*=======================================================================*/

.calMonth table, .calDayHeading /* calendar grid color */
{
	background-color: #888888;
}
.calDayHeading
{
	background-color: #888888;
}

.calGrayDay
{
	background-color: #cccccc;
	color: #333333;
}
.calToday
{
	background-color: #ffffdd;
}
.eventTip
{
	border-color: #555500;
	background-color: #ffff88;
}

#p1 {background: url(images/photo1.jpg) top center;}
#p2 {background: url(images/photo2.jpg) top center;}
#p3 {background: url(images/photo3.jpg) top center;}
#p4 {background: url(images/photo4.jpg) top center;}
#p5 {background: url(images/photo5.jpg) top center;}
