/* -------------- */
/*  mail elements   */
/* -------------- */
body {
	margin:26px 10px 20px;
	font:normal 11px/17px Verdana,Arial,Helvetica;
	color:#666;
	background:#bbb url(../images/bg_body.gif);
}
html {
	overflow-y:scroll;
	min-height:100.1%
}
* {
	margin:0;
	padding:0;
	border:0;
}
a {
	outline:0; /* for browsers that understand */
	color:#839fb7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* -------------- */
/*  common divs   */
/* -------------- */
#frame {
	position:relative;
	width:900px;
	margin:0 auto;
	background:#fff url(../images/head_fade.gif) 0 84px repeat-x;
	border:1px solid #999
}
#frame.home {
	background-image:none;
}
#content {
	min-height:340px;
	height: auto !important;
	height:340px;
	padding:0 10px 20px 28px;
}
#left {
	float:left;
	width:294px;
	padding-right:36px;
}
#center {
	float:left;
	width:294px;
	padding-right:20px;
}
#right {
	float:left;
	width:190px;
	padding-left:20px;
	border-left:1px solid #d7d7d7;
}
#double {
	float:left;
	width:574px;
	padding-right:70px;
}
div.half {
	float:left;
	width:370px;
	padding-right:30px;
}
div.full {
	width:820px;
}
#footer {
	padding:0 12px 12px;
	color:#999;
	font-size:10px;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#999;
	text-decoration:underline;
}

/* -------------- */
/*  global nav    */
/* -------------- */
#navbar {
	height:115px;
}
#navbar.home {
	height:85px;
}
#logo {
	float:left;
	padding:24px 0 0 10px;
	width:194px;
}
#navwrap, #navone, #navtwo {
	float:left;
	width:682px;
}
#navwrap ul {
	list-style-type:none;
}
#navwrap li {
	float:left;
}
#navwrap li a {
	color:#666;
}
#navwrap li a.on, #navwrap li.on a, #navwrap li a:hover {
	color:#839fb7;
	text-decoration:none;
}
/* top level nav */
#navone {
	margin:26px 0 6px;
	height:20px;
	border-bottom:1px solid #d7d7d7;
}
#navone li.login {
	padding-left:136px;
}

/* 2nd level nav */
#navtwo li {
	padding-right:15px;
	letter-spacing:0.1px;
}

/* ---------------- */
/*  text elements   */
/* ---------------- */
h1 {
	height:40px;
	text-indent:-999em;
	color:#839fb7;
	font-size:24px;
	background-repeat:no-repeat;
}
/* advertiser section titles */
#adverts {
	height:48px;
	margin-top:-8px;
	background:url(../images/title_adverts.gif) 0 8px no-repeat;
}
h1.overview {
	background-image:url(../images/title_overview.gif);
}
h1.benefits {
	background-image:url(../images/title_benefits.gif);
}
h1.adformats {
	background-image:url(../images/title_adformats.gif);
}
h1.addistrib {
	background-image:url(../images/title_addistrib.gif);
}
h1.advsignup {
	background-image:url(../images/title_advsignup.gif);
}
/* publishers section titles */
#publish {
	height:48px;
	margin-top:-8px;
	background:url(../images/title_publish.gif) 0 8px no-repeat;
}
h1.network {
	background-image:url(../images/title_network.gif);
}
h1.pubsignup {
	background-image:url(../images/title_pubsignup.gif);
}
/* how it works section titles */
#how {
	height:48px;
	margin-top:-8px;
	background:url(../images/title_how.gif) 0 8px no-repeat;
}
h1.how {
	background-image:url(../images/title_how.gif);
}
#how-flash {
	width:800px;
	height:600px;
	margin:0 14px;
	border:1px solid #ccc;
}
/* about section titles */
#about {
	height:48px;
	margin-top:-8px;
	background:url(../images/title_about.gif) 0 8px no-repeat;
}
h1.management {
	background-image:url(../images/title_management.gif);
}
h1.board {
	background-image:url(../images/title_board.gif);
}
h1.news {
	background-image:url(../images/title_news.gif);
}
h1.careers {
	background-image:url(../images/title_careers.gif);
}
h1.privacy {
	background-image:url(../images/title_privacy.gif);
}
h1.contact {
	background-image:url(../images/title_contact.gif);
}
h1.login {
	background-image:url(../images/title_login.gif);
}

h2 {
	font-size:13px;
}
h2.blue {
	padding-bottom:1em;
}
h3 {
	font-size:1.0em;
}
h3.jobtitle {
	font-size:1.1em;
}
p {
	padding:0 0 1em;
}
div.jobpost {
	border-bottom:1px solid #ccc;
	margin-bottom:2.0em;
}
p.toplink {
	font-size:0.9em;
	text-align:right;
	padding-bottom:0.1em;
}
div.hr {
	border-top:1px solid #ccc;
	margin:0.2em 0 2em;
	height:1px;
}
blockquote {
	padding:0 2em 1em;
}

/* ----------- */
/*  homepage   */
/* ----------- */
#home-flash {
	width:870px;
	height:250px;
	margin:0 14px;
	border:1px solid #ccc;
	background:url(../images/bg_homeflash.gif) no-repeat;
}
#home-action {
	font-size:1.1em;
	width:872px;
	margin:12px 14px 12px;
	line-height:15px;
	text-align:center;
	padding:6px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#home-action a {
	color:#f8a00d;
}
#home-action a:hover {
	text-decoration:none;
}
#home-action img {
	vertical-align:bottom;
}
#home-boxes {
	width:870px;
	margin:0 14px 20px;
	background:url(../images/bg_homeboxes.gif) repeat-y;
}
div.home-box {
	float:left;
	width:250px;
	padding:10px 20px 0;
}
div.home-box h2 {
	font-size:1em;
}

/* lists */
ol, ul.common {
	margin-left:2.5em;
}
ol.common, ul.common {
	padding-bottom:1em;
}
ul.spaced {
	margin-left:1.5em;
	list-style-type:none;
}
ul.spaced li {
	padding-bottom:1em;
}
ul.jobcats {
	list-style-type:none;
	padding-bottom:1.5em;
}
ul.jobcats li {
	font-size:1.1em;
	font-weight:bold;
}
ul.jobcats li a {
	text-decoration:underline;
}
ol.lowro {
	list-style-type:lower-roman;
}
ol.lowro li {
	padding-bottom:1em;
}
#right ul {
	list-style-type:none;
	padding-bottom:1.5em;
}
#right ul li {
	padding-bottom:0.4em;
}
#right ul li a {
	/*color:#999;*/
}
#right dl {
	padding:4px 0 20px;
}
#right dt {
	font-weight:bold;
}
#right dd {
	padding-bottom:8px;
	line-height:15px;
}
#right dd a {
	color:#839fb7;
}
#right h2 {
	font-size:1em;
}
#right h2.grey {
	color:#666;
	padding-bottom:0.6em;
}

/* tables */
table.data {
	background:#eee;
	border-collapse:collapse;
	margin:0.5em 0 2em;
}
table.data th, table.data td {
	text-align:left;
	padding:3px 4px;
	border:1px solid #ccc;
	vertical-align:top;
}
table.data th {
	color:#fff;
	background:#666;
	font-weight:normal;
	border-top:1px solid #666;
	border-top:1px solid #666;
}
table.data th.bdlt {
	border-left:1px solid #666;
}
table.data th.bdrt {
	border-right:1px solid #666;
}
.w500 {
	width:500px;
}
.w550 {
	width:550px;
}

/* management boxes */
div.box-team {
	clear:both;
	width:650px;
	margin-bottom:10px;
}
div.box-board {
	clear:both;
	width:500px;
	margin-bottom:10px;
}
span.title {
	font-size:1.1em;
}
div.box-team div.bio {
	float:right;
	width:500px;
	margin-left:20px;
}
div.box-team h5, div.box-board h5 {
	font-size:11px;
	padding:0 0 4px 16px;
	width:50px;
	color:#839fb7;
	cursor:pointer;
	background:url(../images/arrow_up.gif) 0 0.3em no-repeat;
}
div.box-team img {
	float:left;
}
h5.up {
	background-image:url(../images/arrow_up.gif);
}
h5.dn {
	background-image:url(../images/arrow_down.gif) !important;
}
p.padteam {
	padding-left:150px;
}

/* press */
#double.press strong a {
	color:#666;
}
#double.press p strong a {
	/*font-size:1.1em;*/
}
p.pressback {
	padding-right:300px;
	text-align:right;
	float:right;
}


/* form */
form {
	display:inline;
}
fieldset {
	padding:10px 0;
}
label {
	display:block;
}
/* hide from ie/mac \*/
label {
	float:left;
	width:110px;
	text-align:right;
	padding-right:10px;
}
/* end hide */
div.half h2 {
	width:110px;
	text-align:right;
	padding-right:10px;
}
input, textarea{
	border:1px solid #ccc;
	padding:1px 2px;
	color:#666;
	font:normal 11px Helvetica,Verdana,Arial;
}
input.box {
	border:none;
	float:left;
}
fieldset div {
	clear:left;
	margin-bottom:8px;
}
fieldset p.check {
	float:left;
	padding-left:10px;
	line-height:1.5em;
	margin-top:-3px;
}
fieldset p.note {
	padding-left:120px;
	width:500px;
	color:#999;
}
fieldset p.login {
	padding-left:120px;
}
input.txt {
	width:200px;
}
textarea.txt {
	width:600px;
}
input.btn {
	font-weight:bold;
	background:#f0f0f0;
	border:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
}
/* misc */
.blue {
	color:#839fb7;
}
.error {
	background:#ffc;
	color:#933;
}
.clearAll {
	clear:both;
}
.txtCenter {
	text-align:center;
}
/* end misc */

/* printing styles */
@media print {
	body {
		margin:0;
	 	background:#fff;
	}
	#frame, #content {
		width:750px;
		margin:0;
		padding:0;
		border:none;
		background:none;
	}
	#logo {
		float:none;
		padding:0;
	}
	#navbar {
		height:60px !important;
	}
	h1 {
		text-indent:0;
		font-size:18px !important;
		line-height:22px !important;
		height:30px !important;
		width:600px !important;
		background-image:none !important;
	}
	#navwrap, #right, #footer, p.pressback, p.toplink, .box-team h5, .box-board h5  {
		display:none;
	}
	div.txt-team {
		display:block !important;
	}
}
