@charset "utf-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #464646;
}

html { overflow: -moz-scrollbars-vertical !important; }

/* STRUCTURE */

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-top: 1px solid #bababa;
}
.oneColFixCtrHdr #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}
..oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/* TYPOGRAPHY */

.text_h1 {
	color: #FFF;
	line-height: 1.2em;
	font-size: 3.6em;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
.text_h2 {
	color: #033c63;
	line-height: 1.2em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
.text_h3 {
	color: #033c63;
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
.text_h4 {
	color: #033c63;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}
.text_h5 {
	color: #FFF;
	line-height: 1.2em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
.text_body {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
}

.text_footer {
	line-height: 1.8em;
	font-size: 1.0em;
	font-weight: normal;
}
.text_copyright {
	line-height: 0.8em;
	font-size: 1.0em;
	font-weight: normal;
}

/* IMAGES */

.img_nav {
	border: 0px;
	height: 50px;
}

.img_logo {
	border: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 60px;
	width: 60px;
}



/* TABLES */

table.search_marketing_services {
	border-collapse: inherit;
}

table.search_marketing_services td {
	
}

.cell_title {
	color: #FFF;
	background-image:url(http://searchmarketingads.com/images/background_title.jpg);
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
	border-right: 1px solid #bababa;
	border-left: 1px solid #bababa;
}

.cell_title2 {
	color: #033c63;
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.cell_text {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.cell_text_left {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

/* LINKS */

.linkstyledark A:link {	text-decoration: none; color: #033c63; }
.linkstyledark A:visited {	text-decoration: none; color: #033c63; }
.linkstyledark A:active {	text-decoration: underline; color: #033c63; }
.linkstyledark A:hover {	text-decoration: underline; color: #033c63; }

.linkstylelight A:link {	text-decoration: underline; color: #0079cc; }
.linkstylelight A:visited {	text-decoration: underline; color: #0079cc; }
.linkstylelight A:active {	text-decoration: underline; color: #0079cc; }
.linkstylelight A:hover {	text-decoration: underline; color: #0079cc; }

.oneColFixCtrHdr #footer A:link { text-decoration: none; color: #033c63; }
.oneColFixCtrHdr #footer A:visited { text-decoration: none; color: #033c63; }
.oneColFixCtrHdr #footer A:active { text-decoration: underline; color: #033c63; }
.oneColFixCtrHdr #footer A:hover { text-decoration: underline;  color: #033c63; }

.oneColFixCtrHdr #header A:link { text-decoration: none; color: inherit; }
.oneColFixCtrHdr #header A:visited { text-decoration: none; color: inherit; }
.oneColFixCtrHdr #header A:active { text-decoration: none; color: inherit; }
.oneColFixCtrHdr #header A:hover { text-decoration: none;  color: inherit; }

/* SEARCH FIX */

#google_results IFRAME {width: 758px;}


