@font-face {

	font-family: "gotham";
	src: url("Fonts/Gotham Book Regular.otf");

}

@font-face {

	font-family: "gothamblack";
	src: url("Fonts/Gotham Black.otf");

}

@font-face {

	font-family: "gothambold";
	src: url("Fonts/Gotham Bold.otf");

}

@font-face {

	font-family: "gothamboldreg";
	src: url("Fonts/GothamBold Regular.otf");

}

body {

	background-color: #F8F8F8;
	font-family: gotham;
	font-size: 14px;
    margin: 0px;
	overflow-x: hidden;

}

input { border-radius: 4px; }

li {

	list-style: none;
	margin: 20px 0px 20px 0px;
/*	-webkit-margin:20px 0px 20px 5px; */

}

li:before { content: "\00b7\00b7\00b7  "; }

textarea {

	border-radius: 5px;
	font-family: inherit;

}

tr, th, td { vertical-align: middle; }

.bg { opacity: 0.15; }

.capbox {

	background-color: black;
	border-radius: 5px;
	display: inline-block;
/*	*display: inline; zoom: 1; */
	padding: 8px;

}

.capbox-inner {

	font: bold 11px arial, sans-serif;
	color: white;
	background-color: #C30000;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

.coname, .fontbold { font-family: gothamboldreg; }

.container {

	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1250px;
	
}

.cpnprm, .mnpgprm { border-radius: 10px; }

.figcaprm {

	font-size: 18px;
	height: 60px;

}

.hideit { display: none; }

.link {

	font-size: 14px;
	padding: 10px 0px;
	text-align: center;

}

.link, .lnktitle {

	color: #000000;
	display: inline-block;
	font-family: "gothamboldreg";

}

.lnktitle {

	font-family: "gothamboldreg";
	font-size: 14px;
	text-decoration: none;

}

.lnktitle::after {

	color: transparent;
	content: attr(title);
	display: block;
	font-family: "gothamboldreg";
	font-size: 20px;
	margin-top: -28px;
	visibility: hidden;

}	

.lnktitle:hover {

	font-family: "gothamboldreg";
	font-size: 20px;
	text-decoration: overline underline;

}

.mnpgimg { border-radius: 2px; }

.mnpgprm {

	height: 250px;
	padding: 2px;
	width: 450px;

}	

.mySlides { display: none; }

.navlnk {

	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;

}

.phideit, .pshowit, .showit { display: block; }

.prmline {

	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: -20px 0px 30px;
	text-align: center;
	width: 600px;

}

.schedfield { font-size: 12px; }

.servadd { font-size: 12px; }

.servline {

	border-bottom-style: dotted;
	border-bottom-width: 1px;

}

.stafffig {

	display: inline-block;
	width: 200px;

}

.stafffig2 { margin:20px 40px 0px; }

.staffimg {

	width: 200px;
	height: 200px;

}

.tab {

	margin: -15px 0px;
	padding-left: 40px;

}

.tdservadd { text-align: right; }

.tdservprice { text-align: center; }

.thtd {

	height: 40px;
	vertical-align: center;

}

#CaptchaDiv {

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #000000;
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	padding: 4px;

}

#CaptchaInput {

	margin: 1px 0px 1px 0px;
	width: 135px;

}

#tblstaffother {

	margin: 20px auto 0px;

}

#tblstaffother .staffpos {

	font-weight: bold;
	text-decoration: underline;

}

#tblstaffother .staffpos:not(:first-child) td { padding-top: 10px; }


#tblstaffother td:not(.staffpos) { width: 200px; }