* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	background:#f27b5d url('/Library/images/back_img.png') left top repeat-x;
}
p, li {
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#000;
	line-height:18px;
}
p a:link, p a:visited {
	font-weight:normal;
	color:#C26954;
	font-style:normal;
	font-size:14px;
	text-decoration:underline;
}
p a:hover {
	text-decoration:none;
}
img {
	border: 0;
	float:left;
}
.clearfloats {
	clear:both;
}
a, a:visited {
	outline:none;
	color:#C26954;
}
a:hover {
	text-decoration:none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px #000; /*first value: x-offset (could be a negative value as well), second: y-offset, third: radius of the shadow, fourth: color */
	/* for FF, Chrome, Safari*/
-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
#container {
	margin:0px auto;
	padding:0px;
	width:970px;
	height:auto;
}
#wrapper {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:auto;
	border-left:1px solid #603913;
	border-right:1px solid #603913;
	border-bottom:1px solid #603913;
}
#header {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:150px;
	background:url('/Library/images/header_back.png') left top repeat-x;
	border-bottom:1px solid #603913;
}
.header_left {
	float:left;
	margin:12px 0px 0px 8px;
	padding:0px;
	width:540px;
	height:auto;
}
.header_right {
	float:left;
	margin:14px 8px 0 15px;
	padding:0px;
	width:380px;
	height:auto;
}
.logo {
	float:left;
	margin:0px;
	padding:0px;
	width:524px;
	height:58px;
}
.calltxt {
	float:left;
	margin:0px;
	padding:0px;
	width:524px;
	height:auto;
	font-size:24px;
	font-weight:bold;
	color:#d5242b;
	text-align:right;
}
.calltxt span {
	font-size:17px;
	font-weight:normal;
	font-style:italic;
}
.loginbox {
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.loginbox span {
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#d81f2a;
	text-align:left;
	margin:3px 15px 0px 30px;
}
.loginbox span a:link, .loginbox span a:visited {
	font-size:12px;
	font-weight:bold;
	color:#d81f2a;
	text-align:left;
	text-decoration:underline;
}
.loginbox span a:hover {
	text-decoration:none;
}
.logininput {
	float:left;
	margin:0px;
	padding:0px;
	width:198px;
	height:23px;
	background-color:#FFF;
	text-align:left;
	border:1px solid #004a80;
	font-size:14px;
	font-weight:normal;
	color:#7f7261;
}
.searchinput {
	float:left;
	margin:19px 0px 0px 5px;
	padding:0px;
	width:128px;
	height:23px;
	background-color:#FFF;
	text-align:left;
	border:1px solid #004a80;
	font-size:12px;
	font-weight:normal;
	color:#7f7261;
       text-align:center;
}
.arrowimg01 {
	float:left;
	margin:19px 0px 0px 0px;
	padding:0px;
}
.find_location {
	float:left;
	width:380px;
	height:62px;
	margin:0px;
	padding:0px;
	border-radius:15px 15px 0px 0px;
	background: -moz-linear-gradient(top, #007ebf 0%, #0a4774 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007ebf), color-stop(100%, #0a4774)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007ebf 0%, #0a4774 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007ebf 0%, #0a4774 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007ebf 0%, #0a4774 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007ebf 0%, #0a4774 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ebf', endColorstr='#0a4774', GradientType=0 ); /* IE6-9 */
}
.find_location span {
	background:url('/Library/images/map_pin.png') left top no-repeat;
	height:42px;
	float:left;
	margin:12px 0px 0px 10px;
	padding:9px 0px 0px 35px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-align:left;
	font-style:italic;
}
#nav {
	float:left; width:960px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 8px;	
	height:40px;
text-align:center;
background: #ffe9c9; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe9c9), color-stop(100%, #ffdf9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe9c9 0%, #ffdf9a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9c9', endColorstr='#ffdf9a', GradientType=0 ); /* IE6-9 */


}
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	border:1px solid #603913;
	border-left:none;
	border-radius:5px 5px 0px 0px;
	list-style-type:none;
	background: #ffe9c9; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe9c9), color-stop(100%, #ffdf9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe9c9 0%, #ffdf9a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe9c9 0%, #ffdf9a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9c9', endColorstr='#ffdf9a', GradientType=0 ); /* IE6-9 */
}
#nav li:first-child {
	border-left:1px solid #603913;
}
#nav li a:link, #nav li a:visited {
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#124a92;
	text-align:center;
	margin:0px;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
}
#nav li a:hover {
	text-decoration:none;
	color:#603913;
}
#slider {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:318px;
	background-color:#FFF;
	position:relative;
}
#slider img {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:318px;
	border-bottom:1px solid #603913;
	border-radius:0px 0px 30px 30px;
}
.slider_shadow {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:25px;
	background:url('/Library/images/shadow.png') left top no-repeat;
	position:absolute;
	left:0px;
	bottom:-26px;
}
#middle_home {
	float:left;
	margin:0px;
	padding:35px 20px 30px 20px;
	width:928px;
	height:auto;
	background-color:#FFF;
	border-bottom:1px solid #603913;
}
.welcome_txt {
	float:left;
	margin:0px 60px 0px 30px;
	padding:0px;
	width:480px;
	height:auto;
}
.welcome_video {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:343px;
	height:auto;
}
.videobox {
	float:left;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:343px;
	height:auto;
	background-color:#0c3961;
	border-radius:15px;
}
.video_ttl {
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
	width:343px;
	height:34px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.videourl {
	float:left;
	margin:0px;
	padding:0px;
	width:343px;
	height:209px;
}
.textsize {
	float:left;
	margin:0px;
	padding:0px;
	width:510px;
	height:27px;
}
.textsize span {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#468488;
	text-align:left;
	margin:0px 10px 0px 0px;
	padding:4px 0px 0px 0px;
}
.textsize img {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
}
.welcome_txt h1 {
	float:left;
	margin:15px 0px 15px 0px;
	padding:0px;
	width:510px;
	height:auto;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#ed5c38;
	text-transform:none;
	line-height:26px;
}
.welcome_txt p {
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:left;
	margin:0px 0px 15px 0px;
	padding:0px;
	float:left;
	line-height:20px;
}
#CTABox {
	float:left;
	margin:35px 0px 0px 0px;
	padding:0px;
	width:968px;
	height:auto;
}
.CTAHelpYellow01 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:266px;
	height:287px;
	border-radius:15px;
	background: #ffb90e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb90e 0%, #ffcf11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb90e), color-stop(100%, #ffcf11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb90e 0%, #ffcf11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb90e 0%, #ffcf11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb90e 0%, #ffcf11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb90e 0%, #ffcf11 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb90e', endColorstr='#ffcf11', GradientType=0 ); /* IE6-9 */
}
.CTAHelpYellow01 h2 {
	float:left;
	margin:0px;
	padding:8px 0 0 0;
	width:266px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	color:#d60000;
	text-align:center;
}
.CTAHelpYellow01 h3 {
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:266px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#d60000;
	text-align:center;
	font-style:normal;
}
.CTAHelpYellow01 img {
	float:left;
	margin:0px;
	padding:0px;
}
.btn_becomehelper {
	float:left;
	margin:10px 0px 0px 35px;
	padding:5px 0px 0px 0px;
	width:193px;
	height:30px;
	border:1px solid #87331f;
	background-color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#5a523d;
	border-radius:8px;
}
.btn_becomehelper a:link, .btn_becomehelper a:visited {
	font-size:18px;
	font-weight:bold;
	color:#5a523d;
	text-decoration:none;
}
.btn_becomehelper a:hover {
	text-decoration:none;
	color:#87331f;
}
.CTAHelpRed {
	float:left;
	margin:0px 20px 0px 20px;
	padding:0px;
	width:356px;
	height:287px;
	border-radius:15px;
	background: #b50000; /* Old browsers */
	background: -moz-linear-gradient(top, #b50000 0%, #980000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #980000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b50000 0%, #980000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b50000 0%, #980000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b50000 0%, #980000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b50000 0%, #980000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#980000', GradientType=0 ); /* IE6-9 */
}
.CTAHelpRed h2 {
	float:left;
	margin:0px;
	padding:8px 0 0;
	width:356px;
	height:30px;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.CTAHelpRed img {
	float:left;
	margin:0px;
	padding:0px;
}
.CTAHelpRed span {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	float:left;
	margin:17px 0px 0px 25px;
	padding:0px;
}
.btn_clickhere {
	float:left;
	margin:10px 0px 0px 25px;
	padding:5px 0px 0px 0px;
	width:133px;
	height:30px;
	border:1px solid #87331f;
	background-color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#870202;
	border-radius:8px;
}
.btn_clickhere a:link, .btn_clickhere a:visited {
	font-size:18px;
	font-weight:bold;
	color:#870202;
	text-decoration:none;
}
.btn_clickhere a:hover {
	text-decoration:none;
	color:#87331f;
}
.inputemail {
	float:left;
	margin:17px 0px 0px 17px;
	padding:0px;
	width:165px;
	height:23px;
	border:1px solid #770404;
	text-align:left;
	background-color:#FFF;
	border-right:none;
}
.btnSubmit {
	float:left;
	margin:17px 0px 0px 0px;
	padding:0px;
	width:65px;
	height:25px;
	/*border:1px solid #004a80;*/
	background-color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#footer {
	float:left;
	margin:0px;
	padding:20px 0px 20px 0px;
	width:968px;
	height:auto;
	background:url('/Library/images/footer_back.png') left top repeat-x;
}
.socialmedia {
	float:left;
	margin:0px;
	padding:0px;
	width:95px;
	height:auto;
}
.socialmediaDiv {
	float:left;
	margin:0px;
	padding:15px 0px 0px 0px;
	width:60px;
	height:145px;
	border:1px solid #87331f;
	border-left:none;
	border-radius:0px 15px 15px 0px;
	background: #ffb90e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb90e 0%, #ffd011 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb90e), color-stop(100%, #ffd011)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb90e 0%, #ffd011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb90e 0%, #ffd011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb90e 0%, #ffd011 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb90e 0%, #ffd011 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb90e', endColorstr='#ffd011', GradientType=0 ); /* IE6-9 */
}
.socialmediaDiv img {
	float:left;
	margin:0px 0px 15px 13px;
	padding:0px;
}
.footerlinks01 {
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px;
	width:160px;
	height:auto;
}
.footerlinks01 li {
	list-style-type:none;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:left;
	width:160px;
}
.footerlinks01 li a:link, .footerlinks01 li a:visited {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#c26954;
}
.footerlinks01 li a:hover {
	text-decoration:underline;
}
.address {
	float:right;
	margin:0px 28px 0px 0px;
	padding:0px;
	width:236px;
	height:auto;
}
.address p {
	font-size:13px;
	font-weight:normal;
	color:#313131;
	text-align:right;
	margin:10px 0px 10px 0px;
	padding:0px;
	line-height:16px;
}
.address p span {
	font-size:21px;
	font-weight:bold;
	color:#c5563c;
	text-align:right;
}
.copyright {
	float:left;
	margin:0px;
	padding:15px 0px 15px 0px;
	width:970px;
	height:auto;
}
.copyright p {
	float:left;
	margin:0px;
	padding:0px;
	width:970px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}
.copyright p a:link, .copyright p a:visited {
	text-align:center;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.copyright p a:hover {
	text-decoration:underline;
}
/* Inner Page */

#middle {
	float:left;
	margin:0px;
	padding:0px;
	width:968px;
	height:auto;
	background:url('/Library/images/middle_back.png') left top repeat-y;
	border-bottom:1px solid #603913;
}
#left {
	float:left;
	margin:0px;
	padding:17px;
	width:259px;
	height:auto;
}
#right {
	float:left;
	margin:0px 0px 0px 1px;
	padding:26px 32px;
	width:610px;
	height:auto;
}
.getstarted {
	float:left;
	margin:0px;
	padding:0px;
	width:258px;
	height:auto;
	border:1px solid #555555;
	background-color:#fff1c7;
	border-radius:10px;
}
.getstarted h2 {
	float:left;
	width:258px;
	/*height:30px;*/
	margin:0px;
	padding:10px 0px 10px 0px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	border-radius:9px 9px 0px 0px;
	background: #a60000; /* Old browsers */
	background: -moz-linear-gradient(top, #a60000 0%, #780304 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a60000), color-stop(100%, #780304)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a60000 0%, #780304 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a60000 0%, #780304 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a60000 0%, #780304 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a60000 0%, #780304 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#780304', GradientType=0 ); /* IE6-9 */
}
.getstarted_content {
	float:left;
	margin:0px;
	padding:10px;
	width:238px;
	height:auto;
}
.getstarted_content p {
	font-size:14px;
	font-weight:normal;
	color:#101010;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	line-height:16px;
}
.getstarted_content p span {
	font-size:12px;
	color:#e70000;
}
.input01 {
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:97px;
	height:23px;
}
.input02 {
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:124px;
	height:23px;
}
.input03 {
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:233px;
	height:23px;
}
.btn_send01 {
	float:left;
	margin:0px 0px 0px 80px;
	padding:0px;
	width:75px;
	height:28px;
	border:1px solid #2a084a;
	background-color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.videobox_inner {
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	width:258px;
	height:200px;
	background-color:#0c3961;
	border-radius:10px;
}
.video_ttl_inner {
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
	width:258px;
	height:33px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.videourl_inner {
	float:left;
	margin:0px;
	padding:0px;
	width:258px;
	height:159px;
}
.breadcurm {
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:420px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	color:#313131;
	text-align:left;
}
.breadcurm a:link, .breadcurm a:visited {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#b10064;
	text-align:left;
	text-decoration:underline;
}
.breadcurm a:hover {
	text-decoration:none;
}
.textsize01 {
	float:right;
	margin:0px;
	padding:0px;
	width:167px;
	height:27px;
}
.textsize01 span {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#468488;
	text-align:left;
	margin:0px 10px 0px 0px;
	padding:4px 0px 0px 0px;
}
.textsize01 img {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
}
.content {
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
	width:610px;
	height:auto;
}
.content_left {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:297px;
	height:auto;
}
.content_left img {
	float:left;
	margin:0px;
	padding:0px;
	width:295px;
	height:271px;
	border:1px solid #8a295e;
	border-radius:15px;
}
.content_right {
	float:left;
	margin:0px 0px 0px 25px;
	padding:0px;
	width:265px;
	height:auto;
}
.content_right span {
	font-size:13px;
	font-weight:bold;
	color:#ed5c38;
	text-align:left;
	margin:10px 0px 10px 0px;
	padding:0px;
	float:left;
}
.content_right ul {
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px;
}
.content_right ul li {
	float:left;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:normal;
	color:#313131;
	text-align:left;
	list-style-type:disc;
	width:100%;
}
.testimonials {
	float:left;
	margin:10px 0px 10px 0px;
	padding:15px;
	width:578px;
	height:auto;
	border:1px solid #87331f;
	border-radius:15px;
	background-color:#fff1c7;
	text-align:center;
}
.testimonials p {
	float:left;
	margin:0px;
	padding:0px;
	text-align:center; /*font-size:18px; font-weight:bold; font-style:italic;  */
	color:#0b3d66;
	line-height:22px;
	width:100%;
}
.testimonials p span {
	font-size:13px;
	font-weight:normal;
	color:#124a92;
	text-align:center;
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	font-style:normal;
}
#homeslider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 968px;
}
.content ul {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
}
.content ul li {
	margin-bottom: 5px;
	margin-left: 15px;
}
.content img {
	float:right;
	margin:0px 0px 20px 20px;
	clear:both;
}
#headersearch {
	float:right;
}
.content input[type="text"] {
	background-color: #FFFFFF;
	border: 1px solid #555555;
	height: 23px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
.content select {
	background-color: #FFFFFF;
	border: 1px solid #555555;
	height: 23px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}


.getstarted_content input[type="text"]{
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:223px;
	height:23px;
}

.getstarted_content input[name="FirstName"], .getstarted_content input[name="LastName"] {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:106px;
	height:23px;
}

.getstarted_content input[name="AreaCode"], .getstarted_content input[name="Phone1"], .getstarted_content input[name="Phone2"] {
    width: 64px;
}

.getstarted_content select {
   margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #555555;
	background-color:#FFF;
	text-align:left;
	width:223px;
	height:23px;
}

.btnsend {
	float:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:65px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.btn_care_blue {
    background: linear-gradient(to bottom, #156BA5 0%, #12639A 100%) repeat scroll 0 0 transparent;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0 15px;
    padding: 10px 25px 15px;
    text-align: left;
}
.btn_care_blue a:link, .btn_care_blue a:visited {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}
.btn_care_blue a:hover {
    text-decoration: none;
}

.listofservicebtn {
    padding: 0 0 15px 0;
    height: 45px;
}

#nav img {
		text-align: center;
margin: 0 auto;
}

.JOINPageCheck {
     display: none;
}