@charset "utf-8";
.header {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 35px;
	top: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
}
.header_links a:link {color: #ffffff; text-decoration:none}
.header_links a:visited {color: #ffffff; text-decoration:none}
.header_links a:active {color: #ffffff; text-decoration:none}
.header_links a:hover {color: #f89728; text-decoration:none}

.links a:link {color: #f89728; text-decoration: none}
.links a:visited {color: #f89728; text-decoration: none}
.links a:hover {color: #f89728; text-decoration: underline}
.links a:active {color: #f89728; text-decoration: none}

img.withborder {border: 2px solid #dcdcdc;}
.main_container {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ececec;
	position: relative;
}
.contact_column_info_header {
	color: #3a3a3a;
}

.page_header {
	background-color: #bbb5b5;
	text-align: center;
	height: 29px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	color: #FFF;
	padding-top: 7px;
	margin-bottom: 20px;
}
.left_column {
	position: relative;
	left: 0px;
	top: 0px;
	height: 845px;
	width: 242px;
	background-color: #ececec;
}
.enum_items {
	position: relative;
	left: 35px;
	margin-bottom: 20px;
}
.contact_textbox {
	width: 250px;
}

.maintext {
	margin: 10px;
	text-align:justify;
	font-size: 12px;
}
.mainheader {
	font-weight:bold;
	font-size: 14px;
}
.news_header {
	color: #f89828;
	font-size: 16px;
}
.news_hyperlink {
	color: #505050;
	font-size: 14px;
}
.shoptd {
	height: 230px;
}
img {
	border: 0px;
}
.contact_table_text {
	font-size: 12px;
}

.contact_column_info {
	color: #9f9595;
	text-align: center;
	position: relative;
	font-size: 15px;
	margin-bottom: 50px;
	line-height: 25px;
}
.faq_question {
	color: #f89828;
	cursor: pointer;
}
.faq_answer {
	display: none;
	position:relative;
	margin-left: 50px;
	width: 515px;
	text-align:justify;
}
.faq_graphic {
	margin-right: 10px;
	cursor: pointer;
}
.faq_container {
	position: relative;
	margin-top: 15px;
	color: #7f8080;
	font-size: 12px;
}
.body_content {
	padding: 10px;
	position: absolute;
	left: 245px;
	top: 0px;
	width: 587px;
	font-size: 14px;
}
Thank you page CSS 
.container_thankyou {
	position: relative;
	width: 852px;
	margin-left: auto;
	margin-right: auto;
}
.header_thankyou {
	width: 100%;
	height: 79px;
	position: relative;
}
.middle_container {
	height: 614px;
	width: 100%;
	position: relative;
}
.grey_box {
	background-color: #9f9595;
	height: 26px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}
.middle_container_text {
	text-align: center;
	width: 439px;
	margin-top: 100px;
	position: absolute;
	left: 413px;
}
.orange_box {
	background-color: #f89829;
	height: 6px;
	width: 100%;
}
 End Thank you page CSS
