<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url("singleCol.css");
#pageContainer {
	position: relative;	
}
#pageContent {
	background-image: none;	
}
#pageContent #content, #contentholder {
	width: 725px;	
}
#pageContent #content {
	overflow: visible !important;	
}
.topBar {
	width: 100%;	
}
div#mainMenu {
	width: 100%;	
}
#headerArea {
	min-width: 0;
	background-image: none;
}
#navArea {
	width: 725px;	
}
#footerWrap {
	height: 56px;
	background: #fff;
}
#footer {
	top: -54px;
}
#footerContent {
	width: 725px;
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-x;
}
#footerLeft, #footerRight {
	height: 56px;	
}
#calendar {
	display: none;	
}
#onecol {
	margin-top: 40px;
	overflow:hidden; /* added 11-11-15 JDH to fix dbinfo green bar on html publications */
}
#topimg {
	width: 100%;
	/* margin-top: 40px; JDH added 11-11-15 to keep image below green mobime header */
}
#topimg &gt; div {
	/*width: 725px;
	margin: auto;*/	
}
/** Menu  */
#pageContent {
}
#logo {
	width: 	125px;
	background: url(/pic/aces-logo.lgsq.gif);
/**	background-size: 100px;  **/
	background-repeat: no-repeat;
	background-color: #fff;
	height: 154px;
	background-position: center;
	position: absolute;
	top: 30px;
	border-top-left-radius: 6px;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#logo img {
	width: 100%;	
}
div.tabWrap {
	height: 76px;	
}
ul#menu {
	line-height: 38px;	
}
ul.tabs li {
	height: 36px;
}
ul.tabs &gt; li {
	top: 38px;	
}
div#mainMenu {
	width: 600px;
	margin-left: 125px;
	border-top-left-radius: 0;
	font-size: 1.0em;
}
ul.tabs li.noSubmenu {
	position: relative;
	top: -38px;
}
ul.tabs li.noSubmenu.first {
	clear: both;
}
ul#menu &gt; li {
	height: 38px;	
}
.newRow {
	clear: both;	
}
.tab_container, ul#menu {
	height: 76px;	
}
ul#menu li.hovering div.sub {
	top: 38px;
	z-index: 100;
}
ul.tabs li a {
	height: 38px;
	line-height: 38px;
	padding: 0 12px;	
}
ul#menu li.mega a {
}
ul#menu li.hovering, ul#menu &gt; li:hover {
	border-bottom: 0px;	
}
ul#menu div.sub.dropDown li {
	margin: 8px 0;	
}
/** End Menu */
#simplegallery1 .galleryLayer {
	width: 100%;	
}
#simplegallery1 .galleryLayer img{
	width: 100%
}
h3 {
	font-size: 18px;	
}
#content {
	box-shadow: 0px 0px 30px 0px #888;
}
/*  Footer Stuff  */
/*  .coltext {
	font-size: 12pt;	
}
 */
#thanks {
	width: 175px;
	margin-top: 30px;
}
#houses {
	width: 70px;
	height: 25px;
	margin-top: 30px;
	padding: 0;
}
#SocialIcons {
	/* display: none; */
	margin: 20px 120px -10px -70px;	
}
#MobileIcons {
	/* display: none; */
	margin: 0px 25px 0px -10px;		
}
#Copyright {
	right: 50px;
	bottom: 3px;
	margin: 0px -50px -2px 0px;
}
/** /gwcal fixes **/
#bannerWrap {
	min-width: 0;
	background-image: none;
}
#headerBanner {
	width: 725px;
	margin: auto;
}

#subpagecontentarea {
	/*  width: 96%;  */
	width:  695px;
	float: none;
	padding: 15px;
}

.personContainer {
width: 27%;
float: left;
margin: 0 0 1em 2.6em;
height: 301px;
}
.personContainer:last-child {
height: 313px;
}
/* Temp fix to show upcoming calendar on tablet and phone templates. */
#content &gt; .upcoming, #content &gt; .leftcolAddContent {
	display: block;
	margin: auto;
}

.upcoming {
	max-width:500px;
}
/** Spry   **/


/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */
	
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

.mobileOnlyHR {
	display: inline-block;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
#leftcol ul.MenuBarVertical
{
	margin: 0;
	padding-left: 12px;
	list-style-type: none;
	cursor: default;
	width: 100%; /* changed from auto 10/15/2014 JMH */
	padding-left: 0 !important;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#leftcol ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#leftcol ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 50% !important;
	float: left;
	font-family: Arial, sans-serif;
	font-weight: bold;
/*	overflow: visible;
	height: auto;   */
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#leftcol ul.MenuBarVertical ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 12em;
	position: absolute;
	left: -1000em;
	top: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#leftcol ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: auto;
	width: 100%;
}
/* Menu item containers are same fixed width as parent */
#leftcol ul.MenuBarVertical ul li
{
	width: 12em;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#leftcol ul.MenuBarVertical ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#leftcol ul.MenuBarVertical ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Menu items are a light gray block with padding and no text decoration */
#leftcol ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 12px;
	color: #FFFFFF;
	text-decoration: none;

}
/* Menu items that have mouse over or focus have a blue background and white text */
#leftcol ul.MenuBarVertical a:hover, #leftcol ul.MenuBarVertical a:focus
{
	color: #FFFFFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#leftcol ul.MenuBarVertical a.MenuBarItemHover, #leftcol ul.MenuBarVertical a.MenuBarItemSubmenuHover, #leftcol ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#leftcol ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url("../SpryAssets/SpryMenuBarDownHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#leftcol ul.MenuBarVertical ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#leftcol ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url("../SpryAssets/SpryMenuBarDownHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#leftcol ul.MenuBarVertical ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*added for two column publications*/
.pubLeftCol {
	width:72%; 
	float:left; 
	margin:.75em;
}
.pubRightCol {
	width:23%;
	float:left; 
	margin-left:.75em;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#leftcol ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}

/*** TEMP UPDATE FIX MENU ***/
#leftcol ul.MenuBarVertical ul li.title {
	display:none;
}</pre></body></html>