body {
	font-size: 90%;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","DejaVu Sans Condensed",sans-serif;
	color: #7f8084;
}
a {
	color: #f7a11a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 2.1em;
	line-height: 1.1em;
	color: #f7a11a;
}
body#home h1 {
	font-size: 3.5em;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #f7a11a;
	margin-bottom: 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #7F8084;
}

#header {
	background-color: #f7a11a;
}
	#header ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#header ul li {
			color: white;
			display: block;
			float: left;
			padding: 4px 4px 4px 8px;
		}
			#header ul li a {
				color: white;
			}
#slides {
	background-color: #9ed8e4;
	overflow: hidden;
	position: relative;
}
	/* darken link color when on top of the light blue */
	#slides a {
		color: #cc7d00;
	}
	#slides ul {
		list-style-type: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: #9ed8e4 url(images/wedge-white-bg.png) no-repeat right bottom;
	}
		#slides ul li {
			display: block;
			color: #3f565b;
			background: transparent url(images/slide-1a.jpg) no-repeat right bottom;
			background-color: transparent !important;
		}

		body#home li.brand-safety {
			background-image: url(images/slide-1a.jpg);
		}
		body#home li.real-data {
			background-image: url(images/slide-2.jpg);
		}
		body#home li.methodology {
			background-image: url(images/slide-3.jpg);
		}
		body#home li.analytics {
			background-image: url(images/slide-4.jpg);
		}

		#slides h2 {
			font-weight: normal;
			font-size: 2.1em;
			line-height: 1.1em;
			margin: 0.4em 0 0.4em 0;
			color: #3f565b;
		}
		#slides h2 span {
			font-size: 50%;
			display: block;
			line-height: 1.2em;
		}
		#slides p {
			margin: 0 0 1em 0;
			padding: 0;
			color: #56595c;
			font-size: 95%;
		}


div.slide-pager {
	padding-top: 2em;
}
	#slides div.slide-pager a,
	#slides div.slide-pager a:visited {
		font: normal bold 1.5em/1em "Courier New",Courier,Freemono,"Nimbus Mono L",monospace;
		padding: 0.5em 0.95em 0.5em 0;
		color: #c5e8ef;
	}
	#slides div.slide-pager a:hover {
		text-decoration: none;
	}
	#slides div.slide-pager a.activeSlide,
	#slides div.slide-pager a.activeSlide:visited {
		color: white;
	}
	#slides div.slide-pager a:focus {
		outline: none;
	}

#subhead {
	background-color: #9ed8e4;
}
#subhead div.span-24 {
	background: #9ed8e4 url(images/secondary-1.jpg) no-repeat bottom right;
	height: 72px;
}
#brand-safety #subhead div.span-24 {
	background-image: url(images/secondary-1.jpg);
}
#analytics #subhead div.span-24 {
	background-image: url(images/secondary-2.jpg);
}
#methodology #subhead div.span-24 {
	background-image: url(images/secondary-3.jpg);
}
#real-data #subhead div.span-24 {
	background-image: url(images/secondary-4.jpg);
}
#brand-safety #subhead div.span-24 {
	background-image: url(images/secondary-5.jpg);
}
#about #subhead div.span-24 {
	background-image: url(images/secondary-1.jpg);
}
#contact #subhead div.span-24 {
	background-image: url(images/secondary-2.jpg);
}
#privacy #subhead div.span-24 {
	background-image: url(images/secondary-3.jpg);
}

#slides p a {
	white-space: nowrap;
}

#content {
	background-color: white;
}

.illustration {
	border: 1px #9ed8e4 solid;
	padding: 2em 1em;
	text-align: center;
	margin-bottom: 2em;
}
		.illustration div {
			font-size: 85%;
			display: block;
			width: 650px;
			text-align: left;
			margin-top: 0.5em;
			margin-left: 35px;
		}
		.illustration li {
			text-align: left;
		}

/* the logo is 774px from the left on all pages */
#logo {
	margin: 0;
}
#logo img {
	margin-left: 774px;
}

ul.nav {
	list-style-type: none;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
ul.nav li {
	margin: 0;
	padding: 0;
}
ul.nav li a {
	color: #cacaca;
}
ul.nav li.home a {
	font-size: 0.7em;
	position: relative;
	left: -1.25em;
}

#footer {
	background-color: #9ed8e4;
	font-size: 80%;
}
	#footer div div {
		padding-top: 8px;
	}

/********************
 * Overrides.
 ********************/
#brand-safety li.brand-safety a,
#real-data li.real-data a,
#methodology li.methodology a,
#analytics li.analytics a {
	color: #f7a11a;
}

fieldset {
	border: 1px #9ed8e4 solid;
}
legend {
	padding: 0.1em 0.5em;
}
label {
	display: block;
}
fieldset p {
	margin-right: 0;
}
fieldset input {
	width: 320px !important;
}
fieldset textarea {
	width: 320px;
	height: 120px;
}

#contact fieldset {
	width: 333px;
}

/* BUTTONS */
/* http://particletree.com/features/rediscovering-the-button-element/ */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#7F8084;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#f7a11a;
}
.buttons a.positive:hover, button.positive:hover{
    border:1px solid #f7a11a;
    color:#f7a11a;
}
.buttons a.positive:active{
    border:1px solid #f7a11a;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/********************
 * Footer hack.
 ********************/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}
#footer {
	height: 30px;
	position: relative;
}
.clearfooter {
	height: 30px;
	clear: both;
}
