/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000000;
	font-family: Tahoma, Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
	padding: 0px;
	margin: 0px;
}
#allContainer
{
	max-width: 1268px;
	min-width: 760px;
	background-color: white;
}

/* banner */
#banner
{
	position: relative;
	background-color: white;
	display: block;
	margin: 0;
	height: 125px;
	width: 100%;
	background: white url(images/banner_bg.jpg) no-repeat bottom left;
}
#logo
{
	position: absolute;
	top: 10px;
	left: 80px;
	display: block;
	width: 207px;
	height: 90px;
	border: none;
}

#spacebar
{
	height: 1px;
	background-color: #172f49;
	font-size:0;
	width: 100%;
	margin-bottom: 1px;
} 

#spacebar2
{
	height: 7px;
	background-color: #000;
	font-size:0;
	width: 100%;
	margin-bottom: 1px;
}

#sloganbar
{
	position: relative;
	width: 100%;
	height: 26px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #172F49;
}
#slogan
{
	position: absolute;
	top: 1px;
	left: 8px;
	color: white;
	font-size: 14pt;
}

.banner .hidden { display: none; }

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 14px;
	right: 1em;
}

#hornavwrapper
{
	width: 100%;
	background-color: #172F49;
	font-size: 0;
	border-bottom: 2px solid white;
}

.photos
{
	height: 128px;
	margin: 8px 0;
}

#p1
{
	height: 164px;
	border: 1px solid white;
	margin-left:8px;
	margin-right:8px;
}
#p2, #p3, #p4
{
	position: relative;
	left: -8px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.photocell
{
	vertical-align: top;
	background: black;

}

#pcell1
{
	/* width: 302px; */
	width: 25%;
}

.slide
{
	display: none;
	width: 100%;
}
#slideshow
{
	position: relative;
	width: 100%;
	height: 186px;
}

#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;
	z-index: 3;
}
.mainTable td.column { vertical-align: top; text-align: left; padding: 0 }
.mainTable td.centerColumn
{
	padding: 1em 1.6em;
	vertical-align: top;
	padding-bottom: 150px;
}
.mainTable td.narrow.column
{
	font-size: 88.8%;
}
.mainTable td.leftColumn
{
	/* width: 324px; */
	width: 25%;
	background: #172F49;
}
.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: #000066;
	/*font-weight: bold;*/
}
a:hover { color: #0000aa; }
.itemLink { font-weight: bold; }


/* simple search box, now in by default */

.searchbox.simple 
{
	color: white;
	text-align: right;
	margin: 0;
	font-size: 8pt;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.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: #5a7ca2;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}
A.goButton:hover { background-color: #2c435e; }

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    color: #172f49;
	font-weight: normal;
	font-size: 133%;
}
.headline1 { font-size: 200%; }
.headline2 { font-size: 185%; }
.headline3 {}
.headline4 { font-size: 111%; }
.headlineDisplay A { font-weight: bold; }

/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.centerColumn .contentbox
{
}
.centerColumn .contentbox > .header
{
    color: #172f49;
}
.centerColumn .contentbox > .body
{
}
.attachments
{
}
.centerColumn A
{

}
.centerColumn A:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .contentbox, .searchbox, .subnavbox
{
}
.leftColumn .contentbox > .header, .subnavbox_header
{
	color: white;
	font-size: 115%;
	font-weight: bold;
	background-color: transparent;
	padding: 0.5em;
}
.leftColumn .contentbox > .body, .subnavbox_body
{
	background-color: transparent;
	padding: 1em;
	color: white;
}
.leftColumn A
{
	color: #659ACC;
}
.leftColumn A:hover
{
	color: #fff;
}

#cityseal
{
	margin: 20px;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
	margin: 10px;
}
.rightColumn .contentbox > .header
{
    color: #172f49;
    font-weight: bold;
    font-size: 14pt;
    letter-spacing: 0.13em;
    text-align: left;
    padding: 0px;
    border: none;
    margin-bottom: 0.4em;
}
.rightColumn .contentbox > .body
{
    background-color: transparent;
    padding: 0em;
}
.rightColumn A
{
	color: #9b0f0f;
}
.rightColumn A:hover
{
	color: #300;
}


/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 100%;
	color: #fff;
	background-color: #5a7ca2;
	text-align: center;
	padding: 0.6em 1em;
	border-top: 2px solid white;
}

.footernav
{
	text-align: center;
}
A.footernav
{
	color: black;
	font-size: 88%;
}
A.footernav:hover
{
	color: #5a7ca2;
}

.verticalLogo_text a
{
	color: black;
}

.verticalLogo_text a:hover
{
	color: #5a7ca2;
}

/* =============== 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 */
#priMenu A.menuTitle, #priMenu A.menuTitle_hi
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: wrap;
	text-shadow: 2px 2px 3px #444444;
	border-top: 2px solid white !important;
	border-right: none;
	display: block;
}
#priMenu
{
	border-bottom: 2px solid white;
	position: relative;
	top: -4px;
}

#priMenu A.menuTitle_hi, #priMenu A.menuTitle:hover, #priMenu A.menuTitle_hi:hover
{
	background-color: #020323;
	color: white;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	color: white;
	font-weight: bold;
	border: none;
	border-left: 2px solid white;
}

#secNavBox A.menuItem:hover, #secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
	background-color: #020323;
	color: white;
}


/* 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
{
	background-color: #020323;
	color: #fff;
	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: #172F49;
	
	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: 5;
}
.vertNavBox
{
	z-index: 6;
	margin-bottom: 0;
}
.menuBar
{
	float: right;
	border-left: 1px solid white;
}
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: #28517D;
}
.calDayHeading
{
	background-color: #172F49;
}

.calGrayDay
{
	background-color: #E0E5DC;
	color: #333333;
}
.calToday
{
	background-color: #FFFFDD;
}
.eventTip
{
	color: black;
	border-color: #555500;
	background-color: #ffff88;
}

a.subtextlink.prev
{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: none;
}
a.subtextlink.next
{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: none;
}