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;
}

.pngfix {behavior: url(/images/pngfix/iepngfix.htc);}

a {color: #0055a5;text-decoration: none;}
a:hover {text-decoration: underline;}

h2 {
	font-weight: normal;
	margin-bottom: 0.3em;
}
h3 {
	font-weight: normal;
}
h4 {
	margin-bottom: 0.4em;
}

.bold {
	font-weight: bold;
}
.hide {
	display: none;
}

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

html, body {
  background: #c5ced7 url(/images/pubs/consolidated/bg-gradient.jpg) no-repeat top center;
  color: #222;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;  
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #c5ced7;
  border-right: 2px solid #c5ced7;
}

#header {
  background: #0055a5 url(/images/pubs/consolidated/streak.jpg) no-repeat top right;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 10001;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	background: url(/images/pubs/consolidated/logo.gif) no-repeat 40px 30px;
	display: block;
	height: 85px;
	width: 264px;
	padding: 30px 0 14px 40px;
	text-indent: -5000px;
}

#content {
	margin: 0 auto;
}
#main_content {
	margin: 15px 20px 10px;
	min-height: 300px;
	position: relative;
}

.index #main_content, .white #main_content {
	width: 730px;
	margin: 15px auto;
}
.contact #main_content, .about #main_content, .entire_book #main_content {
	margin: 15px auto;
	width: 650px;
}

div#top_nav {
	height: 40px;
	text-align: center;
	width: 860px;
	margin: 1px auto 0;
}
div#top_nav ul li {
	display: block;
	float: left;
	position: relative;
	height: 40px;
	line-height: 40px;
	background: url(/images/pubs/consolidated/blue-tab.png) no-repeat;
	margin-left: -1px;
}
div#top_nav ul li.taller {
	line-height: 15px;
}
div#top_nav ul li.taller a {
	padding: 5px 0 0;
}
div#top_nav ul li.active {
  background: url(/images/pubs/consolidated/brown-tab.png) no-repeat;
}
div#top_nav ul li.active a {
  font-weight: bold;
}
div#top_nav ul li a {
	display: block;
	height: 28px;
	color: #fff;
	font-size: 1.1em;
	width: 140px;
	font-weight: bold;
}

#top_nav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0;
  top: 40px;
  background: #0053a1;
  margin: 0; padding: 0;
  display: none;
  float: left;
  width: 140px;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  z-index: 10000;
}
#top_nav li ul.subnav li {
  margin: 0; padding: 0;
  background: none;
  clear: both;
  width: 135px;
  height: auto;
  line-height: normal;
  text-align: left;
  padding-left: 5px;
}
html #top_nav li ul.subnav li h3 {
	font-size: 1.1em;
	padding: 0.25em 0;
	font-weight: bold;
	color: #F39308;
}
html #top_nav li ul.subnav li a {
  float: left;
  padding: 2px 0;
  border: none;
  font-size: 1em;
  height: auto;
}
html #top_nav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}

/*Searchbox*/
#searchbox {
	text-align: left;
	background: #837a63;
	height: 85px;
}
#searchbox form {
  padding: 7px 0 0 90px;
}
#search_fields li {
	float: left;
}
#search_fields li.search-term {
	width: 255px;
}
#search-people li.search-term {
	width: 210px;
}
#search_fields li.search-select {
	width: 100px;
	margin-right: 10px;
}
#search_fields li.search-button {
	width: 67px;
	margin: 0;
	padding-top: 20px;
}

#search_fields label {
	display: block;
	height: 16px;
	margin: 1px 0 0 2px;
	padding-bottom: 8px;
	color: #fff;
}
#search_fields .text {
	color: #333;
  border-color: #493f28 #c1bcb1 #c1bcb1 #493f28;
  border-width: 2px;
  border-style: solid;
  padding: 2px;
  width: 235px;
}
#search-people #search_fields .text {
	width: 190px;
}
#submitButton {
  background: url(/images/pubs/consolidated/find.jpg) no-repeat;
  border: none;
  width: 67px;
  height: 34px;
}
#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: 2px 20px 0 0;
}
#download_shortcut {
	float: right;
}
#download_shortcut a {
  background: url(/images/pubs/consolidated/desktop_shortcut.jpg) no-repeat;
  height: 73px;
  width: 145px;
  display: block;
  text-indent: -5000px;
}
#download_shortcut a:hover {
	background-position: 0 -73px;
}


#footer {
	text-align: center;
	margin: 20px 0 0;
	color: #fff;
}
#footer .copyright, #footer a {
	font-size: 0.85em;
}
#footer #footer-content {
	margin: 10px 0 0;
  background: #0055a5;
  border-top: 3px solid #837a63;
  padding: 10px 0;
}
#footer #footer-content a {
	text-decoration: underline;
	color: #fff;
}

#popular-searches {
	margin: 0 -10px 10px;
}
#popular-searches h2 {
	font-size: 1.4em;
	color: #0055a5;
}
.popsearch-popup {
  position: absolute;
  background: #fff;
  z-index: 1000;
  padding: 20px 20px 5px 5px;
  text-align: left;
  border: 5px solid #837A63;
}
.popsearch-popup li {
  display: block !important;
  font-size: 1em !important;
}
.popsearch-popup .close-popup {
  float: right;
  background: #aa0000;
  border: 1px solid #fff;
  margin: -20px -20px 0 0;
  border: 1px solid #aaa;
  padding: 0 3px;
  color: #fff;
}

#platform_features {
	width: 345px;
	position: relative;
	float: left;
}
#platform_features h3 {
	font-size: 0.9em;
	color: #fff;
	line-height: 26px;
}
.platform-feature {
	float: left;
	width: 160px;
	height: 125px;
	text-align: center;
	margin: 5px;
	background: url(/images/pubs/consolidated/feature-box.jpg) no-repeat;
}
#platform_features a:hover {
  background-position: bottom center;
}
#mobileSMS a {
	display: inline;
	float: none;
	margin: 0;
}

#quickmap {
	width: 340px;
	height: 270px;
	background: url(/images/pubs/consolidated/map-bg.jpg) no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

#quickmap #mapContainer a {
	color: #0055A5;
}

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



#back_to_link {
	color: #000;
	margin: 0 0 10px 10px;
}
#back_to_link a {
	font-weight: bold;
}
.aquo {
	font-size: 1.2em;
}


/*About*/
.about p, .contact p, .advertise_print p, .contact p {
	margin-bottom: 0.4em;
}
.about hr {
  margin: 20px 0;
}
.about h1, .contact h1, .advertise_print h1, .advertise h1, .entire_book h1 {
	font-size: 1.6em;
	font-weight: normal;
}
.advertise h2, .entire_book h2 {
	font-size: 1.4em;
	text-indent: 10px;
}
.entire_book ol {
	margin-left: 20px;
}
.about h2 {
	font-size: 1.4em;
}
.about table#artwork_covers {
	width: 460px;
	margin: 30px auto 0;
}
.about table#artwork_covers td {
	background: #ffff99;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.about table#artwork_covers td.coverhead, .about table#artwork_covers td.coverfooter {
  color: #fff;
  background: #666;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  font-weight: normal;
}
/*Listings*/
.serp h1 {
	font-size: 1.6em;
	color: #555;
	margin-bottom: 0.3em;
}
.serp h2 {
  font-weight: bold;
  color: #555;
  font-size: 1.4em;
}
#left_column {
	float: left;
	width: 650px;
}
#right_column {
	float: right;
	width: 240px;
}
.pagination, #refine_search {
	text-align: right;
	background: #eee;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}
.pagination a {
	border: 1px solid #ddd;
	background: #fff;
	padding: 1px 5px;
	margin: 0 2px;
}
div#sort-links {
  float: left;
}
.refinement .active {
  font-weight: bold;
}
.refinement h4 {
  display: inline;
  padding-right: 4px;
}

.banner_ad {
	width: 728px;
	height: 90px;
	margin: 0 auto 10px;
}

.sponsored {
	margin-top: 1px;
	background: #e9f4fb;
	border: 1px solid #c9c8b9;
}
.sponsored .content {
	padding: 5px 10px;
}
.sponsored h2 {
  float: right;
  color: #898989;
  font-size: 10px;
  margin: 0.3em;  
}
.sponsored cite {
	color: #568e1a;
	margin-left: 0.5em;
	font-style: normal;
}

#yield_results {
	margin: 0 10px;
}
#results {
  margin: 10px 0 0;
}
.listing {
	padding: 10px 5px;
	border-top: 1px solid #837a63;
	background: #fafbf8;
}
.listing h4 {
	float: left;
  color: #898989;
  font-size: 10px;
  margin: -8px 0 0 0;
}
.listing .business_info {
	width: 440px;
	float: left;
	clear: left;
}
.listing .business_info .business_ad {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
}
.listing .business_info .business_details {
	float: left;
	width: 325px;
}
.listing h3.business_name {
	margin-bottom: 2px;
	font-size: 1.2em;
}
.listing h3.business_name.highlight a {
	color: #ba1f25;
}
.listing h3.business_name.bold a {
  font-weight: bold;
}
.listing span.tagline {
	display: block;
	margin: 0 0 2px;
	font-style: oblique;
}
.listing span.tel {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
.listing .business_actions {
	float: right;
	font-size: 0.9em;
}
.listing .business_actions li{
	margin: 0;
	overflow: hidden;
	padding: 0 0 5px;
}
.listing .business_actions a, .listing .business_actions li b {
	background: url(/images/pubs/consolidated/link_actions.gif) no-repeat;
	padding-left: 22px;
	display: block;
}
.listing .business_actions a.save-listing {
  background-position: 0 1px;
}
.listing .business_actions a.email-friend {
	background-position: 0 -14px;
}
.listing .business_actions a.email-business {
  background-position: 0 -30px;
}
.listing .business_actions a.coupon {
  background-position: 0 -46px;
}
.listing .business_actions a.website {
  background-position: 0 -60px;
  padding-bottom: 1px;
}
.listing .business_actions a.leadsite {
  background-position: 0 -75px;
}
.listing .business_actions a.video {
  background-position: 0 -91px;
}
.listing .business_actions a.more-info {
  background-position: 0 -105px;
}

.listing.platinum {
	background: transparent url(/images/pubs/consolidated/listings/platinum-bg.jpg) repeat-x;
}
.listing.gold {
	background: transparent url(/images/pubs/consolidated/listings/gold-bg.jpg) repeat-x;
}
.listing.silver {
	background: transparent url(/images/pubs/consolidated/listings/silver-bg.jpg) repeat-x;
}
.listing.bronze {
	background: transparent url(/images/pubs/consolidated/listings/bronze-bg.jpg) repeat-x;
}

/*Adding bullets for portal generated lists*/
.profile_info ul, .profile_info li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}

#tiles {
	margin: 25px 0 0;
}
#yield_tiles {
	background: #f1f1f1;
}
.tile_ad {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 0.95em;
}
.tile_ad a {
	font-weight: bold;
}
.tile_ad .description, .tile_ad .tile_link {
	display: block;
	margin-top: 3px;
}



/*Profile*/
body.profile #left_column {
  width: 500px;
}
body.profile #right_column {
  width: 320px;
}
body.profile #mapContainer {
  height: 200px;
}
.profile p, .profile #overview-profile {
	margin: 0.5em 0 0;
}
.profile ul.list {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0.2em;
}

.profile div.vcard {
  background: #0055a5;
  padding: 10px;
}
.profile div.vcard .vcard_content {
  padding: 10px;
  background: #fff;
}
.profile .geo {
  display: none;
}
.profile a.url {
  display: block;
  margin: 4px 0;
}
.profile #info-card #actions {
	margin: 5px 0 6px;
}
.profile div.info_box {
  border: 1px solid #ccf;
  margin-top: 5px;
  padding: 10px;
}
.profile div.info_box h2 {
  color: #ecbe07;
  font-size: 1.1em;
  font-weight: bold;
}
#advertiser-social-links {
  margin: 4px 0;
  float: right;
  border: 2px solid #dadada;
  padding: 10px;
}
#advertiser-social-links h5 {
  font-size: 13px;
  font-weight: bold;
  margin-left: -2px;
}
#advertiser-social-links li {
  padding-top: 3px;
}
span.share-sprite {
  background: url(/images/shared/icon_share_sprites.jpg) no-repeat;
  width: 16px;
  height: 16px;
  float: none;
  display: inline-block;
  padding: 0 2px;
}
span.facebook {
  background-position: 50% 2px;
}
span.twitter {
  background-position: 50% -20px;
}
span.youtube {
  background-position: 50% -240px;
}
span.amazon {
  background-position: 50% -200px;
}
span.ebay {
  background-position: 50% -180px;
}
span.bbb {
  background-position: 50% -220px;
}

/*Directions*/
.directions #details {
	clear: both;
	float: left;
}
.directions #links {
	border-bottom: 1px solid #c0c0c0;
	height: 18px;
	padding: 5px 20px;
}
.directions .backToResults a {
  float: left;
}
.directions .printDirections a {
  float: right;
}

