html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d54262;
	padding: 20px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 2opx;
}

table.mainLayout, table.mainLayout tr, table.mainLayout td {
	border: 1px solid #000000; 
	border-collapse: collapse;
}

.header {
	padding: 20px;
}

.footer {
	color: #ffffff;
	text-align: center;
	margin: 5px;
	padding: 10px;
	font-size: 11px;
}

.footer a {
	color: #efefef;
}

.leftSideImages {
	padding-top: 7px;
	padding-bottom: 7px;
}

.rightSideImages {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.introText {
	padding: 0 25px 10px;
	/*padding: 0 75px 10px 75px;*/
	text-align: justify;
	color: #000;
	margin: 0;
}

#hours {
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0;
	padding-top: 10px;
	color: #000;
	list-style-type: none;
}

#contactUs {
	margin-top: 0;
	padding-top: 10px;
	color: #000;
	list-style-type: none;
}

a.navLinks {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 1px;
	padding-top: 0;
	font-weight: bold;
	text-decoration: none;
}

a.navLinks:link, a.navLinks:visited, a.navLinks:active {
	color: #cccccc;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

a.navLinks:hover {
	color: #ffb1fc;
	border-top: 2px solid #ffb1fc;
	border-bottom: 2px solid #ffb1fc;
}

textarea, input, select, option {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

input, textarea {
  border: 1px solid #cccccc;
}

input:focus, textarea:focus {
  border: 1px solid #000000;
}

.formField {
	border: 1px solid #cccccc;
}

.formFieldFocus {
	border: 1px solid #000000;
}

.formLabel {
	background-color: #666666;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	width: 200px;
}

table.hoursContactBox, table.hoursContactBox tr, table.hoursContactBox td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

table.drivingDirections, table.drivingDirections tr, table.drivingDirections td {
	margin-top: 10px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

ol.drivingDirections {
	margin-top: 0;
	margin-left: 0;
	padding-left: 20px;
	padding-top: 10px;
	color: #000;
	font-size: 95%;
}

h1.pageHeading {
	margin-top: 10px;
	text-align: center;
}
