/****************************************
* Sets layout styles for screen			*
*										*
* Author: Gary Windels					*
* Last revised: 1/5/09					*
*										*
****************************************/


/*= Reset Tags
****************************************/

body {
	margin: 0 auto 30px 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;
}

a img {
	border: none;
}

/** 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; }

/*= 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: 150px;
	height: 46px;
	margin-left: 26px;
}

#logo a {
	display: block;
	width: 150px;
	height: 0;
	padding-top: 46px;
	overflow: hidden;
	background: url(images/logo-cobalt.png) top left no-repeat;
}


/*= Global Nav Layout
****************************************/

#header ul {
	width: 625px;
	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: 166px;
	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: -108px;
}

#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;
}

#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;
	padding-left: 12px;
	padding-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 div {
	clear: both;
}

#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: 25px;
}

#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 {
	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;
}

/* 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;
}

/* 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 .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 {
	padding-left: 20px;
	padding-bottom: 15px;
}

#rightcolumn div.gallery div {
	background-color: #EDF6FC;
	padding: 10px 15px 5px;
}

#rightcolumn div.gallery div div {
	background-color: none;
	padding: 0;
	margin-bottom: 15px;
}

#rightcolumn div.gallery a img {
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto 7px;
}

#rightcolumn div.gallery a span {
	display: block;
	margin: 0 auto;
	width: 110px;
}

#rightcolumn div.gallery a:hover img {
	border: 1px solid #000;
}

#rightcolumn div.gallery div h2 {
	margin-bottom: 10px;
}

#rightcolumn div.gallery div a.cta {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}


/* 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 .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;
	margin: 0;
}

#widecolumn .navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

#widecolumn .navigation li a {
	display: block;
	height: 0;
	padding-top: 69px;
	overflow: hidden;
}

#widecolumn .navigation li.home {
	display: none;
}
#widecolumn .navigation li.websites a {
	background: url(images/home-websites.png) top left no-repeat;
	width: 129px;
}
#widecolumn .navigation li.leads a {
	background: url(images/home-leads.png) top left no-repeat;
	width: 107px;
}
#widecolumn .navigation li.search a {
	background: url(images/home-search.png) top left no-repeat;
	width: 112px;
}
#widecolumn .navigation li.display a {
	background: url(images/home-display.png) top left no-repeat;
	width: 117px;
}
#widecolumn .navigation li.ownermarketing a {
	background: url(images/home-ownermarketing.png) top left no-repeat;
	width: 128px;
}
#widecolumn .navigation li.services a {
	background: url(images/home-services.png) top left no-repeat;
	width: 122px;
}
#widecolumn .navigation li.analytics a {
	background: url(images/home-analytics.png) top left no-repeat;
	width: 129px;
}

#widecolumn .navigation li a:hover,
#widecolumn .navigation li a:active,
#widecolumn .navigation li a.selected {
	background-position: 0 -69px;
}


/*= 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
****************************************/

#rightcolumn div.video {
	padding-top: 15px;
	text-align: center;
}


/*= Video Scroll Panel Layout
****************************************/

#videopanel {
	width: 601px;
	height: 176px;
	padding-top: 10px;
	padding-left: 23px;
	margin-top: 20px;
	margin-left: -24px;
	margin-bottom: 20px;
	background: url(images/videonav-bg.png) top left no-repeat;
}

#videopanel h3 {
	text-align: center;
	padding-bottom: 10px;
}
	
#videopanel #slider {
  width: 516px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  position: relative;
}

#videopanel #slider div {
	clear: none;
}

#videopanel .scroll {
  height: 126px;
  width: 516px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

#videopanel .scrollContainer div.pane {
  padding: 0;
  height: 126px;
  width: 516px; /* change to 560px if not using JS to remove rh.scroll */
}

#videopanel .scrollButtons {
  position: absolute;
  top: 53px;
  cursor: pointer;
}

#videopanel .scrollButtons img {
	behavior: url(iepngfix.htc);
}

#videopanel .scrollButtons.left {
  left: -15px;
}

#videopanel .scrollButtons.right {
  right: -15px;
}

/* Position Navigation */

#videopanel .navigation {
	float: right;
	right: 0;
	position: absolute;
	list-style: none;
}

#videopanel .navigation li {
	padding-left: 5px;
	float: left;
}

/* Position Video Thumbnails */

#videopanel .scrollContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#videopanel .scrollContainer li {
	padding: 0 0 0 22px;
	text-align: center;
	float: left;
}

#videopanel .scrollContainer li:first-child {
	padding-left: 0;
	text-align: center;
	float: left;
}

#videopanel .scrollContainer li a {
	cursor: pointer;
}

#videopanel .scrollContainer li a img {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 7px;
	width: 110px;
	height: 83px;
}

#videopanel .scrollContainer li a span {
	display: block;
	width: 110px;
}

#videopanel .scrollContainer li a:hover img,
#videopanel .scrollContainer li a.selected img {
	border: 1px solid #000;
}

#rightcolumn #videopdf {
	text-align: center;
}

#rightcolumn #videopdf a {
	margin: 3px auto 0;
}


/*= 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: 170px;
	padding: 15px 30px 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;
}

#footer ul {
	padding: 15px 15px 0 0;
	float: right;
}

#footer li {
	display: block;
	float: left;
	padding: 1px 10px 2px;
	border-left: 1px solid #999;
}

#footer li:first-child {
	border-left: none;
}

#footer .copyright {
	padding: 16px 0 0 20px;
	float: left;
}


/*= 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;
}

