body {
	background-color: #E8E9E9;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #1560A6;
	text-decoration: none;
}

a:hover {
 	color: #009DEC;
}

a.noborder {
	border: none !important;
}

area.toolTipElement {
	cursor: pointer;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;	
}

div.errors {
	line-height: 20px;
	margin-bottom: 18px;
}

div.errors strong {
	color: #1560A6;
	font-size: 13px;
}

div.validationmessage {
	color: #1560A6;
	font-size: 13px;
	line-height: 20px;
}

div.toolTipElement {
	cursor: pointer;
}

div.tip {
	background-color: #009DEC;
	color: #FFF;
	height: auto;
	opacity: .9;
	padding: 10px 10px 10px 10px;
	width: auto;
	z-index: 13000;
}
 
div.tip-title {
	font-size: 11px;
	letter-spacing: .1em;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
 
div.tip-text {
	font-size: 11px;
}

div.tip-text div.info {
	line-height: 16px;
	float: right;
}

div.tip-text img.salesperson {
	float: left;
	margin-right: 10px;
}

div.tip-text p {
	margin: 0px;
}

form {
	margin: 0px;
}

form img.vericode {
	display: block;
	margin-bottom: 8px;
}

form input {
	font-family: Arial, Helvetica, sans-serif;	
}

form input.checkbox {
	margin: 0px 5px 8px 0px;
}

form input.radio {
	margin: 0px 2px 8px 0px;
}

form input.submit {
	background-color: #009DEC;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 10px;
	height: 24px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

form input.text {
	background-color: #E8E9E9;
	border: none;
	height: 20px;
	margin-bottom: 8px;
	padding: 4px 6px 0px 6px;	
	width: 200px;
}

form input.short {
	width: 140px;
}

form label {
	color: #111;
	display: block;
	font-weight: bold;
	line-height: 18px;
	height: 22px;
	margin-right: 15px;
	text-align: right;
}

form label.required,
form label.invalid,
form span.required {
	color: #1560A6;
}

form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}

form table td {
	padding-bottom: 3px;
	vertical-align: top;
}

form textarea {
	background-color: #E8E9E9;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	padding: 5px 6px 0px 6px;
	width: 200px;	
}

hr {
	background: none;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ECECEC;
	margin: 25px 0px;
}

img {
	border: none !important;
}

p {
	line-height: 18px;
	margin: 0px 0px 14px 0px;
}

p.list {
	margin-bottom: 7px;
}

p small {
	font-size: 10px;
	line-height: 14px;
}

ul, ol {
	line-height: 18px;
	margin: 0px 0px 14px 1em;
	padding: 0px 0px 0px 1em;
}

ul li,
ol li {
	margin-bottom: 3px;
}

#home_container {
	background-color: #FFF;
	background-image: url(/assets/images/bg_home_container.jpg);
	background-repeat: repeat-x;
	height: 910px;
	width: 100%;
}

#landing_container {
	background-color: #FFF;
	background-image: url(/assets/images/bg_landing_container.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#home {
	position: relative;
	text-align: left;
	width: 960px;
}

#home img.contact {
	position: absolute;
	right: 205px;
	top: 310px;
}

#home img.more {
	position: absolute;
	right: 0px;
	top: 310px;
}

#landing {
	text-align: left;
	width: 960px;	
}

#header {
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 960px;
}

#logo {
	float: left;
	width: 220px;
}

#logo a {
	color: #000;
	text-decoration: none;
}

#nav_utility,
#nav_global {
	position: absolute;
	right: 0px;
	text-align: right;
    width: 700px;
}

#nav_utility {
	top: 16px;
}

#nav_global {
	bottom: 18px;
}

#nav_utility ul,
#nav_global ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_utility li {
	display: inline;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

#nav_global li {
	display: inline;
	padding: 0px 25px 0px 0px;
}

#nav_utility li.last,
#nav_global li.last {
	padding: 0px;
}

#nav_utility li a {
	color: #777;
	font-size: 11px;
	text-decoration: none;
}

#nav_global li a {
	color: #111;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav_global li a:hover {
	color: #1560A6;
}

#feature {
	background-image: url(/assets/images/bg_feature.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 100%;	
}

#nav_audience {
	color: #333;
	background-image: url(/assets/images/bg_nav_audience.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 195px;
	margin-top: 300px;
	overflow: hidden;
	padding-top: 35px;
	width: 960px;
}

#nav_audience a {
	color: #009DEC;
}

#nav_audience a:hover {
	color: #1560A6;
}

#nav_audience div.advertisers {
	background-image: url(/assets/images/bg_nav_audience_networks.png);
	background-repeat: no-repeat;	
	float: left;
	height: 135px;
	margin-right: 30px;
	overflow: hidden;
	padding: 15px 10px 0px 25px;
	overflow: hidden;
	width: 265px;
}

#nav_audience div.advertisers span.text {
	display: block;
	float: left;
	width: 128px;
}

#nav_audience div.advertisers span.image {
	display: block;
	float: left;
	text-align: right;
	width: 135px;
}

#nav_audience div.publishers {
	background-image: url(/assets/images/bg_nav_audience_publishers.png);
	background-repeat: no-repeat;	
	float: left;
	height: 135px;
	margin-right: 30px;
	overflow: hidden;
	padding: 15px 80px 0px 25px;
	overflow: hidden;
	width: 195px;
}

#nav_audience div.media {
	background-image: url(/assets/images/bg_nav_audience_media.png);
	background-repeat: no-repeat;	
	float: right;
	height: 135px;
	overflow: hidden;
	padding: 15px 80px 0px 25px;
	overflow: hidden;
	width: 195px;
}

#nav_audience h2 {
	color: #1560A6;
	font-size: 26px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}

#nav_audience p {
	line-height: 16px;
	margin-bottom: 8px;
}

#features {
	border-bottom: 1px solid #ECECEC;
	color: #666;
	height: 185px;
	overflow: hidden;
	padding-top: 25px;
	width: 960px;
}

#features div.highlight {
	float: left;
	height: 180px;
	margin-right: 30px;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	width: 275px;
}

#features div.whitepaper {
	background-image: url(/assets/images/bg_whitepaper.jpg);
	background-position: 25px 38px;
	background-repeat: no-repeat;	
	float: left;
	height: 180px;
	margin-right: 30px;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	width: 275px;
}

#features div.whitepaper a {
	color: #FFF;
}

#features div.whitepaper h3 {
	color: #FFF;
	font-size: 14px;
	margin: 25px 15px 3px 16px;
}

#features div.whitepaper p {
	margin: 0px 16px;
}

#features div.news {
	float: left;
	height: 180px;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	width: 275px;
}

#features div.news a {
	color: #1560A6;
}

#features div.news a:hover {
	color: #009DEC;
}

#features div.news div.arrow {
	float: left;
	margin-top: 2px;
	width: 20px;
}

#features div.news div.snippet {
	float: left;
	line-height: 16px;
	width: 255px;
}

#features div.news hr {
	background: none;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ECECEC;
	margin: 12px 0px;
}

#features div.blog {
	float: right;
	height: 180px;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	width: 275px;
}

#features div.blog a {
	color: #009DEC;
}

#features div.blog a:hover {
	color: #1560A6;
}

#features div.blog h2 {
	margin-bottom: 0px;
}

#features div.blog h3 {
	color: #1560A6;
}

#features div.blog p {
	line-height: 17px;
}

#features h2 {
	color: #111;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 7px 0px;
	text-transform: uppercase;
}

#features h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 2px 0px;	
}

#features p {
	margin-bottom: 6px;
}

#partners {
	background-image: url(/assets/images/bg_partners.jpg);
	background-repeat: no-repeat;
	background-position: 25px 30px;	
	height: 80px;
	padding: 0px 20px 0px 200px;
	overflow: hidden;
	width: 740px;
}

#partners img.logo {
	margin: 20px 20px 0px 0px;
	vertical-align: top;
}

#partners img.last {
	margin-right: 0px;
}

#heading {
	background-image: url(/assets/images/bg_heading.png);
	background-repeat: no-repeat;
	height: 80px;
	overflow: hidden;
	padding: 30px 0px 0px 25px;
	width: 935px;
}

#heading div.left {
	float: left;
	width: 335px;
}

#heading div.right {
	float: right;
	margin-top: 13px;
	text-align: right;
	width: 600px;
}

#heading h1 {
	color: #FFF;
	font-size: 35px;
	line-height: 20px;
	margin: 0px;
	text-transform: lowercase;	
}

#heading h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}

#content {
	float: left;
	min-height: 300px;
	padding: 50px 0px 60px 25px;
	width: 555px;
}

#content div.blog {
	float: right;
	width: 265px;
}

#content div.blog p.date {
	color: #009DEC;
	font-size: 11px;
	letter-spacing: .05em;
	margin: 0px;
	text-transform: uppercase;
}

#content div.blog p.snippet {
	margin: 0px;
}

#content div.cover {
	float: left;
	margin: 5px 20px 0px 0px;
	text-align: center;
	width: 125px;
}

#content div.cover img.cover {
	margin-bottom: 5px;
}

#content div.leader {
	float: left;
	margin: 10px 23px 30px 0px;
	text-align: center;
	width: 115px;
}

#content div.leader h3 {
	margin: 5px 0px 0px 0px;
}

#content div.network {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content div.network div.logo {
	float: left;
	margin-right: 20px;
	width: 150px;
}

#content div.network div.description {
	float: right;
	width: 360px;
}

#content div.network div.description span {
	display: block;
}

#content div.opportunity {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content div.opportunity span {
	display: block;
	margin-top: 3px;
}

#content div.paper {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content div.paper div.thumbnail {
	float: left;
	margin-bottom: 15px;
	width: 75px;
}

#content div.paper div.excerpt {
	float: right;
	width: 465px;
}

#content div.paper div.excerpt span {
	display: block;
	margin-top: 3px;
}

#content div.request {
	float: left;
	width: 265px;
}

#content div.request ul li {
	margin: 0px;
}

#content div.release {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content div.release span {
	display: block;
	margin-top: 3px;
}

#content div.sitemap {
	float: left;
	margin: 0px 30px 50px 0px;
	width: 150px;
}

#content div.sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content div.sitemap ul li {
	border-bottom: 1px solid #ECECEC;
	color: #009DEC;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px;
}

#content div.sitemap ul li ul li {
	border: none;
	font-weight: normal;
	padding: 2px 0px 0px 17px;
}

#content div.summary {
	float: right;
	width: 410px;
}

#content h2 {
	color: #111;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}

#content h3 {
	color: #111;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 3px 0px;
}

#content img.logo {
	margin: 10px 25px 0px 0px;
	vertical-align: top;
}

#content img.leader {
	margin: 5px 20px 5px 0px;
}

#sidebar {
	float: right;
	margin-bottom: 60px;
	padding: 50px 25px 0px 0px;
	width: 275px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	border-bottom: 1px solid #ECECEC;
	color: #009DEC;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px;
}

#sidebar ul li ul li {
	border: none;
	font-weight: normal;
	padding: 2px 0px 0px 17px;
}

#sidebar div.quote {
	background-color: #009DEC;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	width: 275px;
}

#sidebar div.quote a {
	color: #FFF;
	text-decoration: underline;
}

#sidebar div.quote div.top {
	background-image: url(/assets/images/bg_quote_top.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#sidebar div.quote div.bottom {
	background-image: url(/assets/images/bg_quote_bot.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#sidebar div.quote h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 25px 8px 25px;		
}

#sidebar div.quote h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px 25px 8px 25px;		
}

#sidebar div.quote p {
	margin: 0px 25px;
}

#sidebar div.twitter {
	font-family: Arial, Helvetica, sans-serif !important;
}

#sidebar div.twitter h3 {
	margin-bottom: 0px !important;
}

#sidebar div.twitter h4 {
	font-size: 13px !important;
	margin-top: 0px !important;
}

#footer_container {
	background-image: url(/assets/images/bg_footer_container.jpg);
	background-repeat: repeat-x;
	height: 100px;
	overflow: hidden;
	width: 100%;
}

#footer {
	background-image: url(/assets/images/bg_footer.jpg);
	background-repeat: no-repeat;
	color: #999;
	font-size: 11px;
	line-height: 16px;
	padding: 30px 25px 0px 25px;
	text-align: left;
	width: 910px;
}

#footer div.left {
	float: left;
	width: 600px;
}

#footer div.right {
	float: right;
	text-align: right;
	width: 300px;
}

#footer ul {
	line-height: 16px;
	list-style-type: none;
	margin: 0px 0px 10px 0em;
	padding: 0px 0px 0px 0em;
}

#footer ul li {
	float: left;
	margin: 0px 0px 0px 15px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #1560A6;
}