@charset "utf-8";

/*******************************************************************************/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******************************************************************************/

body {
	margin:0 0 30px 0;
	padding:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#303030;
	background:#fff url(/img/layout/bg-head.png) repeat-x 0 0;
}

.clr {
	float:none !important;
	width:0 !important;
	height:0 !important;
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	clear:both !important;
}

.cntr {
	width:900px;
	margin:0 auto;
}

.bg-head {
	border-bottom:solid 10px #00365A;
}
.bg-bread {
	background:#86A2B0;
	height:30px;
}
.pv-home .bg-body {
	border:0;
}
.bg-foot {
	border-top:solid 1px #CDD8DE;
}

.pv-home .head .fancy-bg {
	width:900px;
	height:170px;
	position:absolute;
	top:0;
	z-index:-1;
	padding:120px 0 0 0;
	text-align:right;
	background:transparent no-repeat 0 0;
}
.pv-home .head #fancy-bg-1 {
	background-image:url(/img/hdr/brother.jpg);
}
.pv-home .head #fancy-bg-2 {
	background-image:url(/img/hdr/lauren-hutton.jpg);
}
.pv-home .head #fancy-bg-3 {
	background-image:url(/img/hdr/n9ne-group.jpg);
}
.pv-home .head #fancy-bg-4 {
	background-image:url(/img/hdr/lucille-roberts.jpg);
}
.pv-home .head #fancy-bg-5 {
	background-image:url(/img/hdr/mcgraw-hill.jpg);
}
.pv-home .head .mainhdr {
	color:#84A977;
}

/* HEADER */
.head {
	height:250px;
	position:relative;
	text-align:right;
	background:no-repeat 0 0;
}
.head .mainhdr {
	font-size:28px;
	font-weight:bold;
	color:#86A2B0;
	clear:right;
	padding:0 0 0 620px;
	text-align:left;
}
.head .subhdr {
	padding:2px 0 0 620px;
	text-align:left;
	font-size:16px;
}
.pv-home .head {
	height:290px;
}
.head .tnav {
	height:29px;
	font-size:11px;
	color:#303030;
}
.head .tnav a {
	float:right;
	padding:7px 0 0 32px;
	color:#303030;
	height:22px;
	background:no-repeat 11px 50%;
}
.head .tnav a.t {
	background-image:url(/img/layout/icon-twitter.png);
}
.head .tnav a.b {
	background-image:url(/img/layout/icon-blog.png);
}
.head .tnav a.n {
	background-image:url(/img/layout/icon-news.png);
}
.head .tnav a.p {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:6px 0 0 20px;
	height:23px;
}
.head .logo {
	padding-top:16px;
	float:left;
	width:250px;
	height:80px;
	overflow:hidden; /* ie fix */
}
.head .col {
	padding-top:43px;
	float:left;
	width:650px;
}
.head .col .nav {
	float:right;
	border-bottom:dotted 1px #B0B0B0;
}
.head .col .nav a {
	float:left;
	padding:0 0 5px 18px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
}
.head .col .nav a.f {
	padding-left:0;
}
.pv-home .head .hdr-btn {
	padding-top:66px;
}
.head .hdr-btn {
	clear:both;
	padding-top:26px;
	text-align:left; /* necessary for ie */
}
.head .hdr-btn a {
	display:block;
	text-align:center;
	width:200px;
	height:24px;
	margin:0 0 3px 0;
	padding:6px 0 0 0;
	color:#fff;
	text-decoration:none;
	background:#86A2B0;
}
.head .hdr-btn a.emp {
	background:#00365A;
}

/* BREAD */
.bread a, .bread h1 {
	float:left;
	padding:8px 10px 0;
	height:22px;
	border-left:solid 1px #6b8c9f;
	font-size:11px;
	text-decoration:none;
	color:#D5DEE3;
}
.bread h1 {
	border-right:solid 1px #6b8c9f;
}
.bread a.f {
	margin-left:249px;
	height:30px;
	padding:0;
}

/* BODY */
.body {
	padding:32px 0;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:url(/img/layout/bg-left.jpg) repeat-y 0 0; 
}
.pv-contact .body {
	background:url(/img/layout/bg-contact.jpg) no-repeat 100% 0;
}
.pv-home .body {
	background:none;
	padding:0;
}
.pv-news .body {
	background:none;
}
.body .left-nav {
	float:left;
	width:250px;
	margin:-10px 0 0 0;
	text-align:right;
}
.body .left-nav a {
	display:block;
	height:30px;
	padding:15px 20px 0 0;
	color:#00365A;
	text-decoration:none;
}
.body .left-nav a.hdr {
	font-weight:bold;
	font-size:16px;
}
.body .left-nav a.focus {
	background:#fff url(/img/layout/bg-left-focus.jpg) no-repeat 0 100%;
	padding-bottom:7px;
}
.body .left-nav a.small {
	font-size:12px;
	height:24px;
	padding-top:8px;
	font-style:italic;
}
.body .left-nav .form {
	padding:20px 20px 0 0;
	color:#00365A;
	background:url(/img/layout/short-form-shadow.jpg) no-repeat 25px 40px;
}
.body .left-nav .form .hdr {
	float:right;
	clear:right;
	font-size:14px;
	padding:0 0 12px 0;
	font-weight:bold;
	width:206px;
	text-align:left;
}
.body .form div input {
	float:right;
	clear:none;
	width:102px;
	margin:0;
	border-width:0;
}
.body .form div img {
	float:right;
	clear:none;
	padding:0;
}
.body .form .fld  {
	float:right;
	clear:right;
	height:22px;
	width:191px;
	padding:6px 6px 0 6px;
	margin:8px 0 0 0;
	border:solid 1px #AABAC7;
	background:#fff;
}
.body .form .captcha {
	margin:8px 0 !important;
	padding:0 0 0 6px !important;
	width:197px !important;
	height:28px !important;
}
.body .form .captcha input {
	margin:6px 0 0 0 !important;
	width:107px !important;
}
.body .form .fld input {
	width:100%;
	border-width:0;
	color:#00365A;
}
.body .form input.btn {
	width:205px;
	height:45px;
	padding:0;
	border-width:0;
}
.body .content {
	float:left;
	width:550px;
	padding:0 0 0 30px;
}
.pv-contact .body .content {
	padding:0;
}
.videobar {
	padding:20px 0 10px 0;
}
.videobar .v {
	float:left;
	width:280px;
	padding:0 30px 0 0;
	margin:0;
	background:url(/img/layout/bg-video.jpg) no-repeat 0 210px;
}
.videobar .vs {
	margin:8px 0 0 10px;
}
.videobar .vs a {
	display:block;
	padding:6px 0 0 30px;
	height:19px;
	font-size:10px;
	text-decoration:none;
	color:#303030;
}
.videobar .vs a.ae {
	background:url(/img/logos/ae.jpg) no-repeat 0 50%;
	padding-top:0;
	height:25px;
}
.videobar .vs a.fox {
	background:url(/img/logos/fox.jpg) no-repeat 0 50%;
}
.videobar .c {
	float:left;
	width:590px;
	font-size:14px;
}
.videobar .c h1 {
	font-size:22px;
	font-weight:bold;
	color:#00365A;
	padding:0 0 8px 0;
	letter-spacing:1px;
}
.videobar .c p {
	padding:0 0 8px 0;
}
.videobar .c strong {
	font-size:16px;
}
.videobar .clients {
	text-align:center;
}
.bg-blurbs {
	background:url(/img/layout/bg-body.png) repeat-x 0 0;
	padding:30px 0 20px 0;
}
.blurbs {
	margin:0 auto;
	width:900px;
}
.blurbs td {
	width:278px;
	padding:0 15px 10px;
	border-left:solid 1px #CDD8DE;
	font-size:12px;
}
.blurbs td.f {
	padding-left:0;
	border-left-width:0;
}
.blurbs td.l {
	padding-right:0;
}
.blurbs td.l span {
	color:#86A2B0;
}
.blurbs td h2 {
	padding:0;
	color:#00365A;
}
.blurbs td p {
	padding:8px 0 0 0;
}
.blurbs table {
	width:100%;
	line-height:14px;
	margin:8px 0 0 0;
}
.blurbs table th {
	background:#01375B;
	color:#fff;
	padding:6px 8px;
	border-right:solid 1px #fff;
	font-weight:bold;
}
.blurbs table td {
	background:#BFCDD6;
	padding:4px 0 4px 12px;
	border-right:solid 1px #fff;
	font-weight:bold;
}
.blurbs table td span {
	font-weight:normal;
	font-size:10px;
}
.blurbs table .alt td {
	background:#E6EBEF;
}

.body ul.services {
	list-style:none;
}
.body ul.services li {
	list-style:none;
	background:no-repeat 0 50%;
	padding:0 0 0 80px;
	margin:10px 0px;
	min-height:90px;
	height:auto !important;
	height:90px;
}
.body ul.services li.bg1 {
	background-image:url(/img/layout/icon-seo.jpg);
}
.body ul.services li.bg2 {
	background-image:url(/img/layout/icon-ppc.jpg);
}
.body ul.services li.bg3 {
	background-image:url(/img/layout/icon-smm.jpg);
}
.body ul.services li.bg4 {
	background-image:url(/img/layout/icon-im.jpg);
}

.pv-news .body .feeds {
	float:left;
	width:580px;
}
.pv-news .body .feeds div {
	border-top:solid 2px #00365A;
	border-bottom:solid 3px #86A2B0;
	margin:10px 0 20px;
}
.pv-news .body .videos {
	float:left;
	width:300px;
	margin:0 20px 0 0;
}
.pv-news .body .videos a {
	display:block;
	margin:0 0 20px 0;
	text-align:center;
	text-decoration:none;
}
.pv-news .body .videos a img {
	display:block;
	margin:0 0 2px 0;
}

/* ======================================================================= FORM */
form.employment label {
	width:150px; 
	float:left; 
	text-align:right; 
	margin:0px 0.5em;
	display:block;
}
form.employment .submit input {
	margin-left:4.5em;
}
form.employment input, form.employment textarea {
	color:#781351; 
	width:200px;
}
form.employment input {
	height:16px;
}
form.employment select {
	margin-top:0px; 
	width:200px; 
	height:20px;
}
form.employment input.submit {
	width:150px; 
	margin-left:125px;
}
form.employment p.info {
	margin:0px 5px;
}
.pv-contact form table {
	border-collapse:collapse;
	line-height:14px;
}
.pv-contact form table label {
	display:block;
	text-align:left;
	color:#00365A;
	width:220px;
	padding:0 0 4px 0;
}
.pv-contact form table .fld {
	width:212px;
	height:22px;
	border:solid 1px #86A2B0;
	padding:6px 0 0 6px;
}
.pv-contact form table .fld input {
	width:212px;
	border-width:0;
	color:#86A2B0;
}
.pv-contact form table td {
	padding:0 16px 12px 0;
}
.pv-contact form table .chk {
	background:#00365A;
	width:212px;
	height:23px;
	margin:2px 0;
	padding:7px 0 0 8px;
}
.pv-contact form table .chk input {
	display:inline;
	width:auto;
	height:auto;
	padding:0;
	vertical-align:bottom;
	margin:0;
	border-width:0;
}
.pv-contact form table .chk label {
	display:inline;
	vertical-align:bottom;
	color:#fff;
}
.pv-contact form table textarea {
	height:114px;
	width:272px;
	border:solid 1px #86A2B0;
	padding:6px 0 0 6px;
	color:#86A2B0;
}
.pv-contact form .short, .pv-contact form .short input {
	width:152px !important;
}
.pv-contact form input.btn {
	width:160px;
	height:30px;
	padding:0;
	border:0;
}
.pv-contact h1 {
	font-size:18px;
	padding:0 0 6px 0;
	border-bottom:dotted 1px #B0B0B0;
	color:#00365A;
	margin:0 0 10px 0;
}
.pv-contact .body .col {
	float:right;
	width:350px;
	padding:15px 35px 0 15px;
}
.pv-contact .body .col .cbub {
	margin:0 0 80px 0;
	color:#fff;
	font-size:12px;
}
.pv-contact .body .col .cbub a {
	color:#fff;
	text-decoration:none;
}
.pv-contact .body .col .cbub div {
	float:right;
	text-align:right;
	line-height:24px;
	color:#86A2B0;
}
.pv-contact .body .col .cbub div a {
	color:#86A2B0;
}

#insights_form {
	display:none;
}
.bform {
	width:200px;
	margin:0 auto;
}
.bform .fld {
	width:186px;
	height:22px;
	border:solid 1px #AABAC7;
	padding:6px 6px 0 6px;
	margin:0 auto 4px;
}
.bform .fld input {
	border-width:0;
}
.bform input.btn {
	margin:0 auto;
	width:200px;
	height:30px;
	background:#00365A;
	padding:0;
	border-width:0;
	color:#fff;
}

/* ======================================================================= COPY */
.copy {
	line-height:20px;
}
.copy .hdr {
	font-size:18px;
	font-weight:bold;
	padding:0 0 8px 0;
	color:#303030;
}
.copy h2 {
	font-size:14px;
	padding:0 0 8px 0;
	font-weight:bold;
	color:#00365A;
}
.copy p, .copy ul {
	padding:0 0 12px 0;
}
.copy ul li {
	background:url(/img/layout/bullet.gif) no-repeat 14px 8px;
	padding:0 0 0 25px;
}
.copy a {
	color:#00365A;
	text-decoration:underline;
}
.copy .bio {
	border-bottom:solid 1px #ADBAC3;
	padding:20px 0;
}
.copy .bio img {
	float:left;
}
.copy .bio p {
	padding-left:110px;
}
.copy .bio h2 {
	padding:0 0 0 110px;
	font:28px Arial, Helvetica, sans-serif;
	color:#6A6A6A;
}
.copy .bio h3 {
	padding:0 0 4px 110px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6A6A6A;
}

/* FOOTER */
.cred {
	background:url(/img/layout/credentials.jpg) no-repeat 50% 50%;
	height:80px;
	text-align:center;
}
.cred img {
	margin-right:225px;
}
.foot {
	line-height:20px;
	font-size:11px;
	color:#00365A;
}
.foot a {
	color:#00365A;
	display:block;
	text-decoration:none;
}
.foot .addr {
	color:#86A2B0;
	padding:12px 0;
}
.foot .addr a {
	display:inline;
	color:#86A2B0;
	font-weight:bold;
}
.foot .hdr {
	font-size:13px;
	font-weight:bold;
}
.foot div.l {
	width:280px;
	padding-right:0;
}
.foot div {
	float:left;
	width:185px;
	padding:15px 0 15px 15px;
	border-left:solid 1px #CDD8DE;
	height:185px;
}
.foot div.f {
	border-left-width:0;
	padding-left:0;
}
.foot div.w {
	padding:0px;
	width:200px;
	height:215px;
}
.foot div.w div {
	float:none;
	border-width:0;
	border-top:solid 1px #CDD8DE;
	height:auto;
}
.foot div.w div.wf {
	border-top-width:0;
}
