﻿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;
}
article, aside, figure, hgroup, menu, footer, header, nav, section, summary {display: block}
/*html, body {height:100%}*/
body {
	font-family: arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0 0 0;
	background-color: #b5babe;	
}
#container {
	border: 1px outset #ddd;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px 6px 0px 6px;
	background-color: #DEDFFE;
	-moz-box-shadow: 0 0 5px 5px #777;
	box-shadow: 0 0 5px 5px #777;
	-webkit-box-shadow: 0 0 5px 5px #777;
	margin-top: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;	
   	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	}
ul {
list-style: none;
}
.clearboth {
	clear:both;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
	margin: 10px 30px 10px 0px;
	border: 1px solid #333333;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
p {
	font-size: .9em;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-right: 20px;
	padding-left: 22px;
	line-height: 1.2;
	color: #494949;
}
p.listing {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 16px 0;
	padding: 0px;
}
p.listing.red {
	color: red;
}
span.quote {
	font-size: 1.5em;
	color: #ADADAD;
	font-weight: bold;
	padding-right: 10px;	
}
blockquote.why-seo-page {
	background-image: url('images/blockquote.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50px 0px;
	padding: 0 70px;
}
a, a:visited, a:active {
	color: #006CA9;
	text-decoration: none;		
}
a:hover {
	color: #EF290E;
	text-decoration: underline;
}

/****************************
		Images
****************************/
#left-image {
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.img {
	border: 1px solid #333333;
}
img.html5-image-icon {
	float: right;
	margin: 7px 30px 0 0;
}
img.php-image-icon {
	float: right;
	margin: 15px 15px 0 0;
}
#call-to-action {
	width: 633px;
	height: 148px;
	background-image: url('images/call-to-action.png');
	background-repeat: no-repeat;
	margin: 20px auto 20px auto;
}
#call-to-action-home {
	width: 633px;
	height: 148px;
	background-image: url('images/call-to-action.png');
	background-repeat: no-repeat;
	margin: 0 auto 20px auto;	
	clear: both;
}
.red-button {
	float: right;
	margin: 35px 35px 0 0;
}
.note {
	margin: 20px 0 0 24px;
	width: 633px;
	height: 148px;
	padding: 12px 10px 10px 10px;
	background-image: url('images/note-image.png');
	background-repeat: no-repeat;
}
.note2 {
	margin: 35px 0 0 24px;
	width: 633px;
	height: 236px;
	padding: 12px 10px 10px 10px;
	background-image: url('images/note-image2.jpg');
	background-repeat: no-repeat;
}


/*******************************
		Header Area (Banners)
*******************************/
#banner {
	border: 1px outset #C0C0C0;
	height: 196px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
	margin-left: 2px;	
}
#banner2 {
	border: 1px outset #C0C0C0;
	height: 58px;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url('images/Directory-Logos.jpg');
}
#logo {
	margin: 20px 0 0 15px;
	float: left;	
}
#company-id {
	float: left;
	margin: 14px 0 0 5px;	
}
p#internet-marketing-business-name {
	font-size: 32px;
	font-family: "Calisto MT";
	font-weight: 500;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
p#internet-marketing-business-slogan {
	font-size: 13px;
	font-family: "Calisto MT";
	font-weight: 500;
	color: #333333;
	margin: 0 0 0 3px;
	padding: 0px;
}
#connect {	
	position: absolute;
	bottom: -10px;
	left: 0px;
	margin: 0 0 0 15px;	
}
#like-send {
	position: absolute;
	bottom: 700px;
	left: 45px;
}
li.facebook, li.twitter, li.linkedin {
	float: left;
	margin-right: 3px;
}
li.facebook a:hover, li.twitter a:hover, li.linkedin a:hover {
	position: relative;
	bottom: 7px;
}
.internet-marketing-slide {
	float: right;
	margin: 0 66px 0 0;
	padding: 0px;	
}
/*******************************
		Main Content Area
*******************************/
#middle-col-main-page {
	border: 1px outset #F4F4F4;
	margin: 8px 2px 15px 2px;
	width: 732px;
	float: right;
	padding-bottom: 15px;
	background-color: #FAFAFA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#middle-col-main-page h2.center {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
	line-height: 2.3em;
	text-shadow: 1px 1px 1px #111;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-align: center;
}
#headline {
	border-top: 1px solid #05D0EE;
	margin-bottom: 7px;
}
#headline h1 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #FF5340;
	line-height: 1.9em;
	text-shadow: 1px 1px 1px #111;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	border-top: 4px solid #006CA9;	
}
.box {
	background-image: url('images/services-background.jpg');
	background-repeat: no-repeat; 
	float: left;
	margin: 15px 0 5px 6px;
	height: 315px;
	width: 236px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bottom {
	margin-bottom: 20px;
}
.box p {
	color: #017BA9;
	font-size: 13px;
	font-weight: 900;
	margin: 0 auto 10px auto;
}
div.box ul {	
	list-style-image: url('images/red-arrow.jpg');
	margin: 15px 0 18px 28px;
	font-size: .8em;
	color: #333333;
}
/*div.button {
	margin: 0 auto 0 auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	width: 150px;
	height: 33px;	
}*/
#middle-col {	
	border: 1px outset #F4F4F4;
	margin: 8px 2px 15px 2px;
	padding-bottom: 15px;
	float: right;
	width: 732px;
	background-color: #FAFAFA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#middle-col h1 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: #FF5340;
	line-height: 2.3em;
	text-shadow: 1px 1px 1px #111;
	font-weight: normal;
	text-indent: 12px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#middle-col h2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006699;
	font-weight: 600;
	margin: 15px 30px 0 22px;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #067DB9;
}
#middle-col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2em;
	padding-left: 22px;
	margin: 10px 0 0 0;
	color: #515151;
}

/********************************
		Left-Col Area
********************************/
#left-col-sticky-wrapper {
	float: left;
}
#left-col {
	border: 1px outset #FFFFFF;
	width: 200px;
	float: left;	
	margin: 8px 0px 12px 2px;
	background-color: #FFFFFF;	
}
#left-col h3#local.active {
	background-image: url('images/red.jpg');
	background-repeat: repeat-x;
}
#left-col h3#local {
	text-align: center;
	font-size: 98%;
	font-family: arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	line-height: 3em;
	color: #FFFFFF;
	background-color: #019AD4;
	border: 1px outset #515fa2;
	background-image: url('images/nav-slc.jpg');
	background-position: center;
	text-decoration: none;
}
#left-col h3#local a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
/*#left-col h3#local:hover {
	background-image: url('images/red.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}*/
#left-col li {
	font-size: 14px;
	text-indent: 32px;
	line-height: 3em;	
	font-weight: bold;
	border-bottom: 1px inset #808080;	
	margin-top: 2px;
	font-variant: small-caps;
	background-color: #FFFFFF;
}
#left-col ul a.red-text, #left-col ul a:link.red-text, #left-col ul a:visited.red-text {
	color: #FF0000;
}
#left-col ul {
	padding: 2px;
	margin-top: 0px;
	background-color: #C0C0C0;
}
#left-col ul a, #left-col ul a:link, #left-col ul a:visited {
	background-position: 5px center;
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 15px;
	background-image: url('images/arrow1.png');
	background-repeat: no-repeat;
}
#left-col ul a:hover {
	color: #F00000;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url('images/arrow2.png');
	font-size: 17px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #E0EEFE
}
#left-col li.active a:hover {
	background-position: 5px center;	
	color: #000000;	
	font-size: 15px;
	background-image: url('images/arrow1.png');
	background-repeat: no-repeat;
	background-color: #89BEFA;	
}
#left-col li.active {
	background-color: #89BEFA;	
}
/***************************************
		Top Navigation Menu
***************************************/

/*-------suckerfish code-------*/
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	text-decoration: none;
}
#nav li {
	float: left;
	height: 1%;
	position: relative;
}
#nav li ul {
	position: absolute;
	width: 184px;
	left: -999em;
	padding: 3px 0 3px 0;
}
#nav li:hover ul {
	left: auto;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 1;
}
#nav li ul ul {
	margin: -1.2em 0px 0px 10em;
	width: 150px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 1;
}
/*-------End of suckerfish code*/

#menu {
	margin: 0px;
	padding: 2px 0px;
	height: 53px;
	width: 950px;
}
#menu ul {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#nav li.tab {
	float: left;
	width: 184px;
	text-align: center;
	height: 50px;
	line-height: 3.3em;
	background-color: #888;
	border: 1px outset #808080;
	padding: 0px;
	margin: 0px 2px 0px 2px;
	background-image: url('images/nav-slc.jpg');
	background-repeat: repeat-x;
}
#nav li.tab a, #nav li.tab a:link, #nav li.tab a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
#nav li.tab a:hover {
	background-image: url('images/red.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav li.tab.active {
	background-image: url('images/red.jpg');
	background-repeat: repeat-x;
}
span.white-arrowd:after {
	content: url('images/white-arrow-down.png');
	width: 8px;
	height: 8px;
	padding-left: 5px;
}
#nav li.tab a.white-arrow:after {
	content: url('images/white-arrow.png');	
	margin-left: 50px;	
}
ul.sub {
	margin-top: 0;
	width: 184px;
	background-color: #019AD4;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
	padding: 0 1px;	
}
ul.sub a {
	line-height: 1.2em;
	padding: 3px 0 3px 8px;
	width: 184px;
	z-index: 50;
	font-size: 0.8em;
	text-align: left;	
	text-decoration: none;
}
ul.sub a:hover {
	text-decoration: none;
	background-attachment: fixed;	
	background-color: #FF5340;	
	width: 176px;
}
ul.sub2 {
	margin: 0px;
	width: 150px;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
	background-color: #019AD4;	
	clear: both;
	z-index: 50;
}
ul.sub2 a:hover {
	background-attachment: fixed;
	background-color: #FF5340;
	width: 142px;
	text-decoration: none;
}
ul li li:hover {
	text-decoration: none;
}
/***********************************
		End of Top Nav Menu
***********************************/


/***********************************
		Miscellaneous
***********************************/
#middle-div {
	font-size: 15px;
	font-weight: bold;
	height: 355px;
	padding-top: 100px;
	padding-left: 40px;
}
ul.bullet_points {
	list-style-image: url('images/multi-color-bullet.png');
	color: #494949;
	margin: 7px 60px 0 60px;
	font-size: .9em;
	line-height: 1.4em;
}
ul.bullet_points li {
	margin-top: 5px;
}
ul.green-checkmark-bullet {
	list-style-image: url('images/green-checkmark2.png');
	color: #494949;
	margin: 7px 60px 0 60px;
	font-size: .9em;
	line-height: 1.4em;
}
ol {
	color: #0F70B8;
	margin: 7px 60px 0 60px;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
}
ol span {
	color: #494949;
	font-weight: normal;
}
.bullet-points {
	font-size: 13px;
	padding-top: 10px;
	padding-left: 37px;
	list-style-type: disc;
	padding-bottom: 10px;
	color: #494949;	
}
.bullet-points li span:hover {
	background-color: #DEDFFE;
	cursor: pointer;		
}
.bullet-points li:hover {
	list-style-image: url('images/bullet_arrow.png');		
}
.highlight {
	background-color: #F5F5A8;
}
.focus {
	color: #0F70B8;
	font-weight: bold;
}
.advanced-feature {
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	background-color: #F5FEC5;
	font-variant: small-caps;
}
.premium-feature {
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	background-color: #CAFBBB;
	font-variant: small-caps;
}
.premium-plus-feature {
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	background-color: #DEDFFE;
	font-variant: small-caps;
}
.fee-structure {
	font-size: 13px;
	font-weight: bold;
	color: #DA3810;
}
#contact-text {
	margin-left: 0px;
	width: 400px;
	height: 200px;
	float: left;
}
.vcard {
	margin-left: 435px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #494949;
	width: 200px;
	height: 80px;
	border: 2px double #333333;
	padding: 10px;
	font-weight: bold;
}
.contact-number {
	float: right;
	margin-right: 75px;
}
.google-map {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#bottom-page-border {
	height: 3px;
	clear: both;
	background-color: #555;
	margin: 0 3px;
	padding: 0;
}
abbr {
	 border-bottom: 1px dotted;
     cursor: help;
}
sup {
	font-size: .9em;
	vertical-align: super;
}
.button {	
	background-color: #DEDFFE;
}
.button:hover {
	border: 2px solid #017BA9;
	color:  #FF5340;
	font-weight: bold;
}
footer .mid-row  {
	width: 282px;
	height: 91px;
	border-right: 1px solid #555;
	padding: 15px;
	margin: 15px 0;
	float: left;
	font-size: 12px;
}
footer .mid-row-last {
	width: 282px;
	height: 91px;	
	padding: 15px;
	margin: 15px 0;
	float: left;
	font-size: 12px;
}
#foot-holder ul.footer-services {
	list-style: none;	
	margin: 15px 15px 0 35px;
	float: left;	
}
.footer-services li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
}
#bottom-foot {
	margin: 10px 0;
	padding: 0px;
}
#footer-nav {
	float: left;
}
#footer-nav ul {
	list-style: none;	
}
#footer-nav li {
	display: inline;
	padding: 0 7px;
	border-left: 1px solid #555;
	font-size: 12px;
}
#footer-nav li:first-child {
	border: none;
}
span.services-footer {
	font-size: 14px;	
	text-decoration: underline;
}
.center-content {
	text-align: center;
}
span.business-title {
	font-size: 14px;
	padding-bottom: 5px;
}
span.google-quote {
	font-size: 2em;
	line-height: 1.1em;
	color: #ADADAD;
	font-weight: bold;	
	margin-bottom: 3px;
}
blockquote.footer-section {			
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;}

.mission-statement {
	margin: 3px 0 10px 0;
}
.business-title {
	font-size: 14px;
}
#copyright {
	font-size: 12px;
	float: right;
	margin-right: 5px;	
}
#facebook-plugin {
	float:right;
	margin: 10px 20px 0 10px;
}

.send-friend {
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;	
}
	
