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

body {
	background-color: #ffffff;
	margin-top: 0px;
}
.text_margin {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 200px;
	margin-left: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color: #FFF;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #FFF;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color: #FFF;
	text-decoration: underline;
}  /* selected link */
.text_margin p1 a:link {
	color: #373737;
	text-decoration: underline;
}      /* unvisited link */
.text_margin p1 a:visited {
	color: #373737;
	text-decoration: none;
}  /* visited link */
.text_margin p1 a:hover {
	color: #FAA21B;
	text-decoration: underline;
}  /* mouse over link */
.text_margin p1 a:active {
	color: #373737;
	text-decoration: underline;
}  /* selected link */
h1 {
	color: #4d235f;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 18px;
	text-align: left;
}
h2 {
	color: #541F60;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 31px;
	font-weight: bold;
}
h3 {
	color: #4d235f;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}/*for form title*/
/*for qna title*/
.qnatitle {
	color: #4d235f;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.expends {
	width: 30px;
	float: left;
	font-weight: bold;
}
a.questions, a:link.questions, a:visited.questions {
	text-decoration: none !important;
	font-weight: bold;
}
a.questions .num, a:link.questions .num, a:visited.questions .num {
	float: left;
	margin: 0 6px 10px 0;
}
.answers {
	margin: 0.6em 1em 1em 1.8em;
}
.show {
	display: block;
}
.hide {
	display: none;
}
h4 {
	color: #4d235f;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 5px;
}
h5 {
	color: #FAA21B;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 5px;
}
h6 {
	color: #373737;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 11.5px;
	line-height: 11px;
}
p1 {
	color: #000;
	font-family: helvetica, Gadget, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
.text_indentation {
	color: #000;
	font-family: "helvetica", Gadget, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
}
#wrapper {
	position: relative;
	top: 0px;
	margin-top: 0px;
	width: 900px;
	background-color: #FFF;
	z-index: 0;
}
#slide_show {
	position: absolute;
	top: 153px;
	background-color: #FFF;
	width: 100%;
	height: 330px;
	z-index: 1;
	margin: 0 0 0 0;
}
#slideshow_arrow {
	position: absolute;
	left: 30px;
	top: 7px;
	letter-spacing: 2pt;
	color: #FFF;
}
#content {
	position: relative;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
	margin-top: 360px;
	text-align: left;
}
#content_slideless {
	position: relative;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
}
#content_slideless_contact {
	position: relative;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
}
#map {
	position: absolute;
	right: 10px;
	top: 20px;
	wideth: 461px;
	height: 389px;
}
.indent_text {
	position: relative;
	float: right;
}
.indent_text a:link {
	color: #373737;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}      /* unvisited link */
.indent_text a:visited {
	color: #373737;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}  /* visited link */
.indent_text a:hover {
	color: #FAA21B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}  /* mouse over link */
.indent_text a:active {
	color: #373737;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


a.achieveLink {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: -1px 0 1px 0;
}

a.newsletterLink {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin: -1px 0 1px 0;
	text-decoration: underline;
}