﻿@charset "utf-8";
/* CSS Document */

/***********************************************************
***********************************************************/
@import url("/css/spanish.css");
/***********************************************************
***********************************************************/


/* THIS RESETS EVERYTHING */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #575656;
	font-size: 12px;
}
html, body {
	height: 100%;
	background: #a7a5a5;
}
.country_select {
	background: #fff;
}
.first_para {
	font-size: 1.1em !important;
	font-weight: bold;
}
a {
	color: #a50000;
}
a img {
	border: none;
}
* html ul li a {
	height: 1px;
}
.body_content_wrapper li {
	padding: 5px 0px;
}
.clear {
	clear: both;
}
.tooltip {
	display: none;
	position: relative;
	z-index: 9000;
}
.ec_callout {
	background: #EBEAEA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cbcaca;
	padding: 10px;
	position: relative;
}
.ec_callout p {
	font-size: 18px !important;
	display: inline-block;
	line-height: 44px !important;
	margin-bottom: 0px !important;
}
.ec_callout img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
.ec_block {
	background: #EBEAEA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cbcaca;
	padding: 10px;
	margin: 20px 0px;
	margin-left: 115px;
}
.new_prod_about {
	text-align: center;
	margin: 20px 0px;
}
.new_prod_about h3 {
	font-size: 26px;
}
.new_prod_about .learn_more_button {
	width: 300px;
	margin: 10px auto;
}
.new_prod_about p {
	font-size: 1.1em !important;
}
#language {
	display: none;
}
#main {
	position: relative;
	z-index: 50000;
}
input:focus {
	outline: 0 none;
}
.french_link {
	position: absolute;
	top: 15px;
	right: 0px;
}
.french_link a {
	background: transparent url('../images/french_button.png') no-repeat center;
	text-indent: -5000px;
	width: 78px;
	height: 30px;
	line-height: 30px;
	display: block;
}
/* GLOBAL STYLES START */
h1, h2, h3, h4 {
	color: #a50000;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3, h3 a {
	font-size: 16px;
}
h2, h3 {
	font-weight: 400;
}
hr {
	margin: 20px 0px;
}
p {
	margin-bottom: 10px;
}
ol {
	margin-left: 20px;
}
.main_container {
	background: #fff url('../images/main-bg.png') repeat-x top left;
	width: 100%;
	min-height: 600px;
	padding: 0px 0px 10px 0px;
}
.main_wrapper, .footer_wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_container {
	background-image: url('../images/footer-bg.png');
	background-repeat: repeat-x;
	width: 100%;
	background-color: #9a9898;
	background-position: left top;
	position: relative;
}
.clearfooter {
	display: none;
}
/* TOP BANNER STYLES START HERE */
.logo {
	float: left;
	width: 230px;
	height: 120px;
    display: none;
}
.logo img {
	margin-top: 15px;
	margin-left: 10px;
	border: none;
}
.top_bannner_wrapper {
	width: 960px;
	height: 120px;
	position: relative;
}
.phone_wrapper, .secondary_links_wrapper {
	width: 730px;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.utility_links_wrapper a {
	padding: 7px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #cc0000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
}
.utility_links_wrapper a:hover {
	text-decoration: underline;
}
.utility_links_wrapper {
	float: right;
	padding-top: 26px;
}
a.account_login_btn {
	background-image: url('../images/account_login_btn.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #423f3f;
	padding-left: 15px;
	padding-right: 46px;
}
a.account_login_btn:hover {
	text-decoration: none;
	background-image: url('../images/account_login_btn_hover.png');
}

.utility_links_wrapper ul, .phone_wrapper ul, .secondary_links_wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.utility_links_wrapper ul li, .phone_wrapper ul li, .secondary_links_wrapper ul li {
	display: inline;
}
.phone_wrapper {
	padding: 14px 0 0 0;
}
.phone_wrapper h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #858181;
	text-align: right;
	margin: 0;
}
.phone_wrapper h1 span {
	font-weight: 600;
}
.secondary_links_wrapper ul li a {
	color: #3d3535;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	background-image: url('../images/nav_sep.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 1px 15px 0 15px;
}
.secondary_links_wrapper ul li a:hover {
	color: #a40000;
}
.secondary_links_wrapper ul li a.last {
	background-image: none;
	padding-right: 0px;
}
.pink {
	color: #EC5897 !important;
}
.how_to_help {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #EC5897;
	padding: 10px;
}
/* MAIN NAVIGATION START HERE */
.menu_bar {
	background-image: url('../images/main-nav-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 710px;
	height: 55px;
	font-family: 'Open Sans', sans-serif;
	float: right;
	margin: 55px 0px 0px 0px;
	z-index: 25000;
	position: relative;
}
.menu_bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.menu_bar li {
	float: left;
	padding-top: 3px;
	background-image: url('../images/main-nav-link-bg.png');
	background-repeat: no-repeat;
	background-position: 323px 15px;
	cursor: pointer;
	padding-left: 20px;
	width: 335px;
	z-index: 22000;
	position: relative;
}
.menu_bar li a {
	display: block;
	width: 330px;
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	z-index: 20000;
	position: relative;
}
.menu_bar p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 2px;
}
.menu_bar li .main_title {
	font-weight: 400;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2px;
}
/* SubMenu Styles Start here */

.menu_bar li ul {
	display: none;
	width: 280px;
	text-transform: uppercase;
	z-index: 10000;
	position: relative;
}
.menu_bar li ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.menu_bar li:hover ul {
	display: block;
	position: absolute;
}
.menu_bar li ul li a {
	display: block;
	height: 30px;
	width: 260px;
	font-size: 14px;
	font-weight: 400;
	color: #525252;
	padding: 10px 0 0 20px;
	text-shadow: 1px 1px 0px #fff;
	background: url('../images/sub-nav-link.png') no-repeat bottom left;
}
.menu_bar li ul li a:hover, .currenthovermain {
	background: url('../images/sub-nav-link-hover.png') no-repeat bottom left !important;
	text-shadow: none !important;
	font-weight: bold !important;
}
.menu_bar li ul li a.first {
	background: url('../images/sub-nav-link-first.png') no-repeat bottom left !important;
}
.menu_bar li ul li a.first:hover, .currenthovermain_first {
	background: url('../images/sub-nav-link-first-hover.png') no-repeat bottom left !important;
	text-shadow: none !important;
	font-weight: bold !important;
}
.menu_bar li ul li a.last {
	background: url('../images/sub-nav-link-last.png') no-repeat bottom left;
}
.menu_bar li ul li a.last:hover, .currenthovermain_last {
	background: url('../images/sub-nav-link-last-hover.png') no-repeat bottom left !important;
	text-shadow: none !important;
	font-weight: bold !important;
}
/* SubMenu Styles End here */
/* MAIN NAVIGATION END HERE */
/* TOP BANNER STYLES END HERE */


/* SLIDER STYLES START HERE */
.slide-container {
	width: 960px;
	height: 473px;
	/*background-image: url('../images/slides/slides-bg.png');
	background-repeat: no-repeat;
	background-position: left top;*/
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 20px 0px;
	position: relative;
 *z-index: -1;
}
.ls-s1, .ls-s2, .ls-s3 {
	width: 930px;
}
.ls-s1 h1 {
	font-size: 44px;
	font-weight: 300;
	color: #a50000;
	text-align: right;
	margin: 30px 0 0 0;
	line-height: 50px;
	float: right;
	width: 600px;
	font-family: 'Open Sans', sans-serif;
}
.ls-s2 p {
	/*font-size:18px;*/
	font-weight: 300;
	color: #3b3a3a;
	text-align: right;
	margin: 200px 0 0 0;
	line-height: 22px;
	width: 475px;
	float: right;
	font-family: 'Open Sans', sans-serif;
}
.ls-s3 ul {
	margin: 275px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.ls-s3 li {
	display: inline;
}
.ls-s3 li a {
	width: 208px;
	height: 30px;
	background-image: url('../images/gary-btn-1.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	color: #a50000;
	text-shadow: 1px 1px 1px #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.ls-s3 p {
	font-size: 11px;
	font-weight: 400italic;
	text-align: right;
}
/* SLIDER STYLES END HERE */

/* HOME PAGE SLIDES */
.blog_preview {
	float: left;
	width: 460px;
	height: 140px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	padding-right: 20px;
}
.blog_preview h1 {
	font-size: 20px;
	font-weight: 300;
	color: #a50000;
	margin-bottom: 10px;
}
.blog_preview h2 {
	font-size: 14px;
	font-weight: 600px;
	color: #666666;
}
.blog_preview p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
.blog_preview img {
	float: left;
	margin-right: 15px;
}
.more_link {
	font-size: 11px;
	text-transform: uppercase;
	color: #a50000;
	text-decoration: none;
}
.more_link:hover {
	text-decoration: underline;
}
/* Insurance Feature */
.insurance_feature {
	background-image: url('../images/feature_insurance_index_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 480px;
	height: 140px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
}
.insurance_offer_name {
	float: left;
	width: 362px;
	height: 75px;
	text-align: right;
	padding-right: 5px;
}
.insurance_offer_name h1 {
	font-size: 20px;
	color: #a50000;
	font-weight: 300;
	margin-top: 5px;
}
.insurance_offer_name h2 {
	font-size: 14px;
	color: #5a5959;
	font-weight: 400;
	line-height: 16px;
}
.insurance_offer_price {
	float: left;
	width: 105px;
	height: 65px;
	padding: 10px 0 0 5px;
}
.insurance_offer_price p {
	font-size: 42px;
	color: #797878;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: -2px;
	display: inline;
	margin-top: 0px;
}
.insurance_offer_price sup {
	vertical-align: baseline;
	position: relative;
	top: -0.3em;
}
.insurance_offer_price p.month {
	font-size: 9px;
	letter-spacing: 0px;
	text-indent: 100;
	vertical-align: baseline;
	position: relative;
	top: -2.5em;
	left: 7em;
}
.insurance_offer_btn {
	width: 320px;
	height: 44px;
	padding: 7px 0 0 160px;
}
.insurance_offer_btn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.insurance_offer_btn li {
	float: left;
}
.insurance_offer_btn a {
	display: block;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #cc0000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
}
.insurance_offer_btn a:hover {
	text-decoration: underline;
}
a.get_a_quote_btn {
	background-image: url('../images/get-a-quote-btn.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	color: #FFF;
	width: 160px;
	height: 30px;
	padding: 5px 0 0 20px;
}
a.get_a_quote_btn:hover {
	background-image: url('../images/get-a-quote-btn-hover.png');
	text-decoration: none;
}
.quote_button {
	background: transparent url('../images/buttons/long_red_button.png') no-repeat top right;
	font-size: 14px;
	font-weight: 300;
	line-height: 38px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #670000;
	color: white;
	display: inline-block;
	margin: 10px 0px;
	border: none;
 *display: inline;
	zoom: 1;
	position: relative;
	text-align: right;
	width: 197px;
	padding-right: 42px;
}
.longer {
	background: transparent url('../images/buttons/longer_red_button.png') no-repeat top right;
	width: 218px;
}
.quote_button_end {
	background: transparent url('../images/quote_button_end.png') no-repeat top left;
	width: 39px;
	height: 38px;
	display: inline-block;
	line-height: 38px;
	margin-left: 5px;
	margin-right: -5px;
 *display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-top: -2px;
 *margin-top: 0px;
}
.white_button {
	background: transparent url('../images/white_button_start.png') no-repeat top left;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
	color: #a70000;
	display: inline-block;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	border: none;
}
.white_button_end {
	background: transparent url('../images/white_button_end.png') no-repeat top left;
	width: 31px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	float: right;
	margin-left: 5px;
	margin-right: -5px;
}
.button {
	border-top: 1px solid #f60000;
	background: #a70000;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#a70000));
	background: -webkit-linear-gradient(top, #cc0000, #a70000);
	background: -moz-linear-gradient(top, #cc0000, #a70000);
	background: -ms-linear-gradient(top, #cc0000, #a70000);
	background: -o-linear-gradient(top, #cc0000, #a70000);
	padding: 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	margin: 20px 0px;
	display: inline-block;
}
.button:hover {
	border-top-color: #cc0000;
	background: #cc0000;
	color: #ffffff;
}
.button:active {
	border-top-color: #a70000;
	background: #a70000;
}
/* QUICK LINKS BAR STYLES START */
.quick_link_bar {
	width: 960px;
	height: 54px;
	margin-top: 20px;
	background-image: url('../images/quick-links-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.quick_link_bar ul {
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}
.quick_link_bar li {
	float: left;
	height: 54px;
	background-image: url('../images/quick-links-bullets.png');
	background-repeat: no-repeat;
	background-position: 10px;
}
.quick_link_bar li.first-1 {
	background-position: 0px;
	width: 320px;
}
.quick_link_bar li a {
	display: block;
	width: 270px;
	font-size: 18px;
	font-weight: 400;
	color: #a50000;
	text-decoration: none;
	padding: 5px 0 0 50px;
}
.quick_link_bar li a.first-2 {
	padding: 5px 0 0 40px;
}
.quick_link_bar p {
	font-size: 12px;
	text-transform: uppercase;
	color: #a50000;
	padding: 0 0 0 50px;
}
.quick_link_bar p.first-3 {
	padding: 0 0 0 40px;
}
/* social media */
.quick_link_bar li ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -2.3em;
	float: right;
}
.quick_link_bar li ul li {
	height: 34px;
	background-image: none;
}
.quick_link_bar li ul li a {
	display: block;
	text-indent: 9999px;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding: 0;
	width: 34px;
	height: 34px;
}
.quick_link_bar span {
	display: none;
}
.facebook {
	background-image: url('../images/icon-facebook.png');
}
.twitter {
	background-image: url('../images/icon-twitter.png');
}
.youtube {
	background-image: url('../images/icon-you-tube.png');
}
/* QUICK LINKS BAR STYLES END */

/* OWNER LOGIN */
.owner_login {
	width: 290px;
	height: 177px;
	margin: 10px 20px 10px 0px;
	background: transparent url('../images/home_login_bg.png') no-repeat top left;
	float: left;
	padding: 10px;
}
.owner_login h4 {
	margin-bottom: 10px;
}
.owner_login ul {
	/*list-style-type: none;*/
	list-style-position: outside;
	list-style-image: url('../images/arrow-bullet.png');
	margin: 0 0 0 40px;
	color: #3c3c3c;
}
.owner_login li {
	font-size: 16px;
	margin-bottom: 18px;
}
.owner_login label {
	display: inline-block;
	width: 90px;
}
.owner_login input[type="text"], .owner_login input[type="password"] {
	background: transparent url('../images/home_login_field_bg.png') no-repeat top left;
	border: none;
	width: 185px;
	height: 31px;
	margin-bottom: 10px;
}
.owner_login input[type="submit"] {
	background: transparent url('../images/home_login_button.png') no-repeat top left;
	height: 27px;
	width: 85px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	cursor: pointer;
	margin-left: 90px;
}
.owner_login .login_forgot a {
	color: #a50000;
	text-decoration: none;
	font-size: 9px;
}
/* OWNER LOGIN END */
.home_text_content {
	float: left;
	width: 630px;
	margin: 10px 0px 0px 0px;
}
.dashed {
	height: 10px;
	border: none;
	background: transparent url('../images/dashed_hr.png')repeat-x center;
	margin: 10px 0px;
}
/* INSIDE PAGE STYLES START */
.left_sidebar_wrapper {
	width: 240px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 0 0 0;
	position: relative;
}
.left_sidebar_wrapper .quote_button {
	width: 220px;
}
/* left sidebar menu start */
.left_sidebar_submenu {
}
.left_sidebar_submenu p {
	display: block;
	width: 230px;
	height: 32px;
	background-image: url('../images/left-nav-bar-header-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 10px;
	color: #a00000;
	margin: 0px;
	font-size: 16px;
}
.left_sidebar_submenu p a {
	text-decoration: none;
	font-size: 16px;
	color: #a00000;
}
.left_sidebar_submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left_sidebar_submenu li a {
	display: block;
	width: 220px;
	height: 27px;
	background-image: url('../images/left-nav-links-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #525252;
	text-decoration: none;
	padding: 11px 0 0 20px;
	text-shadow: 1px 1px 0px #FFF;
}
.left_sidebar_submenu li a:hover, .currenthover {
	background-image: url('../images/left-nav-links-hover-bg.png') !important;
	text-shadow: none !important;
	font-weight: bold !important;
}
.left_sidebar_submenu li a.bottom {
	background-image: url('../images/left-nav-links-last-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left_sidebar_submenu li a.bottom:hover, .currenthover_bottom {
	background-image: url('../images/left-nav-links-last-hover-bg.png') !important;
	text-shadow: none !important;
	font-weight: bold !important;
}
/* left sidebar menu end */
/* left sidebar login start */
.left_sidebar_login img {
	border: none;
}
.left_sidebar_login .header {
	display: block;
	width: 230px;
	height: 32px;
	background-image: url('../images/left-nav-bar-header-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 10px;
	color: #a00000;
	margin: 20px 0px 0px 0px;
	font-size: 16px;
}
.left_sidebar_login ul {
	list-style-type: none;
}
.left_sidebar_login label {
	display: inline-block;
	width: 90px;
}
.left_sidebar_login input[type="text"], .left_sidebar_login input[type="password"] {
	background: transparent url('../images/home_login_field_bg.png') no-repeat top left;
	border: none;
	width: 175px;
	height: 31px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.left_sidebar_login input[type="submit"] {
	background: transparent url('../images/home_login_button.png') no-repeat top left;
	height: 27px;
	width: 85px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	cursor: pointer;
}
.left_sidebar_login .login_forgot a {
	color: #a50000;
	text-decoration: none;
	font-size: 9px;
}
.left_sidebar_login .login_content {
	background: transparent url('../images/side_login_bg.jpg') repeat-y top left;
	padding: 10px;
}
.left_sidebar_login .bottom {
	background: transparent url('../images/side_login_bg_bottom.png') no-repeat top left;
	width: 240px;
	height: 7px;
}
.left_sidebar_login {
	margin: 10px 0px;
}
.left_sidebar_login .quote_button, .left_sidebar_login p {
	margin: 0px 0px;
}
/* left sidebar login end */
.spacer {
	width: 240px;
	height: 50px;
	clear: both;
}
/* left sidebar blog start */
.leftside_blog_wrapper {
	width: 240px;
}
.leftside_blog_wrapper h1 {
	font-size: 20px;
	font-weight: 300;
	color: #a50000;
	margin: 0 0 10px 0;
}
.leftside_blog_wrapper a {
	color: #a50000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
.leftside_blog_wrapper a:hover {
	text-decoration: underline;
}
.leftside_blog_entry {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 20px 0;
}
.leftside_blog_entry h2 {
	font-size: 12px;
}
.leftside_blog_entry p {
	font-size: 11px;
	margin: 3px 0 0 0;
}
.leftside_blog_entry a {
	color: #a50000;
	text-transform: uppercase;
	text-decoration: none;
}
.leftside_blog_entry a:hover {
	text-decoration: underline;
}
.leftside_blog_entry img {
	float: left;
	margin: 5px 5px 0 0;
}
a.leftside_submit_story_btn {
	width: 225px;
	height: 28px;
	display: block;
	background-image: url('../images/leftside-submit-pet-story-btn.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 14px;
	padding: 10px 0 0 15px;
	margin: 10px 0 0 0;
}
a.leftside_submit_story_btn:hover {
	text-decoration: none;
	background-image: url('../images/leftside-submit-pet-story-btn-hover.png');
}
/* left sidebar blog end */

/* main content area start */
.main_content_area_wrapper {
	float: left;
	width: 710px;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
 *position: relative;
 *z-index: -1;
}
/* banner */
.main_content_area_banner {
	font-family: 'Open Sans', sans-serif;
	width: 540px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 33px 170px 0 0;
	text-align: right;
}
.microchip_banner {
	background-image: url('../images/main_content_banner_bg_img_1.png');
}
.minichip_banner {
	background-image: url('../images/Breast_Cancer_MiniChip_Banner.png');
}
.lost_pet_banner {
	background-image: url('../images/main_content_banner_bg_img_2.png');
}
.insurance_banner {
	background-image: url('../images/main_content_banner_bg_img_3.png');
}
.cat_insurance_banner {
	background-image: url('../images/main_content_banner_cat_insurance.png');
}
.dog_insurance_banner {
	background-image: url('../images/main_content_banner_dog_insurance.png');
}
.main_content_area_banner h1 {
	font-size: 26px;
	color: #a50000;
	font-weight: 400;
}
.main_content_area_banner h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #5f5f5f;
	font-weight: 600;
}
/* body content */
.body_content_wrapper {
	width: 670px;
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
	min-height: 415px;
}
.index_page {
	background-color: transparent !important;
}
.body_content_wrapper h1 {
	font-size: 16px;
	color: #3c3c3c;
	margin: 0 0 10px 0;
}
.body_content_wrapper p {
	font-size: 12px;
	color: #3c3c3c;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
.body_content_wrapper ul, .pop_ul {
	list-style-position: outside;
	list-style-image: url('../images/arrow-bullet.png');
	margin: 0 0 20px 40px;
	font-size: 12px;
	color: #3c3c3c;
}
.body_content_wrapper li pop_ul li {
	margin: 0 0 5px 0;
}
/* main content area ends */

/* social media bar start */
.social_media_bar_wrapper {
	width: 710px;
	height: 54px;
	float: left;
	background-image: url('../images/social-bar-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0 0 0;
}
.social_media_bar_text {
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 581px;
	height: 51px;
	text-align: right;
	padding: 3px 0 0 0;
}
.social_media_bar_text a {
	font-size: 18px;
	font-weight: 400;
	color: #a50000;
	text-decoration: none;
}
.social_media_bar_text a:hover {
	text-decoration: underline;
}
.social_media_bar_text p {
	font-size: 12px;
	font-weight: 400;
	color: #a50000;
}
.social_media_bar_icons {
	float: left;
	width: 117px;
	height: 44px;
	padding: 10px 0 0 12px;
}
.social_media_bar_icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social_media_bar_icons li {
	float: left;
}
.social_media_bar_icons li a {
	display: block;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding: 0;
	width: 34px;
	height: 34px;
}
.social_media_bar_icons span {
	display: none;
}
/* INSIDE PAGE STYLES END */

/* FOOTER STYLES START HERE */

.footer_wrapper .column {
	width: 200px;
	float: left;
	margin-top: 15px;
}
.footer_wrapper .column ul {
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
.footer_wrapper .column li {
	float: left !important;
	clear: both;
	width: 200px;
	display: block;
	zoom: 1;
	margin: 2px 0px;
}
.footer_wrapper .column a {
	text-decoration: none;
	font-size: 12px;
	color: #525151;
	height: 18px;
}
.footer_wrapper .column .header a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #a50000;
	height: 20px;
}
.footer_wrapper hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 10px 0px;
}
.footer_wrapper #copyright {
	font-size: 10px;
	color: #525151;
	padding-bottom: 10px;
}
.footer_lostPet {
	width: 350px !important;
	margin: 0px 30px;
	padding-left: 5px;
}
.footer_lostPet h2 {
	font-size: 15px !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .8);
	padding-top: 10px;
}
.footer_lostPet h2 .bold {
	font-size: 15px !important;
	color: #a50000;
	font-weight: 900;
}
/* FOOTER STYLES END HERE */
.accordion_wrapper {
	margin-bottom: 30px;
}
.accordion_wrapper .icon {
	background: transparent url('../images/accordion_sprite.png') no-repeat top left;
	width: 30px;
	height: 25px;
	overflow: hidden;
	display: inline-block;
	margin: 10px 0px 0px 10px;
	float: left;
}
.accordion_wrapper .on .icon {
	background-position: 0px -25px;
}
.accordionButton {
	background: transparent url('../images/accordion_header.png') no-repeat top left;
	width: 683px;
	height: 35px;
	float: left;
	cursor: pointer;
	margin: 4px 0px;
}
.accordionButton p {
	line-height: 35px;
	display: inline-block;
	float: left;
	font-weight: bold;
}
.accordionContent {
	margin-top: -10px;
	padding: 20px 10px 10px 10px;
	width: 661px;
	float: left;
	display: none;
	border: 1px solid #c6c4c4;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#quotelist {
	list-style-type: none;
	list-style-image: none;
}
#quotelist label {
	display: inline-block;
	width: 90px;
}
/*
#quotelist input[type="text"], #quotelist input[type="password"] {
	background: transparent url('../images/home_login_field_bg.png') no-repeat top left;
	border: none;
	width: 175px;
	height: 31px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
    */
.formbutton-red {
	background: transparent url('../images/home_login_button.png') no-repeat top left;
	height: 27px;
	width: 85px;
	border: none;
	color: white;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	cursor: pointer;
	margin-left: 210px;
}
.note {
	font-size: 10px !important;
}

.existing_customer {
    margin: 15px 0px 0px 10px;
    background: url('../images/existing_customer_banner.jpg') top left;
}
/*////////////QUOTE CHART /////////////////*/

.insurance_chart {
	margin: 20px 0px;
}
.insurance_chart .first, .insurance_chart .last {
	border: none !important;
	text-align: center;
}
.insurance_chart .title {
	height: 30px;
}
.insurance_chart .last {
	height: auto !important;
	padding-bottom: 10px;
}
.insurance_chart ul {
	float: left;
	list-style-type: none !important;
	margin: 0px;
	list-style-image: none;
}
.insurance_chart li {
	height: 50px;
	margin: 0px;
}
.insurance_chart li span {
	display: inline-block;
	vertical-align: middle;
}
.insurance_chart ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.insurance_chart .row_titles {
	width: 115px;
}
.insurance_chart .row_titles li {
	border-bottom: 1px solid #d1d0d0;
}
.insurance_chart .row_titles span {
	color: #a50000;
}
.insurance_chart .Silver_dog, .insurance_chart .Bronze_dog {
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.75);
	z-index: 5000;
	position: relative;
	background: #d5d3d3 !important;
}
.insurance_chart .Bronze_dog, .insurance_chart .Silver_dog, .insurance_chart .Gold_dog {
	/*width: 165px;*/
	width: 250px;
	padding: 0px 10px;
	background: #c5c5c5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.insurance_chart .Bronze_dog li, .insurance_chart .Silver_dog li, .insurance_chart .Gold_dog li {
	border-top: 1px solid #a09c9c;
	border-bottom: 1px solid #eae9e9;
}
.insurance_chart .Bronze_dog .title, .insurance_chart .Silver_dog .title, .insurance_chart .Gold_dog .title {
	background: #959393;
	margin: 0px -10px -1px -10px;
	text-shadow: 1px 1px 0px #a9a8a8;
}
/*
.insurance_chart .Silver_dog .title {
	height: 40px !important;
	margin-top: -10px;
}
.insurance_chart .Silver_dog .title span {
	color: #101010;
	font-size: 14px !important;
}
*/
.insurance_chart .Bronze_dog .title span, .insurance_chart .Gold_dog .title span, .insurance_chart .Silver_dog .title span {
	color: #a50000 !important;
	font-size: 14px !important;
}
.insurance_chart .best_value_tag {
	width: 44px;
	height: 42px;
	float: right;
	background: transparent url('../images/best_value.png') no-repeat top left;
	display: inline-block;
	margin-left: -44px;
}
.two_column {
	float: left;
	width: 320px;
	margin: 20px 10px 20px 0px;
}
/*//////////////////Country choice ///////////////////*/

.country_select_window {
	background: transparent url('../images/main_entry_country_select_window.png') no-repeat center;
	width: 982px;
	height: 481px;
	margin: -50px auto 0px auto;
}
.country_select_window .image {
	position: absolute;
	top: 68px;
	margin: 0px 0px 0px 45px;
}
.country_select_window .text {
	float: right;
	margin: 187px 40px 0px 20px;
	text-align: right;
}
.country_select_window h1 {
	font-size: 44px;
	font-weight: 100;
	line-height: 44px;
}
.country_select_window h2 {
	font-size: 17px;
	font-weight: 100;
	color: #4d4c4c;
	margin: 0px;
}
.country_select_window p {
	width: 283px;
	float: right;
	margin: 40px 0px 0px 0px;
}
.country_select_window .login_buttons {
	list-style-type: none;
	margin: 10px 0px;
	float: right;
}
.country_select_window .login_buttons li {
	float: left;
}
.country_select_window .login_buttons .first {
	margin-right: 10px;
}
.country_select_window .footer_area {
	margin: 65px 0px 0px 30px;
	font-weight: 400;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-family: 'Open Sans', sans-serif;
}
#mask {
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
	top: 0px;
}
.window {
	position: fixed;
	width: 530px;
	/*height:350px;*/
	display: none;
	z-index: 9999;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 10px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 10px 5px rgba(50, 50, 50, 0.75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.window .close_button {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	display: inline-block;
	top: -15px;
	right: -15px;
	background: transparent url('../images/close_window_button.png') no-repeat center;
	text-indent: -5000px;
}
.window .content h2 {
	background: #dad7d7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.quote_block {
	text-align: center;
	background: transparent url('../images/dashed_hr_1.png')repeat center;
}
.landing_window {
	background: transparent url('../images/landingpage_window.png') no-repeat center top;
	width: 720px;
	height: 500px;
	margin: 0px 0px 0px -30px;
 *z-index: 1;
}
.landing_window_us {
	background: transparent url('../images/landingpage_window_us.png') no-repeat center top;
	height: 465px;
 *z-index: 1;
}
.insurance_landing_window {
	background: transparent url('../images/landingpage_insurance_window.png') no-repeat center top;
	width: 720px;
	height: 485px;
	margin: 0px 0px 20px -25px;
 *z-index: 1;
}
.landing_window .bottom_content, .insurance_landing_window .bottom_content {
	position: absolute;
	top: 445px;
}
.landing_window .content, .insurance_landing_window .content {
	float: right;
	width: 455px;
	text-align: right;
	margin: 60px 20px 0px 0px;
}
.insurance_landing_window .content {
	margin: 60px 20px 0px 0px;
}
.insurance_landing_window .content .existing_customer_button {
	background: transparent url('../images/existing_customers_button.png') no-repeat top left;
	width: 172px;
	height: 30px;
	line-height: 30px;
}
.landing_window .content h1, .insurance_landing_window .content h1 {
	font-size: 34px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #A50000;
}
.landing_window .content h2, .insurance_landing_window .content h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3C3C3C;
}
.landing_window .left_column, .landing_window .right_column, .insurance_landing_window .left_column, .insurance_landing_window .right_column, .landing_window_us .left_column, .landing_window_us .right_column {
	width: 320px;
	float: left;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px;
}
.insurance_landing_window .left_column, .insurance_landing_window .right_column {
	margin: 15px 0px 0px 0px;
}
.landing_window .left_column, .insurance_landing_window .left_column {
	background: transparent url('../images/vert_line.png') repeat-y top right;
	margin-left: 20px;
}
.landing_window_us .middle_column {
	background: transparent url('../images/vert_line.png') repeat-y top right;
}
.quotelist {
	list-style-type: none;
	list-style-image: none !important;
}
.quotelist label {
	display: inline-block;
	width: 90px;
}
.quotelist input[type="text"], .quotelist input[type="password"] {
	background: transparent url('../images/login_field_bg.png') no-repeat top left;
	border: none;
	width: 245px;
	height: 31px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
/*/////////////////////// dashboard /////////////////*/
.dashboard-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9a9898;
	background: #fff;
	overflow: hidden;
}
.dashboard-box .bar {
	background: transparent url('../images/bar_bg.png') repeat-x top left;
	height: 40px;
	padding: 0px 20px;
	line-height: 40px;
}
.dashboard-box .bar h4 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
/*
.dashboard-box .notification {
	background: #e3c8c8;
	padding: 5px 20px;	
}
*/
.notification {
	background: #e3c8c8;
	padding: 5px 20px;
	margin-bottom: 10px;
}
.dashboard-box .add_pet {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #c6c4c4;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
.dashboard-box .small_button {
	background: transparent url('../images/small_userside_button_bg.png') repeat-x top right;
	line-height: 22px;
	height: 22px;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	color: #323232;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.dashboard-box .photo, .dashboard-box .info {
	float: left;
	margin-right: 10px;
}
.dashboard-box .info {
	display: block;
}
.dashboard-box .list-profile {
	float: left;
	margin-right: 60px;
}
.dashboard-box .controls {
	display: block;
	margin-top: 20px;
	border-top: 1px dotted #a3a2a2;
	padding: 10px 0px 0px 0px;
}
.dashboard-box .content {
	padding: 0px 20px 20px 20px;
}
.dashboard-box ul {
	list-style-type: none;
}
.add_button_start {
	height: 22px;
	width: 27px;
	background: transparent url('../images/small_userside_add.png') no-repeat top right;
	display: inline-block;
	float: left;
}
.edit_button_start {
	height: 22px;
	width: 27px;
	background: transparent url('../images/small_userside_edit.png') no-repeat top right;
	display: inline-block;
	float: left;
}
.collar_button_start {
	height: 22px;
	width: 27px;
	background: transparent url('../images/small_userside_collar.png') no-repeat top right;
	display: inline-block;
	float: left;
}
.maintenance_button_start {
	height: 22px;
	width: 27px;
	background: transparent url('../images/small_userside_maintenance.png') no-repeat top right;
	display: inline-block;
	float: left;
}
.btn-browse {
	background: transparent url('../images/browse_button.png') no-repeat top left;
	width: 79px;
	height: 30px;
	border: none;
	cursor: pointer;
}
.fileinputs input[type="text"] {
	background: transparent url('../images/login_field_bg.png') no-repeat top left;
	border: none;
	width: 245px;
	height: 31px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
input[type="submit"] {
	background: transparent url('../images/home_login_button.png') no-repeat top left;
	height: 27px;
	width: 85px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	cursor: pointer;
	margin: 10px 0px 20px 0px;
}
.upload_submit_button {
	margin-left: 0px !important;
}
.quantity-in {
	width: 50px;
}
.product_table {
	table-layout: fixed;
	width: 660px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9a9898;
	background: #fff;
	margin-bottom: 20px;
}
.product_table td, .shopping_cart td, .shopping_cart th {
	padding: 5px;
	text-align: left;
}
.product_table .table-header {
	background: transparent url('../images/bar_bg.png') repeat-x bottom left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.product_table .pet_info, .shopping_cart .pet_name {
	width: 203px;
}
.product_table .prod_name {
	width: 103px;
}
.product_table .prod_type {
	width: 164px;
}
.shopping_cart .product {
	width: 130px;
}
.product_table .quantity, .shopping_cart .quantity, .shopping_cart .cost, .shopping_cart .total {
	width: 60px;
}
.product_table .purchase {
	width: 90px;
}
.product_table input[type="submit"] {
	width: 84px;
	height: 22px;
	margin: 0;
	background: transparent url('../images/add_to_cart.png') no-repeat center;
	color: #525252;
}
.shopping_cart {
	table-layout: fixed;
	width: 660px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9a9898;
	background: #e1dede;
	margin-bottom: 20px;
	border-collapse: separate !important;
}
.shopping_cart .table-header {
	background: transparent url('../images/bar_bg.png') repeat-x bottom left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.checkout_button {
	background: transparent url('../images/checkout_button.png') repeat-x top left;
	width: 145px;
	height: 38px;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.formbutton-red-left {
	margin: 0px !important;
}
.coverage_details_pop {
	border-collapse: collapse;
}
.coverage_details_pop td, .coverage_details_pop th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.coverage_details_pop td, .coverage_details_pop th {
	border: 1px solid #dad7d7;
}
.coverage_details_pop tr:first-child th, .coverage_details_pop .no-border {
	border-top: 0;
}
.coverage_details_pop tr:last-child td, .coverage_details_pop .no-border {
	border-bottom: 0;
}
.coverage_details_pop tr td:first-child, .coverage_details_pop tr th:first-child {
	border-left: 0;
}
.coverage_details_pop tr td:last-child, .coverage_details_pop tr th:last-child {
	border-right: 0;
}
.red_text {
	color: #A50000;
}
.bold_text {
	font-weight: bold;
}
.logout_button {
	position: absolute;
	width: 125px;
	height: 30px;
	top: 12px;
	right: 0px;
	background: transparent url('../images/logout_button.png') no-repeat center;
	text-indent: -5000px;
}
#modal {
	z-index: 60000;
}
#mask {
	z-index: 55000;
}
/* chip implanter pop up */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 50000 !important;
	display: block;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 750px;
	z-index: 55000 !important;
	display: block;
}
.pop_window {
	position: absolute;
}
.tag_stuff {
	font-weight: 600;
	font-size: 16px !important;
	line-height: 10px !important;
}
.tag_price {
	color: #aa0000 !important;
	font-size: 20px !important;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.tag_price_wrapper {
	text-align: center;
	background: #dad7d7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.inner_ul {
	margin-bottom: 0px !important;
}
.sheltercare ul {
	list-style-image: url('../images/arrow.gif');
}
.sheltercare a {
	color: #2d2973 !important;
}
.sheltercare h3 {
	color: #2d2973 !important;
}
.licenses_table {
	border: 1px solid #dadada;
	margin: 0px 0px 20px 0px;
}
.licenses_table td {
	padding: 4px 5px;
}
.licenses_table .striped td {
	background: #e4e4e4;
}
/* liScroll styles */
.column .ticker_wrapper { /* the outer div with the black border */
	width: 495px;
	height: 47px;
	margin: 20px 0px;
	padding: 0;
	overflow: hidden;
}
.ticker_wrapper { /* the outer div with the black border */
	width: 982px;
	height: 27px;
	margin: 20px 0px;
	padding: 0;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 0px;
	height: 40px !important;
	font-weight: bold;
	font-size: 16px;
	color: #a50000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left !important; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0px 20px !important;
	padding: 0;
	display: inline-block !important;
	width: 1600px !important;
	height: 40px;
	clear: none !important;
}
ul.newsticker li p {
	font-weight: bold;
	font-size: 16px;
	color: #a50000;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font-weight: bold !important;
	font-size: 16px !important;
	color: #525151 !important;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
#_lpChatBtn {
	cursor: pointer;
}
/*
.dropdown {
	background-color: Transparent;
	background: transparent url('../images/select_field_small_bg.png') no-repeat top right !important;
	-webkit-appearance: none;
	border: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 5px 0;
	padding: 3px;
	height: 31px;
	width: 152px;
	font-size: 90%;
	color: #0f2146;
}
 */
.state_select_wrapper {
	display: none;
	padding-right: 162px;
}
.insurance_left_column {
	width: 400px;
	margin: 20px 20px 20px 0px;
	float: left;
}
.insurance_left_column p {
	font-size: 14px;
}
.insurance_right_column {
	width: 250px;
	float: right;
}
.insurance_right_column .ec_callout h3 {
	margin: 0px -10px;
	border-bottom: 1px solid #cbcaca;
	font-size: 16px;
}
.insurance_right_column .ec_callout ol {
	margin: 10px 0px 10px 20px;
}
.insurance_right_column .ec_callout ol li {
	border-bottom: 1px dotted #939191;
	padding: 10px 0px;
	color: #a50000;
}
.insurance_right_column .ec_callout ol li span {
	color: #575656;
}
.insurance_right_column .ec_callout .p_wrap {
	background: #e4e2e2 !important;
	margin: 0px -10px -10px -10px;
	padding: 10px;
	border-top: 1px solid #cbcaca;
}
.insurance_right_column .ec_callout p {
	font-size: 12px !important;
	line-height: 14px !important;
}
.popup_chart {
	border-collapse: collapse;
}
.popup_chart .additional_benefits_list {
	list-style-type: disc;
	margin-left: 10px;
}
.popup_chart .additional_benefits_list li {
	float: left;
	margin: 0px 10px;
	padding-right: 5px;
}
.popup_chart .red_rounded p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
}
.popup_chart .right_side {
	background-color: #f3f3f3;
	border: 1px solid #c6c4c4;
}
.popup_chart .left_side {
	border-bottom: 1px solid #c6c4c4;
	font-size: 14px;
	padding-right: 10px;
}
.popup_chart .full_span {
	padding: 5px 0px;
}
.popup_chart .left_side span {
	font-size: 10px;
}
.popup_chart .red_rounded {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #a50000;
}
.popup_chart .three-column {
	width: 138px;
	float: left;
	border-right: 1px solid #c6c4c4;
	padding: 10px;
}
.popup_chart .pad_me {
	padding-left: 10px;
}
.popup_chart ul {
	list-style-type: none;
	margin: 10px 0px 10px 10px;
}
.popup_chart li {
	padding: 5px 0px;
}
.popup_chart .last {
	border-right: none;
}
.popup_chart .larger_text {
	font-size: 16px;
}
.popup_chart .popup_bottom {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #e4e2e2;
	border: 1px solid #c6c4c4;
	border-top: none;
	padding: 10px;
}

#language_switch {
	cursor: pointer;
	height: 29px;
	top: 15px;
	right: 0px;
	position: absolute;
	-moz-box-shadow: inset 0px 1px 0px 0px #d1d1d1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #d1d1d1;
	box-shadow: inset 0px 1px 0px 0px #d1d1d1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #bdbdbd) );
	background: -moz-linear-gradient( center top, #e3e3e3 5%, #bdbdbd 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#bdbdbd');
	background-color: #e3e3e3;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0;
	border: 1px solid #808080;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	padding: 0px 10px;
}
#tag_tabs {
	list-style: none;
	margin: 0px;
}
#tag_tabs li {
	float: left;
	cursor: pointer;
}
.tag_button {
    cursor: pointer;
}
#tag_picture {
/*border: 1px solid #CCC;*/
}
.color_tabs {
	list-style: none !important;
	margin: 0px !important;
}
.color_tabs li {
	float: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
}
.color_tabs .on {
	-webkit-box-shadow: 0px 3px 1px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 3px 1px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 3px 1px 0px rgba(50, 50, 50, 1);
}
.color_tabs .pink {
	background: #a80f65;
}
.color_tabs .red {
	background: #910818;
}
.color_tabs .black {
	background: #000;
}
.color_tabs .purple {
	background: #6f1b6a;
}
.color_tabs .blue {
	background: #163974;
}
.color_tabs .green {
	background: #2a7030;
}
.color_tabs .orange {
	background: #c36600;
}
.color_tabs .black_red {
	background: transparent url('/images/tags/half_color_tab_sprite.jpg') no-repeat top left;
}
.color_tabs .white_red {
	background: transparent url('/images/tags/half_color_tab_sprite.jpg') no-repeat 0px -20px;
}
.color_tabs .bone {
	background: transparent url('/images/tags/shape_tab_sprite.jpg') no-repeat top left;
}
.color_tabs .circle {
	background: transparent url('/images/tags/shape_tab_sprite.jpg') no-repeat 0px -20px;
}
.main_button {
	margin: 5px 0px;	
}
.chat_button {
	margin-top: 20px;	
}

.shelter_message {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	background: #a50000;
	font-weight: bold;
	padding: 10px;	
	margin-top: 20px;
}
.shelter_message p {
	color: #fff;	
	margin: 0px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.form-control {
    display: block;
    width: 90%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-inline .form-control {
    display: inline-block;
    /*width: auto;*/
    vertical-align: middle;
}

.form-inline select {
    width: auto;
}

.col-md-6 {
    width: 50%;
    float: left;
}
.col-md-5 {
    width: 41.66666667%;
    float: left;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-24PW {
    color: #fff;
    background-color: #a50000;
    border-color: #d43f3a;
    float: right;
}

.smaller-font h2 {
    font-size: 14px;
}



.smaller-font hr {
    margin: 10px 0px;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success p, .alert-success strong {
    color: #3c763d !important;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.contact-form {
    width: 50%;
    float: left;
    margin-right: 30px;
}
.contact-locations {
    width: 45%;
    float: left;
}

.contact-locations h2 {
    font-size: 16px;
}

.contact-locations h3 {
    font-size: 14px;
}

.contact-locations hr {
    margin: 10px 0px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
