@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body
{
	/* set font face and size here, normally */
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

/* we now use this for lots of stuff rather than the body tag, because using the body tag has nasty side effects when the window has to scroll horizontally in IE<8 */
.allContainer
{
	margin: 0;
	padding: 150px 20px;
	zoom: 1;
	background: #cedae1 url(images/bodygrad.png) repeat-x top left;
}
.widthContainer
{
	width: 975px;
	padding-bottom: 2em;
	/* center it */
	margin-left: auto;
	margin-right: auto;
	/* and compensate for the ie-specific text-align: center on the BODY... */
	text-align: left;
}
.contentBG
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: white url(images/contentbg.jpg) no-repeat bottom center;
}

/* set your CONTENT FONT COLORS here */
.contentBG, .editorContentMain
{
	color: #000;
}

/* banner */

/* typically a home link + logo */
header.page
{
	position: relative;
	height: 125px;
}

header #photoBox
{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid white;
	height: 125px;
	width: 973px;
}
header .random1 { background: url(images/photos1.jpg) no-repeat top center; }
header .random2 { background: url(images/photos2.jpg) no-repeat top center; }
header .random3 { background: url(images/photos3.jpg) no-repeat top center; }
header .random4 { background: url(images/photos4.jpg) no-repeat top center; }
header .random5 { background: url(images/photos5.jpg) no-repeat top center; }

header .ribbon
{
	position: absolute;
	top: -78px;
	left: -200px;
	height: 119px;
	width: 1375px;
	background: url(images/ribbon.png) no-repeat top center;
}

header.page h1 /* the <h1> box gets the dimensions */
{
	margin: 0;
}
header.page h1 a
{
	display: inline-block;
	text-decoration: none;
}
header.page h1 img.logo
{
	position: absolute;
	top: -145px;
	left: 5px;
	display: inline-block;
	border: none;
}

/* banner overlay */
.overlay
{
	position: relative;
	zoom: 1;
	z-index: 2;
}
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 120px;
	right: 10px;
}

.greenbar
{
	background: #0b2218 url(images/greenbar.jpg) no-repeat top center;
	height: 10px;
	border-left: 1px solid white;
	border-right: 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; }


/* column dimensions */
.mainTable td.centerColumn { padding: 1em 1.6em 10em 1.6em; }
.mainTable td.narrow.column, .editorContentLeft, .editorContentRight
{
	font-size: 9pt;
	text-align: left;
}
.mainTable td.leftColumn { width: 200px; padding: 15px; }
.mainTable td.rightColumn { width: 200px; padding: 15px 15px 100px 15px; }


/* column colors */
.mainTable td.leftColumn, .editorContentLeft   { color: #333; }
.mainTable td.centerColumn, .editorContentMain { color: #333; }
.mainTable td.rightColumn, .editorContentRight { color: inherit; }

/* global stuff */
a {	color: #41685B; }
a:hover { color: #000; }


/* SEARCH BAR */


.search.bar
{
}
.search.bar h3
{
}
.search.bar .searchControls { display: none; }
.search.bar .searchField
{
	border-color: #888;
	width: 200px;
}
.search.bar .magnifyingglass
{
	border-left: 1px solid #ccc;
	padding-left: 4px;
	margin-left: -20px;
}
/* non-magnifying glass search button, if you need it */
.search.plainButton A.searchButton
{
}


/* simple photo strip */
.photoBox
{
	clear: both;
	background: black;
	border-bottom: 1px solid white;
}
.photoBox table
{
	width: 100%;
	height: 124px;
	border-collapse: collapse;
}
.photoBox td
{
	vertical-align: top;
	padding: 0;
	width: 20%;
	border-left: 1px solid white;
	background-position: top center;
}
.photoBox td:first-child
{
	border-left: none;
}
.general .photo1 { background-image: url(images/photo1.jpg); }
.general .photo2 { background-image: url(images/photo2.jpg); }
.general .photo3 { background-image: url(images/photo3.jpg); }
.general .photo4 { background-image: url(images/photo4.jpg); }
.general .photo5 { background-image: url(images/photo5.jpg); }


/*===================================================( HEADLINES )===*/
/*===================================================================*/

h1, h2, h3, h4, h5
{
}

/* section intro & main column promotion headlines */
h2, .centerColumn section h3 
{
	font: normal 180% "Times New Roman", serif;
}

/* just the main-column promotions */
.centerColumn section h3 { font-size: 160%; }


h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.centerColumn .box, .editorContentMain
{
}
.centerColumn .box > header
{
	margin-bottom: 10px;
}
.centerColumn .box > .body, .editorContentMain
{
}
.attachments
{
}
.centerColumn a, .editorContentMain a
{

}
.centerColumn a:hover, .editorContentMain a:hover
{

}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .content
{
	background: #567a6e url(images/leftgrad.png) repeat-x bottom left;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid white;
}

.leftColumn .box, .editorContentLeft
{
	margin-bottom: 10px;
}
.leftColumn .box header
{
	padding: 5px;
	font-size: 160%;
	color: #e6df97;
	border-bottom: 1px solid #92a47f;
}
.leftColumn .box .body, .editorContentLeft
{
	padding: 1em;
	color: white;
}
.editorContentLeft { background: #567A6E; }

.leftColumn a, .editorContentLeft a
{
	color: #e6df97;
}
.leftColumn a:hover, .editorContentLeft a:hover
{
	color: #fff;
}
/* when search is on the left, in a box */
.content .searchbox .searchbox_field
{
}
.content A.goButton
{
}
.content A.goButton:hover
{
} 
/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .box, .editorContentRight
{
	margin-bottom: 10px;
	padding: 8px;
}
.rightColumn .box header
{
	color: #333333;
	padding: 0.5em 0em;
	font-size: 180%;
	border-bottom: 1px solid black;
}
.rightColumn .box .body, .editorContentRight
{
	color: #222;
	padding: 1em 0em;
}
.rightColumn A, .editorContentRight a
{

}
.rightColumn A:hover, .editorContentRight a:hover
{

}

/*==========================================( QUICKLINKS )============*/

.rightColumn .quicklinks .item
{
	display: block;
	text-decoration: none;
	color: #000;
	background: url(images/line.png) no-repeat bottom center;
	font-weight: normal;
	font-size: 11pt;
}
.rightColumn .quicklinks .item:last-child
{
	background: none;
}
.rightColumn .quicklinks .item:hover
{
	color: #275643;
}
.rightColumn .quicklinks .item img
{
	display: inline-block;
	vertical-align: middle;
}

.rightColumn .quicklinks .item .titletext
{
	display: inline-block;
	vertical-align: middle;
	padding: 8px 10px;
	text-decoration: none;
}



/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

footer .text
{
	font-size: 88%;
	color: #fff;
	background-color: #093224;
	text-align: center;
	padding: 0.6em 1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid white;
}


/* links outside the content BG, often set against the same
(different) background color: footer nav, vertical logo, etc. */
footer.misc a
{
	color: #55552f;
}
footer.misc a:hover
{
	color: #000;
}

/* footer nav */
nav.horizontal.footer { margin: 1em; }
nav.horizontal.footer ul { text-align: center; }
nav.horizontal.footer li {}
nav.horizontal.footer a { font-weight: normal; font-size: 9pt; }

footer .verticalLogo_text a {}
footer .verticalLogo_text a:hover {}


/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

/*================ first, ALL NAVS */

/* all nav links */
nav li a
{
}
/* top-level nav links */
nav > ul > li > a
{
	font-weight: bold;
}
/* hovers and highlights */
/* also, .open is used only by menu nav, and is distinct from .current */
nav li.current > a,
nav li.open > a,
nav li:hover > a
{
}



/*================ VERTICAL (they're always block) NAVS ONLY */

/* container */
nav.vertical
{
	margin-bottom: 3px;
}

/* home and top level (often, menu title) sections */
nav.vertical > ul > li > a
{
	color: #fff;
	margin-bottom: 3px;
	background: #4d806b url(images/buttonoff.png) repeat-x top left;
	border-top: 3px solid #3b6c5a;
	border-left: 3px solid #3b6c5a;
	border-bottom: 3px solid #254e3c;
	border-right: 3px solid #254e3c;
}
/* home and top level (often, menu title) hovers and highlights */
nav.vertical > ul > li.current > a,
nav.vertical > ul > li.open > a,
nav.vertical > ul > li:hover > a /* the hover is on the LI for ie6 to work */
{
	color: #fff;
	background: #0b261b url(images/buttonon.png) repeat-x top left;
	border-top: 3px solid #365d4f;
	border-left: 3px solid #365d4f;
	border-bottom: 3px solid #05160e;
	border-right: 3px solid #05160e;
}
/* non-top level nav links (often, menu items) */
nav.vertical li li > a
{
	color: #fff;
}
nav.vertical li li.current > a,
nav.vertical li li.open > a,
nav.vertical li li > a:hover
{
	color: #fff;
	background: #0c291e;
}


/*================ HORIZONTAL NAVS ONLY */
/* this includes both the footer nav, other horizontal navs and
block-style horizontal menu navs */

/* container */
nav.horizontal { background: none; }

/* home and top level section containers */
nav.horizontal > ul  > li
{
	border-right: 1px solid #bbb;
	line-height: 180%;
	padding-right: 1.5ex;
	margin-left: 1.5ex;
}
nav.horizontal > ul  > li:last-child { border-right: none; }

/* home and top level section links */
nav.horizontal > ul  > li > a
{

}

/* hovers and highlights */
nav.horizontal li.current > a,
nav.horizontal li.open > a,
nav.horizontal li:hover > a
{

}

/* cookie crumb code */
/*
nav.cookiecrumb { color: #637593; } 
nav.cookiecrumb a {	color: #637593;	}
nav.cookiecrumb li.current:last-child a { color: black; }
*/

/*================ all BLOCK-LINK-STYLE NAVS, HORIZONTAL AND VERTICAL */

/* all block-style nav links */
nav.block a, nav.topLevelBlock > ul > li > a
{
	font-size: 11pt;
	padding: 0.3em 1em;
	font-weight: normal;
	text-shadow: black 3px 3px 3px
	/* background-color: #eee; */
}
/* top-level block-style nav links */
nav.block > ul > li > a
{
}
/* hovers and highlights */
nav.block li.current > a,
nav.block li.open > a,
nav.block li:hover > a /* the hover is on the LI for ie6 to work */
{
}


/*================ HORIZONTAL-BLOCK NAVS ONLY */
/* usually, this is the horizontal menu nav */

/* containers */
nav.horizontal.block
{
	position: absolute;
	top: -45px;
	right: 190px;
}
nav.horizontal.block > ul { white-space: nowrap; }

/* home and top level (often, menu title) section containers */
nav.horizontal.block > ul  > li
{
	/* padding and border for these are all on the link */
	margin: 0;
	padding: 0;
	border-right: none;
	/* this is to countecsract the line-height on plain horizontal navs*/
	line-height: normal;
}
/* home and top level (often, menu title) section links */
nav.horizontal.block > ul  > li > a
{
	font-size: 12pt;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-right: 3px;
}
nav.horizontal.block > ul  > li:first-child > a { border-left: none; }

/* home and top level (often, menu title) hovers and highlights */
nav.horizontal.block > ul > li.current > a,
nav.horizontal.block > ul > li.open > a,
nav.horizontal.block > ul > li:hover > a 
{
	color: #fff;
	background: #0c291e;
}

/* non-top level nav links (often, menu items) */
nav.horizontal.block li li > a
{
	color: #fff;
}
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	color: #fff;
	background: #0c291e;
}

/* let the menu title sit on top of the menu in z-order so the menu's
drop shadow doesn't fall on top of it */
nav.horizontal.block > ul > li.open > a
{
	position: relative;
	z-index: 1002;
}


/*================ SUBSECTIONS ONLY BOX */
/* colors in these should normally just take on default link colors
for the column */

nav.subsections a
{
	text-decoration: underline;
}
nav.subsections li.open > a, nav.subsections li.current > a
{
	font-weight: bold;
	color: white;
}


/*================ MENU NAV ONLY */

/* menus */
nav.vertical.menu > ul ul
{
	background: #567a6e;
	width: 240px;
	border: 1px solid #999;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu > ul ul
{
	background: #567a6e;
	width: 240px;
	border: 1px solid #999;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
nav.horizontal.menu.block > ul > li > ul
{
	border-radius: 0 5px 5px 5px;
}
nav.horizontal.menu.block > ul > li > ul > li:first-child > a
{
	border-top-right-radius: 5px;
}

/* current section dimming */
/* this is too half-baked to use, turning it off for now */
/* nav.menu.open .current > a { opacity: 0.5; } */
/* nav.menu.open .current.open > a { opacity: 1; } */






/*============================================( CALENDAR PIECES )===*/
/*==================================================================*/

/* this is the SELF-STYLING CALENDAR */

.calMonth table
{
	border: none;
	background-color: #16293a;
	border-spacing: 1px;
	border-collapse: separate;
}
.calMonthHeading
{
	border: none;
	background-color: #16293a;
}
.calDay
{
	color: #333;
	background: #fff;
}
.calDayHeading th
{
	background: #334e62;
	color: #fff;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #8da5b3;
	color: #000;
}
.calToday { background-color: #bacad3; filter: none; }
.eventTip
{
	color: black;
    border-color: #525200;
	background-color: #ffff88;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
