/* Template by freewebsitetemplates.com */
/* Modified extensively by GetSirius Internet Services - getsiriusweb.net - March, 2017 */
/* gold #FFCC33,   */
/* For minimum paragraph width see p and p:before in mobile.css, under GetSirius */


/* Current Page Selector ================== */
/* ALSO SEE mobile.css FOR SIMILAR SECTION THAT MUST BE UPDATED WITH THIS */
body#show2009body a#show2009,
body#show2007body a#show2007,
body#show2006body a#show2006,
body#show2002body a#show2002,
body#show2001body a#show2001,
body#show2000body a#show2000,
body#show1999body a#show1999,

body#marbleshowbody a#marbleshow,
body#meetingsbody a#meetings,
body#newsletterbody a#newsletter,
body#showphotosbody a#showphotos,
body#weblinkssbody a#weblinks,
body#indexbody a#index {
	color: #FFCC33 !important;
	text-shadow: 0 0 9px #fff;
	pointer-events: none;
	cursor: default;
	border-bottom: 1px!important;
	border-bottom-color: #999999!important;
	border-bottom-style: dashed!important;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:  url("../images/marblespace.jpg");
	font-size: 16px;
}

#body {
	color: #FFFFFF;
	background-color: #0078D7;
	background-image:  url("../images/backgroundContent.jpg");
	margin: 1px auto 0;
	max-width: 876px;
	min-height: 500px;
	overflow: visible;
	padding: 23px 40px 10px 40px;
-webkit-border-radius: 9px;
border-radius: 9px;
border: #000099 solid;
border-width: 1px 1px  2px 1px;
-webkit-box-shadow: 0 0 12px 2px #BE5E05;
box-shadow: 0 0 12px 2px #BE5E05;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
	background-color: #000099;
}
.unbold {
	font-weight: normal!important;
}
.textarea {
	min-width: 150px;
	display: table-cell;
}

/* Start of TOP Navigation */
/* Current Page Selector at top of file */
#navSection {
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 960px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	z-index:9999;
}

#navSection ul#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000099;
	border: solid;
	border-color: #664404;
	border-width: 0 1px 1px 1px;
	border-bottom-color: #FF9900;
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	-webkit-box-shadow: 0 6px 6px 0 #af897d;
	box-shadow: 0 6px 6px 0 #af897d;
}
#navSection ul#navigation li {
	display: inline;
	line-height: 50px;
	position: relative;
}
#navSection ul#navigation li a {
	color: #E8D8B9;
	font-size: 18px;
	padding: 0 6px; /* SPACE BETWEEN NAV LINKS AT TOP OF PAGE */
	text-align: center;
	text-decoration: none;

}
#navSection ul#navigation li ul {
	display: none;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 11px 0 0;
	position: absolute;
	top: 12px;
}
#navSection ul#navigation li:hover ul {
	display: block;
}
#navSection ul#navigation li ul li {
	background: #077054;
	display: block;
	height: 46px;
	line-height: 46px;
	background-image:    url("../images/back-dark.gif")!important;
}
#navSection ul#navigation li ul li a {
	padding: 0 20px;
}

#navSection ul#navigation li a:hover {
		color: #FFFDF1;
		text-shadow: 0 0 9px #fff; 
	background-image:  url("../images/back-darkH.gif")

-webkit-border-radius: 9px;
border-radius: 9px;
border: #B87A07 solid;
border-width: 1px 0px;
-webkit-box-shadow: 0 0 2px 1px #BE5E05;
box-shadow: 0 0 2px 1px #BE5E05;
}
/*  End of Navigation */
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E8D8B9;
	font-size: 18px;
}
/*  Start of Header */
#header {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 6px;
}
#headTitle {
  display: block;
  margin: auto;
  width: 50%;
}
.

h1, h2, h3, h4,
.highlightedTextLarge {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #FF9900;
}
.highlightedText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
.highlightedTextBright {
    font-weight: bold;
    color: #FFFF00;
}
.blacklight {
    font-weight: bold;
    font-size: 16px;
    color: #66FF00;
    background-color: #42517A;
    padding: 5px 12px;
    border: 1px solid;
    border-color: #2C3756;
    display: block;
    margin-top: 12px;
}
.margin-left20 {
    margin-left: 20px;
}
.margin-right20 {
    margin-right: 20px;
}
.columContainer {
  padding-left: 20px;
  display: grid;
  grid-template-columns: 33% 33% 33%; /* fraction*/
}
.columContainer2 {
  padding-left: 20px;
  display: grid;
  grid-template-columns: 48% 48%; /* fraction*/
}
.columContainer div,
.columContainer2 div {
	padding: 10px 12px;
	text-align: center;
	border-top: #96B9F3 solid 2px;
	border-left: #96B9F3 solid 1px;
	-webkit-border-radius: 12px  1px;
	border-radius: 12px  1px;
	-webkit-box-shadow: 1px 6px 23px 2px #343666;
	box-shadow: 1px 6px 23px 2px #343666;
}
.column-list {
  column-count: 4;
}
.column-list li {
  padding-right: 10px;
}

/* Footer */
.footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4A556F;
	margin-top: 42px;
	border: #8EBBFC dotted 1px;
	vertical-align: top;
	padding: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 6px 23px 2px #343666;
	box-shadow: 1px 6px 23px 2px #343666;
}

#footer  p {
	color: #FFCC00;
	font-size: 16px;
	line-height: 18px;
}


.noWrap {
white-space: nowrap;
}
.bms {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	display: inline-block;
	max-width: 45%!important;
}
.imageBMS {
	max-width: 100%!important;
	height: auto;
}
.imgAlignRight {
	float: right;
	padding-left: 20px;
	}
.imgAlignLeft {
	float: left;
	padding-right: 20px;
	}
.imgAlignRightSpaceTop {
	padding-top: 10px;
	float: right;
	padding-left: 20px;
	}
.imgAlignLeftSpaceTop {
	padding-top: 10px;
	float: left;
	padding-right: 20px;
	}
.imgAlignRightMoveUp {
	margin-top: -30px;
	float: right;
	padding-left: 20px;
	}
.imgAlignLeftMoveUp {
	margin-top: -30px;
	float: left;
	padding-right: 20px;
	}

.imgNoShrink {
max-width: 100%!important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
  line-height: 0;
  visibility: hidden;
}
/* gallery from auctionspec */
.photoGallery {
	background-color: #4A556F;
	border: 1px solid #660606;
	padding: 8px 0;
    -webkit-border-radius: 6px;
	border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px 2px #DFDFDF;
	box-shadow: 1px 1px 2px 2px #DFDFDF;
}
.photoGallery img {
	height: 92px;
	width: auto;
	max-width: auto!important;
	border: 1px solid;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #7E7E7E;
}
