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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:visited, a:hover, a:active {
	color: #0055a5;
}

h2 {

}
h3 {
	font-size: 1.4em;
	letter-spacing: -0.01em;
	font-weight: normal;
	margin-bottom: 0.4em;
}
h4 {
	margin-bottom: 0.4em;
}

/*************************************
+Main Layout
*************************************/

html, body {
  background: #ddd url(/images/pubs/ccy/background.jpg) center center repeat-y;
  color: #555;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;  
}

#content {
  width: 995px;
  min-height: 723px;
  margin: 0 auto;
  background: transparent url(/images/pubs/ccy/gradient.jpg) 0px -35px repeat-x;
}

#header {
  width: 995px;
  height: 200px;  
  background: transparent url(/images/pubs/ccy/header.jpg) bottom left no-repeat;
}

#header h1 a{
  display: block;
  float: left;
  width: 280px;
  height: 100px;
  text-indent: -5000px;
  background: url(/images/pubs/ccy/ccy_yp.png) no-repeat bottom right;
}

#container {
  width: 995px;
}

#statement h3 {
	text-align: center;
	width: 600px;
	margin: 20px auto;
	color: #fafafa;
}
span.highlight {
	color: #ffe63a;
}

#main_content_left {
  float: left;
  width: 213px;
}

#main_content {
	margin-left: 210px;
	padding: 0 25px;
}

#main_text {
	padding: 0.2em 0.5em;
}
#main_text p {
	margin: 1em 0;	
}


#social_media {
	float: right;
	font-size: 10px;
	margin: 3px 25px 0 0;
}
#mobile {
	background: transparent url(/images/pubs/ccy/iphone.jpg) no-repeat;
	width: 83px;
	height: 103px;
	float: left;
}
#social_text {
	float: left;
	width: 100px;
	margin: 0 4px;
}
#social_text a {
	text-decoration: none;
	color: #fafafa;	
}
#mobileSMS a {
	color: blue;
}
#widget {
	background: transparent url(/images/pubs/ccy/social-networks.jpg) no-repeat;
	width: 83px;
	height: 108px;
	float: left;
}
#mobile a, #widget a {
	display: block;
	width: 80px;
	height: 100px;
}
#mobileSMS {
	top: 0;	
}


/*************************************
+nav
*************************************/
#navcontainer {
	text-align: center;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navlist a {
	color: #ffe63a;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: -0.01em;	
}

#navlist li a.selected, #navlist li a:hover {
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: -0.03em;	
}

/*************************************
+search
*************************************/
#search_container {
	width: 621px;
	margin: 15px auto;
}
#searchbar {
	height: 42px;
	color: #222;
	background: transparent url(/images/pubs/ccy/search-bar.png) no-repeat top left;
	position: relative;	
}
.input_area {
	background: transparent url(/images/pubs/ccy/input.png) no-repeat top left;
	width: 180px;
	height: 21px;
}
#keyword_area, #location_area, #radius_area {
	top: 7px;
	position: absolute;
}
#keyword_area {
	left: 10px;
}
#location_area {
	left: 200px;
}
#radius_area {
	left: 400px;
	line-height: 21px;
}
#searchbar input {
	border: none;
	background: transparent;
}
#searchbar #keyword_input, #searchbar #location_input {
	width: 170px;
	padding: 3px 5px;
}
#searchbar #search_radius {
	width: 28px;
	text-align: center;
	background: transparent url(/images/pubs/ccy/input2.png) no-repeat top left;
}
#searchbar #submitButton {
	background: url(/images/pubs/ccy/find.png) no-repeat;
	width: 66px;
	height: 20px;
	position: absolute;
	left: 520px;
	top: 8px;
	cursor: pointer;
}
#location_error {
	display: none;
	background: #ececec url(/images/shared/location-error.png) no-repeat center left;
	color: #a25757;
	font-weight: bold;
	border-width: 1px;
	border-style:  none solid solid;
	border-color: #9b9797;
	line-height: 16px;
	padding: 4px 0 4px 30px;
	font-size: 12px;
	margin-top: 2px;
}
.suggest_results {
	z-index: 1001;
	text-align: center;
}
.suggest_results ul {
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	color: #000;
	border-top: 1px solid #999;
}
.suggest_results li {
	padding: 2px 6px;
	display: block;
	color: #000;
}
.activ_option {
	background-color: #C9EAFD;
	cursor: pointer;
}


/*************************************
+main section
*************************************/
.index-box {
	background: url(/images/pubs/ccy/index-box.png) no-repeat;
  width: 230px;
  float: left;
  margin: 0 10px;
  height: 250px;
}
.index-box-lg {
	background: url(/images/pubs/ccy/index-box-lg.png) no-repeat;
	width: 270px;
}
.index-yield {
	padding: 6px 17px;
}
.index-yield h2 {
	font-size: 1.4em;
  letter-spacing: -0.01em;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
}
#pop_search_container .content {
	margin-left: -5px;
}
ul.popsearch-list {
  float: left;
  width: 50%;
}
ul.popsearch-list li {
}
ul.popsearch-list a {
	text-decoration: none;
}
ul.popsearch-list a:hover {
	text-decoration: underline;
}
#popular-searches ul ul {
  margin-left: 0;
}
#popular-searches li {
  display: inline;
  font-size: 1.1em;
  border-left: 1px solid #666;
  padding: 0 5px;
}
#popular-searches li.first {
  border: none;
}
div.popsearch-popup {
  background: #fff;
  width: 240px;
  border: 3px solid #6F6D6A;
  position: absolute;
  text-align: left;
  padding: 0 0 0 5px;
}
div.popsearch-popup h4 {
	text-align: center;
	background: #666;
	color: #eee;
	text-transform: uppercase;
	margin-left: -5px;
	padding: 3px 30px 2px 2px;
}
div.popsearch-popup ul {
	float: left;
	width: 49%;
}
div.popsearch-popup li {
	padding: 0 0 2px;
}
div.popsearch-popup a.close-popup {
  color: #ccc;
  float: right;
  display: block;
  text-align: center;
  padding: 0 2px;
  font-size: 11px;
  margin: 0 4px 0 0;
  border: 1px solid #ccc;
}
#popular-searches div.popsearch-popup li {
  display: block;
  border: none;
  padding: 0;
}

	
#ad-spots {
	 width: 390px;
	 height: 300px;
	 background: url(/images/pubs/ccy/ad-spot-narrow.png) no-repeat;
}
.hide {
	display: none;
}
#quickmap {
  width: 385px;
  height: 270px;
  float: left;
  margin-left: 3px;
  position: relative;
}

#quickmap #links-menu {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
#quickmap #links-menu li {
  float: left;
  margin: 0 5px;
  text-align: center;
}
#quickmap #mapSearchLinks {
  position: absolute;
  left: 0;
}
#quickmap a {
}
#quickmap a.active {
  font-weight: bold;
}
#quickmap #mapSearchInfo {
  text-align: center;
  padding-top: 4px;
}
#quickmap .ajaxLoader {
    height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
#quickmap a {
	text-decoration: none;
	font-size: 1.1em;
}

#suggestions {
	padding: 10px 20px;	
}

/*************************************
+Footer
*************************************/

#footer {
  text-align: center;
  margin: -70px 0 10px;
}
#footer a {
	color: #999;
	font-size: 0.95em;
}

#footer .copyright {
	color: #999;
  display: block;
  font-size: 0.95em;
  margin: 10px 0 0;
}


/*************************************
+Clearfix
*************************************/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


#back_to_link {
  color: #fff;
  margin: 0 0 10px 10px;
}
#back_to_link a {
  font-weight: bold;
  color: #ffe63a;
}
.aquo {
  font-size: 1.2em;
}
.pagination, #refine_search {
  text-align: right;
  background: #eee;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}
div#sort-links {
	float: left;
}
.refinement .active {
	font-weight: bold;
}
.refinement h4 {
	display: inline;
	padding-right: 4px;
}


/*************************************
+Results
*************************************/
.relatedSearchBox, .relatedSearchBox a {
	color: #fff;
}
#tile_ads {
	color: #222;
	font-size: 11px;
}
#tile_ads .content {
	padding: 0 10px;
}
#tile_ads .tile_ad {
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.tile_ad .description, .tile_ad .tile_link {
  display: block;
  margin-top: 3px;
}
#tile_ads h3 {
	font-size: 12px;	
}
#tile_ads .last {
	border: none;
}
.tile_ad a {
	font-weight: bold;
	text-decoration: none;
}
.serp #main, .profile #main, .about #main, .advertise #main, .contact #main {
	margin: 0 30px;
}
.about #main_text, .advertise #main_text, .contact #main_text {
	background: #fff;
}
.serp h2 {
	font-size: 1.5em;
	color: #fff;
	margin: 0 0 0.3em 0.1em;
}
.serp #left-column {
	background: #fff;
	width: 700px;
	border: 2px solid #ffe63a;
	float: left;
}
.serp #right-column {
  background: #f8eea5;
  width: 210px;
  border: 2px solid #f9e049;
  float: right;
}
.listing {
	color: #000;
	margin: 10px 0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
.listing .listing-content {
	padding: 8px;
}
.listing .display_ad {
	width: 165px;
	height: 100px;
	float: left;
}
.listing .bp_info {
	width: 320px;
	float: left;
	margin: 0 15px;
}
.listing .bp_actions {
	min-height: 100px;
	margin-left: 500px;
}
.listing .bp_actions a, .listing .bp_actions li b {
  padding-left: 22px;
  margin: 0 0 4px;
  display: block;
	text-decoration: none;
	background: transparent url(/images/pubs/ccy/link-actions.gif) no-repeat;
}
.listing .bp_actions a.email-friend {
	background-position: 0 -15px;
}
.listing .bp_actions a.email-business {
	background-position: 0 -29px;
}
.listing .bp_actions a.website {
  background-position: 0 -59px;
}
.listing .bp_actions a.coupon {
  background-position: 0 -44px;
}
.listing .bp_actions a.leadsite {
  background-position: 0 -75px;
}
.listing .bp_actions a.video {
	background-position: 0 -89px;
}
.listing .bp_actions a.more-info {
	background-position: 0 -105px;
}
.listing .bp_actions a.save-listing {
  background-position: 0 0;
}
.listing h3 a, .listing h3 {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #444;
}
.listing.silver h3 a, .listing.gold h3 a, .listing.platinum h3 a, .listing.platinum-plus h3 a {
	font-weight: bold;
}
.listing.platinum {
	background: #fff4c4;
}
.listing.gold {
	background: #ecf0fe;
}
.listing.silver {
	background: #f8f9f5;
}
.listing.bronze {
	
}
.listing h3 a:hover {
	color: #555;
}
.listing .bp_info .tel {
	font-size: 16px;
	margin: 5px 0 8px;
}
.listing.bronze .tel, .listing.silver .tel, .listing.gold .tel, .listing.platinum .tel, .listing.platinum-plus .tel {
	color: #0055a5;
}
.listing.bronze .bp_actions a, .listing.silver .bp_actions a, .listing.gold .bp_actions a, .listing.platinum .bp_actions a, .listing.platinum-plus .bp_actions a {
	color: #49707e;
}
div.bullet-list ul, ul.bullet-list {
	list-style-type: disc;
	list-style-position: inside;
}

.banner-ad {
	width: 728px;
	height: 90px;
	margin: 10px auto;	
}

.sponsored {
	width: 708px;
	height: 57px;
	margin: 10px auto;
	padding: 4px 10px;
	background: transparent url(/images/pubs/ccy/sponsored-bg.png) no-repeat;
	color: #222;
}
.sponsored a.display-name {
	font-size: 20px;
	width: 500px;
	line-height: 35px;
}
.sponsored a.weblink {
	display: block;
	font-size: 14px;
	float: right;
	width: 200px;
	text-align: right;
}

/*************************************
+Profile
*************************************/
.profile #left-column {
	float: left;
	width: 600px !important;
	line-height: 18px;
	color: #222;
}
.profile #right-column {
  width: 320px !important;
  float: right;
}
.profile #left-column #primary-info {
	background: #fff;
	border: 5px solid #ffe63a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.profile #left-column h2 {
	background: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
.profile #left-column #primary-details, .profile #left-column #primary-tabs {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
.vcard {
	padding: 5px;
	background: #ffe63a; /*#ba1f25;*/	
}
.vcard .vcard-content {
	background: #fff;
	padding: 10px;	
}
#info-card h1 {
	color: #222;
	font-size: 140%;
	font-weight: bold;
}
#info-card strong {
	font-size: 127%;
}
#info-card .url {
	color: #1c8200;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	margin: 4px 0;
}
#info-card .geo {
	display: none;
}
#info-card .directions {
	padding-left: 8px;	
}
#info-card #actions {
	margin: 7px 0 8px;
}
#info-card #actions li {
	display: inline;
}
.profile #left-column .info-box {
	padding: 10px;
	border: 1px solid #ccf;
	margin: 5px 3px 0;
	background: #fff;
}
#special-offers {
	padding: 10px;
	overflow: hidden;
	margin-top: 5px;	
}
#info-overview h2, #additional-locations h2, #special-offers h2 {
	font-size: 147%;
	color: #222;
}
#info-overview h2 {
	color: #ecbe07;
}
#info-overview p, #overview-profile {
	margin-top: 10px;
}
#special-offers ul, #overview-profile ul, #additional-links ul {
	list-style-type: disc;
}
#overview-profile ul {
	margin-left: 20px;
}
#additional-locations .location {
	margin-top: 4px;
}
#info-ads {
	text-align: center;
}
.profile #right-column #mapContainer {
	height: 280px;
}
.profile #right-column #pano {
	height: 200px;
	width: 320px;
}
#sidebar-videos, #info-sidebar #mapContainer {
	margin-bottom: 15px;
}

/*************************************
+Directions
*************************************/
div.directions {
	border: 1px solid #c0c0c0;
	background: white;
	color: #222;
}
.directions #links {
	height: 18px;
	padding: 5px 10px;
	border-bottom: 1px solid #c0c0c0;
}
.directions #links li {
	display: inline;
}
.directions .backToResults a {
	float: left;
}
.directions .printDirections a {
	float: right;
}
.directions #details {
	float: left;
	padding: 5px;
}
.directions #details h1 {
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -0.01em;
}
#directions-header {
  padding: 0 10px;
  margin: 10px;
  background: #fff;
}
#directions-header .vcard {
  background: #fff;
}

