body,
table,
tr,
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #31445b;
  background-color: #f5f5f5;
  /*
  margin: 0px 20px;
  */
  border-collapse: collapse;
}
h1 {
  display: none;
}
form {
  display: inline;
  margin: 0;
}
input,
textarea,
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  margin: 0px 10px;
}
#other {
  display: none;
}
a:link,
a:active {
  color: #2e7398;
  text-decoration: underline;
}
a:visited {
  color: #2e7398;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
#scrollthumbs img {
  margin: 0 4px;
  border: #666 solid 1px;
}
/*
#scrollsites img {
  border: 0;
}
*/
#headerLogo{
  width:375px;
  height:66px;
  border-width:0;
}
#mainBody{
  width:730px;
  margin: 0 auto;
}
#mainTable {
  width: 100%;
  border-width: 0;
}
#mainTable td {
  padding: 0; /* 0 10px; */
}
#mainTable .content {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size:9px;*/
}
#mainContent {
  display: block;
}
#mainContent h4 {
  color: #2e7398;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 0px;
}
#mainContent td,
li,
p {
  text-align: left;
  font-size: 12px;
  padding-top: 0px;
}
#mainContent ul {
  text-align: left;
  padding: 0 10px;
  margin-left: 15px;
  margin-top: 18px;
  list-style-type: disc;
}
#mainContent ul li:first-child {
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: -25px;
}
#mainContent ul ul {
  margin-top: 0px;
}
#mainContent ul ul li:first-child {
  background: transparent;
  list-style-type: disc;
  margin-bottom: 0;
}
#homepage {
  border-collapse: collapse;
}
#hands-enter,
#homepage td img {
  display: block;
}
#header {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666;
}
#footer {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #999;
  margin-top: 10px;
  padding-top: 10px !important;
  text-align: center;
}

#holdersites {
  background: #ddd; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #a4cce8,
    #f5f5f5
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a4cce8, #f5f5f5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #a4cce8,
    #f5f5f5
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a4cce8, #f5f5f5); /* Standard syntax */
  background: linear-gradient(#a4cce8, #f5f5f5); /* Standard syntax */
  position: relative;
  top: 0px;
  left: 0px;
  height: 450px;
  overflow: hidden;
  border: #666 dashed 1px;
  border-radius: 15px;
  margin: 8px 0 15px 0;
}
#mainContent {
  position: relative;
}
.sitenav {
  position: absolute;
  top: 0px;
  width: 20px;
  height: 450px;
  cursor: pointer;
}
#siteleft {
  left: 0px;
}
#siteright {
  right: 0px;
}
.sitenavbutton {
  margin-top: 110px;
}
.maintitleholder {
  border-radius: 8px;
  border: #2e7398 dashed 1px;
  background: #ffffff;
  margin: 5px 0;
  position: absolute;
  top:0;
  width: 282px;
  height: 30px;
  display:block;
  float:none;
}
.maintitle {
  position: absolute;
  padding: 3px 2px;
  top: 0;
  left: 0;
  width: 280px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #2e7398;
  z-index: 9;
  text-shadow: 2px 2px 3px grey;
}
.maintitleshadow {
  position: absolute;
  padding: 5px 2px;
  top: 2px;
  left: 2px;
  width: 280px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #b6b6b6;
  z-index: 5;
  display:none;
}
.siteThumb {
  /*border: #666 solid 1px;*/
  margin-right: 2px;
}
.thumbImg {
  display: block;
  margin: 0px;
  text-align: center;
  width: 60px;
  height: 50px;
  float: left;
}
.thumbImg img {
  border-radius: 8px;
  width: 50px;
  height: 40px;
}
.siteImg {
  display: block;
  margin: 0px;
  text-align: center;
  /*
  padding: 80px 10px 10px 10px;
  float: left;
  */
  width: 225px;
  height: 220px;
  position: absolute;
  top:50px;
}
.siteImg img {
  border: #666 solid 1px;
  border-radius: 10px;
  margin: 15px 0;
  width: 225px;
}
.siteTxt {
  display: block;
  text-align: center;
  /*
  padding: 80px 10px 10px 10px;
  float: left;
  */
  width: 300px;
  height: 200px;
  position:absolute;
  top:250px;
}
.siteTxt ul li:first-child{
  text-align: center;
}
.siteTxt ul li span{
  display:block;
  margin-left:15px;
}
.flashThumb {
  margin-right: 2px;
  height: 50px;
  width: 50px;
}
.flashThumb img {
  border: #666 solid 1px;
  width: 50px;
  height: 50px;
}
.formlabels {
  font-weight: bold;
  color: #666;
}
.formrequired {
  font-weight: bold;
  color: #999;
}
.formButton {
  font-weight: bold;
  border-color: #54768b;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  background: #bacad4 url(/images/formbuttonback.jpg);
  color: #666;
  padding: 5px;
}
.restitle {
  font-weight: bolder;
}
.resSection {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666;
  margin-top: 20px;
  font-size: 14px;
}
.inputbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #437187;
  border: #aaa solid 1px;
  margin: 1px;
}
.clientHeader {
  font-weight: bold;
}



@media (max-width: 750px) {
	#mainBody{width:100%;}
}

@media (max-width: 700px) {
	.swiper-slide{width:100%;}
}

@media (max-width: 400px) {
  #headerLogo{
    width:100%;
    height:auto;
    border-width:0;
  }
}