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

h2 {
	padding: 0 0 2px 0;
	margin: 0;
	border-bottom: 1px solid #444444;
	font-size: 18px;
	font-weight: normal;
	color: #222222;
}

h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	clear: both;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #222222;
	text-align: center;
}

h5 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	border-bottom: 1px dotted #222222;
}

h6 {
	margin: 0;
	padding: 10px 0 0 25px;
	font-size: 14px;
	font-weight: normal;
	color: #222222;
}

.faq_extra {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 14px;
	color: #222222;
	font-weight: normal;
}

form {
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
}

.newsletter_input {
	width: 230px;
	padding: 2px;
	font-size: 11px;
	color: #666666;
}

.button {
	width: 80px;
	margin-left: 10px;
}

.price_width {
	width: 200px;
	float: left;
}

a:link { color: #222222; text-decoration: underline; }
a:visited { color: #222222; text-decoration: underline; }
a:hover { color: black; text-decoration: none; }
a:active { color: #222222; text-decoration: underline; }

.resource_link {
	font-weight: normal;
}

.resource_link a:link { color: #222222; text-decoration: underline; }
.resource_link a:visited { color: #222222; text-decoration: underline; }
.resource_link a:hover { color: black; text-decoration: none; }
.resource_link a:active { color: #222222; text-decoration: underline; }

.contact_label {
	width: 120px;
	float: left;
	margin-left: 30px;
	padding-top: 4px;
}

.contact_label2 {
	float: left;
	margin-left: 10px;
	padding: 4px;
	font-size: 11px;
	color: white;
	background-color: #222222;
}

.contact_field {
	width: 250px;
	float: left;
	clear: right;
	padding: 2px;
	border: 1px solid #555555;
}

.contact_verify {
	width: 100px;
	float: left;
	clear: right;
	padding: 2px;
	border: 1px solid #555555;
}

.contact_msgbox {
	width: 248px;
	height: 100px;
	float: left;
	clear: right;
	border: 1px solid #555555;
	padding: 2px;
}

.contact_button {
	padding: 2px 8px;
	float: left;
	border: 1px solid #555555;
}