html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/bg.jpg) no-repeat center top;
	font-family: 'GillSansMTRegular';
}
.thank_bg{
	background:url(images/thankyou_bg.jpg) no-repeat center top;
}
@font-face {
 font-family: 'GillSansMTRegular';
 src: url('font/gil.eot');
 src: url('font/gil.eot') format('embedded-opentype'),  url('font/gil.woff') format('woff'),  url('font/gil.ttf') format('truetype'),  url('font/gil.svg#GillSansMTRegular') format('svg');
}
@font-face {
 font-family: 'GillSansMTBold';
 src: url('font/gilb.eot');
 src: url('font/gilb.eot') format('embedded-opentype'),  url('font/gilb.woff') format('woff'),  url('font/gilb.ttf') format('truetype'),  url('font/gilb.svg#GillSansMTBold') format('svg');
}
#wrapper {
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	min-width:980px;
}
/*=========================================== Header Start ==============================================*/
.header_container {
	width:100%;
	height:auto;
	background:#FFF;
}
.header_wrapper {
	width:960px;
	height:auto;
	margin:auto;
}
.logo {
	float:left;
	margin-top:22px;
}
.phone {
	float:right;
	padding:12px 0px;
}
.phone h1 {
	font-family: 'GillSansMTBold';
	color:#009fe0;
	font-size:20px;
	font-weight:normal;
}
.call {
	background:url(images/phone_icon.jpg) no-repeat 55px;
	font-size:29px;
	padding-left:20px;
	text-align:center;
	margin-top:7px;
}
.phone p {
	font-size:14px;
	color:#000;
	text-align:center;
}
.phone p span {
	font-size:12px;
}
/*============================= Navigation ============================*/
.navigation {
	background:#1997dc;
	height:auto;
}
.nav {
	width:960px;
	height:36px;
	margin:auto;
	overflow:hidden;
}
.nav ul li {
	list-style:none;
	display:inline;
	line-height:36px;
	padding:0px 52px;
}
.nav ul li a {
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
 -webkit-transition: color linear .2s;
 -moz-transition: color linear .2s;
 -o-transition: color linear .2s;
}
.nav ul li a:hover {
	color:#000;
}
.nav ul li:first-child {
	padding-left:0px;
}
.nav ul li:last-child {
	padding-right:0px;
}
/*=========================================== Body Start ==============================================*/
.body_container {
	width:100%;
	margin:auto;
}
.body_wrapper{
	width:960px;
	margin:auto;
}
/*=========================== Inner Page Start ============================*/
.body_wrapper_inner {
	width:980px;
	margin:auto;
	background:url(images/inner_page_shadow.jpg) no-repeat right bottom #FFF;
}
.inner_banner {
	padding-top:15px;
}
.content {
	padding:30px;
}
.content h1 {
	color:#009fe0;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:19px;
}
.content h2 {
	color:#009fe0;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:18px;
	padding-top:15px;
}
.content h4 {
	color:#808285;
	font-weight:normal;
	font-size:17px;
}
.content p:first-child {
	padding-top:0px;
}
.content p {
	color:#808285;
	padding-top:15px;
	font-size:16px;
}
.content strong {
	color:#009fe0;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:18px;
}
.inner_footer {
	margin-top:0px !important;
}
.inner_resource_center {
	margin-bottom:10px;
	padding:0px 30px;
}
.inner_resource_center h1 {
	text-align:center;
	color:#808285;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:26px;
	background:url(images/resource_title_bg_in.png) no-repeat center;
	padding-bottom:4px;
}
.inner_resource_center ul li {
	list-style:none;
	display:inline;
	background:url(images/arrow_gr.png) no-repeat 0px 1px;
	margin-right:17px;
	line-height:17px;
}
.inner_resource_center ul li a {
	text-decoration:none;
	color:#808285;
	font-style:italic;
	font-size:13px;
	padding-left:25px;
 -webkit-transition: color linear .2s;
 -moz-transition: color linear .2s;
 -o-transition: color linear .2s;
}
.inner_resource_center ul li a:hover {
	color:#ed1c24;
}
.inner_resource_center ul li:last-child {
	margin-right:1px;
}
/*-------------------------- Home Page --------------------------*/
.home_banner {
	position:relative;
	width:820px;
	margin:auto;
	border:1px solid #c0cbd6;
	background:url(images/tp_bg.png) repeat;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-box-shadow: 4px 4px 10px #6585af;
	-webkit-box-shadow: 4px 4px 10px #6585af;
	box-shadow: 4px 4px 10px #6585af;
	margin-top:40px;
}
.bird_1 {
	position:absolute;
	left: -155px;
	top: 42px;
}
.bird_2 {
	position:absolute;
	left: 718px;
	top: 86px;
}
.home_banner h1 {
	font-size:59px;
	color:#FFF;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	text-align:center;
	text-shadow:0px 2px 4px #627c80;
}
.home_banner h2 {
	font-size:42px;
	text-indent:41px;
	color:#ed1c24;
	font-family: 'GillSansMTBold';
	font-weight:normal;
}
.family {
	float:left;
	margin-top:50px;
}
.save {
	float:right;
	width:430px;
	position:relative;
}
.arrow {
	left: -80px;
	position: absolute;
	top: 15px;
}
.save form {
	margin-left: 70px;
	margin-top: 15px;
	text-align: center;
	width: 225px;
}
.save form input[type="text"] {
	border:1px solid #c6c6c6;
	padding:4px 10px;
	background:#FFF;
	color:#939598;
	font-size:25px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	width: 203px;
	outline:none;
}
.save form input[type="text"]:focus {
	color:#000;
	border:1px solid #939393;
}
.save form label {
	font-size:15px;
	color:#000;
}
.save form input[type="image"] {
	margin-top:25px;
}
.home_logo {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 97px;
	left: -24px;
	position: absolute;
	top: 217px;
	padding-right:20px;
}
.resource_center {
	margin-top:50px;
}
.resource_center h1 {
	text-align:center;
	color:#fff;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:26px;
	background:url(images/resource_title_bg.png) repeat-x;
	padding-bottom:10px;
}
.resource_center h1 span {
	background:url(images/resource_bg.jpg) no-repeat center;
	padding:0px 20px;
}
.resource_center ul li {
	list-style:none;
	display:inline;
	background:url(images/arrow_white.png) no-repeat 0px 1px;
	margin-right:22px;
	line-height:17px;
}
.resource_center ul li a {
	text-decoration:none;
	color:#FFF;
	font-style:italic;
	font-size:13px;
	padding-left:25px;
 -webkit-transition: color linear .2s;
 -moz-transition: color linear .2s;
 -o-transition: color linear .2s;
}
.resource_center ul li a:hover {
	color:#ed1c24;
}
.resource_center ul li:last-child {
	margin-right:1px;
}
.home_content_bg {
	background:url(images/home_content_bg.jpg) repeat-x top #FFF;
	margin-top:10px;
}
.home_content {
	padding-top:60px;
}
.home_content h1 {
	text-align:center;
	font-size:22px;
	color:#000000;
	text-align:center;
	font-weight:normal;
}
.home_content p {
	font-size:14px;
	color:#000000;
	padding-top:15px;
	font-style:italic;
	line-height:16px;
}
/*-------------------------- Contact Page --------------------------*/
.contact_left {
	float:left;
	width:460px;
}
.contact_left p {
	font-size:17px;
}
.contact_left form label {
	display: block;
	padding-top:10px;
	color:#787878;
	font-size:14px;
}
.contact_left form input[type="text"] {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 0 5px;
	padding: 4px;
	width: 411px;
	outline:none;
}
.contact_left form textarea {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	margin: 5px 0 10px;
	padding: 4px;
	resize: none;
	width: 411px;
	outline:none;
}
.contact_left form input[type="submit"] {
	background: #00aeef;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	cursor: pointer;
	float: right;
	margin-right: 39px;
	padding: 5px 16px;
	text-transform: uppercase;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
 -webkit-transition: background linear .2s;
 -moz-transition: background linear .2s;
 -o-transition: background linear .2s;
}
.contact_left form input[type="submit"]:hover {
	background: #6d6e71;
}
.contact_right {
	float:right;
	width:423px;
}
.contact_right h1 {
	margin-top:20px;
}
.contact_right p strong {
	color:#212121;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:18px;
	display:block;
}
.contact_right p {
	color:#585858;
	font-size:17px;
}
.contact_right p a{
	color:#585858;
	font-size:17px;
	text-decoration:underline;
}
.contact_right p a:hover{
	color:#585858;
	font-size:17px;
	text-decoration:none;
}
.provides {
	color:#7e7e7e;
	font-weight:normal;
	font-size:17px;
	padding-top:15px;
	padding-bottom:25px;
	width:680px;
	margin:auto;
}
.provides span {
	color:#00aeef;
}
/*-------------------------- Get A Quote Page --------------------------*/
.quote {
	position:relative;
	padding:30px 0px;
}
.quote h1 {
	font-size:19px;
	font-weight:normal;
	color:#1c75b4;
	font-family: 'GillSansMTRegular';
	padding-left:15px;
}
.quote h1 span {
	color:#f7af2a;
}
.quote_left {
	float:left;
	width:520px;
	height:auto;
	margin-top:13px;
	border-top:2px solid #bababa;
}
.quote_left h1 {
	padding-top:5px;
	font-size:24px;
	color:#231f20;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:15px;
}
.quote_left h1 strong {
	font-size:34px;
	color:#f7af2a;
}
.quote_left p {
	font-size:16px;
	color:#000;
	padding:10px 20px;
	padding-bottom:5px;
	font-family: 'GillSansMTRegular';
}
.quote_left p strong {
	font-size:15px;
}
.quote_left p span {
	color:#1c75b4;
}
.quote_left h3{
	font-size:15px;
	color:#ea1823;
	padding:0px 20px;
	font-family: 'GillSansMTRegular';
}
.quote_left h2{
	text-align:center;
	font-size:65px;
	color:#ea1823;
	padding:5px 0px;
	font-family: 'GillSansMTRegular';
}
.quote_logos {
	padding:11px 0px;
	text-align:center;
	border-top:2px solid #dfdfe0;
}
.quote_logos img{
	border:1px solid #dfdfe0;
	padding:4px;
}
.quote_bottom_part {
	background:#c2c2c2;
	padding:0px 10px 8px 22px;
}
.quote_image {
	width:466px;
	height:320px;
	top:8px;
	margin-bottom:18px;
	position:relative;
}
.quote_image_bg {
	background:url(images/quote_image_bg.png) repeat;
	position:absolute;
	display:block;
	text-align:center;
	top:233px;
	width:466px;
	padding:5px 0px;
}
.quote_image_bg h1 {
	font-size:33px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	font-weight:bold;
}
.quote_image_bg h3 {
	font-size:17px;
	color:#FFF;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
.quote_right {
	float:right;
	top:66px;
	position:absolute;
	right:10px;
	width:453px;
}
.arrow_quote {
	position: absolute;
	right: -29px;
	top: -35px;
}
.quote_form {
	border:2px solid #959495;
	border-top:none;
	background:#f4f4f4;
}
.quote_form h3{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.quote_form input[type="text"], .quote_form textarea{
	width:295px;
	padding:6px 4px;
	margin-left:10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-box-shadow: 0px 1px 1px #555 inset;
	-webkit-box-shadow: 0px 1px 1px #555 inset;
	box-shadow: 0px 1px 1px #555 inset;
	outline:none;
	color:#808083;
	font-weight:normal;
	font-size:16px;
}
.quote_form select {
	width:305px;
	padding:6px 4px;
	margin-left:10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-box-shadow: 0px 1px 1px #555 inset;
	-webkit-box-shadow: 0px 1px 1px #555 inset;
	box-shadow: 0px 1px 1px #555 inset;
	outline:none;
	color:#808083;
	font-weight:normal;
	font-size:16px;
}
.quote_form input[type="text"]:focus, .quote_form select:focus {
	border: 1px solid #555;
	color:#555;
}
.quote_form input[type="radio"] {
	display:none;
}
.quote_form input[type="radio"] + label {
	color:#000;
	font-weight:normal;
	font-size:16px;
	margin-right:12px;
	margin-left:10px;
}
.quote_form input[type="radio"] + label span {
	display:inline-block;
	width:22px;
	height:21px;
	margin:-5px 10px 0 0;
	vertical-align:middle;
	background:url(images/check_radio_sheet.png) -22px top no-repeat;
	cursor:pointer;
}
.quote_form input[type="radio"]:checked + label span {
	background:url(images/check_radio_sheet.png) 0px top no-repeat;
}
.by_requesting {
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	line-height: 16px;
	padding-right:20px;
}
/*-------------------------- Thank you Page --------------------------*/
.body_wrapper_thankyou{
	width:958px;
	height:auto;
	margin:auto;
	border:1px solid #929393;
	border-top:1px solid #3f5672;
	background:#FFF;
	margin-top:15px;
}
.thankyou_base_container{
	width:auto;
	height:auto;
	padding:20px 10px 10px 10px;
}
.based_left_container{
	float:left;
	width:386px;
	height:auto;
	position:relative;
    margin-left: 50px;
    margin-top: 15px;
}
.based_left_container p{
	font-size:18px;
	color:#000;
	padding-left:10px;
}
.based_box{
	background:url(images/based_blue_box.png) no-repeat;
	width:386px;
	height:148px;
	font-size:17px;
	color:#fff;
}
.arrow_thanks{
	position:absolute;
	left: 329px;
	top: 31px;
}
.based_right{
	float:right;
	width:415px;
	margin-top:40px;
	margin-right:20px;
}
.based_right h1 {
	color:#000;
	font-size:28px;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	line-height:28px;
}
.based_right p {
	color:#000;
	font-size:19px;
	padding-top:15px;
}
.based_right p strong {
	color:#ed1c24;
	font-size:20px;
}
.header_text_thankyou {
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:25px;
	margin-top:20px;
	text-align:center;
	padding-top:10px;
}
.pennsylvania {
	color: #0b3b51;
	text-transform:uppercase;
}
.thankyou_container{
	background:#f1f2f2;
	margin:20px 5px 5px 5px;
	padding-top:5px;
	padding-bottom:15px;
}
.thankyou_container ul{
	text-align:center;
}
.thankyou_container ul li{
	list-style:none;
	background:url(images/thankyou_li_bg.png) no-repeat;
	width:906px;
	height:148px;
	margin:auto;
	margin-top:15px;
}
.th_num{
	float:left;
	background:url(images/th_num.png) no-repeat;
	width:90px;
	height:134px;
	margin-top:8px;
	margin-left:10px;
	text-align:center;
	line-height:134px;
	color:#777474;
	font-size:60px;
}
.th_logo{
	float:left;
	border:1px solid #e9e8e8;
	width:198px;
	height:118px;
	background:#FFF;
	margin-top:13px;
	text-align:center;
	vertical-align:middle;
	line-height:118px;
}
.th_logo table tr td{
	height:118px;
}
.th_dis{
	float:left;
	margin-left:20px;
	width:430px;
	margin-top:20px;
}
.th_dis h1{
	color:#082fbc;
	font-size:19px;
	text-align:left;
	font-weight:normal;
}
.th_dis p{
	color:#000;
	font-size:16px;
	font-style:italic;
	text-align:left;
	padding-top:5px;
}
.th_buton{
	float:right;
	background:url(images/get_button.png) no-repeat;
	width:128px;
	height:128px;
	margin-top:8px;
	margin-right:14px;
}
.thget{
	width:80px;
	height:auto;
	margin:auto;
	margin-top:36px;
}
.moreinfo{
	color:#686666;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
}
.moreinfo:hover{
	text-decoration:none;
}
/*=========================================== Footer Start ==============================================*/
.footer_container {
	border-top:1px solid #d9d9da;
	padding:15px 0px;
	width:960px;
	margin:auto;
	margin-top:140px;
}
.footer_logo_phone {
	float:left;
}
.footer_logo {
	float:left;
}
.footer_phone {
	float:left;
	font-size:18px;
	color:#000;
	margin-left:20px;
	width:150px;
	margin-top:5px;
}
.footer_phone img {
	float:left;
	margin-top:3px;
	margin-right:6px;
}
.footer_menu {
	float:right;
}
.footer_menu ul li {
	list-style:none;
	display:inline;
	border-right:1px solid #999;
	padding:0px 10px;
}
.footer_menu ul li a {
	text-decoration:none;
	color:#6d6e71;
	font-size:14px;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
}
.footer_menu ul li a:hover {
	color:#009fe0;
}
.footer_menu ul li:last-child {
	padding-right:0px;
	border:none;
}
.clear {
	clear:both;
}
