@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#444;
}
body,h,p,div,td,th,select,textarea {
	font-family:'calibri';
	font-size:14pt;
	font-weight:normal;
}
a {
	color:inherit;
	text-decoration:none;
	font-weight:inherit;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
	color:inherit;
}
h1 {
	font-size:135%;
	margin:5px 0px 15px 0px;
	text-transform:uppercase;
}
h2 {
	font-size:145%;
	margin:5px 0px 15px 0px;
	text-transform:uppercase;
	color:#2055A6;
}
table {
	border-collapse:collapse;
	width:auto;
}
table th {
	padding:5px;
	white-space:nowrap;
	font-size:100%;
	border:#DDD 1px solid;
}
td.tp {
	vertical-align:top
}
table th {
	background-color:#2055A6;
	border-color:#2055A6;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	text-align:left;
}
div.clr {
	clear:both;
	border:none !important;
	padding:0px !important;
}
div#wrapper {
	width:100%;
	min-height:100vh;
	display:table;
}
div#sidebar {
	min-width:250px;
	border-right:#AEAEAE 1px solid;
	background-color:#FAFAFA;
	min-height:100vh;
	display:table-cell;
	white-space:nowrap;
}
div#mnutog {
	height:40px;
	width:40px;
	float:right;
	background-image:url(../img/mnutoggle.png);	
}

div#right {
	width:100%;
	display:table-cell;
	vertical-align:top;
}
div#topbar {
	background-color:#2055A6;
	height:40px;
	color:#FFF;
	font-weight:bold;
}
div#main {
	padding:25px;
}
div#bsselect {
	margin-left:15px;
	float:left;
	padding:5px;
}
div#topmnu {
	width:100%;
	text-align:right;
	padding:7px 25px 0px 0px;
	display:table-cell;
	float:right;
	width:400px;
}
div#topmnu a:hover {
	text-decoration:none;
}
div#welcome {
	font-size:150%;
}
div.btnlink, input[type="submit"], input[type="button"] {
	padding:5px;
	color:#FFF;
	border:#AEAEAE 1px solid;
	background-color:#333;
	text-transform:uppercase;
	margin:3px;
	cursor:pointer;
	font-weight:normal;
}
#clrsrch {
	color:#333;
	border:#AEAEAE 1px solid;
	background-color:#D7D7D7;
}
div.btnlink {
	float:left;
}
.noflt {
	float:none;
}
.ctr {
	text-align:center;
}
.flr {
	float:right;
}
.fll {
	float:left;
}
div#listing-detail {
	width:300px;
}

input, textarea, select {
	font-family:'calibri';
	font-size:100%;
}
input[type="text"], textarea, select, input[type="password"], input[type="email"], input[type="date"], input[type="tel"], input[type="url"], input[type="number"] {
	padding:5px;
	border:#AEAEAE 1px solid;
}
.no-border {
	border:none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
table.hirow tr:hover {
	background-color:#F6F6F6;
}
table.no-border tr:hover {
	background-color:transparent;
}
div.hide, div.tabhide {
	display:none;
}
div.show, div.tabshow, p.show {
	display:block;
}
div.mnu_hid {
	min-width:40px !important;
	overflow:hidden;
}
.ord a {
	font-size:150%;
	display:block;
}
.ord a:hover {
	text-decoration:none;
}
.ordl {
	float:left;
}
.ordr {
	float:right;
}
div.sub_type {
	margin-bottom:20px;
	border:#DDD 4px solid;
	padding:10px;
}
div.sub_type td.ord {
	width:50px;
}
div.sbt_sect {
	margin:5px;
}
div.sbt_sect input[type="number"] {
	padding:5px;
	border:#AEAEAE 1px solid;
}
div.save_error {
	padding:10px;
	color:#A60002;
	border:#AEAEAE 1px solid;
	background-color:#DDD;
	margin:10px 0px;
}
div.save_error span {
	font-weight:bold;
}
div.save_error ul li {
	list-style-type:square;
}
th.hdr {
	text-transform:uppercase;
	font-size:125%;
	font-weight:bold;
	padding:5px;
	border:0px;
}
.bw {
	background-color:#FFF;
	color:#000;	
	border-width:0px;
}
div.reg_prov {
	height:36px;
	overflow:hidden;
}
.showall {
	height:auto !important;
	overflow:visible !important;
}
div.reg_prov table tr {
	cursor:pointer;
}
div.main_cat {
	height:54px;
	overflow:hidden;
}
td.expand {
	font-size:175%;
	font-weight:bold;
}
td.expand a:hover {
	text-decoration:none;
}
td.acrg {
	width:400px;
}
div#emconfmsg {
	padding:10px;
	border:#AEAEAE 1px solid;
	background-color:#EEE;
	margin:10px 0px;
}
span#accemlex {
	font-weight:bold;
	color:#960002;
	display:none;
}
div#busmnu a {
	display:block;
	float:left;
	margin-right:5px;
	padding:5px;
	background-color:#2055A6; 
	color:#FFF;
}
div#busmnu a:hover {
	background-color:#000;
	text-decoration:none;
}
.padded {
	padding:6px;
}
div.regbox {
	float:left;
	width:250px;
	padding:5px;
}
div.buscatspar {
	float:left;
	width:250px;
	padding:4px;
	height:35px;
	overflow:hidden;
	cursor:pointer;
	margin-right:10px;
}
div.subcats {
	padding-left:15px;
	float:left;
	width:250px;
	background-color:#F3F3F3;
}
.bold {
	font-weight:bold;
}
.srch_hide {
	height:55px;
	overflow:hidden;
}	
.srch_item, .srch_item2 {
	margin:5px;
	float:left;
	margin-right:25px;
}
.srch_item2 {
	height:35px;
}
.srch_item span, .srch_item2 span {
	font-weight:bold;
	margin-right:15px;
}
input, label {
	font-weight:normal;
}
div.srch_item input[type=checkbox], div.srch_item input[type=radio] {
	/*margin:0px 5px 0px 10px;*/
}

table#listings th:nth-child(2) {
	width:250px;
	white-space:nowrap;
}
table.grid {
	border-collapse:collapse;
}
table.grid td {
	padding:3px;
	border:#999 1px solid;
}

/* home stuff */
div#container {
	width:1300px;
	max-width:100%;
	margin:auto;

	background-color:#fff;
}
div#hdr {
	height:100px;
	background-color:#fff;
	border-bottom:#BFBFBF 1px solid;
}
div#ftr {
	background-color:#2055A6;
	margin-top:10px;
	padding:25px;
	color:#fff;
	text-align:center;
	font-size:125%;
}
div#ftr a:hover {
	color:#fff;
	text-decoration:underline;
}
div#ftr a:active, div#ftr a:visited {
	color:#fff;
	text-decoration:none;
}
div#cprt {
	margin-top:25px;	
	font-size:80%;
}
div#home-search {
	height:105px;
	overflow:visible;
	padding:3px 0px 0px 25px;
}
div.content div#home-search {
	padding-left:0px;
}
div#home-bg {
	height:500px;
	background-color:#888;
	border-top:#fff 1px solid;
	margin-top:5px;
	
}
div#home-bg div {
	margin-top:115px;
	text-align:center;
	font-size:44px;
	line-height:65px;
	color:#fff;
	text-transform:uppercase;
	background-color:rgba(212,212,212,.7);
	padding:40px;
}
div#logo {
	width:78px;
	height:80px;
	margin-top:4px;
	background-image:url(/img/logo.png);
	float:left;
	margin-left:25px;
}

div#menubox {
	height:80px; 
	margin-top:10px;
	float:right;
	margin-right:25px;
}
div#menu {
	height:30px; 
	font-size:22px;
	color:#444;	
	text-align:right;
	margin-top:5px;
}

div#menu a {
	color:#444;
	margin-left:5px;
	text-transform:uppercase;
	display:inline-block;
	padding:10px;
}
div#menu a:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}
div#menu a:active, div#menu a:visited {
	text-decoration:none;
}
div#socmed {
	height:35px;
	text-align:right;
}
div#socmed a {
	float:right;
	margin-left:10px;
}
a#ph-num {
	font-size:145%;
	color:#2055A6;
}
div#regbox {
	margin-top:9px;
}
div.content {
	min-height:450px;
	padding:25px;
}
div.content a {
	font-weight:bold;
}
div.content h2 {
	margin-bottom:25px;	
}
img.alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}
img.alignright {
	float:right;
	margin:0px 0px 10px 10px;
}
#srcherr {
	display:none;
	float:right;
	margin: 9px 0px 0px 15px;
	font-weight:bold;
}
div#acc_box {
	width:600px;
	float:left;
}
div.acc_box_mnu {
	border:#444 1px solid;
	border-width:1px 1px 0px 1px;
	float:left;
	padding:10px;
}
div.acc_box_mnu:nth-child(2) {
	border-left:none;
}
div#acc_box_inner {
	border:#444 1px solid;
	padding:10px;
}
div.acc_box_tab_sel {
	background-color:#444;
	color:#fff;
	font-weight:bold;
}
div.su_item span {
	display:inline-block;
	width:160px;
}
div#bus_box {
	float:left;
	margin-left:15px;
}
div.cmon, div.cann {
	float:right;
}
input#signup {
	padding:15px;
	font-size:125%;
	width:250px;
}
input.pleasewait {
	background-color:#DADADA;
	color:#999;
}
div#srch-more {
	margin-left:5px;
	padding-top:7px;
	font-weight:bold;
}
div.srchmrhm {
	padding-left:25px;
	font-weight:bold;
}
div#srch-advanced {
	margin-left:30px;
}
input.srch-top {
	margin-right:15px;
	position:relative;
	top:2px;
}
div.srch-pg {
	border:#2055A6 1px solid;
	display:inline-block;
	text-align:center;
	padding:4px;
	min-width:34px;
	white-space:nowrap;
}
div.srch-pg:hover {
	color:#fff;
	background-color:#2055A6;
	text-decoration:none;
}
div.srch-nopg {
	border:#BBB 1px solid;
	color:#BBB;
}
div.srch-nopg:hover {
	background-color:transparent;
	color:#BBB;
	cursor:default;
}
div.srch-res {
	padding:10px;
	margin-bottom:30px;
}
div.srch-res h3 {
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:125%;
}
div.srch-res hr {
	margin:10px 0px 0px 0px;	
	border-color:#999;
}
div
img.srch-bbb {
	float:right;
}
div.srch-contact {
	float:right;
	font-size:125%;
}
div.srch-web {
	font-size:110%;
	float:right;
}
div#listing-right {
	width:30%;
	float:right;
	margin-left:30px;
}
div#listing-left h2 {
	margin-bottom:0px;
}
div.listing h3 {
	margin:20px 0px 10px 0px;
	text-transform:uppercase;
}
div#listing-right div {
	border:#CCC 1px solid;
	padding:10px;	
	margin:0px 0px 15px 15px;
}

div#listing-right div h3 {
	margin-top:0px;
}
div#listing-map iframe {
	border:#666 1px solid;
}
div.listing-img {
	width:148px; 
	height:148px;
	background-position:center center;
	background-repeat:no-repeat;	
	float:left;
}
a.listing-back {
	display:block;
	float:right;
	font-size:80% !important;
	color:#000;
	margin-top:5px;
}
h2#listing-name {
	margin-bottom:5px;
}
div.listing-logo {
	float:right;
	margin-left:25px;
}
table#ftrs tr td, table#ftrs tr th {
	text-align:center;
}
table#ftrs tr td:nth-child(1), table#ftrs tr th:nth-child(1) {
	text-align:left;
}
#notices {
	background-color:#EAEAEA;
	border:#CCC 1px solid;
	padding:10px;
}
.notices-sh {
	
}
#notices h3 {
	margin-top:10px;
}
.embedvid {
	margin:0px 20px 20px 0px;
}
/*div#contact-business, */div#contact-business div div div, div#contact-business div div, div#contact-business div {
	border-width:0px !important;
	margin:0px !important;
	padding:0px !important;
}
div#contact-business div div div {
	border-width:0px !important;
	margin:0px !important;
	padding:0px !important;
} 
div#contact-business input, div#contact-business textarea {
	width:100%;
}
table.review td {
	padding:4px;
	white-space:nowrap;
	vertical-align:top;
}
div.review {
	border: #CCC 1px solid;
	padding: 10px;
	margin-bottom:15px;
	width:845px;
}
div#listing-rating span {
	font-size:90%;
}
div#listing-alerts {
	background-color:#333;
	color:#fff;
	float:left;
	width:830px;
	padding:0px 15px 0px 15px;
	margin-bottom:15px;
}
input#hmsrch {
	width:250px;
}
div.srch_item input[type=text], div.srch_item input[type=submit], div.srch_item select {
	font-size:150%;
}
#srch-more-link, #srcherr {
	font-size:150%;
}
#srch-advanced h2 {
	margin-bottom:0px;
}
.xtra-srch {
	font-size:150%;
}
.xtra-srch input[type=checkbox] {
	transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
}
.ui-menu-item {
	font-size:150% !important;
}
div#listingcats {
	line-height:35px;
}
span.parcat {
	background-color:#2055A6;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
span.parcatcont {
	white-space:nowrap;
}
span.catgrp {
	margin-right:15px;	
}
div.equote-business {
	float:left; 
	width:375px;
	font-size:125%;
	border:#BDBDBD 1px solid;
	margin:10px;
	padding:10px;
	min-height:125px;
	cursor: pointer;
}
div.equote-business input[type="checkbox"] {
	width:1em;
	height:1em;
}
div.equote-business:hover {
	/*background-color:#E8E5D5;*/
}
div#error-box {
	border:#2055A6 3px double;
	background-color: #2055A6;
	padding:15px;
	color:#fff;
}
div#equote {

	background-color: #000;
	padding:10px;
	color:#fff;
	float:right;
	width:250px;
	font-weight:bold;
	text-align:center;
	font-size:125%;
	clear:both;
	line-height:75%;
	position:relative;
	top:-75px;
}
div#equote span, div#equote-mob span {
	font-size:65%;	
	font-weight:normal;
	
}

div#equote-mob {

	background-color: #000;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:125%;
	clear:both;
	line-height:75%;
}

select#mnu-mob {
	display: none;
	float:right;
}
div#listing-extra-mob {
	display:none;
}
div#rating-mob {
	display:none;
}
.mob-only {
	display: none;
}

#home-vids {
	padding:10px;
	text-align: center;
}
#home-vids iframe {
	display:inline-block;
}

/* MODAL STUFF */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */

  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
	border: 0px !important;
/*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  /*background-color: #fefefe;*/
  margin: 15% auto; /* 15% from the top and centered */
  padding: 50px;
  border: 0px !important;
  width: 65%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-device-width: 480px) {
	
	div#home-bg {
		display:none;
	}
	select#mnu-mob {
		display:block;
	}
	div#menu {
		display:none;
	}
	input.srch-top {
		display: none;
	}
	div.content img {
		max-width:25vw;
		height:auto;
	}
	div.srch_item input {
		margin-right:0px;
		margin-left:0px;
		max-width:85vw;
		
	}
	/*a#srch-more-link {
		display:none;
	}
	div#srch-advanced {
		display: block !important;
	}*/
	div.xtra-srch {
		font-size:110%;
	}
	div#listing-right {
		
		float:none;
		display:block;
		clear: both;
		margin-left:0px;
		width:100%;
	}
	div#listing-right div {
		border:#CCC 1px solid;
		padding:10px;	
		margin:0px 0px 15px 0px;
}
	div.notices-sh {
		float:none;
		width:auto;
	}
	div.review {
		width:auto;	
	}
	div#listing-extra-mob {
		display:block;
	}
	div#rating-mob {
		display:block;
	}
	div#equote {
		display:none;
	}
	div#equote-mob {
		display: block;
	}
	div#srch-view {
		clear:both;
		display:block;
		float:none;
		white-space: nowrap;
	}
	div.srch-web {
		font-size:80%;
		float:none;
	}
	a#ph-num {
		clear: both;
	}
	div#hdr {
		height:125px;
	}
	.no-mob {
		display:none;
	}
	textarea, input[type="text"], input[type="email"] {
		max-width:85vw !important;
	}
	td {
		white-space: normal !important;
	}
	iframe {
		max-width: 85vw;
		height:auto;
	}
	.mob-only {
		display: block;
	}
}















