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_exp.jpg) repeat;
	font-family: 'GillSansMTRegular';
}
@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');
}
@font-face{
	font-family: 'GillSansMT-Italic';
	src: url('font/GillSansMT-Italic.eot?') format('eot'), 
	     url('font/GillSansMT-Italic.woff') format('woff'), 
	     url('font/GillSansMT-Italic.ttf')  format('truetype'),
	     url('font/GillSansMT-Italic.svg#GillSansMT-Italic') format('svg');
}
#wrapper{
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
}
a{
	color:#199ee3;
	transition: color linear .2s;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-ms-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
/*=========================================== Header Start ==============================================*/
.header_container_exp{
	width:100%;
	height:auto;
	background:#FFF;
}
.header_wrap_exp{
	width:960px;
	height:auto;
	margin:auto;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.logo_exp{
	float:left;
	margin-top:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.call_to_speck_exp{
	float:right;
	padding-top:13px;
	background:url(images/call_tospeck_bg_exp.jpg) no-repeat;
	width:319px;
	padding-bottom:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.call_to_speck_exp h1{
	font-family: 'GillSansMTRegular';
	color:#000000;
	font-size:15px;
	font-weight:normal;
	padding-top:15px;
	padding-left:13px;
}
.call_exp{
	background:url(images/phone_icon_exp.png) no-repeat 14px;
	font-size:34px;
	padding-left:45px;
	text-align:left;
	margin-top:7px;
	color:#199ee3;
}
.call_exp a{
	text-decoration:none;
	color:#199ee3;
}
/*============================= Navigation ============================*/
.nav_container_exp{
	background:#1997dc;
	height:auto;
}
.nav_exp{
	width:960px;
	height:36px;
	margin:auto;
	text-align:right;
}
.nav_exp ul li{
	list-style:none;
	display:inline;
	line-height:36px;
	padding:0px 30px;
}
.nav_exp ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	transition: color linear .2s;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-ms-transition: color linear .2s;
	-o-transition: color linear .2s;
}
.nav_exp ul li a:hover{
	color:#000;
}
.nav_exp ul li:first-child{
	padding-left:0px;
}
.nav_exp ul li:last-child{
	padding-right:0px;
}
/*=========================================== Body Start ==============================================*/

/*-------------------------- Home Page --------------------------*/
.body_home_container_exp{
	width:100%;
	margin:auto;
	background:url(images/home_bg_exp.jpg) no-repeat center bottom;
	padding-bottom:10px;
}
.body_wrapper_home_exp{
	width:960px;
	margin:auto;
	padding-top:40px;
}
.term_life_banner_exp{
	position:relative;
	width:820px;
	margin:auto;
	background:#FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 10px #6585af;
	-webkit-box-shadow: 4px 4px 10px #6585af;
	box-shadow: 4px 4px 10px #6585af;
	padding-bottom:12px;
	clear:both;
}
.left_bird_exp{
    left: -130px;
    position: absolute;
    top: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.right_bird_exp{
    left: 718px;
    position: absolute;
    top: 108px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.term_life_banner_exp h1{
	font-size:64px;
	color:#1997dc;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	text-align:center;
	padding-top:15px;
}
.saveup_exp h2{
	font-size:42px;
	color:#2a2a2b;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	padding-left:17px;
}
.family_exp{
	float:left;
	margin-top:105px;
	width:361px;
}
.saveup_exp {
	float:right;
	width:442px;
	position:relative;
}
.arrow_exp{
	left: -154px;
	position: absolute;
	top: 45px;
}
.saveup_exp form{
	margin-top: 15px;
	text-align: center;
	width: 320px;
}
.saveup_exp form input[type="text"]{
	border:1px solid #c6c6c6;
	padding:6px 10px;
	background:#FFF;
	color:#939598;
	font-size:22px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	width: 300px;
	margin-left:12px;
	outline:none;
	margin-top:10px;
}
.saveup_exp form select{
	border:1px solid #c6c6c6;
	padding:6px 10px;
	background:#FFF;
	color:#939598;
	font-size:22px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	width: 300px;
	margin-left:12px;
	outline:none;
}
.saveup_exp form input[type="text"]:focus,
.saveup_exp form select:focus{
	color:#000;
	border:1px solid #939393;
}
.saveup_exp form label{
	font-size:15px;
	color:#000;
}
.saveup_exp form input[type="image"]{
	margin-top:10px;
}
.home_logo_exp{
	background: none repeat scroll 0 0 #FFFFFF;
	height: 97px;
	position: absolute;
	top: 262px;
}
.resource_center_exp{
	margin-top:50px;
	text-align:center;
}
.resource_center_exp h1{
	text-align:center;
	color:#fff;
	font-family: 'GillSansMTBold';
	font-weight:normal;
	font-size:26px;
	background:url(images/resource_title_bg_exp.png) repeat-x;
	padding-bottom:10px;
}
.resource_center_exp h1 span{
	background:url(images/resource_bg_exp.jpg) no-repeat center;
	padding:0px 20px;
}
.resource_center_exp ul li{
	list-style:none;
	display:inline;
	background:url(images/arrow_white.png) no-repeat 0px 1px;
	line-height:17px;
}
.resource_center_exp ul li a{
	text-decoration:none;
	color:#FFF;
	font-family: 'GillSansMT-Italic';
	font-size:13px;
	padding-left:23px;
	padding-right:23px;
}
.resource_center_exp ul li a:hover{
	color:#000;
}
.resource_center_exp ul li:last-child a{
	padding-right:0px;
}
.home_content_bg_exp{
	background:url(images/home_content_bg_exp.jpg) repeat-x top #FFF;
	width:100%;
	height:auto;
}
.home_content_exp{
	padding:60px 0px 50px 0px;
	width:960px;
	margin:auto;
}
.home_content_exp h1 {
	text-align:center;
	font-size:26px;
	color:#595a5b;
	text-align:center;
	font-weight:normal;
	font-family: 'GillSansMTBold';
}
.home_content_exp h1 img{
	margin-bottom:-1px;
}
.home_content_exp p {
	font-size:15px;
	color:#545353;
	padding-top:15px;
	line-height:20px;
}
/*=========================== Inner Page Start ============================*/
.inner_pages_container_exp{
	width:960px;
	height:auto;
	margin:auto;
	padding-top:24px;
}
.inner_pages_content_exp {
	background:#FFF;
	padding:15px;
}
.inner_pages_content_exp h1{
	text-align:center;
	color:#199ee3;
	font-size:30px;
	font-weight:normal;
	font-family: 'GillSansMTBold';
	padding-top:10px;
}
.inner_pages_content_exp h2{
	text-align:left;
	color:#199ee3;
	font-size:29px;
	font-weight:normal;
	font-family: 'GillSansMTBold';
	padding-top:10px;
}
.inner_pages_content_exp h3{
	text-align:left;
	color:#199ee3;
	font-size:19px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	padding-top:30px;
}
.inner_pages_content_exp h4{
	background:#edf7fd;
	text-align:left;
	color:#545353;
	font-size:18px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	margin:0px -15px;
	margin-top:40px;
	padding:5px 15px;
}
.inner_pages_content_exp h5{
	text-align:center;
	color:#000000;
	font-size:21px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	padding-top:30px;
}
.inner_pages_content_exp h6{
	text-align:center;
	color:#7e7e7e;
	font-size:19px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	padding-top:5px;
	padding-bottom:30px;
}
.inner_pages_content_exp p{
	text-align:left;
	color:#545353;
	font-size:15px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	padding-top:20px;
	line-height:20px;
}
.inner_pages_content_exp p a{
	text-decoration:underline;
}
.inner_pages_content_exp p a:hover{
	text-decoration:none;
}
.inner_resources_exp{
	text-align:center;
	padding-top:30px;
	margin-top:30px;
}
.inner_resources_exp h2{
	text-align:center;
	font-size:26px;
	color:#199ee3;
	background:url(images/inline_throw.jpg) repeat-x center 27px;
}
.inner_resources_exp h2 span{
	background:#FFF;
	padding:0px 20px;
}
.inner_resources_exp ul{
	padding-top:10px;
}
.inner_resources_exp ul li{
	list-style:none;
	display:inline;
	background:url(images/inner_bl.jpg) no-repeat 0px 4px;
	line-height:17px;
}
.inner_resources_exp ul li a{
	text-decoration:none;
	color:#808285;
	font-family: 'GillSansMT-Italic';
	font-size:14px;
    padding-left: 16px;
    padding-right: 18px;
}
.inner_resources_exp ul li a:hover{
	color:#000;
}
/*----------------------------- Contact Page -----------------------------*/
.contact_pages_exp{
	width:auto;
	height:auto;
}
.contact_pages_exp h1{
	color:#575859;
	font-size:22px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	text-align:left;
	padding-top:0px;
}
.contact_pages_exp label{
	text-align:left;
	color:#545353;
	font-size:15px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	padding-top:20px;
	line-height:20px;
	display:block;
}
.contact_pages_exp input[type="text"]{
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 5px 0 5px;
	padding: 7px;
	width: 467px;
	outline:none;
	font-size:17px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.contact_pages_exp textarea{
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 210px;
	margin: 5px 0 10px;
	padding: 7px;
	resize: none;
	width: 467px;
	outline:none;
	font-size:17px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.contact_pages_exp input[type="text"]:focus,
.contact_pages_exp textarea:focus{
	border: 1px solid #000000;
	color:#000;
}
.contact_pages_exp input[type="submit"]{
	background: #00aeef;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	float: right;
	margin-bottom:20px;
	padding: 5px 16px;
	font-size:13px;
	font-weight:bold;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}
.contact_pages_exp input[type="submit"]:hover{
	background: #6d6e71;
}
/*----------------------------- Get A Quote Page -----------------------------*/
.get_quote_left{
	float:left;
	width:364px;
	height:auto;
}
.fast_free_quote_exp{
	background:#eff2f4;
	border:1px solid #c3c5c7
}
.fast_free_quote_exp h1{
	color:#575859;
	font-size:32px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #c4c6c8;
	padding-bottom:20px;
	margin:0px 10px 20px;
}
.fast_free_quote_exp h2{
	color:#575859;
	font-size:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.save_up_left{
	float:left;
	margin-left:3px;
}
.save_up_right{
	float:left;
	margin-left:10px;
}
.save_up_right ul li{
	list-style:none;
	background:url(images/arrow_q_exp.png) no-repeat left;
	padding-left:30px;
	color:#585959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:34px;
}
.quote_left_logos{
	margin-top:30px;
	text-align:center;
	margin-bottom:10px;
}
.life_insurance_quote_exp{
	margin-top:30px;
	border:1px solid #adacad;
	position:relative;
}
.quote_image_bg_exp {
	background:url(images/quote_image_bg.png) repeat;
	position:absolute;
	display:block;
	text-align:center;
	top:180px;
	width:362px;
	padding:5px 0px;
}
.quote_image_bg_exp h1 {
	font-size:26px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
}
.quote_image_bg_exp h3 {
	font-size:14px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding:0px;
}
.get_quote_right{
	float:right;
	width:537px;
	height:auto;
	background:#f7f7f7;
	-moz-box-shadow: 1px 2px 3px #bcbcbc;
	-webkit-box-shadow: 1px 2px 3px #bcbcbc;
	box-shadow: 1px 2px 3px #bcbcbc;
}
.free_life_exp{
	background:url(images/free_life_bg.jpg) repeat-x;
	width:auto;
	height:166px;
	position:relative;
}
.arrow_free{
	position:absolute;
	left: 477px;
	top: 45px;
}
.free_life_insurance_exp{
	text-align:center;
	padding-top:20px;
}
.free_life_exp h2{
	font-size:20px;
	font-weight:normal;
	font-family: 'GillSansMTRegular';
	color:#FFF;
	text-align:center;
	border-top:1px solid #5491b8;
	padding-top:5px;
	padding-bottom:16px;
	margin:0px 20px;
}
.free_life_exp h2 strong{
	font-family: 'GillSansMT-Italic';
}
.quote_form_exp{
	width:auto;
	height:auto;
	color:#414141;
	font-size:17px;
}
.quote_form_exp input[type="text"],
.quote_form_exp textarea{
	width:305px;
	padding:6px 4px;
	margin-left:10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	outline:none;
	color:#808083;
	font-weight:normal;
	font-size:16px;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.quote_form_exp select {
	width:305px;
	padding:6px 4px;
	margin-left:10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	outline:none;
	color:#808083;
	font-weight:normal;
	font-size:16px;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.quote_form_exp input[type="text"]:focus,
.quote_form_exp select:focus {
	border: 1px solid #555;
	color:#555;
}
.quote_form_exp input[type="radio"] {
	display:none;
}
.quote_form_exp input[type="radio"] + label {
	color:#000;
	font-weight:normal;
	font-size:16px;
	margin-right:12px;
	margin-left:10px;
}
.quote_form_exp 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_exp input[type="radio"]:checked + label span {
	background:url(images/check_radio_sheet.png) 0px top no-repeat;
}
.by_requesting_exp{
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	line-height: 16px;
}
/*-------------------------- Thank you Page --------------------------*/
.body_wrapper_thankyou{
	background:#FFF;
	padding:5px;
}
.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-top:20px;
	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:5px;
	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 h1 a{
	color:#082fbc;
	text-decoration:none;
}
.th_dis p{
	color:#000;
	font-size:16px;
	font-family: 'GillSansMT-Italic';
	text-align:left;
	padding-top:5px;
}
.th_dis p a{
	color:#000;
	text-decoration:none;
}
.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_exp{
	border-top:1px solid #d9d9da;
	padding:15px 0px;
	width:960px;
	margin:auto;
	margin-top:20px;
}
.footer_container_exp p{
	text-align:center;
	color:#6d6e71;
	font-size:13px;
	padding-top:15px;
	font-family: 'GillSansMT-Italic';
}
.footer_container_inner_exp{
	border-top:1px solid #d9d9da;
	padding:15px 0px;
	width:auto;
	margin:auto;
	margin-top:20px;
}
.footer_menu_exp{
	text-align:center;
}
.footer_menu_exp ul li{
	list-style:none;
	display:inline;
	border-right:1px solid #999;
	padding:0px 10px;
}
.footer_menu_exp ul li a{
	text-decoration:none;
	color:#6d6e71;
	font-size:14px;
}
.footer_menu_exp ul li a:hover{
	color:#009fe0;
}
.footer_menu_exp ul li:last-child{
	padding-right:0px;
	border:none;
}
.copy_exp{
	text-align:center;
	color:#6d6e71;
	font-size:13px;
	padding-top:15px;
	font-family: 'GillSansMT-Italic';
	padding-bottom:10px;
}
.clear {
	clear:both;
}
