﻿.center {
	text-align: center;
}
.left {
	text-align: left;
}
.underline {
	text-decoration: underline;
}
#locationbar {
	text-align: center;
	font-size: large;
	font-family: "Arial Black";
	font-weight: normal;
}
#nav p {
	height: 60px;
	font-size: medium;
	font-family: "Arial Black";
	font-weight: normal;
}
#nav img {
	float: left;
	border-width: 0;
}
#nav a {
	font-size: medium;
	font-family: "Arial Black";
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-width: 0;
}
#mainbody p {
	width: 760px;
	font-size: large;
	font-family: Georgia;
}
.tablewidth {
	width: 185px
}
.bigheading {
	width: 760px;
	text-align: center;
	font-size: xx-large;
}
.valign_top {
	vertical-align: top;
}
.basehead {
	font-family: "Monotype Corsiva";
	font-size: x-large;
	text-align: center;
	font-style: normal;
}
.showcontactbox {
	position: relative;
	left: 372px;
	top: 1200px;
	width: 441px;
	height: 127px;
	z-index: 8;
	visibility: visible;
}
.sitesbox {
	position: relative;
	left: 372px;
	top: 1260px;
	width: 549px;
	height: 29px;
	z-index: 7;
	text-align: center;
}
@media only screen and (max-device-width: 1024px) {
  /* define mobile specific styles come here */
  .showcontactbox { 
    position: relative;
	left: 372px;
	top: 1350px;
	width: 441px;
	height: 127px;
	z-index: 8;
	visibility: visible;
    }
  .basehead {
	font-size: large;
}
.sitesbox {
	position: relative;
	left: 372px;
	top: 1460px;
	width: 549px;
	height: 29px;
	z-index: 7;
	text-align: center;
}

}