﻿/* GLOBAL RESETS, start  */
html, body {
	height: 100%;
}

.clear {
	clear: both;
	float: none;
}

body p {
	padding-top: 0;
	margin-top: 0;
}

a {
	text-decoration: none; 
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/* GLOBAL RESETS, finish  */


/* HEADING STYLES */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	font-style: italic;
	text-align: right;
	padding-top: 15px;
}

h2 {
	color: #991b1b;
	font-size: 1.9em;
	margin: .5em 0 .75em 0;
}

h3 {
	font-size: 1.3em;
	margin:  0 0 0.3em;
}

h4 {
	font-size: 1.1em;
	margin: 1.5em 0 .5em;
}


/* MAIN PAGE LAYOUT, start */
body {
	background-color: #fff;
	font-size: 18px;
	font-family: 'Cuprum', sans-serif;
	color: #535353;
}

header, section, aside, nav, article, figure, footer {
	display: block;
}

article {
	min-height: 530px;
}

article#a-list {
	min-height: 700px;
}

@font-face {
	font-family: 'Notary-BC';
	src: url("../fonts/notary-bc.ttf");
	src: url("../fonts/notary-bc.ttf") format("truetype"), url("/assets/fonts/notary-bc.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	min-height: 100%;
	position: relative;
	margin: 0;
	background: url("../img/bg_main.png") repeat-y center;
}

#top_title {
	width: 960px;
	height: 59px;
	margin: 0 auto;
	position: relative;
}

#top_grey_line {
	width: 100%;
	height: 101px;
	background-color: #f7f7f7;
	border-top: 1px solid #991b1b;
	border-bottom: 1px solid #991b1b;
}

#notary_logo {
	position: absolute;
	top: -19px;
	left: 0;
}

#member {
	text-align: center;
	color: #991b1b;
	font-size: .8em;
	text-transform: uppercase;
}

#top_menu {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


nav {
	position: absolute;
	top: 65px;
	right: 0;
}

/* NAVIGATION, start */
/* Head links */
#navdropdown li.headlink {
	float: left;
	margin-left: 12px;
}

#navdropdown li.headlink a {
	display: block;
	color: #991b1b;
	font-size: 20px;
	padding: 2px 10px;
	
	border: 1px solid transparent;
}

#navdropdown li.headlink a.services {
	position: relative;
	padding: 2px 22px 2px 10px;
}

#navdropdown li.headlink a.services:after {
	display: block;
	position: absolute;
	font-family: 'Notary-BC';
	content: "\002a";
	color: #991b1b;
	font-size: .5em;
	bottom: 25%;
	right: 7px;
}

#navdropdown li.headlink a:hover,
#navdropdown li.headlink ul li a:hover {
	color: white;
	background-color: #991b1b;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navdropdown li.headlink a.services:hover:after {
	color: white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Child lists and links */
#navdropdown li.headlink ul {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	z-index: 999;
}

#navdropdown li.headlink:hover ul {
	display: block;
}

#navdropdown li.headlink ul li a {
	line-height: 1.2em;
	padding: 2px 10px;
}

#navdropdown li.headlink a.active_menu {
	border: 1px solid #991b1b;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: white;
}

#navdropdown li.headlink a.active_menu:hover {
	color: #991b1b;
	background: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: default;
	background-color: white;
}

#navdropdown li.headlink a.active_menu.services {
	cursor: pointer;
}

#navdropdown li.headlink a.nav_menu_over {
	color: white;
	background-color: #991b1b;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/* NAVIGATION, finish */


#main {
	margin: 0 auto;
	padding: 10px 0 200px;		/* "padding-bottom" - Height of the footer element: 47px + some extra margin-bottom */
	width: 960px;
	font-size: 16px;
}

aside {
	float: left;
	width: 170px;
	font-size: .8em;
	margin-top: 5.7em;
	background-color: white;
	-webkit-box-shadow: 0 0 7px #d2d2d2;
	box-shadow: 0 0 7px #d2d2d2;
	padding: 7px 0 7px 7px;
	width: 143px;
}

aside .tiny {
	color: #a2a2a2;
	font-weight: normal;
	margin-top: 1.25em;
}

aside .tiny:first-child {
	margin-top: 0;
}

aside .bus_hours {
	margin-bottom: .5em;
}

aside p {
	font-weight: bold;
}

aside p a {
	color: #535353;
}

aside p a:hover {
	text-decoration: underline;
	color: #991b1b;
}

.a_list img {
	margin-top: .5em;
}

.a_list a {
	display: block;
}

#content {
	margin: .5em 0 0 200px;
}

#content p {
	margin: 0 .5em 1.5em 0;
}

#content address {
	margin-bottom: 1.5em;
}

hr {
	margin: 2em 0;
}

#content ul {
	list-style: disc;
	margin: 0 0 2em 3em;
}

#content ul li {
	margin-bottom: .5em;
}

#content p a,
#content ul li a {
	color: #991b1b;
}

#content p a:hover,
#content ul li a:hover {
	color: #535353;
	text-decoration: underline;
}

p .uppercase_font {
	text-transform: uppercase;
}

article figure {
	float: right;
	border: 6px solid white;
	-webkit-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 15px 20px;
	padding: 0;
	position: relative;
}

article figcaption {
	position: absolute;
	width: 175px;
	background: rgba(242,242,242,0.7);
	color: black;
	opacity: 1;
	bottom: 0;
	height: 25px;
	padding: 10px 0 0;
	text-align: center;
}

/* SCHEME, start */
#gmap,
article figure.scheme {
	width: 500px;
	border: 1px solid #991b1b;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	padding: 7px;
	margin-bottom: 2em;
}

#gmap {
	height: 350px;
}

article figure.scheme {
	float: none;
	margin-left: 0;
}

article figure.scheme figcaption {
	position: absolute;
	width: 500px;
	text-align: center;
	background: rgba(242,242,242,0.8);
	color: black;
	padding: 15px 0 0;
	opacity: 0;
	bottom: 7px;
	left: -15%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

article figure.scheme:before {
	bottom: 10px;
	left: 10px;
}

article figure.scheme:hover:before {
	opacity: 0;
}

article figure.scheme:hover figcaption {
	opacity: 1;
	left: 7px;
}
/* SCHEME, finish */


/* A-List_certificate, start */
#a-list_certificate {
	position: relative;
	width: 500px;
	height: 655px;
}

#a-list_certificate figcaption#tri-city_news {
	position: absolute;
	width: auto;
	height: auto;
	left: 24px;
	bottom: 424px;
	background: none;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}

#a-list_certificate figcaption#recognition {
	position: absolute;
	width: 365px;
	height: auto;
	left: 90px;
	bottom: 39px;
	color: #535353;
	background: none;
	padding: 0;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.2;
}

#a-list_certificate figcaption#recognition span.emphasis {
	font-weight: bold;
	color: black;
	font-style: normal;
	text-transform: uppercase;
}

#a-list_certificate figcaption#recognition span#nigel_lark {
	color: #535353;
	font-style: normal;
	font-size: .8em;
	float: right;
}

#a-list_certificate figcaption#recognition hr {
    display: block;
	margin: 0 auto;
    border-style: solid;
    border-width: 1px;
	color: #535353;
	position: relative;
	bottom: 12px;
	opacity: .3;
}

#a-list_certificate figcaption#recognition img {
	margin-left: 6em;
}
/* A-List_certificate, finish */


/* blockquote, start */
#reviews blockquote {
	border-left: 5px solid #ccc;
	padding: 5px 15px;
	position: relative;
	min-height: 80px;
	margin-bottom: 1.5em;
}

#reviews blockquote figure {
	float: left;
	border: 2px solid white;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

#reviews blockquote figure img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#reviews blockquote p.name_cite {
	font-weight: bold;
	text-transform: uppercase;
}

#reviews blockquote p.name_cite:after {
	content: "“";
	left: 5px;
	top: 0;
	color: #ccc;
	font-size: 25px;
	position: absolute;
}

#reviews blockquote p.name_cite span {
	font-style: italic;
	color: #ccc;
}

#reviews blockquote p {
	margin-bottom: .5em;
}


#a-list blockquote:after,
#a-list blockquote:before {
	color: #ccc;
	font-size: 50px;
	position: absolute;
}

#a-list blockquote:before {
	content: "“";
	left: 0;
	top: 0;
}

#a-list blockquote {
	width: 160px;
	background-color: #eee;
	border-left: 5px solid #ccc;
	padding: 20px 25px;
	position: relative;
	line-height: 1.25;
	font-style: italic;
	font-size: 110%;
}
/* blockquote, finish */


.disab img {
	padding: 1px;
	margin-left: .5em;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

footer {
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .9em;
	background-color: #f7f7f7;
	border-top: 1px solid #991b1b;
	border-bottom: 1px solid #991b1b;
	margin-bottom: 25px;
}

#bottom_info {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 18px;
}

#two_lines_top {
	height: 59px;
	left: 46px;
	top: 0;
}

#two_lines_bott {
	height: 25px;
	left: 46px;
	bottom: -55px;
}

#two_lines_bott,
#two_lines_top {
	position: absolute;
	width: 14px;
	border-left: 15px solid #991b1b;
	border-right: 15px solid #991b1b;
}

#bc_notaries_logo {
	position: absolute;
	top: -65px;
	left: 0;
	font-family: 'Oswald', sans-serif;
	color: #dedede;
	font-size: 2em;
	font-weight: bold;
	word-spacing: -3px;
	text-shadow: 3px -3px 5px white;
}

#bc_notaries_logo span {
	display: block;
	text-transform: uppercase;
	font-size: 38%;
	letter-spacing: 2px;
	word-spacing: 1px;
	margin-top: 5px;
	text-shadow: 1px -2px 1px white;
}

#print_out {
	display: block;
	position: absolute;
	left: 20px;
	top: 8px;
	font-size: .8em;
	color: #535353;
}

#copyright {
	float: right;
	font-size: .8em;
}

#copyright a {
	color: #535353;
}

#copyright a:hover {
	text-decoration: underline;
}
/* MAIN PAGE LAYOUT, finish */
/*
     FILE ARCHIVED ON 08:17:57 Jan 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:49:36 Aug 31, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.633
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 4.723
  LoadShardBlock: 242.96 (3)
  PetaboxLoader3.resolve: 435.602 (4)
  PetaboxLoader3.datanode: 106.497 (4)
  load_resource: 340.984
*/