/* main layout styles */
/*-----------------------------------------------------------*/
body {
	font-family: Arial, Sans-serif;
	background-color:#000; 
	background:url(../images/background.jpg) repeat top left;
	font-size: 15px;
}

#constrain {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background:none;
}

#constrain img.header-img {
  display:block;
  vertical-align: baseline;	
}
#logo_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:255px;
	text-align:center;
}
#page_container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 5% 5% 5%;
	margin-bottom:0px;
	background: #000;
	width: 90%;
}
#page_container2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0 5% 5% 5%;
	margin-bottom:0px;
	background: none;
	width: 90%;
}
#footer {
	border-top: 1px solid #FFF;
	width:100%;
	background-color: #000;
	padding: 5px;
	position:absolute;
}
#footer p{
	font-size:11px;
	color:#999;
	text-align:center;
}
.web_hidden { display: none;}
.mobile_hidden { display: inherit;}

.middle{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.privacy{
	font-size:11px;
	color:#999;
	text-decoration:none;
}

/* headers */
/*-----------------------------------------------------------*/
h1 {
	margin: 0 0 20px 0;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 3px;
	color: #FFF;
	text-align:center;
	font-family: sexsmith, Times, "Arial", serif;
	padding-top:50px;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	color: #FFF;
	font-variant:small-caps;
	font-family: sexsmith, Times, "Times New Roman", serif;
	padding-top: 25px;
}
h3 {
	font-size: 20px;
	padding-bottom: 6px;
	padding-left:5px;
	letter-spacing: 3px;
	font-family: sexsmith, Times, "Times New Roman", serif;
	color:#ecbd5b;
	padding-top: 25px;
	line-height:22px;
}

h4 {
	font-size: 30px;
	color:#ecbd5b;
	line-height:20px;
	letter-spacing: 0px;
	font-family: sexsmith, Times, "Arial Narrow", serif;
	border-bottom:#ecbd5b 1px solid;
	text-align:center;
}

h5 {
	font-size: 20px;
	color:#ecbd5b;
	line-height:20px;
	letter-spacing: 0px;
	font-family: sexsmith, Times, "Times New Roman", serif;
	text-align:left;
}

p {
	font-family: Arial, sans-serf;
	color:#FFFFFF;
	line-height:18px;
	font-size:14px;
}

.special{
	line-height: 18px;
	letter-spacing: 2px;
	font-size:18px;
	font-family: sexsmith, Times, "Times New Roman", serif;
}

.normal {
	font-family: Arial, sans-serf;
	font-size: 16px;
	font-weight:bold;
}

/* text styles */
/*-----------------------------------------------------------*/
li {
	line-height: 20px;
}

/* table styles */
/*-----------------------------------------------------------*/
table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

 tr, td {
	color: #FF0000;
	padding: 5px;
	font-size: 24px;
}

th {
	color:#ecbd5b;
	letter-spacing: 3px;
	font-family: sexsmith, Times, "Times New Roman", serif;
}
.alt {
	background-color: #FFFDEA;
}
.cell_border {
	border: #A2FF00 solid 2px;
	border-radius:8px;
	padding: 0 20px 20px 20px;
}	

/* table.cell_border tr, table.cell_border td{
	border: #ecbd5b solid 1px;
}	
image rounded corners & aot dots */

/*.st_sharethis_custom{
	background: url(../images/Share-Icon.png) no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
}*/

/*----------------top menu----------------------*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #000000;
  background: -moz-linear-gradient(top, #333333 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #333333 0%, #000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000 100%);
  background: -ms-linear-gradient(top, #333333 0%, #000 100%);
  background: linear-gradient(top, #333333 0%, #000 100%);
  border-bottom: 1px solid #FFF;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #000000;
  background: -moz-linear-gradient(top, #333333 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #333333 0%, #000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000 100%);
  background: -ms-linear-gradient(top, #333333 0%, #000 100%);
  background: linear-gradient(top, #333333 0%, #000 100%);
  color: #ecbd5b;
  display: inline-block;
  font-family: sexsmith, Times, "Times New Roman", serif;
  font-size: 24px;
  line-height: 49px;
  letter-spacing: 4px;
  padding: 0 15px;
  text-decoration: none;
  margin-right: 25px;
  margin-left: 25px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
	color: #ecbd5b;
	font-family: sexsmith, Times, "Times New Roman", serif;
	font-size: 24px;
	line-height: 49px;
	letter-spacing: 4px;
	font-style: normal;
	font-weight: 400;
	opacity: 1;
	visibility: visible; /* Old IE */
	-webkit-transition: opacity 0.24s ease-in-out;
	   -moz-transition: opacity 0.24s ease-in-out;
	        transition: opacity 0.24s ease-in-out;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  color:#FFF;
  background: -moz-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #000 ef));
  background: -webkit-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -o-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: linear-gradient(top, #FFF 0%, #000 ef 100%);
}
#cssmenu > ul > li:hover > a {
  background: none;
  background: -moz-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #000 ef));
  background: -webkit-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -o-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #000 ef 100%);
  background: linear-gradient(top, #FFF 0%, #000 ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 180px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #f0bd64;
  border-bottom: 2px dotted #f5d192;
  filter: none;
  font-family: sexsmith, Times, "Times New Roman", serif;
  font-size: 24px;
  line-height: 20px;
  letter-spacing:3px;
  display: block;
  padding: 10px;
  color: #000;
  margin-left:-20px;
}
#cssmenu .has-sub ul li:hover a {
  background: #eca935;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #eca935;
  border-bottom: 1px dotted #ecbd5b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #e99f1e;
}

.covid-1 {
	font-family: sexsmith, Times, "Times New Roman", serif;
	color: #CCCCCC;
	letter-spacing: 2px;
	font-size: 18px;
	text-decoration: line-through;
}

.covid-2 {
	font-family: Arial, sans-serf;
	color: #CCCCCC;
	line-height:18px;
	font-size: 14px;
	text-decoration: line-through;
}

.covid-3 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 3px;
	color: #CCCCCC;
	text-align:center;
	font-family: Arial, serif;
