<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#colholder {
  margin: -75px 0 0 0;
}
.colimg {
	display:inline;
}

@media only screen and (min-width:725px) and (max-width:960px) {

}
@media only screen and (min-width:960px) and (max-width:1200px) {
	
#leftcol{
	min-height: 465px;
}
#soliloquy-container-23 {
	width: 725px;
	height: 275px;
}
#logo.aces-front {
	height: 111px;
  background-position: left center;
}
#calendar {
	margin: 0;
}
}

@media only screen and (min-width:1200px) {

#mainMenu {
	font-size: .9em;
}
#pageContent {
	background-image:url(/main/images/tanbkgrndshdw-lg.png)
}
#leftcol{
	width: 235px;
	min-height: 465px;
	float: left;
	display: block;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(/main/images/sidebar2.gif);
	background-position: 0px 143px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	font-size: 10pt;
	z-index: 10;
}
#logo {
	width: 235px;
	background-repeat: no-repeat;
	background-position: center;
	height: 142px;
	float: left;
}
#calendar {
	margin: 0;
}
	
	
.mobileOnlyHR {
	Display: none;
}
	
	
#rightcol{
	width: 925px;
}
.subRightColWrap {
	float: right;
	width: 215px;
	align-content:center;
	text-align: center;
	border-left: 1px solid #5C791B;
	margin: 10px 0 0;
	font-size: 10pt; /* 12px  */
	overflow: hidden !important;
}
.subRightCol {
	width: auto;
	text-align:center;
	overflow: hidden !important;
}
#contentholder {
	width: 1160px; /* 960px */
}
/*	Sub-page 3 Column	*/
#subpagecontentarea {
	background-color: #FFFFFF;
	float: left;
	width: 650px; /* 500px */
	padding: 10px 0 20px 20px;
	font-size: 10pt; /*  12px  */
	overflow: hidden; /* !important removed 5-9-17 JDH to accomodate oversize content as needed */
	overflow-x: auto; /* Added 5-9-17 JDH to accomodate oversize content as needed */
}
.personContainer {
	margin: -4px 10px 0;
}
/*	Sub-page 2 Column	*/
#subpagefullcontentarea {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 10pt; /*  12px  */
	overflow: hidden; /* !important removed 5-9-17 JDH to accomodate oversize content as needed */
	overflow-x: auto; /* Added 5-9-17 JDH to accomodate oversize content as needed */
}
#subpage1colfullcontentarea {
	background-color: #FFFFFF;
	float: left;
	width: 1075px; /* 890px */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 10pt; /*  12px  */
	overflow: hidden; /* !important removed 5-9-17 JDH to accomodate oversize content as needed */
	overflow-x: auto; /* Added 5-9-17 JDH to accomodate oversize content as needed */
}
/*	Home Page Columns	*/
#colholder {
  background-image: url(/main/images/homestripes-large.gif);
  background-repeat: no-repeat;
  background-position: 0px 240px;
}
.coltext {
    padding: 0 15px;
    font-size: 10pt;
}
#col1 {
	width: 380px; /* 315px */
	float: left;
	margin-top: 8.4444px;
}
#col2 {
	margin-left: 10px;
	width: 380px; /* 315px */
	float: left;
	margin-top: 8.4444px;
}
#col3 {
	margin-left: 10px;
	width: 380px; /* 315px */
	float: right;
	margin-top: 8.4444px;
}
#col3 img {
	float:right;
	margin-bottom: 10px;
}
#pageContent #content{
	width: 1160px; /* 960px */
	margin: 0px auto;
	padding: 0 0 40px 0;
	overflow: hidden !important; /* REQUIRED */
}
ul.tabs li a {
	display: block;
	color: #4f3213; /*  old: #5B3916 - Changed 1-24-17 for ADA - JDH  */
	text-decoration: none;
	padding: 3px 11px;
	height: 20px;
	outline: none;
}
.tab_container {
	border: 1px 1px 0px solid #D3CDB7;
}
ul#menu li a {
	padding: 0 15px 0;
}
#navArea  {
	width: 1160px; /* 960px */
	margin: 0px auto;
	padding: 0px;
}
#headerArea {
	background-color: #A6BECC;
	background-image: url(/main/images/bluebkgrndshdw-lg.png);
	background-position: top;
	background-repeat: repeat-y;
	min-width: 1160px; /* 960px */
}
#footer {
	width: 100%;
	position: absolute;
	margin: auto;
	top: -39px;
	height: 70px;
	left: 0px;
	font-size: 6px;
	line-height: 13px;
	background: none;
	border: none;
}
#footerContent {
	width: 1160px; /* 960px */
	margin: auto;
	height: 113px;
	background: url(/main/images/footer-3.jpg);
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	float: none;
	padding: 0px;
}
#thanks {
	width: 280px;
}
#SocialIcons {
	left: 315px;
}
#houses {
	float: right;
	margin: 0 50px 0 0;
	text-align: right;
}
/*	Top Bar	*/
.topBar {
	width: 1160px; /* 960px */
}
#bannerWrap {	
	min-width: 1160px; /* 960px */
}
#headerBanner {
	width: 1160px; /* 960px */
}	
#topimg img {  /*  Added 4-4-16 JDH  */
	width: 100%;
	max-width: 925px;
	height: auto;
	
}
#topimg {  /*  Added 5-24-16 JDH  */
	width: 925px;
	height: auto;
	
}</pre></body></html>