@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	line-height: 215%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/stripe.gif) 0px 111px repeat-x #fff;
}

body.index {
	color: #205e78;
}

/*text and defaults*/

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

li p, ul ul, ul ol, ol ul, ol ol {
	font-size: 1em;
}

ul {
	list-style: none;
	font-size: 1.2em;
}

dl, ol {
	font-size: 1.2em;
}

ul dl {
	font-size: 1em;
}

ul.bullets {
	margin-bottom: 1.2em;
	list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

#footer h2 {
	color: #fff;
}

h1 {
	font-size: 2.6em;
	margin-bottom: 1.1em;
	font-weight: normal;
	line-height: 120%;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

a {
	color: #205e78;
	text-decoration: underline;
}

#sidebar .rounded a {
	text-decoration: none;
	display: block
}

a:visited {
	color: #205e78;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#sidebar .rounded a:hover, #sidebar .rounded a:active {
	text-decoration: underline;
}

.inviz {
	position: absolute !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	left: -9999px !important;
	top: -9999px !important;
}

.blue {
	color: #205e78;
}

.red {
	color: #ff0000;
}

.dbg {
	background: #205e78;
}

.lbg {
	background: #80a3b2;
}

.dbg *, .lbg * {
	color: #fff !important;
}

.dbg h3 span {
	display: block;
	font-size: .8em;
}

.black {
	color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

input, textarea {
	padding: 2px;
	margin: 2px 0;
}

.centered {
	text-align: center;
}

/*layout*/

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 144px;
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
}

#logo {
	display: block;
	width: 395px;
	height: 74px;
	position: relative;
	top: 14px;
}

#head_message {
	position: absolute;
	right: 0;
	top: 25px;
	width: 300px;
	text-align: center;
}

#head_message span {
	display: block;
}

h2#slugline {
	position: absolute;
	right: 558px;
	top: 72px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 16px;
	z-index: 10;
}

.enabled h2#slugline span {
	display: none;
}

ul#nav {
	height: 34px;
	text-align: center;
	width: 950px;
	background: url(/images/stripe.gif) repeat-x;
	margin-top: 37px;
}

ul#nav li {
	display: inline;
	border-left: 2px solid white;
	height: 34px;
	line-height: 34px;
	padding: 12px 50px;
}

ul#nav li.first {
	border-left: none;
}

ul#nav a, ul#nav:visited {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

ul#nav a:hover, ul#nav a.active {
	color: #65d1e0;
}

#page {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fff;
	zoom: 1;/*stupid IE6 ...sigh...*/
}

#main {
	width: 690px;
	float: left;
}

#intro {
	background: url(/images/intro-stripe.png) top left repeat-y;
	margin-bottom: 31px;
}

#intro .top {
	height: 21px;
	background: url(/images/intro-top.png) top left no-repeat;
}

#intro .inner {
	background: url(/images/intro-body.png) bottom left no-repeat;
	min-height: 160px;
	_height: 160px;
}

#intro p {
	padding: 0 150px 0 100px;
	font-size: 1.9em;
}

#intro p.signature {
	font-size: 1.6em;
	color: #000;
}

#sidebar {
	width: 250px;
	float: right;
	padding-bottom: 180px;
	text-align: center;
	background: #fff;
}

#sidebar #icon {
	position: absolute;
	bottom: 10px;
	right: 45px;
	display: block;
}

#sidebar .lbg, #sidebar .dbg {
	margin-bottom: 12px;
}

#sidebar .lbg {
	font-size: 1.5em;
}

#sidebar .dbg {
	font-size: 1.6em;
}

#sidebar .dbg p {
	font-size: .9em;
}

#sidebar .lbg span {
	font-size: .8em;
}

#sidebar .rounded {
	padding: 10px 5px;
	line-height: 165%;
}

#sidebar #quote {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-top: 3em;
}

#sidebar #quote span {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

#footer {
	clear: both;
	text-align: center;
	background: url(/images/stripe.gif) top left repeat-x;
	color: #205e78;
}

#footer .inner {
	width: 950px;
	margin: 0 auto;
}

#footer h2 {
	height: 34px;
	line-height: 34px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #205e78;
}

#footer h2 a, #footer h2 a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

/*homepage chart, etc*/

#chart {
	position: relative;
	height: 390px;
	background: url(/images/chart.png) top left no-repeat;
	margin-top: 30px;
}

#chart li {
	position: absolute;
	width: 200px;
	font-size: 14px;
}

#chart li.top {
	bottom: 328px;
}

#chart li.bottom {
	top: 270px;
}

#c1 {
	left: 27px;
	width: 85px !important;
}

#c2 {
	left: 122px;
}

#c3 {
	left: 468px;
}

#c4 {
	left: 280px;
	bottom: 275px;
	color: #d93f3f;
	font-weight: bold;
	text-align: center;
	width: 150px !important;
}

#c5 {
	left: 85px;
}

#c6 {
	left: 388px;
	width: 165px !important;
}

#c7 {
	right: 4px;
	width: 110px !important;
}

#index-main {
	padding-left: 345px;
	background: url(/images/method-search.jpg) top left no-repeat;
	min-height: 250px;
	margin-bottom: 30px;
	_height: 250px;
}

#index-main ul {
	font-size: 1.5em;
	margin-left: 30px;
	line-height: 220%;
}

li #index-main ul {
	font-size: 1.2em;;
}

#index-main h1 {
	margin-bottom: 10px;
}

#index-main * {
	color: #000;
}

/*contact page and other pages with forms*/

.five-mistakes h1 {
	/*text-indent: -9999px;
	height: 35px;
	background: url(/images/five-mistakes.png) center center no-repeat;*/
}

.five-mistakes #page div.top {
	padding: 0 100px;
}

.five-mistakes #page p {
	font-size: 1.7em;
	padding: 0 20px;
}

.five-mistakes #page p.centered img {
	margin-bottom: -9px;
}

.quick-fact #page {
	font-size: 1.2em;
	padding-left: 130px;
	background: url(/images/light.png) 0px 10px no-repeat;
}

p.note {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.quick-fact p.note {
	padding: 15px 40px 0;
}

.quick-fact form h2 {
	margin-bottom: 15px;
}

.sem-analysis #page, .pay-per-click-management #page .internal {
	font-size: 1.2em;
}

.sem-analysis h1 {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.sem-analysis h1 img {
	margin-bottom: -14px;
}

.sem-analysis #page ul {
	margin: 0 0 30px 130px;
}

.sem-analysis #page ul li, ul.arrows ul li {
	padding: 2px 0 0 20px;
	background: url(/images/arrow.gif) 0 .5em no-repeat;
}


#mistakes {
	padding: 10px 0 10px 290px;
	background: url(/images/turn.png) top left no-repeat;
	min-height: 385px;
	_height: 385px;
}

#mistakes .list {
	font-size: 1.6em;
	margin-top: 20px;
}

#mistakes .list h2 {
	margin-bottom: 10px;
}

#submit {
	height: 22px;
	width: 58px;
	color: transparent;
	line-height: 1000px;
	background: url(/images/submit.png) top left no-repeat;
	border: none;
	cursor: pointer;
}

#submit2 {
	height: 22px;
	width: 189px;
	color: transparent;
	line-height: 1000px;
	background: url(/images/submit2.png) top left no-repeat;
	border: none;
	cursor: pointer;
}

label {
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.contact h1 {
	text-align: center;
}

.contact #main {
	width: 470px;
}

.contact #sidebar {
	width: 470px;
}

#click-to-talk {
	margin: 10px 0;
}

#eaddys {
	font-size: 1.2em;
	margin-bottom: 2em;
}

#eaddys a {
	color: #000 !important;
}

/*other pages*/

.services #main {
	padding-top: 200px;
	background: url(/images/services.png) center top no-repeat;
}

.services #main div, .why-method #main div, .seo-101 #main div, .seo-101-2 #main div {
	padding:  0 0 20px 75px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#bino {
	background-image: url(/images/bino.png);
}

#dollar {
	background-image: url(/images/dollar.png);
}

#tools {
	background-image: url(/images/tools.png);
}

#results {
	background-image: url(/images/results.png);
}

#satisfaction {
	background-image: url(/images/satisfaction.png);
}

#reality {
	background-image: url(/images/reality.png);
}

#opportunity {
	background-image: url(/images/opportunity.png);
}

#meta {
	background-image: url(/images/meta.png);
}

#titletags {
	background-image: url(/images/titletags.png);
}

#onpage {
	background-image: url(/images/onpage.png);
}

#offpage {
	background-image: url(/images/offpage.png);
}

#headers {
	background-image: url(/images/headers.png);
}

#pictures {
	background-image: url(/images/pictures.png);
}

#alt {
	background-image: url(/images/alt.png);
}

#bounce {
	background-image: url(/images/bounce.png);
}

.raleigh-durham-ppc #page .top {
	min-height: 50px;
	padding-left: 56px;
	background: url(/images/house.png) left top no-repeat;
}

.blog #main {
	padding-top: 130px;
	background: url(/images/blog.png) center top no-repeat;
}

/*slide*/

.enabled .slider {
	overflow: hidden;
	height: 39em;
}

.enabled li.slide {
	width: 690px;
	height: 39em;
}

.navigation {
	display: none;
}

.enabled .navigation {
	display: block;
	text-align: right;
}

.enabled #slide #index-main {
	padding-top: 80px;
	background: url(/images/method-search.jpg) no-repeat 0px 80px;
}

/*extra*/

.rounded-borders {
	background: #fff;
	padding: 2px 5px;
}

.rounded-borders *, .rounded * {
	margin: 0;
}

.index .rounded-borders {
	color: #000;
	word-spacing: .3em;
}

.index .rounded-borders a {
	color: #205e78 !important;
}

.rounded {
	padding: 2px 5px;
}

.pay-per-click-management #page {
	border: 1px solid #cbd9e0;
	border-top: 0;
	border-bottom: 0;
}

#nav {
	*position: absolute;
	*bottom: 0;
	*left: 0;
	_bottom: -1px;
}