/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global Site Styles */
body {
	padding:0 10px 0 16px;
	font-family: arial, helvetica, sans-serif;
	line-height:1;
	color:#777;
	background:#f8f8f8 url(/images/bg.gif) repeat-x left top;
}
img {
	border: 0;
}
a, a:active, a:visited {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	font-size:1em;
	line-height:1.25em;
	margin-bottom:1em;
}
a.arrow, a.hdr_link {
	display:block;
	padding-right:12px;
	background:url(/images/arrow.gif) no-repeat bottom right;
}
a.inline_arrow {
    display:inline;
    padding-right:12px;
    background:url(/images/arrow_sm.gif) no-repeat right 50%;
}
.hdr_link {
    position:absolute;
    top:40px;
    right:0;
}
span.arrow {
	background:url(/images/arrow.gif) no-repeat right 5px;
}
h1 {
	font-family:Akkurat, arial, sans-serif;
	color:#7dda1c;
	font-size:2.875em;
	border-top:6px solid #7dda1c;
	padding-top:12px;
}
h2 {
	font-family:Akkurat, arial, sans-serif;
	color:#7dda1c;
	font-size:2.0625em;
	line-height:2em;
}
h3, h4, h5, h6 {
	font-size:1em;
	font-weight:bold;
}
hr {
    display:block;
    background:url(/images/bg_hr.gif) repeat-x bottom left;
    border:none;
    padding-top:1px;
    margin-bottom:15px;
}
small {
    font-size:0.75em;
}
address {
	font-style:normal;
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}
.hdr {
	position:relative;
	background-repeat:no-repeat;
	background-position:top left;
	height:0;
	padding-top:31px;
	overflow:hidden;
}
div.error, p.error {
    font-size:0.875em;
    font-weight:bold;
    color:#ff9900;
}
div.error {
    margin:10px 0;
}
input.error {
    border:1px solid #ff9900;
}
label.error {
    color:#ff9900;
}
.clear {
    height:auto !important;
    min-height:1px;
}
.body:after, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Sprite */
.header, .logo, .util, .footer, .footer .tagline, .callout_content, .callout_header {
	background:transparent url(/images/bg_sprite.png) no-repeat -1000px -500px;
	overflow:hidden;
}
.util li, .util li.lrg_sep, .header .nav li, .header .nav li a, .footer .nav li {
	background:transparent url(/images/nav_sprite.png) no-repeat -600px -30px;
	overflow:hidden;
}

/* Placement */
.wrapper {
	position:relative;
	width:958px;
	margin:0 auto;
}
.body {
	min-height:500px;
}
.main {
	display:inline;
	float:left;
	width:596px;
}
.body .content {
	position:relative;
	margin:10px 24px 30px;
}
.main .content {
	margin-top:10px;
}
.sidebar {
	display:inline;
	float:right;
	width:350px;
}

/* Header */
.header {
	height:99px;
	margin-bottom:14px;
	background-position: top left;
}
.logo {
	position:absolute;
	width:172px;
	left:35px;
	top:26px;
	display:block;
	height:0;
	padding-top:51px;
	background-position: 0 -99px;
}
.util {
	position:absolute;
	width:314px;
	height:25px;
	left:612px;
	top:0;
	background-position: -642px -99px;
	padding:2px 9px;
}
.util li {
	display:inline;
	float:left;
	margin-left:5px;
	padding-left:6px;
	background-position: -235px -39px;
	font-size:0.5625em;
	letter-spacing:0.11em;
}
.util li a {
	display:block;
	padding:5px 10px;
	height:1.2em;
}
.util li.lrg_sep {
	margin-left:3px;
	padding-left:7px;
	background-position: -235px -63px;
}
.util li a, .util li a:visited, .util li a:active {
	color:#fff;
}
.util li a:hover {
	text-decoration:underline;
}
.header .nav {
	position:absolute;
	width:664px;
	height:22px;
	left:270px;
	top:50px;
}
.header .nav li {
	display:inline;
	float:left;
	background-position: -235px -110px;
	padding-left:4px;
}
.header .nav li a {
	display:block;
	height:0;
	padding-top:22px;
}
.header .nav li.nav_advertisers a {
	width:102px;
	background-position: 9px 0;
}
.header .nav li.nav_advertisers a:hover, .header .nav li.nav_advertisers a.on {
	background-position: -117px 0;
}
.header .nav li.nav_agencies a {
	width:83px;
	background-position: 9px -22px;
}
.header .nav li.nav_agencies a:hover, .header .nav li.nav_agencies a.on {
	background-position: -117px -22px;
}
.header .nav li.nav_publishers a {
	width:94px;
	background-position: 9px -44px;
}
.header .nav li.nav_publishers a:hover, .header .nav li.nav_publishers a.on {
	background-position: -117px -44px;
}
.header .nav li.nav_partners a {
	width:80px;
	background-position: 9px -66px;
}
.header .nav li.nav_partners a:hover, .header .nav li.nav_partners a.on {
	background-position: -117px -66px;
}
.header .nav li.nav_successstories a {
	width:133px;
	background-position: 9px -88px;
}
.header .nav li.nav_successstories a:hover, .header .nav li.nav_successstories a.on {
	background-position: -117px -88px;
}
.header .nav li.nav_press a {
	width:58px;
	background-position: 9px -110px;
}
.header .nav li.nav_press a:hover, .header .nav li.nav_press a.on {
	background-position: -117px -110px;
}
.header .nav li.nav_education a {
	width:90px;
	background-position: 9px -132px;
}
.header .nav li.nav_education a:hover, .header .nav li.nav_education a.on {
	background-position: -117px -132px;
}

/* Footer */
.footer {
	height:74px;
	background-position:0 -150px;
	margin-top:39px;
}
.footer .tagline {
	position:absolute;
	width:186px;
	height:0;
	left:4px;
	top:22px;
	padding-top:30px;
	background-position:-172px -99px;
}
.footer small, .footer .nav {
	position:absolute;
	top:17px;
	padding-left:40px;
	border-left:1px solid #edecec;
}

.footer small {
	left:230px;
	width:235px;
	height:25px;
	padding-top:15px;
	font-size:0.625em;
	color:#999;
	white-space:nowrap;
}

.footer .nav {
	position:absolute;
	height:30px;
	right:0;
	padding-top:10px;
	border-left:1px solid #edecec;
}
.footer .nav li {
	display:inline;
	float:left;
	margin-left:5px;
	padding-left:7px;
	background-position: -235px -17px;
}
.footer .nav li a {
	display:block;
	padding:5px;
	font-size:0.5625em;
	height:1.2em;
}
.footer .nav li a, .footer .nav li a:visited, .footer .nav li a:active {
	color:#565656;
}
.footer .nav li a:hover {
	text-decoration:underline;
}

/* Callout Boxes */

.callout_header {
	position:relative;
	width:296px;
	background-position: right -252px;

	height:28px;
	padding:15px 27px 0;
	font-size:1em;
	font-weight:normal;
	color:#fff;
}
.callout_content {
	position:relative;
	width:302px;
	min-height:50px;
	padding:15px 24px;
	margin-bottom:14px;
	background-position: bottom right;
}
.callout_content .foot_link {
	position:relative;
	text-align:right;
}
.callout_content p {
	font-size:0.8125em;
	line-height:1.125em;
	margin-bottom:0.5em;
}
.main .callout_header {
	width:542px;
	background-position: left -252px;
}
.main .callout_content {
	width:548px;
	background-position: bottom left;
}

/* Site-wide Layouts */
.flash_container {
	height:297px;
}
.callout_content .logo_hdr {
	height:60px;
	margin-bottom:14px;
}
.callout_content .logo_hdr dt {
	float:left;
	height:100%;
	padding-right:14px;
	margin-right:15px;
	border-right:1px solid #dcdcdc;
}
.callout_content .logo_hdr dd {
	font-size:0.8125em;
	font-weight:bold;
}
.callout_content ul.small {
	list-style:disc outside;
    font-size:0.8125em;
	margin-left:13px;
	margin-bottom:1em;
}
.callout_content q.quote_box {
	display:block;
    position:relative;
    background-repeat:no-repeat;
    background-position:50% 0;
    height:0;
    overflow:hidden;
	text-align:center;
	font-size:1em;
	font-style:italic;
	color:#7ddb1c;
	line-height:1.1em;
}
.callout_content cite.quote_box {
	display:block;
	text-align:center;
	background:url(/images/bg_hr.gif) repeat-x top left;
	margin-top:9px;
	padding-top:15px;
	font-size:0.8125em;
	font-weight:bold;
	line-height:1em;
}
.callout_content cite.quote_box small {
	display:block;
	font-size:0.6875em;
	font-weight:normal;
	margin-bottom:5px;
}

.callout_spotlight {
    text-align: center;
}

.callout_spotlight .logos img {
    margin: 10px 20px;
}

ul.basic, ol.basic {
	list-style:disc outside;
    margin:0 0 1em 1em;
}
ul.basic li, ol.basic li{
	line-height:1.25em;
}
.input_text {
	border-top:1px solid #8f8f8f;;
	border-left:1px solid #cecece;;
	border-right:1px solid #cecece;;
	border-bottom:1px solid #e4e4e4;;
	padding:2px 3px;
    color:#777;
}
input.input_text {
	height:13px;
	font-size:0.6875em;
	line-height:0.8125em;
	background:url(/images/bg_input.gif) no-repeat top left;
}
textarea.input_text {
	height:135px;
	background:url(/images/bg_textarea.gif) no-repeat top left;
}
.form_table th {
	padding-bottom:2px;
    vertical-align:middle;
}
.form_table td {
	padding-bottom:6px;
    vertical-align:middle;
}
.form_table th.right, .form_table td.right {
	padding-left:20px;
}
.form_table .input_text {
	width:256px;
}
label {
	font-size:0.875em;
}
span.required {
    color:#ff9900;
}

.callout_featuredbrands {
    position: relative;
    height: 240px;
}

.callout_featuredbrands img {
    position: absolute;
}

.callout_featuredbrands .aspca {
    left: 45px;
}

.callout_featuredbrands .bestbuy {
    left: 232px;
}

.callout_featuredbrands .cocacola {
    top: 75px;
    left: 35px;
}

.callout_featuredbrands .threadless {
    top: 75px;
    left: 203px;
}

.callout_featuredbrands .huggies {
    top: 135px;
    left: 52px;
}

.callout_featuredbrands .redbull {
    top: 135px;
    left: 209px;
}

.callout_featuredbrands .jetblue {
    top: 195px;
    left: 114px;
}

.callout_content .agencyofthemonth {
    text-align: center;
}
.callout_content .agencyofthemonth span {
    display: inline-block;
    width: 45%;
}
.callout_content .agencyofthemonth a.arrow {
    display: inline;
}

.left{
    float: left;
}

.clr{
    clear: both;
}
/*  404  page */
.error_content {
    position:relative;
    top:160px;
    margin:0 auto;
    background:transparent url(/images/bg_plain.gif) no-repeat;
    width:350px;
    height:166px;
    padding:32px 32px 0;
}
.error_hdr {
    background-image:url(/images/error_hdr_whoops.gif);
    padding-top:70px;
}

/* Local Resets */

.util li.first, .header .nav li.first, .footer .nav li.first {
	margin:0;
	padding:0;
	background-image:none;
}
