@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/page_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#930126;
	font-family:Arial, Helvetica, sans-serif;
}

.top_bg {
	background-image:url(../images/top_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:14px;
	line-height:38px;
	color:#ffffff;
}

.header_bg {
	background-image:url(../images/header_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.menu_bg {
	background-image:url(../images/nav_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

.member_box_heading {
	background-image:url(../images/member_heading.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.testimonial_box_heading {
	background-image:url(../images/testimonial-title-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.testimonial_border {
	border-left: 1px solid #cba6cb;
	border-right: 1px solid #cba6cb;
	background-color:#fcebfc;
}
.member_box {
	background-image:url(../images/member_box1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background:#fcebfc;
}

.dotted_line {
	background-image:url(../images/dotted_line.gif);
	background-position:center center;
	background-repeat:repeat-x;
}

.lead_box_heading {
	background-image:url(../images/lead_box_heading.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.lead_box_bg {
	background-image:url(../images/lead_box_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.input {
	font-size:11px;
	color:#908f8f;
	line-height:20px;
}

.button {
	background-image:url(../images/submit_button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
	display: block;
	width:70px;
	cursor:pointer;
	height:22px;
}

.button:hover {
	background-position:right;
}

.image_border {
	border:2px solid #cba6cb;
	padding:2px;
}

.text1 {
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

.text1 a{
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

.text1 a:hover{
	font-size:13px;
	color:#930126;
	text-decoration:none;
}

.text2 {
	font-family:myriad Pro, calibri;
	font-size:22px;
	color:#930126;
	text-decoration:none;
}

.text3 {
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.text3 a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.text3 a:hover{
	font-size:16px;
	color:#930126;
	text-decoration:none;
}

.text4 {
	font-family:"myriad Pro", calibri;
	font-size:22px;
	color:#930126;
	text-decoration:none;
}

.text5{
	font-size:16px;
	color:#930126;
	text-decoration:none;
}

.text6{
	font-size:16px;
	color:#000000;
	line-height:24px;
	text-decoration:none;
}

.text7{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 24px;
}

.text7 a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 24px;
}
.text7 a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 5px 24px;
	background-color: #fd87d5;
}

.text8{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.text8 a{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.text8 a:hover{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

.text9{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.text9 a{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.text9 a:hover{
	font-size:12px;
	color:#dc31a7;
	text-decoration: underline;
}
.input_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	height: 13px;
	width: 190px;
}
.input_box_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	height: 13px;
	width: 83px;
}
.input_box_defalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 190px;
}

a.view_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B00000;
	text-decoration: none;
	text-align:left;
}
a.view_detail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.testimonial_text {
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.testimonial_name {
	font-size:13px;
	color:#930126;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.testimonial_btmborder {
	border-bottom: 1px dashed #990000;
}
.testimonial_text-12 {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
}
.free_assessment_red {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.pdf_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#930126;
	text-decoration: underline;
	text-align:right;
}
.pdf_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:right;
}

