/* reset
.................................................................. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	color: #4160a1;
}

a:hover {
	color: #666;
}

a img {
	border: none;
}

body {
	font-size: .8em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #d13f22;
}

p {
	margin-bottom: 1em;
}

li {
	list-style-type: none;
}

h3 {
	color: #333;
	font: 1.8em/1.4em Georgia, "Times New Roman", Times, serif;
}

h3 a {
	color: #333;
}

h3.title a {
	line-height: 1.4em;
}

h4 {
	color: #333;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}

h4 span {
	color: #666;
	font: .8em Georgia, "Times New Roman", Times, serif;
}

h4 span a, h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4160a1;
	border-bottom: 1px dotted #ccc;
}

h4 a:hover {
	border-bottom-color: #666;
}

h4.comment-head { 
	color: #333;
	margin-top: 10px;
	font: 1.4em Georgia, "Times New Roman", serif;
}

h5 {
	color: #333;
	font-size: 1.2em;
}

h5.articles {
	color: #999;
	font-size: 1.5em;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", serif; 
	font-style: italic;
	text-transform: lowercase;
	background: url(img/icn-article.gif) no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
}

h36.title {
	color: #fe4002;
	font-size: 1.3em;
	/*text-transform: uppercase;*/
	padding-bottom: 3px;
}

.sm {
	font-size: .8em;
}

.lite {
	color: #999;
}

a.new {
	border-bottom: 1px dotted #ccc;
}

h6.title span {
	color: #333;
	font-size: .9em;
	text-transform: none;
}

#uberpanel {
	width: 100%;
	background-color: #eee;
}

#uberpanel .inn {
	line-height: 1.5;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	padding-top: 10px;
	text-align: center;
}

#container {
	line-height: 1.5;
	width: 100%;
	background: #fff url(img/body-bg.png) repeat-x left top;
}

.inner {
	line-height: 1.5;
	width: 980px;
	/*margin-top: 70px;*/
	margin-left: auto;
	margin-right: auto;
}

.rel {
	display: block;
	position: relative;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	width: 190px;
	height: 75px;
	background: url(img/dv-logo.png) no-repeat -5px top;
	display: block;
	/*border-right: 1px solid #fe5215;*/
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	z-index: 5;
}

#masthead {
	padding-top: 40px;
	padding-left: 5px;
	height: 80px;
	background: url(img/mast-bg.png) no-repeat 0 35px;
}

#masthead h2 {
	color: #666;
	vertical-align: middle;
	font: italic 1.5em/1em Georgia,"Times New Roman","Book Antiqua", serif;
	padding-left: 210px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#masthead h2 span {
	color: #333;
	font-size: 1.2em;
}

.alt { 
  color: #666; 
  font-family: Georgia, "Times New Roman", serif; 
  font-style: italic;
  font-weight: normal;
}

blockquote {
	text-align: center;
	color: #cd3f22;
	font: italic 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 1em 2em;
}

.testimonials blockquote {
	margin: 10px 20px;
 	padding: 10px 15px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(img/quote.gif) no-repeat 2px 2px;	
	color: #555;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: normal 1.1em/1.3em Georgia, 'Times New Roman', Times, Serif;
	text-align: left;
}

.testimonials .quoter {
	text-align: right;
}

.msg {
	color: #333;
	display: block;
	border: 1px solid #eee;
	background: #ebebbc url(img/help-bg.jpg) repeat-x 0 top;
	margin-bottom: 4px;
	margin-top: 2px;
	/*width: 740px;*/
	padding: 4px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 680px;
	margin-left: 205px;
}

.msg p {
	margin-bottom: .5em;
}

/* @group nav */

#nav {
	height: 35px;
	color: #ccc;
	position: absolute;
	z-index: 2;
	left: 190px;
	width: 790px;
}

#nav ul {
	float: left;
	margin-top: 5px;
	width: 400px;
}

#nav li {
	float: left;
	margin-right: 4px;
}

#nav li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	float: left;
	line-height: 1.5em;
	padding: 3px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
	background:url(img/nav-bg.png) repeat 0 0;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {background-position:-150px 0;}
/*#nav a {background:url(img/nav-bg.jpg) repeat 0 0;}*/

#nav li a:hover, #nav li.on a {
	color: #fff;
	background-position:-150px 0;
}

#nav li a.on:hover {
	color: #e4e4e4;
}

#nav li {
	list-style: none;
	float: left;
	/*margin-right: 1px;*/
}

#nav li.last {
	/*border-left: 1px solid #777;*/
	float: right;
	/*background: url(img/nav-right.png) no-repeat right top;*/
}

#nav li.login a {
	float: right;
	text-transform: none;
}

#nav .login-box {
	float: right;
	width: 340px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#nav .login-box span {
	padding-right: 10px;
}

#nav .login-box a {
	color: #fff;
}



/* @end */

#content {
	padding: 5px 10px 20px;
	background-color: #fff;
}

/* @group lava */

.lavaLampBottomStyle {
	position: relative;
	width: 300px;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	/*border-bottom: 1px solid #9a1100;*/
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-color: #fef190;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lavaLampBottomStyle li a {
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	font-size: 1em;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}



/* @end */

#splash {
	width: 700px;
	height: 200px;
	background: url(img/splash.jpg) no-repeat;
	margin-left: 25px;
	position: relative;
	float: left;
	margin-top: 5px;
}

.home-col h3 {
	font: 1.8em/2em Georgia, "Times New Roman", Times, serif;
}

#splash h4#question, #splash h4#answer {
	position: absolute;
	top: 20px;
	left: 375px;
	color: #eee;
	font: italic 2em/1.2em Georgia,"Times New Roman","Book Antiqua", serif;
	width: 290px;
}

#splash h4#answer {
	position: absolute;
	top: 115px;
}

#splash strong {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}

.column {
	width: 330px;
	float: left;
	padding-left: 10px;
}

.column-first {
	padding-left: 0px;
	padding-right: 10px;
}

.home-col {
	width: 335px;
	float: left;
	padding-left: 20px;
}

.first {
	margin-left: 10px;
}

a#featured {
	border: none;
}

#main {
	width: 720px;
	float: left;
	padding-left: 25px;
}

#main p a:hover {
	color: #333;
	background-color: #eee;
}

#main diwv a, #main p a {
	color: #2657A7;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a.subscribe-link {
	height: 60px;
	width: 200px;
	background: transparent url(img/subscribe-button.png) no-repeat 0 0;
	display: block;
	padding: 10px 15px 10px 75px;
	margin-left: 20px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

a.subscribe-link:hover {
	background-position: -304px 0;
	cursor: pointer;
}

a.subscribe-link span {
	font-size: 1.7em;
	display: block;
	color: #fff;
}

a.subscribe-link em {
	font-size: 1.2em;
	color: #eee;
}

.subscribe-info {
	color: #666;
	margin-left: 20px;
	font-size: .9em;
	width: 200px;
}

#column {
	width: 170px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 8px 10px 15px 0;
}

#column a {
}

#column h4.section {
	color: #333;
	border-left: 4px solid #666;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-top: 0;
	padding-bottom: 0;
	font: 1.2em/1.4em Helvetica, Arial, Geneva, sans-serif;
}

#column h5.date {
	color: #777;
	border-left: 4px solid #fe4002;
	padding-left: 5px;
	margin-bottom: 1px;
	font-size: .8em;
}

#column h5.industry {
	color: #777;
	border-left: 4px solid #d63503;
	padding-left: 5px;
	margin-bottom: 1px;
	font-size: .8em;
}

#column h5.industry strong {
	font-weight: bold;
	color: #333;
}

#column h6.title a {
	color: #4160a1;
	/*border-left: 4px solid #ff9066;*/
	border-left: 4px solid #ccc;
	padding-left: 5px;
	font-size: .9em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	text-align: left;
}

#column h6.title a:hover {
	border-color: #999;
}

#column h6.twitle a {
	text-decoration: none;
	/*border-bottom: 1px dotted #ccc;*/
}

#column h6.tiwtle a:hover {
	color: #666;
}

ul.reports-list li a {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-bottom: 1px;
	line-height: 1.4em;
	font-size: .9em;
	display: block;
	text-align: left;
}

ul.reports-list li a:hover {
	border-left-color: #999;
}

.comment, .comment-alt {
	padding: 5px 5px 5px 10px;
	border-left: 4px solid #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.comment-alt {
	background-color: #eff4f8;
}

.comment-by {
	color: #999;
	font-size: .9em;
	padding-bottom: .5em;
}

a.read-more {
	background-color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	display: block;
	padding: 2px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-style: none;
	border-bottom-width: 0;
}

a.read-more:hover {
	background-color: #999;
	color: #f3f3f3;
}

a.button-link {
	background: #4065a8 url(img/button-bg.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	display: block;
	padding: 3px 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-style: none;
	border-bottom-width: 0;
	color: #eee;
	font-size: .9em;
}

a.button-link:hover {
	background-color: #4065a8;
	background-image: none;
}

/* @group entry */

.entry {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 5px;
}

.entry h5 {
	color: #d13f22;
	padding-bottom: 10px;
}

.entry h5.date {
	color: #666;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(img/cal_16.png) no-repeat 0 50%;
	padding-top: 5px;
}

ul.sociable {
	height: 30px;
}

ul.sociable li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.related-box {
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(img/box-bg.png) no-repeat center bottom;
}

.related-box ul {
	padding: 5px 5px 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 5px;
}

.related-box ul li {
	padding-bottom: 4px;
}

.related-box ul li a {
	background: url(img/bullet.gif) no-repeat 0 1px;
	display: block;
	font-size: .9em;
	padding-left: 18px;
}

.related-box h4 {
	background: url(img/related-bg.png) no-repeat;
	padding-left: 5px;
	color: #eee;
	font-size: 1em;
	height: 25px;
	line-height: 1.9em;
	padding-bottom: 0;
}



/* @end */

hr {
	margin-top: 5px;
	margin-bottom: 10px;
	border-width: 0;
	border-bottom: 1px solid #e1e1e1;
}

.content hr {
	margin-top: 10px;
}

/* @group posted */

.posted, .posted-list {
	color: #999;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.posted-footer {
	font-size: .9em;
	margin-top: 30px;
	color: #999;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	display: block;
	clear: left;
}

.posted-list {
	margin-top: 10px;
}

.posted-footer .head {
	color: #88a82e;
	text-transform: uppercase;
}

.posted .comments {
	color: #88a82e;
	float: right;
	padding-right: 15px;
}

.posted-footer a.permalink {
	color: #99b2cc;
	border-bottom: 1px dotted #999;
}

.posted-footer a.permalink:hover {
	color: #336699;
}

.posted strong {
	color: #666;
}



/* @end */

.clear {
	clear: both;
	display: block;
}

/* @group forms */

.submit {
	background: #4065a8 url(img/button-bg.png) repeat-x;
	padding: 4px 8px 5px 8px;
	color: #fff/*!important*/;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
	margin-right: 2px;
	border-style: none;
	margin-left: 2px;
}

input.submit,
.submit_alt,
.button a.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*width: 120px;*/
	/*float: left;*/
	border: 1px solid #ccc;
	/*border-color: #eee #ccc #ccc #eee;*/
	color: #333;
	padding: 4px 2px;
}

input:hover, input:focus {
	border-color: #999;
}



/* @end */

.info {
	color: #999;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	padding-left: 5px;
	border-left: 2px solid #2657a7;
	margin-bottom: 5px;
}

.float-right {
	float: right;
}

.quotes {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	padding: 5px 10px 5px 2px;
	color: #666;
}

.quotes p {
	margin: 0;
	padding: 0 0 10px;
	color: #666;
	font: italic .9em/1.4em Georgia, "Times New Roman", Times, serif;
}

.quotes .to3ppad {
	margin-top: 10px;
	display: block;
}

.info strong {
	color: #666;
}

#articles {
	padding-left: 10px;
}

ul.headlines {
	
}

.headlines li {
	margin-left: 1em;
	background: url(img/bullet.gif) no-repeat 0 50%;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	padding-left: 1.5em;
}

#articles p {
	padding-left: 10px;
}

a.icn-tli, .icn-tli, a.icn-nielsen, .icn-nielsen, a.icn-yb, .icn-yb {
	/*width: 180px;*/
	height: 40px;
	background-repeat: no-repeat;
	cursor:	pointer;
	text-indent: -9999px;
	/*margin-bottom: 10px;*/
	background-position: 0 0;
	text-align: center;
	display: block;
	margin-left: 6px;
}

.crumbs {
	padding-bottom: 5px;
}

.pricing {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eee;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 4px solid #ccc;
}

.pricing table {
	border-collapse: collapse;
}

.pricing th, .pricing td {
	padding: 10px;
	font-size: 1.6em;
	width: 155px;
	text-align: center;
}

.pricing th {
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.pricing .border {
	border-right: 1px solid #ccc;
}

.pricing span {
	color: #418c2d;
}

.report-price {
	color: #666;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

a.icn-tli {
	background-image: url(img/partner-tli.gif);
	margin-top: 10px;
	margin-left: 35px;
}

a.icn-tli:hover {
	background-position: 0 -44px;
}

a.icn-nielsen {
	background-image: url(img/partner-nielsen.gif);
	margin-left: 27px;
}

a.icn-nielsen:hover {
	background-position: 0 -44px;
}

a.icn-yb {
	background-image: url(img/partner-yb.gif);
}

a.icn-yb:hover {
	background-position: 0 -44px;
}

#footer {
	color: #eee;
	font-size: .9em;
	/*margin-left: auto;
	margin-right: auto;*/
	height: 60px;
	background: url(img/footer-bg.png) no-repeat center top;
}

#footer a {
	color: #eee;
	border-bottom: 1px dotted #eee;
}

#footer a:hover {
	color: #fff;
}

#footer div {
	padding: 10px;
}