/****************************************
* Sets layout styles for screen			*
*										*
* Author: Gary Windels					*
* Last revised: 1/5/09					*
*										*
****************************************/


/*= Reset Tags
****************************************/

body {
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(images/bg.jpg) top center no-repeat #12254A;
}

div,p,h1,h2,h3,h4,h5,h6,ul,ol,table {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

img {
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
}

a img {
	border: none;
}

.pngfix img {
	behavior: url(iepngfix.htc);
}

/** force similar display of sup/sub tags in all browsers by forcing top/bottom valign and size **/
sup { vertical-align: top !important; }
sub { vertical-align: bottom !important; }
sup, sub { font-size: 0.6em !important; }

.clear {
	clear:both;
}

/*= Canvas Layout
****************************************/

#canvas {
	width: 900px;
	padding: 0 25px;
	margin: 21px auto 0;
	background: url(images/canvas-bg.gif) 0 783px no-repeat;
	overflow-x: hidden;
}


/*= Header Layout
****************************************/

#header {
	height: 46px;
	padding-top: 24px;
	padding-right: 28px;
	background: url(images/header-bg.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}

#logo {
	width: 195px;
	height: 46px;
	margin-left: 26px;
}

#logo a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 46px;
	overflow: hidden;
	background: url(images/logo-adp-cobalt.png) top left no-repeat;
	behavior: url(iepngfix.htc);
	background-position: 0px 6px;
}


/*= Global Nav Layout
****************************************/

#header ul {
	width: 579px;
	height: 46px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	float: right;
}

#header ul li {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#header ul li span a {
	display: block;
	height: 0;
	padding-top: 46px;
	overflow: hidden;
}

#header ul li.solutions span a {
	width: 117px;
	background: url(images/nav-solutions.png) top left no-repeat;
}
#header ul li.company span a {
	width: 115px;
	background: url(images/nav-company.png) top left no-repeat;
}
#header ul li.showcase span a {
	width: 119px;
	background: url(images/nav-showcase.png) top left no-repeat;
}
#header ul li.support span a {
	width: 108px;
	background: url(images/nav-support.png) top left no-repeat;
}
#header ul li.contact span a {
	width: 120px;
	background: url(images/nav-contact.png) top left no-repeat;
}

#header ul li span a:hover {
	background-position: 0 -46px;
}

#header ul li span a:active,
#header ul li span a.selected {
	outline: none;
	background-position: 0 -92px;
}

/* Drop Down Menu */

#header ul li ul {
	position: absolute;
	top: 46px;
	left: -999em;
	width: 270px;
	height: 400px;
	z-index: 1000;
	float: none;
}

#header ul li:hover ul,
#header ul li.sfHover ul {
	left: -155px;
}

#header ul li ul li {
	background: url(images/nav-dropdown-bg.png) top left repeat-x #fff;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	padding: 0 20px 15px;
	float: none;
}

#header ul li ul li h3 {
	padding-top: 1.2em;
	margin-bottom: .3em;
}

#header ul li ul li p {
	margin-bottom: .25em;
}

#header ul li ul li p span {
	display: inline-block;
	width: 120px;
}


/*= Column Layout
****************************************/

#content {
	padding: 35px 0 30px;
	margin: 0;
	min-height: 540px;
}

#leftcolumn {
	padding-left: 27px;
	width: 195px;
	float: left;
}

#rightcolumn {
	width: 580px;
	padding: 0 53px 0 43px;
	position: relative;
	float: right;
}

#widecolumn {
	padding: 30px 28px 30px;
}

#left.homecolumn {
	width: 263px;
	float: left;
}

#center.homecolumn {
	width: 294px;
	margin-left: 12px;
	margin-right: 12px;
	overflow-x: hidden;
	float: left;
}

#center.homecolumn .marketplace {
	padding-left: 50px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
	background: url(images/marketplace-callout.gif) 0 12px no-repeat;
}

#right.homecolumn {
	width: 263px;
	float: right;
}


/* Breadcrumb Navigation Layout
****************************************/

#rightcolumn #breadcrumb {
	list-style: none;
	float: right;
	top: -30px;
	right: 30px;
	position: absolute;
}

#rightcolumn #breadcrumb li {
	padding: 0 5px 0 0;
	float: left;
}


/*= Content Layout
****************************************/

#rightcolumn h1 {
	margin-bottom: .5em;
	position: relative;
}

#rightcolumn h1 span {
	background: url(images/shine.png) top left repeat-x;
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	behavior: url(iepngfix.htc);
}

#rightcolumn h1.imageheader span {
	display: none;
}

#rightcolumn h1.imageheader {
	height: 150px;
	position: relative;
}

#rightcolumn h1.imageheader img {
	display: block;
	left: -18px;
	position: absolute;
}

#rightcolumn #flashheaderwrapper {
	height: 150px;
	position: relative;
	margin-bottom: 1em;
}

#rightcolumn #flashheaderwrapper span {
	display: none;
}

#rightcolumn #flashheaderwrapper #flashheader {
	left: -18px;
	position: absolute;
}

#rightcolumn .iconheader {
	position: relative;
	padding-left: 18px;
}

#rightcolumn .iconheader img {
	left: -18px;
	top: 3px;
	position: absolute;
}

#rightcolumn .iconheader h1 {
	padding-left: 60px;
	margin-bottom: 0;
}

#rightcolumn .iconheader h1 img {
	position: static;
}

#rightcolumn .iconheader p {
	padding-left: 60px;
}

#rightcolumn h2 {
	margin-bottom: .2em;
}

#rightcolumn h3 {
	margin-bottom: .2em;
}

#rightcolumn h4 {
	margin-bottom: .2em;
}

#rightcolumn h5 {
	margin-bottom: 1em;
}

#rightcolumn h6 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#rightcolumn li {
	padding-bottom: 3px;
}

#rightcolumn table {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

#rightcolumn th,
#rightcolumn td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px;
}

#rightcolumn p,
#rightcolumn ol,
#rightcolumn ul,
#rightcolumn div div,
#rightcolumn table,
#rightcolumn form {
	margin-bottom: 2em;
}

#rightcolumn ul ul,
#rightcolumn ul ol,
#rightcolumn ol ul,
#rightcolumn ol ol {
	margin-bottom: 0;
}

#rightcolumn blockquote {
	clear: both;
	padding-bottom: 20px !important;
	margin: 0 0 10px;
	background: url(images/quote-point.png) bottom center no-repeat;
}

#rightcolumn blockquote div {
	padding: 20px 20px 5px;
	margin: 0;
	position: relative;
}


#rightcolumn blockquote div span.topleft {
	display: block;
	background: url(images/quote-topleft.png) top left no-repeat;
	width: 11px;
	height: 9px;
	top: 0;
	left: 0;
	position: absolute;
}
#rightcolumn blockquote div span.topright {
	display: block;
	background: url(images/quote-topright.png) top left no-repeat;
	width: 11px;
	height: 9px;
	top: 0;
	right: 0;
	position: absolute;
}
#rightcolumn blockquote div span.bottomright {
	display: block;
	background: url(images/quote-bottomright.png) top left no-repeat;
	width: 11px;
	height: 9px;
	bottom: 0;
	right: 0;
	position: absolute;
}
#rightcolumn blockquote div span.bottomleft {
	display: block;
	background: url(images/quote-bottomleft.png) top left no-repeat;
	width: 11px;
	height: 9px;
	bottom: 0;
	left: 0;
	position: absolute;
}

#rightcolumn blockquote.right {
	width: 250px;
}

#rightcolumn blockquote.left {
	width: 250px;
}

#rightcolumn blockquote div p {
	margin-bottom: 1em;
}

#rightcolumn .feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rightcolumn .feature-list li {
	margin-bottom: 2em;
}
#rightcolumn .feature-list li img {
	float: left;
}
#rightcolumn .feature-list li h4,
#rightcolumn .feature-list li p {
	margin-left: 180px;
	margin-bottom: 0;
}
#rightcolumn .feature-list li h4 {
	color: #AB6119;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}


/* Image with caption */

#rightcolumn div.caption img {
	display: block;
	margin: 0;
	padding: 0;
}

/* Plain caption */
#rightcolumn div.smallcaption {
	float: right;
}

/* Special Call Out Section */

#rightcolumn div.callout {
	padding-bottom: 20px !important;
	margin: 0 0 10px;
}

#rightcolumn div.callout div {
	padding: 20px 20px 1px;
	margin: 0;
	position: relative;
}

/* Non-stupid callout class */
a.callout
{
	position: relative;
	display: block;
	height: 3em;
	line-height: 3em;
	padding: 0 0.5em 0 3em;
	background-color:#EDF6FC;
	margin: 2em auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #004D96;
}

a.callout:hover
{
	border: 1px solid #BF6B28;
	background-color: #fcf9ed;
	text-decoration: none !important;
}

.callout .icon
{
	position: absolute;
	height: 2em;
	width: 2em;
	top: .5em;
	left: .5em;
}

/* Document Download Styles */

#rightcolumn ul.docs {
	padding-left: 10px;
	list-style: none;
}

#rightcolumn a.document {
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	background: url(images/icon-view.png) 0 5px no-repeat;
}

#rightcolumn a:hover.document {
	text-decoration: none;
}

#rightcolumn a[href$=".html"].document,
#rightcolumn a[href$=".php"].document {
	background: url(images/icon-form.png) 0 5px no-repeat;
}

#rightcolumn a[href$=".pdf"].document {
	background: url(images/icon-pdf.png) 0 5px no-repeat;
}

#rightcolumn a[href$=".ppt"].document {
	background: url(images/icon-ppt.png) 0 5px no-repeat;
}

#rightcolumn a[href$=".doc"].document {
	background: url(images/icon-doc.png) 0 5px no-repeat;
}


/* Custom Copy Styles */
#rightcolumn .consulting-features {
	float:right;
	width:220px;
}
#rightcolumn .consulting-features li {
	padding-left: 26px;
	margin: 13px 0;
	list-style: none;
	font-size:18px;
	color:#666;
	background: url(images/checkmark.png) top left no-repeat;
}
.consulting-videos {
	margin-top:15px;

}
.consulting-videos .video.player,
.consulting-videos .video.player img
 {
	width: 320px;
	height: 240px;
	float: left;
	margin-right: 1em !important;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	overflow: hidden;
}

.consulting-videos .video.intro {
	text-align:left;
}

.consulting-videos .video.intro p
{
	margin-bottom: 1em !important;
}

#rightcolumn .consulting-videos .video.intro blockquote {
	font-style: italic;
	color: #666;
	margin-bottom: 1em !important;
	background: none;
	padding: 0 !important;
}
.consulting-videos .video.intro .attribution
{
	font-weight: bold;
	font-size: 12px !important;
}

.consult-blocks {
	padding-top:8px;
	background: url(images/ui-block-spacer.png) top center no-repeat;
}
.consult-blocks .block-mic {
	float:left;
	width:215px;
	padding:2px 0 0 40px;
	background: url(images/ui-icon-mic.png) top left no-repeat;
}
.consult-blocks .block-instore {
	float:right;
	width:215px;
	padding:2px 0 0 40px;
	background: url(images/ui-icon-door.png) top left no-repeat;
}

.global-callout {
	margin-top:10px;
	height:45px;
	background: #D2E8F5;
	background-image:-moz-linear-gradient(top, #D4E5EF, #95B8D6);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#D4E5EF), to(#95B8D6));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#D4E5EF, endColorStr=#95B8D6);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#D4E5EF, endColorStr=#95B8D6)";
	border:solid 1px #6E93B2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

}
.global-callout h3 {
	background: url('images/call-out-icon.png') -5px 2px no-repeat;
	behavior: url(iepngfix.htc);
	height:33px;
	padding:12px 0 0 0;
	text-indent:70px;
	color:#224D72;
	font-weight:normal;
	text-shadow: 0 1px 0 #DDE9F2;

}
#rightcolumn div.callout .consulting-features li {
	background: url(images/checkmark-callout.png) top left no-repeat;
}

#rightcolumn .consulting-features li li,
#rightcolumn div.callout .consulting-features li li {
	background: none;
	padding-left: 0;
	list-style: circle;
}

#rightcolumn .features li {
	padding-left: 23px;
	margin: 8px 0;
	list-style: none;
	background: url(images/checkmark.png) top left no-repeat;
}

#rightcolumn div.callout .features li {
	background: url(images/checkmark-callout.png) top left no-repeat;
}

#rightcolumn .features li li,
#rightcolumn div.callout .features li li {
	background: none;
	padding-left: 0;
	list-style: circle;
}

#rightcolumn .left {
	display: block;
	float: left;
	padding: 0 30px 30px 0;
}

#rightcolumn .right {
	display: block;
	float: right;
	padding: 0 0 30px 30px;
}

#rightcolumn .movedown1 {
	padding-top: 20px !important;
}

#rightcolumn .movedown2 {
	padding-top: 40px !important;
}

#rightcolumn .movedown3 {
	padding-top: 60px !important;
}

#rightcolumn .phone {
	position: relative;
	left: 4px;
	top: 6px;
}

#rightcolumn .hide,
#leftcolumn .hide {
	display: none;
}

/* Image Module Styles */

#rightcolumn div.gallery {
	margin-bottom: 10px;
	background-color: #EDF6FC;
	padding: 20px 15px 5px;
	clear: right;
	text-align: center;
	margin-left: 2em;
}

#rightcolumn div.gallery .cta,
#rightcolumn div.gallery .cta img
{
	display: block;
	margin-bottom: 15px;
}

#rightcolumn div.gallery .cta
{
	white-space: nowrap;
	_behavior: url(iepngfix.htc);
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
	text-shadow: 1px 1px 2px #aaa;
}

#rightcolumn div.gallery .cta img
{
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}

#rightcolumn div.gallery .cta:after
{
	content: ' \00BB';
}

/* Image Gallery Styles */

#rightcolumn table.gallery {
	border-left: none;
	border-top: none;
	width: 100%;
	background-color: #EDF6FC;
}

#rightcolumn table.gallery th,
#rightcolumn table.gallery td {
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 0;
	padding: 25px 0;
	text-align: center;
	vertical-align: top;
}

#rightcolumn table.gallery tr:first-child td {
	border-top: none;
}

#rightcolumn table.gallery tr td:first-child {
	border-left: none;
}

#rightcolumn table.gallery a img {
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto 7px;
}

#rightcolumn table.gallery a span {
	display: block;
	margin: 0 auto;
	width: 110px;
}

#rightcolumn table.gallery a:hover img {
	border: 1px solid #000;
}


/* Search Gallery Styles */

#rightcolumn table.searchgallery {
	border-left: none;
	border-top: none;
	width: 100%;
}

#rightcolumn table.searchgallery th,
#rightcolumn table.searchgallery td {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: 1px solid #e6e6e6;
	margin: 0;
	padding: 25px 0;
	vertical-align: top;
}

#rightcolumn table.searchgallery tr:first-child td {
	border-top: none;
}

#rightcolumn table.searchgallery tr td:first-child {
	border-left: none;
	background-color: #EDF6FC;
	text-align: center;
}

#rightcolumn table.searchgallery a img {
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto 7px;
}

#rightcolumn table.searchgallery a span {
	display: block;
	margin: 0 auto;
	width: 110px;
}

#rightcolumn table.searchgallery a:hover img {
	border: 1px solid #000;
}



/* = Multicolumn Layout
***************************************************/

#rightcolumn .twocolumn {
	width: 280px;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	float: left;
	clear: none;
}

#rightcolumn .twocolumn.right {
	padding-right: 0;
}

#rightcolumn .twocolumn h3,
#rightcolumn .twocolumn p,
#rightcolumn .twocolumn ul {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

#rightcolumn .twocolumn h3 {
	margin-bottom: 4px;
}

#rightcolumn .twocolumn p {
	font-size: 13px;
	margin-bottom: 12px;
}

#rightcolumn .twocolumn ul {
	padding-bottom: 8px;
}

#rightcolumn .twocolumn ul.features li {
	background-image: url(images/checkmark-small.png);
	padding-left: 18px;

}

#rightcolumn .twocolumn li {
	font-size: 13px;
	color: #666;
	font-weight: bold;
}

#rightcolumn h3.advocate {
	background: url(images/services-advocate.jpg) bottom left no-repeat;
	padding: 73px 0 0 80px;
	margin: -50px 0 -10px -5px;
	height: 40px;
}

#rightcolumn .threecolumn {
	background-color: #edf6fc;
	width: 580px;
	padding: 20px 20px 0;
	margin-left: -20px;
	margin-bottom: 25px;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
}

#rightcolumn .threecolumn p {
	font-size: 13px;
	margin-bottom: 10px;
}

#rightcolumn .threecolumn .content {
	background-color: #fff;
	width: 163px;
	padding: 10px;
	margin-right: 10px;
	display: inline;
	clear: none;
	float: left;
	height: 145px;
	border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
}
#rightcolumn .threecolumn.tall .content {
	height: 480px;
}
#rightcolumn .threecolumn .content.image {
	height: 163px;
	margin-bottom: 10px;
}

#rightcolumn .threecolumn .content.right {
	margin-right: 0;
}

#rightcolumn .threecolumn .content h4 {
	color: #AB6119;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

#rightcolumn .threecolumn .content p {
	font-size: 13px;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* Button Styles */

#rightcolumn a.fancybutton {
	display: inline-block;
	position: relative;
	height: 23px;
	padding: 3px 17px 0;
	margin-right: 4px;
	background: url(images/ui-smallbutton-right.png) top right no-repeat;
	color: #fff;
	text-decoration: none;
}

#rightcolumn a.fancybutton span {
	display: block;
	width: 12px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/ui-smallbutton-left.png) top left no-repeat transparent;
}

#rightcolumn a.fancybutton:hover {
	background-position: bottom right;
}

#rightcolumn a.fancybutton:hover span {
	background-position: bottom left;
}

/* Clear Stuff */
.clearall {
	clear: both;
}


/** Clear Columns **/
.clearcolumns {
	clear: both;
	width: 844px;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}


/*= Home Page Scroller Navigation
****************************************/

#widecolumn .navigation {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	border: #d6d6d6 1px solid;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
}

#widecolumn .navigation li {
	margin: 0;
	float: left;
	padding: 10px 5px;
}

#widecolumn .navigation li a {
	display: block;
	padding-top: 47px;
	text-align: center;
	color: #777;
	font-size: .7em;
	font-weight: normal;
	width: 80px;
	line-height: 1.2em;
	height: 30px;
	background-position: center 7px;
	background-repeat: no-repeat;
	border: #eee 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
}
#widecolumn .navigation li a:hover {
	text-decoration: none;
	background-color: #fff;
	border: #ddd 1px solid;
}

#widecolumn .navigation li.home {
	display: none;
}
#widecolumn .navigation li.websites a {
	background-image: url(images/home-websites.png);
}
#widecolumn .navigation li.leads a {
	background-image: url(images/home-leads.png);
}
#widecolumn .navigation li.search a {
	background-image: url(images/home-search.png);
}
#widecolumn .navigation li.display a {
	background-image: url(images/home-display.png);
}
#widecolumn .navigation li.ownermarketing a {
	background-image: url(images/home-ownermarketing.png);
}
#widecolumn .navigation li.services a {
	background-image: url(images/home-services.png);
}
#widecolumn .navigation li.analytics a {
	background-image: url(images/home-analytics.png);
}
#widecolumn .navigation li.reputationmanagement a {
	background-image: url(images/home-reputationmanagement.png);
}
#widecolumn .navigation li.socialmedia a {
	background-image: url(images/home-socialmedia.png);
}


/*= Home Page Columns
****************************************/

#widecolumn .homecolumn h2,
#widecolumn .homecolumn a.span {
	display: block;
	padding: 8px 0 0 12px;
	height: 24px;
	background: url(images/home-accordion-middle.png) top left no-repeat;
	cursor: pointer;
}

#widecolumn #left.homecolumn a.top,
#widecolumn #left.homecolumn h2.top {
	background: url(images/home-accordion-cornerleft.png) top left no-repeat;
}

#widecolumn #right.homecolumn a.top,
#widecolumn #right.homecolumn h2.top {
	background: url(images/home-accordion-cornerright.png) top right no-repeat;
}

#widecolumn #left.homecolumn a.span {
	background-position: 0 -32px;
}

#widecolumn #left.homecolumn a:hover,
#widecolumn #left.homecolumn a.selected {
	background-position: 0 0;
}

#widecolumn .homecolumn div {
	padding: 11px 13px;
}

#widecolumn .homecolumn div p {
	margin-bottom: .5em;
}

#widecolumn .homecolumn div h3 {
	margin-bottom: 1em;
}

#widecolumn .homecolumn img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 12px;
}

#widecolumn .homecolumn img.right {
	float: right;
	padding-left: 14px;
	padding-bottom: 12px;
}


/*= Home Page Story Panel Scroller
****************************************/

#storypanel {
	height: 330px;
	background: url(images/home-dropshadow.png) bottom left no-repeat #c0c0c0;
	position: relative;
	margin-bottom: 20px;
}

#storypanel .slider {
	width: 844px;
	position: relative;
}

#storypanel .scroll {
	width: 844px;
	height: 254px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

#storypanel .scrollContainer {
	padding-top: 1px;
	width: 844px;
	height: 253px;
}

#storypanel .scrollContainer div.pane {
	padding: 0 0 0 33px;
	height: 253px;
	background-position: 1px 0;
	width: 811px;
}

#storypanel .scrollContainer #slide1 {
	background: url(images/home-pane-intro.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide2 {
	background: url(images/home-pane-websites.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide3 {
	background: url(images/home-pane-leads.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide4 {
	background: url(images/home-pane-search.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide5 {
	background: url(images/home-pane-display.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide6 {
	background: url(images/home-pane-ownermarketing.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide7 {
	background: url(images/home-pane-services.jpg) top left no-repeat;
}
#storypanel .scrollContainer #slide8 {
	background: url(images/home-pane-analytics.jpg) top left no-repeat;
}

#storypanel span.corners {
	display: block;
	width: 844px;
	height: 8px;
	background: url(images/home-corners.png) top left no-repeat;
	top: 0;
	position: absolute;
	behavior: url(iepngfix.htc);
}

/* Style Pane Content */

#storypanel .scrollContainer div.pane h2 {
	display: none;
}

#storypanel .scrollContainer div.pane p {
	margin-top: 90px;
	width: 330px;
}

#storypanel .scrollContainer div.pane p a {
	display: block;
	padding-top: 5px;
}

#storypanel .scrollButtons {
	display: none;
	margin-top: 15px;
	float: left;
}


/*= Video Player Layout
****************************************/

.video.player {
	width: 427px;
	height: 320px;
	margin: 10px auto 0 !important;
}

.video.player.rat-16-9
{
	width: 569px;
}

.video.player *
{
	margin: 0;
}

.video.player .media,
.video.player .media .photo
{
	display: block;
	width: 100%;
}

/*= Scroll Panel Layout
****************************************/

.slider {
	/* Make IE6 respect width caps on parent*/
	_box-sizing: border-box;
	_width: 100%;
	/* end fix */
	margin: 20px auto;
	background: #F3F3F3;
	background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#F3F3F3);
	border: solid 1px #DFDFDF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.slider .header {
	text-align: center;
	margin: 1.5ex auto !important;
}

.slider .viewport {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 53px;
	margin-right: 53px;
	/* Make IE6 respec viewport width - dont ask me why this works... */
	_box-sizing: border-box !important;
	_width: 95%;
	_margin-left: auto;
	_margin-right: auto;
	/* end fix */
	position: relative;
	list-style: none;
	padding: 0;
	white-space: nowrap;
	overflow-x: auto;
	*overflow-x: scroll; /* Make IE 6/7 flow layout correctly. when dealing with scrollbars */
	overflow-y: hidden;
}

.slider .viewport .item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 96px;
	display: inline-block;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: center;
	vertical-align: top;
	margin-left: 10px;
}

.slider .viewport .item.rat-16-9
{
	width: 128px;
}

.slider .viewport .item
{
	*display: inline; /* Make IE6/7 act like inline block. */
}

.slider .viewport .item *
{
	white-space: normal; /* IE 7 doesn't like it if we set this on the actual item */
}

.slider .viewport .item .photo,
.slider .viewport .item .desc
{
	display: block;
}

.slider .viewport .item .photo
{
	margin-bottom: 7px;
	height: 72px;
	line-height: 70px; /* poor browser rounding for align middle makes black background appear when it shouldn't */
	overflow: hidden;
	background-color: black;
}

.slider .viewport .item.rat-16-9 .photo
{
	text-align: center;
}

.slider .viewport .item .photo img
{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

.slider .viewport .item.rat-16-9 .photo img
{
	width: auto;
	height: 100%;
	vertical-align: baseline;
}

.slider .viewport .item .desc {
	display: block;
	font-size:11px;
	line-height:13px;
}

.slider .viewport .item:hover .photo,
.slider .viewport .item.selected .photo {
	border: none;
}

.slider .scrollButtons
{
	position: absolute;
	padding:0 !important;
	cursor: pointer;
}

.slider .scrollButtons.left {
  	left: 4px;
}

.slider .scrollButtons.right {
  	right: 4px;
}

/*= Link Page Styles
****************************************/

#rightcolumn ul.links {
	list-style: none;
	margin: 8px 0 30px;
	padding: 0;
}

#rightcolumn ul.links li {
	margin-bottom: .5em;
}

#rightcolumn ul.links a {
	display: block;
}

#rightcolumn ul.links span {
	display: block;
}


/*= Press and Events Column Styles
****************************************/

#rightcolumn div.events {
	width: 220px;
	padding: 15px 20px 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	clear: right;
}

#rightcolumn div.events h2 {
	margin-bottom: .5em;
}

#rightcolumn div.events p {
	margin-bottom: .75em;
}

#rightcolumn div.news {
	width: 300px;
	clear: none;
}

#rightcolumn div.coverage {
	width: 300px;
	float: left;
	clear: none;
}

#rightcolumn div.social {
	clear: both;
}

#rightcolumn div.social ul {
	margin: 0;
	padding: 10px 0 0;
}

#rightcolumn div.social li {
	list-style: none;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
}

/*= Research Topic Styles
****************************************/

#rightcolumn div.topic {
	border-top: 1px solid #e4e4e4;
	margin-top: -.5em;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

#rightcolumn div.topic h2 {
	margin-bottom: .5em;
	line-height: 1.3em;
}

#rightcolumn div.topic h2 span {
	display: block;
	margin-bottom: .25em;
}

#rightcolumn div.topic p {
	font-size: 13px;
	padding-right: 30px;
	margin-bottom: .75em;
}




/*= Simple Link Navigation
****************************************/

#rightcolumn ul.linknav {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-left: -15px;
}

#rightcolumn ul.linknav li {
	padding: 3px 20px 2px;
	border-left: 1px solid #ccc;
	float: left;
}

#rightcolumn ul.linknav li:first-child {
	border-left: none;
}


/*= iFrame Styles
****************************************/

#rightcolumn h1.careers {
	margin-left: -10px;
}

#careerframe {
	width: 600px;
	height: 800px;
	margin-left: -15px;
	margin-top: -10px;
	border: none;
}


/*= Form Styles
****************************************/

#rightcolumn form p,
#rightcolumn form div {
	margin-bottom: .75em;
}

#rightcolumn form label {
	display: inline-block;
	vertical-align: top;
	width: 160px;
}

#rightcolumn fieldset {
	margin: 1em 2em 1.5em 1em;
	padding: 10px;
	border: 2px solid #edf6fc;
}

#rightcolumn fieldset table {
	border: none;
	width: auto;
	margin: 0;
}

#rightcolumn fieldset th,
#rightcolumn fieldset td {
	border: none;
	padding: 6px 16px 15px;
}

#rightcolumn fieldset .options th label,
#rightcolumn fieldset .options td label {
	display: inline;
	width: auto;
}

#rightcolumn fieldset.contact div {
	padding: 6px 16px 0 8px;
}

#rightcolumn fieldset.contact label {
	width: 80px;
	text-align: right;
}

#rightcolumn fieldset.contact label.error {
	width: 150px;
}


/*= Sub Nav Layout
****************************************/

.subnav {
	margin-bottom: 36px;
	z-index: 10000;
}

.subnav ul {
	padding: 0 !important;
	margin: 0;
	position: relative;
	z-index: 4;
}

.subnav ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

.subnav ul li span {
	padding: 0;
	margin: 0;
	display: block;
}

.subnav ul li span a {
	display: block;
	padding: 8px 10px 0;
	height: 23px;
	background: url(images/subnav-middle.png) top left no-repeat;
}

/* Set Rounded Corner Versions */

.subnav ul li:first-child span a {
	padding-top: 11px;
	background: url(images/subnav-top.png) top left no-repeat;
}

.subnav ul li:last-child span a {
	padding-bottom: 4px;
	background: url(images/subnav-bottom.png) top left no-repeat;
}

/* Special Sub Nav Items */

.subnav ul li.get span a {
	background: url(images/subnav-get.png) top left no-repeat;
	padding-left: 40px;
}

.subnav ul li.share span a  {
	background: url(images/subnav-share.png) top left no-repeat;
	padding-left: 40px;
	cursor: pointer;
}

.subnav ul li.print span a {
	background: url(images/subnav-print.png) top left no-repeat;
	padding-left: 40px;
}

.subnav ul li span a:hover,
.subnav ul li span a.selected {
	background-position: 0 -31px;
}

.subnav ul li:first-child span a:hover,
.subnav ul li:first-child span a.selected {
	background-position: 0 -34px;
}

.subnav ul li:last-child span a:hover,
.subnav ul li:last-child span a.selected {
	background-position: 0 -35px;
}

/* Drop Down Menu */

.subnav ul li ul {
	z-index: 5;
	position: absolute;
	left: -999em;
	top: 0;
	width: 185px;
	height: auto;
	border-top: 1px solid #d6d6d6;
	float: none;
}

.subnav ul li:hover ul,
.subnav ul li.sfHover ul {
	left: 191px;
}

.subnav ul li ul li a {
	display: block;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	padding: 8px 10px 0;
	height: 23px;
	background-color: #F5F5F5;
}

.subnav ul li ul li a:hover {
	background-color: #fff;
	cursor: pointer;
}


/*= Panel Layout
****************************************/

.panel {
	margin-bottom: 26px;
	padding-bottom: 6px;
	background: url(images/panel-bottom.png) bottom left no-repeat #F5F5F5;
	z-index: 1;
}

.panel h1 {
	background: url(images/panel-header.png) top left no-repeat #AB6119;
	padding: 8px 11px
}

.panel h2 {
	padding: 0 11px 3px;
}

.panel p {
	padding: 3px 11px 13px;
}

.panel ul {
	list-style: none;
	padding-left: 25px;
	padding-bottom: 10px;
	z-index: 1;
}

.panel ul li {
	padding-bottom: 5px;
	padding-right: 11px;
}

.panel div {
	border-top: 1px solid #d8d8d8;
	padding-top: 10px;
	padding-bottom: 0;
}

/* Reset subnav for the panel version */

.panel .subnav ul li:first-child a {
	padding-top: 8px;
}

.panel .subnav ul li:last-child a {
	padding-bottom: 0;
}

.panel .subnav ul li:first-child a:hover,
.panel .subnav ul li:last-child a:hover {
	background-position: 0 -31px;
}

.panel .subnav {
	margin-bottom: 0;
	z-index: 1;
}

.panel .subnav ul li {
	padding-right: 0;
}



/*= Footer Layout
****************************************/

#footer {
	height: 113px;
	width: 900px;
	padding: 0 25px;
	margin: 0 auto;
	background: url(images/footer-bg.jpg) top left no-repeat;
	clear: both;
}

#footer div {
	width: 839px;
	height: 46px;
	background: url(images/footerbar-bg.png) top left no-repeat;
	margin-left: 27px;
	position: relative;
}

#footer ul.nav {
	padding: 15px 0 0 8px;
	float: left;
	margin: 0;
}
#footer ul.nav li {
	display: block;
	float: left;
	padding: 1px 10px 2px;
	border-left: 1px solid #999;
}
#footer ul.nav li.first {
	border-left: none;
}

#footer ul.social {
	float: right;
	padding: 10px 15px 0 0;
	margin: 0;
}
#footer ul.social li {
	float: left;
}
#footer ul.social li a {
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 14px;
}
#footer ul.social li.wordpress a {
	background: url(images/icon-wordpress.png) no-repeat;
}
#footer ul.social li.twitter a {
	background: url(images/icon-twitter.png) no-repeat;
}
#footer ul.social li.facebook a {
	background: url(images/icon-facebook.png) no-repeat;
}
#footer ul.social li.youtube a {
	background: url(images/icon-youtube.png) no-repeat;
}


#footer .copyright {
	padding: 80px 0 0 0;
	text-align: center;
	width: 100%;
	clear: both;
}
#footer .copyright a {
	color: #85aee5;
}


/*= Sub Footer Layout
****************************************/

#subfooter {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

#subfooter ul {
	margin-top: 20px;
}

#subfooter ul li {
	display: inline;
	padding: 0 15px;
}

/*= Clearfix
****************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
