@charset "utf-8";
/* CSS Document */

/* prettyPhoto mods */
.pp_gallery > div, .pp_social {
	display: none;
}

@font-face {
  font-family: 'Arbutus Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Arbutus Slab'), local('ArbutusSlab-Regular'), url(/font/slab.woff) format('woff');
}

.grid_60 > center > table {
	width: 100% !important;
}

.lcardLinks {
	list-style-type: none;
}

#CTA {
	width: 100%;
	height: 119px;
	background-image:url(../images/cta.png);
	background-repeat: no-repeat;
	background-size:contain;
	text-indent: -10000px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

ul#CTA > li {
	width: 33.333%;
	height: 100%;
	display: inline;
}
body {
	font-family: 'Arbutus Slab',Arial, sans-serif;
	font-weight: lighter;
	background-image:url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: lighter;
}

.gallery img{
	max-width: 100%;
	height: auto;
	border: #000 solid 2px;
}

.gallery .imageBlock {
	float: left;
	margin-right: 2em;
}

.imageBlock p {
	text-align: center;
	margin-bottom: 2px;
}

.imageBlock img {
	display: block;
	margin: auto;
}

.centerDiv {
	margin: auto !important;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
	padding-top: 100px;
	box-shadow: #000 0 4px 5px;
}

.step {
	width: 20%;
	float: left;
	padding: 1%;
	background-color: #ccc;
	border-radius: 5px;
	position: relative;
	margin-left: 5em;
	cursor: pointer;
	min-height: 86px;
}
.stepFirst {
	margin-left: 0;
}
.stepArrow {
	left: 144px;
	top: -13px;
	position: absolute;
	cursor: pointer;
}

#promoVideo > img {
	width: 100%;
	height: auto;
}
.firstDropDown {
	left: -20px;
}

.larger {
	font-size: larger;
}

.clearAbove {
	clear: both;
}
.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
.floatRight {
	float: right !important;
}

.grid_100, .grid_90, .grid_80, 
.grid_70, .grid_60, .grid_50, 
.grid_40, .grid_33, .grid_30, .grid_20, 
.grid_10 {
	float: left;
	padding: 0 1%;
}

.grid_100 {
	width: 98%;
}
.grid_90 {
	width: 88%;
}
.grid_80 {
	width: 78%;
}
.grid_70 {
	width: 68%;
}
.grid_60 {
	width: 58%;
}
.grid_50 {
	width: 48%;
}
.grid_40 {
	width: 38%;
}
.grid_33 {
	width: 31.333%;
}
.grid_30 {
	width: 28%;
}
.grid_20 {
	width: 18%;
}
.grid_10 {
	width: 8%;
}

.bgBlack {
	background-color: #111;
}
.bgGrey {
	background-color: #242424;
}
.light {
	font-weight: lighter;
}
.bold {
	font-weight: bold;
}

.borderBottom {
	position: relative;
	z-index: 99;
	box-shadow: #000 0 2px 5px;
}

.navigation {
	color: #FFF;
	background-image:url(../images/head-bar-bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	padding-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	position: fixed;
}
.navigation h1 {
	font-size: 2em;
	font-weight: lighter;
	float: left;
	margin: 2.5% 0 0 0;
}
.navigation h5 {
	margin: 0px 0 0 0;
	position: relative;
	z-index: 999;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 18px;
}

.navigation > div.links > ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px;
	width: 100%;
	height: 54px;
	margin: 0;
}

#headerPhone {
	display: block;
	margin-top: 3px;
	margin-left: 10px;
	width: 15px;
	height: 25px;
	float: left;
}

.header-subMenu {
	position: absolute;
	left: -10px;
	border-radius: 5px;
	background-color:#515151;
	background-image: url(../images/submenu-bg.png);
	background-position:bottom;
	background-repeat: repeat-x;
	list-style-image:url(../images/head-nav-list-type.gif);
	text-align: left;
	list-style-position: inside;
	padding: 10px 5px 5px 5px;
	width: 250px;
	box-shadow: #000 0 2px 5px;
	display: none;
}

span.navLink {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.25em;
	cursor:pointer;
}
.subMenu-list {
	width: 100%;
	line-height: 30px !important;
}
.isVisibile {
	display: block !important;
}

.subMenu-link {
	text-decoration: none;
	color: #fff;
	font-size: .9em;
}


a.subMenu-link:link, a.subMenu-link:visited {
	color: #FFF;
}
a.subMenu-link:hover, a.subMenu-link:active {
	color: #ff9c00;
}

h3.callus {
	margin: 0 0 0 .5em;
	display: inline !important;
	float: left;
}

.linkArrow {
	position: absolute;
	top: -1px;
	left: 55px;
	background-image:url(../images/head-nav-arrow.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 8px;
}

div.navigation > div.links > ul > li {
	float: right;
	display: inline;
	line-height: 74px;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 0 1% 0 1%;
	height: 100%;
	text-align: center;
	position: relative;
	width: 18%;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
}

.footer > grid_50 {
	text-align: left;
}


#cniLogo {
	float: right !important;
	margin-right: 10px;
}

a.navLink {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.25em;
}

a.navLink:link, a.navLink:visited {
	text-decoration: none;
	color: #FFF;
}

a.navLink:hover, a.navLink:active {
	color: #FFF;
}

.hoverBG {
	
	background-image:url(../images/head-bar-link-hover-bg.jpg);
	background-repeat: repeat-x;
}

.hoverBG > a.navLink:hover, .hoverBG > a.navLink:active {
	color: #fff;
}



span.yellow {
	color: #d5db39;
	text-shadow: #d5db39 0 0 2px;
}
.center {
	text-align: center;
}

.slide {
	color: #FFF;
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
}

.slide > img {
	width: 100%;
	height: auto;
}

#submitForm {
	display: block;
	border-radius: 10px;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100px;
	background-color: #00F;
	text-align: center;
	font-size: 1.5em;
	background-image:url(../images/submit-bg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	float: right;

}	
.error {
	border: #F00 solid 1px;
}


.activeSlide {
	display: block;
}
.slide h1 {
	font-size: 3em;
	padding-top: 1.5em;
	margin: 0;
	text-shadow: #FFF 0 0 2px;
}

.slide h2 {
	font-size: 2em;
	margin: 0;
	text-shadow: #FFF 0 0 2px;
}

.slider {
	height: 325px;
	position: relative;
	overflow: hidden;
	width: 100% !important;
	padding: 0 !important;
	background-image: url(../images/slides/desktop/slider-bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	border-bottom: #222 solid 3px;
}

#sliderPrev, #sliderNext {
	height: auto;
	width: 37px;
	position: absolute;
	z-index: 999;
	bottom: 2px;
	cursor: pointer;
	opacity: .1;
}

#sliderPrev {
	left: -48px;
}
#sliderNext {
	right: -48px;
}

#services {
	background-color: #FFF;
	/*
	background-image: url(../images/quicklinks-bg.png);
	background-repeat: repeat-x;
	background-size:contain;
	border-radius: 5px;
	*/
	margin-top: 2em;
	border-left: #b36bff solid 2px;
}

#services > h1 {
	color: #000;
	margin: 0;
}

#services > ul {
	padding: 0;
}
.serviceLink {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: none;
	list-style-type: none;
	border-top: #FFF solid 4px;
	border-bottom: #FFF solid 4px;
}

li.serviceLink:first-child {
	border-top: #FFF solid 8px;
}

.serviceLink > a {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}

.serviceLink > a:link, .serviceLink > a:visited {
	color: #FFF;
	text-decoration: none;
}

.serviceLink > a:hover, .serviceLink > a:active {
	color: #FFF;
	text-shadow: #000 1px 1px 8px;
}

#services-1 {
	background-image:url(../images/service-print-off.gif);
	background-repeat: none;
	width: 100%;
	height: 100%;
	display: block;
}

#services-2 {
	background-image:url(../images/service-online-off.gif);
	background-repeat: none;
	width: 100%;
	height: 100%;
	display: block;
}

#services-3 {
	background-image:url(../images/service-campaign-off.gif);
	background-repeat: none;
	width: 100%;
	height: 100%;
	display: block;
}

.backBTN {
	height: 25px;
	width: auto;
	cursor: pointer;
}
.subNav {
	display: block;
	width: 24.5%;
	margin-right: .50%;
	padding-top: .25em;
	float: left;
	background-image:url(../images/subNav-bg-on.png);
	background-repeat: repeat-x;
	font-size: 2em;
	text-decoration: none;
	color: #FFF;
	border-bottom: #000 solid 4px;
	cursor: pointer;
	font-weight: 100;
	font-family:Verdana, Geneva, sans-serif;
}
.subNavLast {
	width: 25%;
	margin-right: 0;
	float: right !important;
}

a.subNav:link, a.subNav:visited {
	text-decoration: none;
}

a.subNav:hover, a.subNav:active {

	border-bottom: #d5db39 solid 4px;
}

.activeSubNav {
	border-bottom: #d5db39 solid 4px !important;
}


#quickLinks > h2 {
	margin-top: -1em;
}

#quickLinks > ul {
	list-style-type: circle;
	padding-bottom: 15px;
}

#quickLinks > ul > li {
	margin-bottom: .25em;
	list-style-position:inside;
}

a.quickLink:link, a.quickLink:visited {
	text-decoration: none;
	color: #4f3497;
}

a.quickLink:hover, a.quickLink:active {
	text-decoration: underline;
	color: #271162;
}

.pageContent {
	display: none;
}

.activeContent {
	display: block;
}

.dottedHr {
	border: none;
	height: 2px;
	border-top: #aaa dotted 1px;
	border-bottom: #aaa dotted 1px;
}

.margintop1em {
	padding-top: 1em;
}

.margintopsmall {
	padding-top: 1em;
}

.footer {
	color: #FFF;
	background-color: #2d2d2d;
}
.footer > .grid_70 > .grid_33 {
	width: 32%;
	padding-left: 0;
}
.footerAdvertisers, .footerServices, .footerOther {
	border: 0;
	border-left-style:solid;
	border-left-width: 1px;
}
.addTopPadding {
	padding-top: .5em;
}

.addTopPadding2 {
	padding-top: 2em;
}

.noMarginTop {
	margin-top: 0;
}

.footerLink {
	color: #FFF;
}

.footerLink:link, .footerLink:visited {
	color: #FFF;
	text-decoration: none;
}
.footerLink:hover, .footerLink:active {
	text-decoration: underline;
}
#footerLogos {
	display: block;
	float: right;
	width: 176px !important;
	height: 142px;
	background-image:url(../images/footer-logos.jpg);
	background-repeat: no-repeat;
}
.footerAdvertisers {
	border-color: #1cb53e;
}
.footerAdvertisers > h3 > a {
	color: #1cb53e;
	padding-left: 2px;
	font-weight: bold;
	margin-bottom: .25em;
}
.footerServices {
	border-color: #5d72d6;
}
.footerServices > h3, .footerAdvertisers > h3 {
	margin-bottom: .25em;
}
.footerServices > h3 > a {
	color: #5d72d6;
	padding-left: 2px;
	font-weight: bold;
	margin-bottom: .25em;
}
.footerOther {
	border-color: #9557d4;
}
.footerOther > h3 {
	color: #9557d4;
	padding-left: 2px;
	font-weight: bold;
	margin-bottom: .25em;
	text-decoration: underline;
}
.footerList {
	margin-top: 0;
	padding-left: 10px;
	list-style-type: none;
}

#cniLogo {
	width: 40px;
	height: auto;
	margin-top: -5px;
}
/* Phone book styles */
#pbResults h3 {
	margin-bottom: 0;
}

#resultsHeader {
	border-bottom: #000 solid 1px;
}

.roundCorners {
	border-radius: 15px;
	padding: 8px 8px 8px 8px;
}

.reverseType {
	color: #FFF;
	background-color: #222;
}

.search h2 {
	margin: 0;
	font-size: 1.2em;
}

.pageTitle {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	cursor: pointer;
}

#rates > h5 {
	margin: 5px 0;
}

.slide > iframe {
	height: 300px;
	width: 600px;
	display: block;
	margin: auto;
}

/* Advertising pages rules */

#adRates img {
	border: 0;
}

#subService {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 20px;
}

#subService li a:link, #subService li a:visited {
	text-decoration: none;
	color: #b36bff;
}

#subService li a:hover, #subService li a:active {
	text-decoration: none;
	color: #000;
}

.adInfo > div > h3{
	margin: 0;
	color: #5170fc;
}

.adInfo > div > p{
	margin: 0;
}
.adInfo > div > p > .bigStat {
	font-size: 1.3em;
}
.adInfo > div.stat {
	width: 95%;
	float: right;
}

.pie-text {
	font-size: .9em;
}

.statSource {
	font-size: .6em;
}

/* end advertising pages rules */

/*Features page rules*/

.featureCont {
	height: 200px;
}

.featureCont > div {
	height: 116px;
}

.featureCont > div > img {
	margin: auto auto;
}

.feature {
	display: block;
	margin: auto;
	border: 0;
	padding-left: 10px;
}

.divider {
	border: #b36bff solid 1px;
}

.bgGrad {
	background-image:url(../images/quicklinks-bg-rev.png);
	background-repeat: repeat-x;
	background-size:contain;
}

.bgGradReverse {
	background-image: url(../images/quicklinks-bg-rev.png) !important;
	background-repeat: repeat-x;
	background-size:contain;
}

#classifieds {
	margin-top: 35px;
}

#realEstate {
	margin-top: 15px;
}

#gzJobs {
	margin-top: 10px;
}

#autobeat {
	margin-top: 35px;
}

#print2net {
	margin-top: 8px;
}

#kvClipper {
	margin-top: 25px;
}

/* gettingstarted.html */

#step2, #step3, #finalStep, #thankyou {
	display: none;
}
.startCampaign {
	border-radius: 5px;
	background-color: #eee;
}
.formContents input[type=text], .formContents textarea {
	color: #aaa;
	
}

.nextArrow, .prevArrow {
	display: block;
	border-radius: 10px;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	background-color: #00F;
	font-size: 1.3em;
	text-align: center;
	background-image:url(../images/submit-bg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	height: 30px;
}

.nextArrow {
	float: right;
}

.prevArrow {
	float: left;
}

.nextArrow h4 {
	color: #FFF;
	margin: 0;
	line-height: 30px;
}

.prevArrow h4{
	color: #FFF;
	margin: 0;
	line-height: 30px;
}

.formContents textarea {
	width: 75%;
}
.formContents input[type=checkbox]{
	margin-bottom: 20px;
}
.formDescription h3, .formDescription h4{
	margin: 0;
}
/* end gettingstarted.html */

#statistics .grid_33 h3 {
	text-align: center;
	font-size: 1.1em;
}
a.headingLink {
	color: #000;
	text-decoration: none;
}

#circulation > p{
	padding-left: 3px;
}

/* responsive elements */

.mobileHide {
	display: block;
}
.kindleHide {
	display: block;
}
.kindleShow {
	display: none;
}
.iPadHide {
	display: block;
}

.mobileNav {
	display: none;
}
.slideLinkList {
	dispaly: none;
}

.mobileOnly {
	display: none;
}