@charset "UTF-8";
/* CSS Document */

.subsection {
	text-align: center;
}

.subsection h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subsection .text p {
	max-width: 575px;
	margin: 0 auto 15px auto;
}

.subsection .sectionHead_dash {
      line-height: 2.45em;
      border-top: solid 1px black;
      border-bottom: solid 1px black;
      text-align: center; }

#contact_form {
	max-width: 500px;
	min-width: 280px;
	text-align: left;
	margin: 0 auto;
}

#contact_form .required {
	margin-bottom: 0;
	text-align: right;
}

input[type="text"], input[type="url"], input[type="date"], input[type="time"], input[type="number"], input[type="email"], textarea {
  height: auto;
	width: 100%;
  padding: 0;
}

#contact_form .fieldText {
	margin-bottom: 20px;
}

#contact_form label {
	text-transform: none;
}

#contact_form h4 {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
}

.joinError h6 {
	left: 0;
	margin-bottom: 10px;
}

.joinError input {
	width: 50%;
	margin-right: 10px;
}

#loading {
	width: 120px;
}
#loading {
	background-image: url(../gif/loader_wht.gif);
}

#modal {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.65);
	display: none;
}
#modal #confirm {
	width: 90%;
	height: 400px;
	background-color: #000;
	max-width: 800px;
	margin: -200px auto 0;
	display: table;
	position: relative;
	top: 45%;
}
#modal #confirm #close {
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	top: 20px;
	right: 20px;
	background: url(../png/closelrg.png) no-repeat center top;
	z-index: 1005;
	cursor: pointer;
}
#modal #confirm #close:hover {
	background-position: center bottom;
}
#modal #confirm span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
#modal #confirm h3 {
	margin-bottom: 10px;
}
#modal #confirm p.orator {
	font-size: 16px;
}

@media (max-width: 950px) {

}