html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul,ol {
	/* [disabled]position: relative; */
	_position: static; /*ifinge*/
	_padding-left: 20px;
	_height: 100%;
	left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 1;
	pointer-events: auto;
}
li 	{
	z-index:1;
}
i,em { font-style: italic;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}*/
html, body {
	height: 101%;
	margin: 0 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
/***************************  Main Site Elements   ***************************/
/* Tokens set aside for future programming
bodyBgColor:%BODYBGCOLOR%;
headerBgColor:%HEADERBGCOLOR%;
headerBottomBorderThickness:HEADERBOTTTOMBORDERTHICKNESS
contentBgColor:%CONTENTBGCOLOR%;
panelBgColor:%PANELBGCOLOR%
menuBgColor:%MENUBGCOLOR%
submenuBgColor:%SUBMENUBGCOLOR%
panelBorderColor:%PANELBORDERCOLOR%
panelBorderThickness:%PANELBORDERTHICKNESS%
textColor:%TEXTCOLOR%
menuTextColor:%MENUTEXTCOLOR%
submenuTextColor:%SUBMENUTEXTCOLOR%
layerHighlightColor:%LAYERHIGHLIGHTCOLOR%

pageBorderColor:%PAGEBORDERCOLOR%
pageBorderThickness:%PAGEBORDERTHICKNESS%

layerCornerRadius:%LAYERCORNERRADIUS%


End Tokens */

body {
	font-size: 100%;
	font-family: helvetica,arial,sans-serif;
	color: #000000;
	text-align: center;
	line-height: 1;
	background: -moz-linear-gradient(top, #017d87 25%, #01a3af 50%, #01a3af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #017d87 25%, #01a3af 50%, #01a3af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #017d87 25%, #01a3af 50%, #01a3af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017d87', endColorstr='#01a3af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: #cb1601;
	background: #1f3c7c; /* Old browsers */
	background-repeat:no-repeat;
	background-size:200% 200%;
	-moz-background-size:200% 200%;
}
hr {  
	vertical-align: bottom; border: 1px solid #E6E6E6;
}
.mast-container {
	background-color: #fff;
	height: 110px;
	_height: 130px;
	box-shadow: 0px 1px 1px 0px #999
	box-sizing:border-box;
	border-color: #cccccc; /*%PAGEBORDERCOLOR%*/
	border-style: solid; /**/
	border-width: 0px 0px 1px 0px; /*%PAGEBORDERTHICKNESS% %PAGEBORDERTHICKNESS% %HEADERBOTTTOMBORDERTHICKNESS%* %PAGEBORDERTHICKNESS%/

background: #a90329; /* Old browsers */
	 /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.masthead h1 a{
	color: #FFFFCC;
	text-shadow:1px 1px 1px #333;
} 
.masthead h1 a:hover{
	color: #fff;
} 


  .col-wrap-container {
	/* [disabled]border-top: 3px ridge #060; */
	border-style: outset;
  }
    .columns-wrapper {
	background-color: #fff;
	background-image: url(/Art/pageBg.gif);
	border-color: #75271C;	/*%PAGEBORDERCOLOR%*/
	border-width: 0 0px 0px 0px;  /*0 %PAGEBORDERTHICKNESS% %PAGEBORDERTHICKNESS% %PAGEBORDERTHICKNESS%*/
	border-style: solid;
	}
	.contentSpace {
		text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff;
	}

.footer {
	font-size: 0.85em;
	background-color: #fff;
	border-top: 1px solid #ccc;
	line-height: normal;
}
/******** PANELS *********/
.pnlCommon {
	background-color: #F9F9F9;
}
.pnlTitle {
	color: #033c7c;
}
.pnlText {
	color: #000000;
}
.panelRight {
	border-color: #bbb;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.panelLeft {
	border-color: #DBEEE8;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
/******** LINKS	*********/
a, .footer a {
	color: #1e5799;
	text-decoration: none;
	font-weight: bold;
}

a:hover, .footer a:hover,.masthead .head3 a:hover {
	text-decoration: none;
	color: #FF0000;
} 


.footer a{
	border-bottom: 1px solid #efefbf;
}

.footer a:hover{
	border-bottom: 0;
}
.pnlCommon a {
	color: #3D4176;
}
.pnlCommon a:hover {
	color: #FF0000;
	text-decoration: none;
}
/** clickable divs (requires <a href...></a> immediately inside the div **/
div.clickdiv {
       position: relative;
    }

div.clickdiv a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10000; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    }

a.linkList {
    padding: 3px;
    border: #ccc solid 1px;
    margin: 3px;
    line-height: 2;
}
/***************************  Main Site Elements END  ***************************/



img {
	border: 0;
	margin: 0 2px 0 0;
	padding: 0;
}

img {}
th, td {
	font-size: 1em;
}
th {
	text-align: center;
	padding: 5px 5px 3px 5px;
	border-bottom: solid #A1161B 0px;
}

td {
} 
.noDisplay, input .noDisplay {
	display:none !important;
}
.clear { clear:both;
}
.imgLogo {
	/* max-width: 100%; */
	/* max-height: 140%; */
	position: relative;
	margin: 0 auto;
	height: 100px;
}
.imghead2 {
	margin-left: 5px;
	_height: 120px;
	max-width: 90%;
	max-height: 90%;
	z-index: 100;
	float: left;
	margin-right: 6px;
}
.Error {  font-weight: bold; color: #CC0000;}

/********    MAIN LAYOUT MODIFIERS  **********/
	/*  No Left SideBar 
.sidebarLeft {
	[disabled]display: none; 
	z-index: 9999;
}
.popMenuContainer { 
	margin-left:0px;
}	
.main-content .content, .main-content .main-content-header {
	margin-left: 0px;
}

#headerSlidePanelContainer {
	width: 100%;
}
*/
.masthead {
	height: 100px;
}
.content-wrapper {
	background-color: #FFF;
	margin: 145px auto -10px auto;
	_margin-top: 0;
	/* [disabled]border-top: 1px #FCE4B5 solid; */
}
	/*  Left Sidebar	*/
.sidebarLeft {
	width: 242px;
	/* [disabled]display: table; */
}
.popMenuContainer { 
	margin-left:140px;
}	
.main-content .content, .main-content .main-content-header {
	/* [disabled]margin-left:242px; */
}

	/* Full Width Slideshow Player */
 .slideCntFull {
	margin: 0px 0px 10px 0px;
	width:100%;
	float:right;
}	
 .slideCntSixty {
	margin: 0px 0px 10px 0px;
	width:55%;
	float:left;
}
	/* Slideshow Player Aspect Ratio */
.slide43aspct:after, .slide53aspct:after, .slide169aspct:after, .slide21aspct:after, .slide35aspct:after{
  display: block;
  content: '';
}
.slide43aspct:after {
 padding-top: 75%;  /*  4:3 ratio */
}
.slide53aspct:after {
  padding-top: 60%;
}
.slide169aspct:after {
  padding-top: 56.25%;
}
.slide21aspct:after {
  padding-top: 50%;
}
.slide35aspct:after {
  padding-top: 40%;
}/*********		Main Layout Divs	**************/
.content-wrapper {
	width: 100%;
	max-width: 918px;
	position: relative;
	/*_position: absolute; ie hack DONT REMOVE either of these lines*/
	/*position: fixed\9; ie hack* DONT REMOVE*/
	top: 0px !important;
	overflow: inherit;
	display: block;
	min-height: 100%;
	height: 100%;
	bottom: 0px;
	/* [disabled]box-shadow: 1px 0px 1px 1px #999; */
}

.head-container {
	position: absolute;
	left: 0px;
	top: 0px;
	/* width: 262px; */
	overflow: visible;
	/* min-height: 50px; */
	height: inherit;
	/* [disabled]background-color: #FC9; */
	text-align: center;
	z-index:1;
	/* max-width: 40%; */
	color:blue; /*for text logos*/
	font-size:2em;
	/* background-color: aliceblue; */
	/* height: 100px; */
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	}
a.logotext {
	/* font-size:2em; */
	/* font-size: 5vw; */
	margin-left: 10px;
	font-size: 36px; /* fallback */
	font-size: clamp(36px, 10vw, 48px);
} 
.head-container2 {
	position: absolute;
	left: 35%;
	top: 0px;
	width: 30%;
	overflow: visible;
	min-height: 50px;
	height: inherit;
	_height: 120px;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
}
.masthead {
	/*	box-shadow: 0px 0px 30px rgba(0,0,0,.5);*/
	border-radius: 2px 2px 0px 0px;
	/* [disabled]background-color: #990000; */
	padding: 0px;
	text-align: left;
	overflow: visible;
	/* background-image: url(/Art/headBg.png); */
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
	width: 100%;
	/* [disabled]max-width: 918px; */
	z-index: 0;
	/* [disabled]display: block; */
}
.masthead .head1 {
	position: absolute;
	top: 0px;
	left: 0px;

}
.head1 a {
	font-size: 1em;
	text-align: center;
	line-height: 1.2;
}

.masthead h1 {
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 110%;
	text-align: right;
}
.masthead .head2 {
	position: relative;
	right: 0px;
	top: 0px;
	left: 0px;
	height: 36px;
	padding: 0;
	margin: 0;
	overflow: visible;
	z-index: 9;
	/* [disabled]background-color:green; */
}
/*.masthead .head2 img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}*/

.masthead .head3 {
	position: absolute;
	right: 0px;
	width:auto;
	/* [disabled]height: 30px; */
	top: 60px;
	padding: 0 20px 0 0;
	min-width: 170px;
	z-index: 1;
	font-size:1.6em;
	/* text-shadow: 1px 1px 1px #111111; */
	line-height: 40px;
	color: #fff;
}
.masthead .head3 a{
	color: #033c7c;
}
.masthead .head3 img{
	height:40px;
	float:left;
} 
.mastbar {
	padding: 0;
	text-align: center;
	position: relative;
	z-index:9999;
	width: 100%;
	max-width: 918px;
	height: 35px;
	margin: auto;
	overflow:hidden;
	background-color: white;
	border-bottom: 1px #ccc solid;
}
.mastbar .moreBelow {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	z-index: 0;
	width: 35px;
	height: 35px;
	background-image: url(/Art/icnPullDown.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;

	/* [disabled] margin-top: -35px; */
}
.mastbar:hover {
	z-index: 9999;
	height: auto !important;
	box-shadow: #666 1px 12px 12px;
}
/*.mastbar:hover .moreBelow{
	z-index: 9999;
	height: auto !important;
}*/

.columns-wrapper {
	position: relative;
	bottom: 0px;
	right: 0px;
	/* [disabled]left: 0px; */
	max-width: 918px;
	margin: auto 0px;
	/* [disabled]height: 100%; */
	padding: 0px 0px;
	/* [disabled]overflow: auto; */
	display: block;
	min-height: 100%;
	/* [disabled]background-color: #096; */
}
.sidebarLeft {
	box-sizing:border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px 20px 20px 20px;
	/* background-color: #FDEFD3; 
	background-image: linear-gradient(top,#FDEFD3, #F8CE78);
	background-image: -moz-linear-gradient(top,#FDEFD3, #F8CE78);
	background-image: -webkit-linear-gradient(top,#FDEFD3, #F8CE78); 
	background-image: url(linear-gradient(to bottom, #FDEFD3, #F8CE78));*/
	bottom: 0px;
	/* [disabled]height: 100%; */
	/* [disabled]margin-bottom: 60px; */
	/* [disabled]box-shadow: 1px 0px 1px 1px #999; */
	/* color: #FCE4B5; */
	display: none;
}
.sidebarLeft .content {
	padding: 0;
	height: auto;
	float: none;
}
.main-content {
	top: 0px;
	border-left: 0px solid #000;
	padding: 0px 0px 10px 0px;
	text-shadow:#fff 1px 1px;
}
.main-content .content {
	padding: 27px 0px 55px 3%;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
.contenttopbar, .contentbasebar {
	background-color: #FFC;
	border: solid red 3px;
	padding: 6px 12px;
	margin-right: 0;
	/* margin-bottom: 25px; */
	margin: 0 28px 25px 28px;
}
.contentbasebar {
	display: flex;
	margin-right: 3%;
	margin-bottom: 0px;
	margin: 0 23 0 0;
}

.contenttopbar p, .contentbasebar p {
	margin: 0px 0px;
	line-height: 1.2em;
}

/*************	FOOTER ****************/

.infoFooterContainer {
	width: 100%;
	position: relative;
	background-color: #eee;
	/* [disabled]background-color: #CDEABF; */
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.infoFooterContainer2 {
	width: 100%;
	position: relative;
	background-color: #EFEFEF;
	margin: 0;
	border-bottom: 1px solid #ccc;
	
}
.footerAds {
	margin:25px 3%;
	display:inline-block;
	width:25%;
}
.footerAds img {
	height:100px;
}
.Footer21Box {
	display: inline-block;
	padding: 10px;
	width: 40%;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 4px;
	margin-left: 2%;
	/* [disabled]background-color: #CCC; */
}

/*.infoFooterContainer p,.infoFooterContainer h3,.infoFooterContainer h2 {
	color:#fff;
	text-shadow:none;
}
.infoFooterContainer a {
	color:yellow;
}
*/
.footerContainer {
	margin:auto;
	width: 100%;
	max-width:918px;
	position: fixed;
	bottom: 0px !important;
	text-align: center;
	z-index: 99999;
}

.footer {
	box-sizing: border-box;
	/* [disabled]border-radius: 0px 0px 6px 6px; */
	padding: 10px 0px 10px 0px;
	text-align: center;
	max-width: 918px;
	margin: 0 auto;	/*box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);*/	/*box-shadow: 0px 0px 30px rgba(0,0,0,.5);*/
}
/*************	PANELS - COMMON	*****************/

/**** Common Panel Features   ***/
.galleryPanel, .mediumPanel, .widePanel, .catImageContainer  {
	border-color: #CCC;
	display: inline-block;
	_float: left;   /*IE 9 and below */
	border-radius: 2px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	font-weight:normal;
}
.galleryPanel .title, .mediumPanel .title, .widePanel .title { 
	border-radius: inherit; 
	font-size: 1.1em;
	font-weight: bold;
}
.galleryPanel .content, .mediumPanel .content, .widePanel .content { 
	border-radius: inherit;
	vertical-align: top;
	background-color: inherit;
	float: none;
	margin:0;
}
.galleryPanel .imgCell, .mediumPanel .imgCell, .widePanel .imgCell,.contentSpace .articleImg, .contentSpace .calendarImg, .contentSpace .articleThumb, .contentSpace .calendarThumb, .pnlCommon .articleThumb,.pnlCommon .catHilitePanel .catFullPanel img {
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	/* box-shadow: 0px 0px 4px rgba(0,0,0,.5); */
	border-radius: inherit;
}

.jumpBoxItemContainer{
	width:45%;
	display: inline-block;
	vertical-align:top;
	padding: 0 2%;
	}
.jumpBoxItemContainer .jumpBoxPanel {
	width: 100%;
	}
.jumpBoxPanel{
	width: 30%;
	margin: 0px 1% 20px 1%;
	display: inline-block;
	vertical-align: top;
	border: none;
	font-weight: normal;
	/* [disabled]background-color:#5ff; */
}
.jumpBoxPanel .title {
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	padding:0px;
	font-weight: bold;
	/* background-color:
	f5f; */
	line-height: normal;
	/* margin-bottom: 0; */
	margin-top: 5px;
}

.jumpBoxPanel .imgCell{ 
	border:none;
	text-align: center;
	/*DONT USE FLEX - USE OBJECT FIT ON THE IMAGE!
	display: flex;*/
	justify-content: center;
}
.jumpBoxPanel .imgCell img, .contentSpace .jumpBoxPanel img{
	margin: auto;
	/*	width:90%;
	min-width:90%; */
	max-width:100%;
	max-height:100%;
	object-fit: contain;
	vertical-align: middle;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.galleryPanel .imgCell, .mediumPanel .imgCell, .widePanel .imgCell {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #CCC;
	/*DONT USE FLEX - USE OBJECT FIT ON THE IMAGE!
	display: flex;*/
	justify-content: center;
	border-radius: inherit;
}
.mediumPanel .imgCell, .widePanel .imgCell {
	display: inline;
}
.galleryPanel .imgCell img,.mediumPanel .imgCell img, .widePanel .imgCell img { 
width:100%;
height:100%;
min-height:100%;
min-width:100%;
object-fit: cover; 
} 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { //IE 10+
   .galleryPanel .imgCell img,  .jumpBoxPanel .imgCell img,.mediumPanel .imgCell img, .widePanel .imgCell img { 
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
right: 50%;
transform: translate(50%, 0);
}
}
/* IE WAS THIS BEFORE CORRECTION
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { IE 10
   .galleryPanel .imgCell img { display:inline; margin: 0 -50% 0 -50%; height:120%; min-width:auto;
   }
   .mediumPanel .imgCell img { display:inline; min-height:auto !important;}
   .widePanel .imgCell img { display:inline; max-width:9000px !important;}
}
*/

/* Narrow Width Gallery */
.galleryPanel {
	padding: 0px;
	width: 30%;
	margin: 0px 1% 20px 1%;
	box-shadow: 0 0 0;
}
.galleryPanel .imgCell, .jumpBoxPanel  .imgCell{
	height: 140px;
	/* width: 100%; */
	text-align: center;
}
.galleryPanel .imgCell:hover, .jumpBoxPanel .imgCell:hover{
	border-color: #CC0000;
}
.galleryPanel .imgCell img {
}

.galleryPanel .title {
	border-width: 0px 0px 0px 0px;
	height: auto;
	_height: 40px;
	font-size: 0.8em;
	padding: 3px 4px 3px 0px;
	vertical-align: middle;
	text-align: center;
}
.galleryPanel .story, .jumpBoxPanel .story {
	font-size: 1em;
	padding:2px 4px;
	/*background-color:#666;*/
}
.galleryPanel .story p, .jumpBoxPanel .story p{
	line-height:1.05em;
	padding:2px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}


/* Medium Width Gallery */
.mediumPanel {
	background-color: #FFF;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	width: 46%;
	height: auto;
	min-height: 185px;
	margin: 0 3% 13px auto;
}
.mediumPanel .imgCell {
	background-color: #FFF;
	border:0;
	padding:2px;
	max-width:160px;
	max-height: 128px;
	width: 40%;
	float: left;
	margin: 0 6px 0 0;
}
.mediumPanel .imgCell:hover{
	border-color: #CCC;
	box-shadow: 0px 0px 8px rgba(100,100,0,.7);
}
.mediumPanel .imgCell img {
	vertical-align: top;
	align: left;
	border-width: 0;
	padding: 0;
	margin: 0 auto;
	max-width: 160px;
	max-height:inherit;
}

.mediumPanel .title {
	border-width: 0px 0px 0px 0px;
	padding: 1px 0px 4px 0px;
	vertical-align: middle;
	text-align: left;
	line-height: normal;
	margin-bottom: 6px;
}
.mediumPanel .content {
	text-align: left;
	padding: 0px 3px 1px 0px;
}

/* Wide Gallery */
.widePanel {
	background-color: #FFFFFF;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: solid;
	overflow: visible;
	margin: 0px 3% 10px 0px;
	border-radius: 2px;
	/*	box-shadow: 4px 4px 12px rgba(0,0,0,.2);*/	
	position: relative;
	width: 97%;
}

.widePanel .title {
	/* margin-bottom: 6px; */
}

.widePanel .imgCell {
	clear: left;
	float: left;
	width: 25%;
	max-width: 160px;
	max-height:144px;
	margin: 0px 10px 0px 0px;
	padding:2px;
	position: relative;
	background-color: #FFF;
	/* border-color: #D6D1C4 #D6D1C4 #D6D1C4 #D6D1C4;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	[disabled]height: auto; */
}
.widePanel .imgCell img{
	margin: 0 auto;
	padding:0;
	position: relative;
	border-color: #D6D1C4 #D6D1C4 #D6D1C4 #D6D1C4;
	border-width: 0px;
	border-style: solid solid solid solid;
	/*width:auto;*/
	max-width: 160px;
	max-height:inherit;
}

.widePanel h3 {
	clear: none;
	margin: 0px 0px 0px 0px;
}

.x43aspct, .x53aspct, .x169aspct {
  position: relative;
  width: 100%;
  display:inline-block;
}
.x43aspct:after, .x53aspct:after, .x169aspct:after {
  display: block;
  content: '';
}
.x43aspct:after {
 padding-top: 75%;  /*  4:3 ratio */
}
.x53aspct {
  padding-top: 60%;
}
.x169aspct {
  padding-top: 56.25%;
}
.x43aspct iframe,.x53aspct iframe,.x169aspct iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0; 
}
/*************************************************************/

/*********		Form Stuff		**************/
.srch {  height: 20px; width: 33px; margin-top: 3px;}

.Tick {
	font-size: .8em;
	color: #333366;
	width: 15px;
	vertical-align: middle;
	font-style: normal;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	height: 15px;
}

/*input {
	font-size: 0.8em;
	height: 20px;
	width: 200px;
	vertical-align:top;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 1px;
	z-index: 5;
} */
.medinput {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SmallInput {
	height: 20px;
	width: 50px;
	vertical-align:top;
	margin-bottom: 2px;
	margin-top: 1px;
	z-index: 5;
} 
.inputmicro {  width: 30px;}
.inputbutton { font-size: 0.8em;
 width: 120px; vertical-align: middle; font-style:normal; text-align: center;}

.SmallTxtForm { font-size:0.8em; color:#000099;}

form {
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 0px 0px;
}
.contentSpace .row {
	max-width:50%;
}
textarea {
	font-size: 0.8em;
	color: #000000;
	height: 40px;
	width: 200px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.SmallTextarea {
	width: 150px;
}
select {color: #000000;
}
/*********		END Form Stuff		**************/


#editBody {background-color:#FFFFFF;}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 20px 6px 0px;
	font-weight: bold;
}
h1 {
	font-size: 1.26em;
	color: #033c7c;
}
h2 {
	font-size: 1.1em;
	color: #1e5799;
}
h3 {
	font-size: 1em;
	color: #990000;
}
h4 {
	font-size: 1em;
	color: #003300;
}
h5 {
	font-size: 1em;
	color: #CC6633;
}
h6 {
	font-size: 0.96em;
	color: #336600;
}

p {
	text-align: justify;
	vertical-align: top;
	line-height: 1.7em;
	margin:1em 0 1em 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.ImageField {
	margin-right: 0px;
	padding-right: 0px;
	clear: both;
}

.contentSpace {
	margin: 0 3% 0 0;
}
.contentSpace p {
	clear: left;
}
.contentSpace img {
	max-width:40%;
	padding: 0;
	margin: 0;
	border: 0;
	clear: none;
}
.contentSpace .messageIcon {
	float: left;
	width: 24px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.imgLeft,.contentSpace .imgLeft{
	float: left;
	margin: 0px 10px 7px 0px;
	clear: left;
}
.imgRight.contentSpace .imgRight{
	float: right;
	margin: 0px 0px 7px 10px;
}

/*		MAPFRAMES				*/
.mapSidebarFrame {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
}
.mapFrame {
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 50%;
}	
/*		BUILDHELP				*/

.bhSepStart {
	background-color: #66CC99;
	background-position: center;
	margin: 5px;
	clear: both;
}
.bhSepEnd {
	background-color: #CC9999;
	background-position: center;
	margin: 5px;
	clear: both;
}
.progSep {
	color: #CC0000;
	background-color: #FFFF99;
	clear: both;
	font-weight: bold;
	text-align: center;
	margin: 8px 8px 8px 8px;
}
/********************	ARTICLES / CALENDAR	********************/

.articleListHeader {
	color: #666666;
	border-width: 1px 0px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-radius: 2px;
}
.articleListCommandBar {
	color: #666666;
	border-width: 0px 0px 1px 0px;
	border-color: #bbb;
	border-style: solid;
	border-radius: 2px;
	background-image: url(/Art/subheadBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.contentSpace .articleThumb, .contentSpace .calendarThumb, .pnlCommon .articleThumb, .pnlCommon .catHilitePanel .catFullPanel .catFullPanel img {
	float: left;
	padding: 0;
	margin: 2px 6px 2px 1px;
	width: 20%;
	max-width: 120px;
}

.contentSpace .articleImg, .contentSpace .calendarImg {
	float: left;
	margin: 0px 10px 5px 0px;
	width: 40%;
}
.articlePara, .calendarPara {
	/* [disabled]clear: left; */
	margin-bottom: 2px;
	width: 100%;
	text-align: left;
	font-weight: normal;
}
.articlePara:hover, .calendarPara:hover, .catHilitePanel:hover, .catFullPanel:hover, .galleryPanel:hover, .mediumPanel:hover, .widePanel:hover {
	/* background-color:#FFFFAA; */
}
.articleSep, .calendarSep {
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	height: 1px;
	margin: 10px 20px 10px 0;
}
.articleListHeader {
	background-color: #DDDDDD;
	padding: 6px 10px 4px 10px;
	/* [disabled]width: 100%; */
	margin: 5px 20px 5px -2px;
	font-size: 1.1em;
	font-weight: bold;
}
.articleListCommandBar {
	clear: left;
	/* [disabled]background-color: #DDDDDD; */
	padding: 6px 0px 4px 6px;
	/* [disabled]float: left; */
	left: 0px;
	/* [disabled]width: 100%; */
	margin: 5px 0px 5px -2px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.articleListCommandBar a {
	border-bottom: dashed #cccccc 1px;
	padding: 0px 0px 0px 0px;
	border-bottom-style: dotted;
	margin: 2px 2px 0px 2px;
}
.Jan,.Feb,.Mar,.Apr,.May,.Jun,.Jul,.Aug,.Sep,.Oct,.Nov,.Dec {
	color:#fff;
	font-size:0.9em;
	text-shadow:1px 1px 2px #000, 1px 1px 2px #000;
	border: 1px solid #666;
	border-radius: 4px;
	width: 60px;
	height: auto;
	text-align: center;
	padding: 0.05em;
	white-space: nowrap;
background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%);
background-image: -ms-linear-gradient(top, #fff 0%, #fff 100%);
background-repeat:no-repeat;
background-size:100% 60%;	
}
day {
	color:#000;
	font-size:2em;
	text-shadow:1px 1px 2px #fff, 1px 1px 2px #fff;
	line-height:1.25em;
}
.Jan {
	background-color: #0CC;
}
.Feb {	background-color: #C86594;}
.Mar {	background-color: #6595C6;}
.Apr {	background-color: #008100;}
.May {	background-color: #649732;}
.Jun {
	background-color: #CCCC00;
}
.Jul {	background-color: #C89633;}
.Aug {
	background-color: #FF6600;
}
.Sep {	background-color: #950133;}
.Oct {	background-color: #643201;}
.Nov {	background-color: #653366;}
.Dec {	background-color: #36C;}


/*.Jan {
background: -ms-linear-gradient(bottom, #1e5799 0%, #1e5799 40%, #fff 41%,#fff 100%);
background: -moz-linear-gradient(bottom, #1e5799 0%, #1e5799 40%, #fff 41%,#fff 100%);
background:  -webkit-linear-gradient(bottom, #1e5799 0%, #1e5799 40%, #fff 41%,#fff 100%);
background: linear-gradient(bottom, #1e5799 0%, #1e5799 40%, #fff 41%,#fff 100%);
}*/

/*.Jan:before {content:"Jan ";}
.Feb:before {content:"Feb ";}
.Mar:before {content:"Mar ";}
.Apr:before {content:"Apr ";}
.May:before {content:"May ";}
.Jun:before {content:"Jun ";}
.Jul:before {content:"Jul ";}
.Aug:before {content:"Aug ";}
.Sep:before {content:"Sep ";}
.Oct:before {content:"Oct ";}
.Nov:before {content:"Nov ";}
.Dec:before {content:"Dec ";}*/
/*********************	VMENU  ****************************/
.mobButton { display:none;} /* Generic:Mobile Only Buttons */

/*  SITEMENU   */
.vMenu3Container ul, .siteMenuContainer ul{  /*  SHOW/HIDE SUBMENU IN LeftSidebar   */
	display:none;
}
vMenu3Container a, .siteMenuContainer a {
	color: #FFFFCC;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	background-color: #293b7a;
	border: 1px solid #FFF;
	border-radius: 0.3em;
	box-shadow: inset 0px 6px 2px rgba(255,255,255,.05), 2px 2px 2px rgba(0,0,0,.5);
}
.vMenu3Container a:hover, vMenu3Container a:focus, .siteMenuContainer a:hover, .siteMenuContainer a:focus {
	color: #FFFFFF;
	background-color: #b43000;
	outline: 0;
}
.vMenu3Container a:active, .siteMenuContainer a:active  {
	box-shadow: 0px 0px 0px;
}

.vMenu3Container, .siteMenuContainer {
	margin: 0 0 10px 0;
	padding: 0;
	left:0px;
}
.vMenu3Container li , .siteMenuContainer li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	_width: 196px;
}

.vMenu3Container a, .siteMenuContainer a {
	display: block;
	padding: 10px 10px;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-moz-transition: all linear .35s .1s;
}
/*VMENU1*/
/*VMENU2*/
/*VMENU3*/

/*********************	HMENU  ****************************/
/********************* SUBMENU HORIZ  ****************************/
.hMenu1Container {
	border-bottom: 1px solid #bbb;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 3px 20px 10px 0px;
}

.hMenu1 {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.hMenu1 li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.hMenu1 li:first-child {
	margin: 0px 5px 0px 0px;
}
.hMenu1 li:last-child {
	margin: 0px 0px 0px 0px;
}

.hMenu1 a {
	display: block;
	color: #FFF5D5;
	text-decoration: none;
	padding: 2px 12px;
	font-size: 1em;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	/* border-color: #FEDD6D; */
	background-color: #033c7c;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 4px rgba(0,0,0,.5);
	border-radius: 0.1em 0.1em 0 0;
	border-color: rgba(102,102,102,1);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-moz-transition: all linear .35s .1s;
	font-weight: normal;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #333333;
	margin: 1px 0 0 0;
}
.hMenu1 a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgb(203 22 1);
	outline: 0;
}
.hMenu1 a:active {
	box-shadow: 0px 0px 0px;
}

/*HMENU2*/

.hMenu3Container {
	margin: 0 35px 0 0;
	padding: 0 0;
	display: inline-block;
	/*width: 100%;*/
	left: 0px;
	right: 35px;
	font-size: 0.9em;
	font-weight: bold;
	z-index: 1;
}
.hMenu3Container li {
	list-style-type: none;
	margin: 1px -1px 0px 0px;
	padding: 0;
	float: left;
}
.hMenu3Container a {
	display: block;
	background-color: #FFFFFF;
	color: #3D4176;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #111111;*/
	line-height: 28px;
	padding: 3px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	border-radius: 1px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(255,255,255,.05);
	box-shadow: inset 0px 10px 20px 0px rgba(255,255,255,.05);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-moz-transition: all linear .35s .1s;
}
.hMenu3Container a:hover, hMenu3Container a:focus {
	color: #e33933;
	/* background-color: rgba(102,102,102,0.75); */
	background-color: #666666\9; /* IE8 and below */
	outline: 0;
}

/*ICONMENUTOP*/
/*		topIconMenu					*/
.topIconMenu {
	margin: 1px 0px 0px auto;
	padding: 0;
	display: inline-block;
	float: right;
	width: 70%;
	/* [disabled]background-color: #000; */
	z-index: 99;
}
.topIconMenu ul{
	margin-right: 10px;
	margin-left: 2px;
}
.topIconMenu li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	float: right;
}

.topIconMenu img {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 35px;
	/* [disabled]width: 18px; */
	/* [disabled]height: 18px; */
	border-width: 0px;
}
.topIconMenu a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	display: block;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #111111;*/
	padding: 0px 4px;
	border: 0px solid;
	border-color: #FFF;
	/*box-shadow: inset 0px 0px 0px rgba(255,255,255,.05), 2px 0px 0px rgba(0,0,0,0.2);*/
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-moz-transition: all linear .35s .1s;
	border-radius: 5px;
	white-space: nowrap;
}

.topIconMenu a:hover, .moreBelow:hover, .head3 img:hover, hMenu3Container a:focus {
	color: #FFFF99;
	outline: 0;
	filter: hue-rotate(181deg) brightness(1) contrast(1.5) saturate(200%);
}

/*		POPMENU					*/
.popMenuContainer { 
	margin-left:140px;
}
.popMenuContainer {
	max-height: 80%;
	max-width: 40%;
	overflow: auto;
	display: table;
	z-index: 9999;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	background-color: #FFF;
	border-radius: 0px 0px 2px 1px;
	font-size: 0.8em;
	margin-top: -2px;
	border: #CCC 1px solid;
	/* [disabled]position: fixed; */
	/* [disabled]top: 160px; */
}
.popMenuContainer div{
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.popMenuContainer ul {
	float: left;
	left: 0px;
	padding: 1px 0px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	width: 100%;
}
.popMenuContainer li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #222;
}

.popMenuContainer a {
	display: block;
	background-color: #013a7d;
	color: #FDEFD3;
	text-decoration: none;
	/* [disabled]text-shadow: 1px 1px 1px #FFF; */
	padding: 10px 10px;
	/* [disabled]box-shadow: inset 0px 6px 2px rgba(255,255,255,.05),2px 2px 2px rgba(0,0,0,.5); */
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-moz-transition: all linear .35s .1s;
	border-radius: 0px;
	text-shadow: 1px 1px 1px #333333;
	border: 1px solid #FFF;
	border-radius: 0.1em;
	box-shadow: inset 0px 6px 2px rgba(255,255,255,.05), 2px 2px 2px rgba(0,0,0,.5);
	}
.popMenuContainer li:last-child { border-bottom: none;  }
.popMenuContainer a:hover, popMenuContainer a:focus {
	color: #FFFFFF;
	background-color: rgb(203 22 1);
	outline: 0;
}
.popMenuContainer a:active  {
	box-shadow: 0px 0px 0px;
}
/*POPMENU2*/
/*POPMENU3*/

/* 		PANEL CELLS LEFT AND RIGHT		*/
/*  Common  */
.pnlCommon {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	border-radius: 2px;
	font-size: 0.9em;
	overflow: hidden;
}
.pnlCommon .articlePara, .pnlCommon .calendarPara, .pnlCommon .catHilitePanel .catFullPanel {
	line-height:1.25em;
	text-align: left;	
}
.pnlCommon li {
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
.pnlCommon ul {
	margin-left: 14px;
	padding-left: 0px;
}

.pnlCommon p {
	margin:0 0 0.4em 0;
}

.pnlImage {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.pnlCommon img {
	max-width: 367px;
	/*	margin: 0% -50% 0% -50%;
	display: block\9;*/
	_padding: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	width: 100%;
	/* max-height: 200px; */
	object-fit:cover;
}

.pnlTitle {
	border-bottom: solid #DDD 1px;
	text-align: center;
}
.pnlTitle {
	padding: 6px 5px 6px 5px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	line-height: 1.4em;
}
.pnlText {
	padding: 7px 7px 1px 7px;
	margin: 0px 0px 0px 0px;
}
	
.panelTextImgFix {
	margin: 0;
	padding:0;
	overflow: hidden;
	text-align:center;
}

/*  Right  */
.sidebarRight {
	text-align: right;
	margin: 13px 3% 0px auto;
	float: right;
	width: 40%;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;  /** Added 1/22/19 to keep clickable when adjacent ul in main content  */
	z-index:999;
}

.panelRight {
	width: 90%;
	float: right;
}

.panelRightTitle {

}
.panelRightText {
}

.panelRightText img {
	margin: 0px -50% 0px -50%;
	display:block\9;
	padding: 0px 50% 0px 50%;
	_padding:0px 0px 0px 0px;
	_margin:0px 0px 0px 0px;
	max-width:150%;
}


.panelRightImage {
}

/*  Left  */
.panelLeft {
	width: 98%;
}
.panelLeftTitle {
}
.panelLeftText {
}
.panelLeftText img {
	margin: 0px -50% 0px -50%;
	display:block\9;
	padding: 0px 50% 0px 50%;
	_padding:0px 0px 0px 0px;
	_margin:0px 0px 0px 0px;
	max-width:150px;
}
.panelLeftImage {
}

/* 		END PANEL CELLS LEFT AND RIGHT		*/

/*		BODY					*/
/*BODY1*/
/*BODY2*/
/*BODY3*/

/*PHOTOGALLERY2*/

#headerSlidePanelContainer {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/* [disabled]margin: -25px 0px 10px 0px; */
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0;
	border-color: #ffffff;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	/* [disabled]height: 312px; */
	display: inline-block;
	position: relative;
	background-color: #FDEFD3;
	/* [disabled]float: right; */
	z-index: 100;
}
#headerSlidePanelContainer:after {
 /* padding-top: 56.25%;   16:9 ratio */
 /* padding-top: 75%;   4:3 ratio */
 /* padding-top: 60%;   5:3 ratio */
  display: block;
  content: '';
}
#headerSlidePanelImageContainer {
	background-color: #DDDDDD;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
	/* margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	vertical-align: top;
	/* [disabled]height: 100%; */
}
/* NOTE: for the slide to be filled use 100% width for img. 
HOWEVER: The size of the container both width and height MUST be specified
*/
#headerSlidePanelImageContainer img {
	margin: 0 -30%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	min-height:101%;
   /*max-width:100%; 	width: 100%;
	height: 101%; */
}
#headerSlidePanelOverlay {
	position:absolute; 
	z-index:10;
	pointer-events: none;
}
#headerSlidePanelTitle, .descript {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	padding: 10px;
	vertical-align: top;
	border: 0;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	filter: Glow(Color=#000, Strength=2);
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 6px #FFFFFF;
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 6px #FFFFFF;
}

/**************************** CALATOG PANELS  *****************************/

.wideCatalogPanel {   /*** Xtra Features for Catalog Panels **/
	/* [disabled]height: 1%; */
	/* [disabled]overflow: hidden; */
/*	_height: auto;
	margin: 0px 30px 20px 0px;
*/}

.wideCatalogPanel p{
	line-height:normal;
	margin:0;
}
.catalogContainer {
	width: 100%;
	background-color: #CCCC00;
}

.catContainerCell {
	background-image: url(/Art/V-Dot.gif);
	background-position: center;
	background-repeat: repeat-y;
	z-index: 1;
}
.catItemContainer {
	width:49%;
	position:relative;
	float:left;
	overflow:visible;
	padding: 0px 0px 0px 0px;
	background-color: #FFFF33;
	height: auto;
	margin: 0 auto;
}

div.catItemContainer:hover {
	background-color: #EEEEEE;
}

.catPanel {
	position: relative;
	display: inline-block;
	_display: inline;
	vertical-align: top;
	border-radius: 2px;
	padding: 0px;
	width: 98%;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	margin: 0px 21px 20px 0px;
}
.catTitle {
	border-radius: 2px 2px 0px 0px;
	border-width: 0px 0px 0px 0px;
	height: 2em;
	font-size: 1em;
	font-weight: normal;
	padding: 1px 4px 3px 0px;
	vertical-align: middle;
	text-align: center;
	line-height: normal;
	margin-bottom: 6px;
}
.catPrice {
	background-color: #66CCFF;
	right: 0px;
	top: 0px;
	float: right;
	width: 60px;
	text-align: center;
}

.catPanelCell {
	padding: 2px 0px 2px 4px;
	text-align: center;
	vertical-align: top;
	height: auto;
	font-size:0.95em;
	line-height:1.2em;
}
.catThumb {
}

.catStatus {
	color: #CC0000;
	text-decoration: underline overline;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.catListStatus {
	position: relative;
	z-index: 3;
	font-weight: bold;
	filter: Glow(Color=#FFFFFF, Strength=5);
	text-shadow: 0 0 3px #ffffff,0 0 6px #ffffff,0 0 12px #ffffff;
	text-shadow: 0 0 3px #ffffff,0 0 6px #ffffff,0 0 12px #ffffff;
	width: 100px;
	float: right;
	clear: none;
	overflow: visible;
	white-space: nowrap;
	margin: 0px 23px 0px 0px;
	text-align: right;
	color: #333333;
}
.catListImgContainer { 
	z-index:5; position:absolute; top:0px; left:0px; text-align: center;
}

.catMore {
	position: absolute;
	right: 5px;
	bottom: 1px;
	font-weight: bold;
}

/* Detail Page*/
.catImageContainer {
	margin: 0px 13px 3px 0px;
	/* width: 50%; */
	float: left;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	box-sizing: border-box;
	text-align: center;
	max-width: 50%;
}
/*.catImageContainer .catImageFrame {
	border: 1px solid #D6D1C4;
	margin: 0px 8px 4px 0px;
	clear: both;
}*/
.catImageContainer .catDetailImage {
	margin: 0px auto 0px auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	border: 0;
	display: block;
}
.catDetailItem {
}
.price {float:right;}
.catDetailItemLabel{
	clear: none;
}
.catThumbPanel {
	-moz-margin:3px auto;
	_float: left;   /*IE 9 and below */
	border-spacing: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
	text-align:center;
	float:left;
	position: relative;
	border: 1px solid #D6D1C4;
	width: 25%;
	overflow: hidden;
	height: 60px; 
}
/*@-moz-document url-prefix() {
    .catThumbPanel {
        margin: 2px auto 2px 0.3%;
    }
	.mediumPanel {
		margin-right:1%;
	}
}*/
.catThumbPanel:nth-child(4n+0) {
	margin-right:auto;
}

.catThumbPanel img, .contentSpace .catThumbPanel img {
margin:auto -20%;
width:100;
max-width: 200%;
object-fit: cover;
align-self: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*IE 10*/
   .catThumbPanel img, .contentSpace .catThumbPanel img { display:inline; margin: 0 -50% 0 -50%; min-height:120%; width:100%;
   }
}

.catHilitePanel, .catFullPanel, .pnlCommon .catHilitePanel a {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.contentSpace .catFullPanel {
	border-radius: 2px;
	text-align: left;
	width: 100%;
	padding: 3px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px 6px 0px;
	height: auto;
	overflow: visible;
	background-color: #f6f6f6;
}
.contentSpace .catHilitePanel {
	border-radius: 2px;
	padding: 5px 0px 5px 0px;
	width: 186px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px 10px 0px;
	height: auto;
	min-height: 220px;
	overflow: visible;
	background-color: #f9f9f9;
}
.contentSpace .catHilitePanel img{
	max-height:140px;
	max-width:170px;
	width:auto;
	margin: 5px 0px 5px 0px;
}
.slashPrice {
	font-weight: bold;
	color: #C30;
	text-decoration: line-through;
}

/* RESTAURANT CATALOGPANEL2 */
.rCatalogContainer {
	width: 97%;
	/* [disabled]background-color: #9999FF; */
}

.rCatContainerCell {
	background-image: url(/Art/V-Dot.gif);
	background-position: center;
	background-repeat: repeat-y;
	z-index: 1;
}
.rCatContainerCell form {
	width: 100%;
	/* [disabled]display: inline-block; */
}
.rCatItemContainer {
	width: 48%;
	position: relative;
	/* [disabled]float:left; */
	/* [disabled]overflow: visible; */
	padding: 0px 0px 0px 0px;
	/* [disabled]background-color: #FFFF33; */
	height: auto;
	/* [disabled]margin: 0 auto; */
	display: inline-block;
}

.rCatItemContainer:hover {
	background-color: #FCE6B6;
}

.rCatPanel {
	position: relative;
	display: inline-block;
	_display: inline;
	vertical-align: top;
	border-radius: 2px;
	padding: 0px;
	width: 98%;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 21px 10px 0px;
}
.rCatPanelImageCell {
	padding: 2px 2px 2px 2px;
	text-align: left;
	background-color: #FFFFFF;
}

.rCatTitle {
	background-color: #CCCC00;
	float: left;
	position: relative;
	overflow: visible;
	width: auto;
}

.rCatPanelCell {
	padding: 2px 1px 2px 4px;
	text-align: left;
	vertical-align: top;
	height: auto;
	/* [disabled]background-color: #CCFF99; */
}
.rCatPanel img {
	max-width:100px;
	width: expression(this.width > 100 ? 100: true);
	margin: 0px 5px 0px 0px;
	border: 0px;
	float: left;
}

.rCatPanel th {
	border-width: 0px 0px 0px 0px;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 4px 1px 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.rOptContainer {
	display: none;
	/* [disabled]top: 70px; */
	padding: 0px 0px 0px 0px;
	margin: 0;
/*	width: 98%;
	left: 10px;
	position: absolute;
	z-index: 9999;*/
}
/* Adjust margin for form elements below */
.rOptContainer input[type="file"],
.rOptContainer input[type="checkbox"],
.rOptContainer input[type="radio"],
.rOptContainer select {
  margin: 0.25rem 0 0.5rem 0; }

.rOptlist, .rOptlist2 {
	position: relative;
	overflow: visible;
	color: #660000;
	margin: 0px 0px 0px 0px;
	height: auto;
	clear: both;
	float: left;
	border: solid #DDDDDD 1px;
	background-color: #EEEEEE;
	width: 100%;
}
.rOptlist label,  .rOptlist2 label{
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
	float: left;
	position: relative;
	line-height: 0.8em;
}
.rOptPrice {
	background-color: #DDDDDD;
	position: relative;
	overflow: visible;
	float: left;
	font-weight: bold;
	clear: none;
	margin: 0px;
}
.rOptitem {
	overflow: visible;
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
	float: left;
	position: relative;
	line-height: 0.8em;
}
.rCk {
	width: 20px;
	height: 14px;
}
.rCatPrice {
	/* [disabled]background-color: #66CCFF; */
	/* [disabled]right: 0px; */
	/* [disabled]top: 0px; */
	float: right;
	width: 30%;
	text-align: right;
	white-space: nowrap;
	padding: 1px;
	margin: 0;
}
.rCatPrice input {
	float: left;
	padding: 2px;
	margin: 1px;
	width: 20px;
}
.rCatPanelCell .rQtyTest {
	border-radius: 3px;
	height: 42px;
	width: 45px;
	float:right;
	font-size:1.2em;
	text-align:center;
	margin:3px 0px 0px 4px;
}
.rCatPanelCell .rQty {
	border-radius: 3px;
	height: 42px;
	width: 45px;
	float:right;
	font-size:1.2em;
	text-align:center;
	margin:3px 0px 0px 4px;
}
.rOrderTest {
	height: 18px;
	width: 45px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.rCatPrice .rOrder {
	width: 100%;
	margin: 2px 0px 0px 4px;
	padding: 4px;
	background-color: #FC9;
	height: 42px;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 3px;
	float: right;
	white-space: pre-wrap;
	line-height: 1.1em;
	box-shadow: inset 0px 6px 2px rgba(255,255,255,.05), 2px 2px 2px rgba(0,0,0,.5);
}
.foodRadialGrad {
	background: -moz-radial-gradient(center, ellipse cover, #f6e6b4 0%, #FC9 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f6e6b4), color-stop(100%,#FC9)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #f6e6b4 0%,#FC9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #f6e6b4 0%,#FC9 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #f6e6b4 0%,#FC9 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #f6e6b4 0%,#FC9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#FC9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#rCatOverlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99990;
	width: 100%;
	height: 100%;
	background-image: url(/Art/overlay.png);
	display: none;
	}
#rCatCentreBox {
	position: relative;
	top: 20%;
	transform: translateY(-20%);
	/* width: 90%; */
	min-height: 20%;
	max-height: 90%;
	overflow: auto;
	margin: 3%;
	z-index: 99995;
	background-color: #ddd;
	border: #333 4px groove;
	padding: 3%;
}
.rCatCloseDetail {
	position:absolute;
	top:0;
	right:0;
}
#rCatOverlay .rOptContainer{
	display:block;
}

/*CATALOGPANEL3*/

/*REGISTER*/
/*PROFILES*/

/*FAQ*/
.FAQItem {
	width: 100%;
	display: none;
}
/* added specifically for responsive  **/

.mast-container {
	width: 100%;
	max-width: 918px;
	position: static;
	top: 0px !important;
	/* [disabled]left: -1%; */
	/* [disabled]right: -1%; */
	text-align: center;
	margin: 0 auto;
	z-index: 9999;
	overflow: visible;
	/* [disabled]box-shadow: 0px 1px 1px 1px #999; */
	/* [disabled]border-bottom: 1px #FCE4B5 solid; */
}
.col-wrap-container {
	position: relative;
	width: 100%;
	padding: 0 0;
	min-height: 100%;
	margin: auto;
	/* height: 100%; */
}

 @media only screen and (max-width: 48em)  {
.bodyFixed {
	display: none;
}
	 body {
		 font-size:90%;
	 }
	 .mastBar {
		 display:none;
	 }
	 .main-content {
	left: 0px;
	/* [disabled]background-color: blue; */
	margin: 0 0;
	padding: 0 0;
		 }
	.main-content .content, .main-content .main-content-header {
		 margin-left:0;
	 }
.contentSpace .row {
	max-width:90%;
}
 .head-container {
	/* width: 100%; */
	/* height: 50%; */
	bottom: 0;
	top: auto;
	min-width: unset;
}
	.masthead .head3 {
	display:none;
	padding: 0px 5px 0px 0;
	height: 25px;
	font-size: 100%;
	top: 75px;
	width: 70%;
	/* [disabled]background-color: red; */
	vertical-align: baseline;
	}
	.masthead .head3 h1{
	bottom: 0px;
	/* [disabled]background-color: green; */
	margin: 0 0 0 0;
	padding: 0;	/*-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.0em;*/
	}
.siteMenuContainer ul {
	display:block;
	margin-right:0;
}
.popMenuContainer {
	display:none;
}
.pnlCommon p {
	line-height: 1.4em;
}

.jumpBoxItemContainer .jumpBoxPanel {
	width: 100%;
	margin:10px 0;
 }
.jumpBoxPanel {
	width: 30%;
 }

.sidebarLeft {
	background-color: #efefef;
	background-image: none;
	display: none;
	z-index: 100001;
	position: static;
	height: auto;
	padding: 16px 0px 1% 0px;
	top: 0px;
	/*bottom: 0px;*/
	overflow: auto;
	margin: 0px 0px 0px 0px;
	width: inherit;
	/* [disabled]min-width: 95%;*/
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
	-webkit-column-gap: 1px  !important;
	-moz-column-gap: 1px  !important;
	column-gap: 1px  !important;
	box-shadow: #666 1px 12px 12px;
	}
	 .sidebarLeft li {
		display:inline-block;
		width: 99%;
	 }
	.mobButton {
		 display:block;
	 }
	 .sidebarRight {
	min-width: 45%;
	 }
.content-wrapper {
	margin-top:99px;
	 max-width:100%;
	 width:100%;
	 border-top:none;    
}
.footerContainer, .panelLeft {
	display: none;
}
.footer {
	position:relative;
}
.Footer21Box {
	display: inline-block;
	padding: 1px;
	width: 45%;
}
.topIconMenu {
		margin:0 4px 0 0;
}
.topIconMenu li, .topIconMenu a{
		margin:0 -3px 0 0;
		padding:0 0;
}
.topIconMenu ul {
		margin:0 17px 0 0;
}

/*.galleryPanelImageCell {
	width:100%;
	height: 100px;
}

.galleryPanelImageCell img {
	height:100%;
	max-height: 100px;
}*/


/*VMENU1-MID*/
/*VMENU2-MID*/
/*HMENU3-MID*/
/*HMENU4-MID*/
/*IMENU1-MID*/
/*IMENU2-MID*/
.rCatItemContainer {
	width: 99%;
}
}  
 @media only screen and (max-width: 32em) and (orientation: portrait) {

/*VMENU1-MIN*/
/*VMENU2-MIN*/
/*HMENU3-MIN*/
/*HMENU4-MIN*/
/*IMENU1-MIN*/
/*IMENU2-MIN*/


.galleryPanel,.jumpBoxPanel {
	border-radius: 0.2em 0.2em;
	width: 48%;
	margin: 0px 1% 0px 0%;
 }
 	.mediumPanel {width:94%;
 }
 .head-container {
	/* height:auto; */
	top: auto;
	bottom: 0px;
	width: auto;
}
.topIconMenu {
	width:80%;
}
 .head-container2 {
	display:none;
}
.imgLogo {
	/* position:absolute; */
	/* top: auto; */
	bottom: 0px;
	left:0px;
	max-width: 120%;
	max-height: 80px;
	margin-top: 30px;
}
.Footer21Box {
	padding: 1px;
	width: 90%;
}
.jumpBoxItemContainer{
	width:90%;
	display: inline-block;
	vertical-align:top;
}
}
 @media only screen and (orientation: landscape) and (max-width: 48em)  {
	.masthead .head3 {
		font-size: 100%;
	}
	 .sidebarLeft {
	-webkit-column-count: 3 !important;
	-moz-column-count: 3 !important;
	column-count: 3 !important;
			 }
 	.galleryPanel,.jumpBoxPanel {
	width: 32%;
	margin: 0px 1% 0px 0px;
}
}

.contentSpace .articleContainer p {
	clear: none;
}
.bodyFixed {   /** Fixed item along side of body (refer prsroof..)**/
	position: fixed;
	top: 110px;
	right: 0px;
	z-index: 9999;
	width: 60px;
	overflow: visible;
}
