/*=====================================================( GLOBALS )===*/
/*===================================================================*/

BODY
{
	color: #000000;
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #4ea4dd url(images/bodygrad.jpg) repeat-x top left;
}

#allContainer
{
	max-width: 1280px;
	min-width: 925px;
}

#lowercontent
{
	background: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#logo
{
	width: 470px;
	height: 116px;
	margin: 10px;
	border: none;
}

#wmWrapper
{
	height: 153px;
	width: 100%;
	background: url(images/welcomeback.jpg) no-repeat top center;
}

#wmContent
{
	width: 70%;
	float: right;
	margin: 20px;
}

#wmContent .sidebar_header
{
	color: #702021;
	font-size: 150%;
	margin-bottom: 10px;
}

#spacebar
{
	height: 5px;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: black;
}

/* banner overlay for search */
.overlay { position: relative; 	zoom: 1; }
.overlay * { vertical-align: middle; }
.overlay .positioner
{
	position: absolute;
	bottom: 10em;
	right: 1em;
}

.photos
{
	height: 125px;
	width: 100%;
}

#photo1
{
	width: 16.69%;
	border-right: 1px solid white;
}
#photo2
{
	width: 25.00%;
	border-right: 1px solid white;
}
#photo3
{
	width: 16.69%;
	border-right: 1px solid white;
}
#photo4
{
	width: 25.08%;
	border-right: 1px solid white;
}
#photo5
{
	width: 16.54%;
}

/* 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: 225px;
	padding: 20px;
}
.mainTable td.rightColumn
{
	width: 225px;
	padding: 20px;
}


/* 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 
{
	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;
}
.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: 3px 4px;
	background-color: #4ea4dd;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
A.goButton:hover { background-color: #7fd5ff; }

/*===================================================( 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
{
	color: #5d150d;
}
.centerColumn .contentbox > .body
{
	color: #666666;
}
.attachments
{
}
.centerColumn A
{
	color: #d97746;
}
.centerColumn A:hover
{
	color: black;
}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.leftColumn .contentbox, .searchbox
{
}
.leftColumn .contentbox  .blackoutline
{
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid black;
}
.leftColumn .contentbox  .header
{
	color: white;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
	background: #9b5f41 url(images/sidebarheadergrad.jpg) repeat-x top left;
	padding: 0.5em;
	text-align: center;
}
.leftColumn .contentbox  .body
{
	background: #87695b url(images/sidebargrad.jpg) repeat-x top left;
	padding: 1em;
}
.leftColumn A
{
	color: #fff;
}
.leftColumn A:hover
{
	color: #000;
}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.rightColumn .contentbox
{
}
.rightColumn .contentbox  .blackoutline
{
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid black;
}
.rightColumn .contentbox  .header
{
	color: white;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
	background: #9b5f41 url(images/sidebarheadergrad.jpg) repeat-x top left;
	padding: 0.5em;
	text-align: center;
}
.rightColumn .contentbox  .body
{
	background: #87695b url(images/sidebargrad.jpg) repeat-x top left;
	padding: 1em;
}
.rightColumn A
{
	color: #ccc;
}
.rightColumn A:hover
{
	color: #000;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
	font-size: 100%;
	color: white;
	background-color: #3c7295;
	text-align: center;
	padding: 0.6em 1em;
	font-weight: bold;
}

.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: #ffffff;
	background: #9e6345 url(images/vnavgrad.jpg) repeat-x top left;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 3px #444444;
	border: 1px solid black;
	margin-bottom: 5px;
	display: block;
}
A.menuTitle_hi, A.menuTitle:hover, A.menuTitle_hi:hover
{
	color: white;
	background: #7a2b29 url(images/vnavselgrad.jpg) repeat-x top left;
}
A.menuTitle_orange
{
	background: url(images/leftanswersgrad.jpg) repeat-x top left;
}

#secNavBox A.menuTitle, #secNavBox A.menuTitle_hi
{
	background: url(images/brown-trans.png) no-repeat top left;
	padding: 6px 50px 6px 30px;
	margin: 0px;
	margin-left: -14px;
	zoom: 1;
	border: none;
}

/* override for one with border */
#secNavBox td:first-child A.menuTitle, #secNavBox td:first-child A.menuTitle_hi
{
	background: url(images/brown1-trans.png) no-repeat top left;
}

#secNavBox td:nth-child(6n) A.menuTitle, #secNavBox td:nth-child(6n) A.menuTitle_hi
{
	background: url(images/brown-trans.png) no-repeat top left;
}

#secNavBox td:nth-child(6n+3) A.menuTitle, #secNavBox td:nth-child(6n+3) A.menuTitle_hi
{
	background: url(images/orange-trans.png) no-repeat top left;
}

#secNavBox td:nth-child(6n+5) A.menuTitle, #secNavBox td:nth-child(6n+5) A.menuTitle_hi
{
	background: url(images/red-trans.png) no-repeat top left;
}

#secNavBox A.menuTitle:hover, #secNavBox A.menuTitle_hi:hover, #secNavBox A.menuTitle_hi
{
	color: black;
}

/* menu ITEM style */
A.menuItem, A.menuItem_hi
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #9a5d3e;
}
A.menuItem_hi, A.menuItem:hover, A.menuItem_hi:hover
{
	color: white;
	background-color: #621912;
	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: #9a5d3e;
	
	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%; */
	float: right;
	border-right: 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: #072344;
}
.calDayHeading
{
	background-color: #234a74;
}

.calGrayDay
{
	background-color: #779abd;
	color: #333333;
}
.calToday
{
	background-color: #a9c4d9;
}
.eventTip
{
	border-color: #555500;
	background-color: #ffff88;
}