* { margin: 0; padding: 0; border: 0; }

body {
	background: #eeeeee url('/images/background2.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#Container {
	width: 820px;
	margin: 0 auto;
}

/* HEADER */

body.Homepage #Header {
	width: 820px; height: 163px;
	background: url('/images/bg_header_homepage.jpg') no-repeat;
	position: relative;
}

body.Subpage #Header {
	width: 820px; height: 112px;
	background: url('/images/bg_header_subpage.jpg') no-repeat;
	position: relative;
}

#Header h1 {
	position: absolute;
	left: 25px; bottom: 38px;
}

#Header h1 a {
	display: block;
	width: 308px; height: 58px;
	background: url('/images/h1_r.png') no-repeat;
	text-indent: -9000px;
	outline: none;
}

/*Top Level Menu */
ul.TopLevel {
	list-style: none;
	position: absolute;
	right: 20px; bottom: 38px;
}

ul.TopLevel li {
	display: block;
	height: 25px;
	float: left;
}

ul.TopLevel a {
	display: block;
	height: 25px;
	text-indent: -9000px;
	outline: none;
}

#productsmarkets a {
	width: 143px;
	background: url('/images/TopLevelMenu/DisplayAdvertising.png') no-repeat;
}

#productsmarkets a.Active {
	background-position: -286px 0;
}

#productsmarkets a:hover {
	background-position: -143px 0;
}

#clientresults a {
	width: 134px;
	background: url('/images/TopLevelMenu/ClientExamples.png') no-repeat;
}

#clientresults a.Active {
	background-position: -268px 0;
}

#clientresults a:hover {
	background-position: -134px 0;
}

#benefits a {
	width: 67px;
	background: url('/images/TopLevelMenu/Benefits.png') no-repeat;
}

#benefits a.Active {
	background-position: -134px 0;
}

#benefits a:hover {
	background-position: -67px 0;
}

#aboutus a {
	width: 71px;
	background: url('/images/TopLevelMenu/AboutUs.png') no-repeat;
}

#aboutus a.Active {
	background-position: -142px 0;
}

#aboutus a:hover {
	background-position: -71px 0;
}

/* #blog a {
	width: 50px;
	background: url('/images/TopLevelMenu/Blog.png') no-repeat;
}

#blog a.Active {
	background-position: -100px 0;
}

#blog a:hover {
	background-position: -50px 0;
} *

/* Second Level Menu */

ul.sub-nav {
	list-style: none;
	font-size: 11px;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	width: 800px;
	display: block;
	position: absolute;
}

body.Homepage ul.sub-nav { top: 143px; }
body.Subpage ul.sub-nav { top: 95px; }

ul.sub-nav li {
	float: left;
	text-align: center;
}

ul.sub-nav li a {
	color: #5981b1;
	text-decoration: none;  
	display: inline-block;
}

ul.sub-nav li a.Active {
	color: #003e87;
	border-bottom: 2px solid red;
}

ul.sub-nav li a:hover {
	color: #003e87;
}

ul.sub-nav {
	position: absolute;
	bottom: 6px;
	left: 10px;
}

 
/* Top Tools: Share/Bookmark/Print on subpages */
ul.TopTools {
	display: block;
	list-style: none;
	position: absolute;
	top: 0; right: 20px;
	width: 219px; height: 24px;
	background: url('/images/bg_toptools.png') no-repeat;	
	font-size: 10px;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
	padding-left: 65px;
}

ul.TopTools li {
	float: left;
	display: inline;
	margin-right: 25px;
	margin-top: 5px;
}

ul.TopTools a {
	color: white;
	text-decoration: none;
}

ul.TopTools a.Share {
	background: url('/images/icon_share.png') no-repeat 0 2px;
	padding-left: 15px;
}

ul.TopTools a.Bookmark {
	background: url('/images/icon_bookmark.png') no-repeat 0 -1px;
	padding-left: 10px;
}

ul.TopTools a.Print {
	background: url('/images/icon_print.png') no-repeat 0 1px;
	padding-left: 15px;
}

/* HIGHLIGHT */
#Highlight {
	width: 808px; height: 236px;
	margin: 0 0 3px 6px;
	color: white !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	position: relative;
}

body.Homepage #Highlight {
	position: relative;
	/* background: url('/images/highlight.jpg') no-repeat; */
}

body.Subpage #Highlight {
	position: relative;
	background: url('/images/bg_highlight.jpg') no-repeat;
}

body.Subpage #Highlight.Sidebar {
	background: url('/images/bg_highlight_sidebar.jpg') no-repeat !important;
}

body.Subpage #Highlight.ls_120x90_Sidebar {
	background: url('/images/bg_highlight_sidebar.jpg') no-repeat !important;
}

body.Subpage.PUP #Highlight {
	width: 808px; height: 554px;
	background: url('/images/bg_highlightPUP.jpg') !important;
}

#Highlight #Copy {
	position: absolute;
	top: 40px; left: 40px;
	width: 720px;
}

#Highlight.ls_120x90 #Copy {
	position: absolute;
	top: 40px; left: 220px;
	width: 560px;
}

#Highlight.Sidebar #Copy {
	position: absolute;
	top: 40px; left: 40px;
	width: 560px;
}

#Highlight.ls_120x90_Sidebar #Copy {
	position: absolute;
	top: 40px; left: 220px;
	width: 340px;
}

#Highlight.Sidebar #SideMenu {
	position: absolute;
	right: 20px; top: 15px;
	width: 170px;
	list-style: none;
	color: white;
	font-size: 14px;
}

#Highlight.ls_120x90_Sidebar #SideMenu {
	position: absolute;
	right: 20px; top: 15px;
	width: 170px;
	list-style: none;
	color: white;
	font-size: 14px;
}

#Highlight.Sidebar #SideMenu a {
	color: #8098ac;
	text-decoration: none;
}

#Highlight.Sidebar #SideMenu a:hover {
	color: white;
	border: none !important;
}

#Highlight.Sidebar #SideMenu a.Active {
	color: white;
	border-bottom: 2px solid red;
}

#Highlight.ls_120x90_Sidebar #SideMenu a {
	color: #8098ac;
	text-decoration: none;
}

#Highlight.ls_120x90_Sidebar #SideMenu a:hover {
	color: white;
	border: none !important;
}

#Highlight.ls_120x90_Sidebar #SideMenu a.Active {
	color: white;
	border-bottom: 2px solid red;
}

#Highlight h2 {
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: .5em;
}

#Highlight.ls_120x90_Sidebar h2 {
	font-size: 32px;
	letter-spacing: -1px;
	margin-bottom: .5em;
	line-height: 32px;
}

#Highlight h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: .25em;
}

#Highlight p {
	font-size: 18px;
}

#Highlight div.BannerContainer p {
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
}

#Highlight.ls_120x90 div.BannerContainer {
	position: absolute;
	top: 30px; left: 30px;
	width: 172px; height: 178px;
	background: url('/images/highlight_bg_120x90.jpg') left no-repeat;
	border-right: 1px solid #3fc0ff;
}

#Highlight.ls_120x90 div.BannerContainer p.Top {
	top: 10px; right: 31px;
	width: 126px; 
	text-align: center;
}

#Highlight.ls_120x90 div.BannerContainer p.Bottom {
	top: 134px; right: 31px;
	width: 126px;
	text-align: center;
}

#Highlight.ls_120x90 div.Banner {
	position: absolute;
	width: 120px; height: 90px;
	top: 38px; right: 34px;
}

#Highlight.ls_120x90_Sidebar div.BannerContainer {
	position: absolute;
	top: 30px; left: 30px;
	width: 172px; height: 178px;
	background: url('/images/highlight_bg_120x90.jpg') left no-repeat;
	border-right: 1px solid #3fc0ff;
}

#Highlight.ls_120x90_Sidebar div.BannerContainer p.Top {
	top: 10px; right: 31px;
	width: 126px; 
	text-align: center;
}

#Highlight.ls_120x90_Sidebar div.BannerContainer p.Bottom {
	top: 134px; right: 31px;
	width: 126px;
	text-align: center;
}

#Highlight.ls_120x90_Sidebar div.Banner {
	position: absolute;
	width: 120px; height: 90px;
	top: 38px; right: 34px;
}

#Highlight ul {
	margin-left: 20px;
	font-size: 18px;
}

#Highlight ul.PUP {
	width: 430px;
	margin-left: 20px;
	font-size: 18px;
}

#Highlight ul li {
	margin-bottom: .5em;
}

#Highlight h2.PUP {
	margin-top: 50px;
}

/* Live Examples on the Homepage */

body.Homepage #LiveExamples {
	float: left;
}

body.Homepage #LiveExamples h2 {
	display: block;
	width: 820px; height: 24px;
	background: url('/images/h2_homepage_liveexamples.png') no-repeat;
	font-size: 12px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	text-indent: 20px;
}

body.Homepage #LiveExamples h2 a { color: white; text-decoration: none; }
body.Homepage #LiveExamples h2 a:hover { text-decoration: none; 
}
body.Homepage #LiveExamples ul {
	list-style: none;
	width: 798px; height: 80px;
	background: url('/images/homepage_live_examples_toprow.png') no-repeat;
	padding: 0 11px;
	margin: 0 !important;
	overflow: hidden;
}

body.Homepage #LiveExamples ul#bottomrow {
	list-style: none;
	width: 798px; height: 80px;
	background: url('/images/homepage_live_examples_bottomrow.png') no-repeat;
	padding: 0 11px;
	margin: 0 !important;
	overflow: hidden;
}

body.Homepage #LiveExamples ul li {
	float: left;
	display: inline;
	margin: 0 !important;
}

body.Homepage #LiveExamples div.PlaceHolder { 
	background: url('/images/homepage_live_examples_2.png') no-repeat;
	width: 820px; height: 80px;
}

/* Newsletter Promo */
#NewsletterPromo {
	position: relative;
	width: 207px;
	height: 104px;
	background: url('/images/newsletter_promo.png') no-repeat;
	text-indent: -90000px;
	float: left;
}

body.Homepage #NewsletterPromo a.click {
	position: absolute;
	top: 69px;
	left: 85px;
	display: block;
	width: 91px;
	height: 25px;
	background: url('/images/newsletter_promo_click_here.png') no-repeat;
	text-indent: -90000px;
}

/* MAIN */
#Main {
	width: 820px;
	background: url('/images/bg_main.png') repeat-y;
}

#Main.noSidebar {
	background: url('/images/bg_main_nosidebar.png') repeat-y;
}

#Main.noSidebar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body.Homepage #Main h2 {
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	background: #003766;
	text-indent: 10px;
	padding: 4px 0 2px 0;
}

body.Homepage #Main h2 a {
	color: white;
	text-decoration: none;
}

body.Homepage #Main h2 a:hover { text-decoration: none; }

body.Homepage #Main #FeaturedCaseStudy {
	float: left;
	display: inline;
	width: 350px;
	margin-left: 10px;
	position: relative;
}

body.Homepage #Main #FAQ {
	float: left;
	display: inline;
	width: 250px;
}



body.Homepage #Main #Sidebar {
	float: left;
	display: inline;
	width: 200px;
}

#Main #Sidebar h2 {
	background: #446e93 !important;
	text-indent: 20px !important;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	text-indent: 10px;
	padding: 4px 0 2px 0;
	width: 200px;
	margin-bottom: 1em;
}

body.Subpage #Main #Sidebar h2.First {
	height: 14px !important;
	width: 204px !important;
	background: url('/images/bg_sidebarh2_first.jpg') no-repeat !important;
	padding: 9px 0 2px 0 !important;
}

#Main #Sidebar h2 a {
	color: white;
	text-decoration: none;
}



/* FAQ page */
body.Homepage #Main #FAQ ul {
	margin: 10px;
	list-style: none;
	font-size: 11px;
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

body.Homepage #Main #FAQ ul li {
	margin-bottom: 1em;
}

body.Homepage #Main #FAQ ul a {
	color: black;
	text-decoration: none;
}

div.answer {
	background-color: #D5DEE7;
	margin: 0 15px;
	padding: 6px 12px;
	/* max-height: 150px;
	overflow: auto; */
}
div.answer p {
	text-align: justify;
}

div.faq-close{
 border: 1px solid #000088;
 background-color: #eeeeff;
 font-size: 11px;
 text-align: center;
 cursor: pointer;
 padding: 0 3px;
 line-height: 14px;
 height: 15px;
 width: 28px;
}

body.Homepage #Main #FAQ ul a:hover { text-decoration: underline; }

#Main #Sidebar ul {
	margin: 0px 20px;
	list-style: none;
	color: black;
	font-size: 11px;
	/* line-height: 1.25em; */
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px !important;
}

#Main #Sidebar ul li {
	margin-bottom: 1em;
}

/*
#Main #Sidebar a {
	color: black;
	text-decoration: underline;
}
*/

#Main #Sidebar ul a {
	color: black;
	text-decoration: none !important;
}

#Main #Sidebar ul a:hover { text-decoration: underline !important; }

#Main #Sidebar ul.CaseStudies {
	margin: 0 0 0 20px !important;
	font-size: 10px;
	padding-bottom: 10px;
}

#Main #Sidebar ul.CaseStudies a { font-size: 11px; }

#Main #Sidebar ul.CaseStudies li {
	margin-bottom: 0 !important;
}

#Main #Sidebar ul.CaseStudies li.Overview {
	margin-top: 25px;
	color: #0b3c68;
	border-bottom: 1px dotted #ddd;
	font-style: italic;
}

#Main #Sidebar ul.CaseStudies li.Overview a {
	color: #0b3c68;
}

#Main #Sidebar ul.CaseStudies li.Overview a:hover {
	text-decoration: none !important;
}

#Main #Sidebar ul.CaseStudies li.Logo {
	padding: 10px 0 0 0;
}

#Main #Sidebar ul.CaseStudies li.Logo.First {
	padding: 0;
}

#Main #Sidebar ul.CaseStudies li.BrandExample {
	padding: 5px 0 5px 0;
}

#Main #Sidebar ul.CaseStudies h3 {
	text-indent: -9000px;
	width: 160px; 
	margin: 1em 0 .25em 0;
	font-size: 11px !important;
	color: #0b3c68;
}

#Main #Sidebar ul.CaseStudies h3.Text {
	text-indent: 0;
	width: auto;
	text-transform: uppercase;
}

#Main #Sidebar ul.CaseStudies h3.IBM {
	height: 26px;
	background: url('/images/sidebar/sidebar_ibm.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.SonyPictures {
	height: 68px;
	background: url('/images/sidebar/sidebar_sonypictures.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Lowes {
	height: 32px;
	background: url('/images/sidebar/sidebar_lowes.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Electric24 {
	height: 25px;
	background: url('/images/sidebar/sidebar_24electric.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.CDWow {
	height: 18px;
	background: url('/images/sidebar/sidebar_cdwow.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Chevrolet {
	height: 22px;
	background: url('/images/sidebar/sidebar_chevrolet.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Cisco {
	height: 31px;
	background: url('/images/sidebar/sidebar_cisco.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Hyundai {
	height: 18px;
	background: url('/images/sidebar/sidebar_hyundai.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Microsoft {
	height: 17px;
	background: url('/images/sidebar/sidebar_microsoft.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Overstock {
	height: 23px;
	background: url('/images/sidebar/sidebar_overstock.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Pontiac {
	height: 18px;
	background: url('/images/sidebar/sidebar_pontiac.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.Premiere {
	height: 18px;
	background: url('/images/sidebar/sidebar_premiere.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.WalMart {
	height: 17px;
	background: url('/images/sidebar/sidebar_walmart.png') no-repeat;
}

#Main #Sidebar ul.CaseStudies h3.CokeTags a {
	display: block;
	height: 21px; width: 92px;
	background: url('/images/sidebar/sidebar_coketag.png') no-repeat;
	text-indent: -9000px;
	outline: none;
}

body.Subpage #Main #Copy {
	float: left;
	width: 560px;
	display: inline;
	padding: 25px 20px 0 30px;
	background: url('/images/bg_maincopy.jpg') no-repeat;
	position: relative;
}

body.Subpage #Main.noSidebar #Copy {
	padding: 25px 30px 0 30px;
	width: 780px;
}

body.Subpage #Main #Copy p, body.Subpage #Main #Copy ul, #Copy ol, body.Subpage #Main #Copy {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #333333;
}

body.Subpage #Main #Copy p.small {
	font-size: 12px;
	line-height: 1.2em;
}

body.Subpage #Main #Copy ul {
	margin-left: 20px;
}

body.Subpage #Main #Copy ol {
	margin-left: 40px;
}

body.Subpage #Main #Copy ul li, body.Subpage #Main #Copy ol li { margin-bottom: 1em; }

body.Subpage #Main #Copy ul.NoBullets {
	list-style: none;
	margin: 0 !important;
}

body.Subpage #Main #Copy #FAQ strong {
	display: block;
	color: black;
}

body.Subpage #Main #Copy #FAQ ol {
	margin: 0 0 1em 3em; 
}

body.Subpage #Main #Copy #FAQ ol li { margin-bottom: .5em; }

#Main #Copy a {
	color: #004077;
	text-decoration: underline;
}

#Main #Copy a:hover {
	color: #0073a8;
	text-decoration: none;
}

/******* DISPLAY ADVERTISING *******/

#Main #Copy a.bookmark {
	text-decoration: none !important;
}

body.Subpage .displayAds {
	position: relative;
	width: 808px;
	height: 238px;
	padding: 0;
	text-indent: -9000px !important;
	background: url('/images/displayads/display_ads_highlight.jpg') top left no-repeat !important;
}

/* Best Buy e-commerce example */
#Main #Copy div.EcommerceExample {
	position: relative;
	width: 671px;
	height: 314px;
	padding: 17px 21px 0px 21px;
	margin: 0 0 35px 25px;
	background: url('/images/displayads/ecommerce_example_bg.jpg') top left no-repeat;
}

#Main #Copy div.EcommerceExample img {
	border: none !important;
}

#Main #Copy span.ExampleCaption {
	display: block;
	margin-left: 5px;
	font-size: 11px !important;
	color: #999 !important;
	font-style: italic;
}

/* Click here for example button */
#Main #Copy span.ExampleButton {
	display: block;
	width: 151px !important;
	height: 20px;
	margin-top: 6px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	background-image: url('/images/click_for_example_button.png');
	background-position: left;
	background-repeat: no-repeat;
}

#Main #Copy a.ExampleButton {
	display: block;
	width: 151px !important;
	height: 20px;
	margin-top: 6px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	outline: none;
	background-image: url('/images/click_for_example_button.png');
	background-position: left;
	background-repeat: no-repeat;
}

/* Container for 4 different Video Solutions */
#Main #Copy div.VideoSolutions {
	position: relative;
	width: 713px;
	height: 262px;
	margin-left: 25px; margin-bottom: 35px;
	background: url('/images/displayads/video_solutions_bg.png') top left no-repeat;
}

/* Individual Video Solution divs */
#Main #Copy #VideoType {
	position: absolute;
	width: 200px;
	height: 100px;
	padding-left: 120px; padding-right: 16px;
	background-position: top left;
	background-repeat: no-repeat;
}

#Main #Copy .standard {
	top: 21px !important; left: 21px !important;
	background-image: url('/images/displayads/standard_video_bg.png');
}

#Main #Copy .inmenu {
	top: 21px !important; left: 357px !important;
	background-image: url('/images/displayads/in_menu_video_bg.png');
}

#Main #Copy .catalog {
	top: 141px !important; left: 21px !important;
	background-image: url('/images/displayads/video_catalog_bg.png');
}

#Main #Copy .videofooter {
	top: 141px !important; left: 357px !important;
	background-image: url('/images/displayads/video_footer_bg.png');
}

/* Video Type Headers */
#Main #Copy span.VideoHead {
	display: block;
	color: #004077;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#Main #Copy #VideoType p {
	font-size: 12px;
}

/* Thumbnails for Main Sections */
#Main #Copy #Subsection {
	position: relative;
	width: 362px;
	height: 138px;
	padding-top: 30px; padding-right: 398px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	background-position: top left;
	background-repeat: no-repeat;
}

#Main #Copy .datafeeds {
	background-image: url('/images/displayads/data_feeds_bg.png');
}

#Main #Copy .downloads {
	margin-top: 20px;
	background-image: url('/images/displayads/direct_downloads_bg.png');
}

#Main #Copy .datatransfer {
	margin-top: 20px;
	background-image: url('/images/displayads/forms_and_data_transfer_bg.png');
}

#Main #Copy .microsite {
	margin-top: 20px;
	padding-bottom: 0;
	border-bottom: none !important;
	background-image: url('/images/displayads/microsite_functionality_bg.png');
}

#Main #Copy a:hover {
	/* background-position: 0 0; */
	background-position: right;
}

#Main #Copy a:hover span {
	background-position: right;
}

/* Thumbnail Links */

#Main #Copy .thumblink {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 1px; line-height: 1px;
}

#Main #Copy .thumblink a {
	position: relative;
	display: block;
	text-indent: -9000px;
	border: none;
	outline: none;
	background: url('/images/displayads/invisible.png');
}

#Main #Copy #VideoType .thumblink {
	top: 0; left: 0;
	width: 100px; height: 100px;
}

#Main #Copy #VideoType .thumblink a {
	width: 100px; height: 100px;
}

#Main #Copy .EcommerceExample .thumblink {
	top: 89px; left: 55px;
	width: 600px; height: 227px;
}

#Main #Copy .EcommerceExample .thumblink a {
	width: 600px; height: 227px;
}

#Main #Copy #Subsection .thumblink {
	top: 21px; left: 403px;
	width: 314px; height: 126px;
}

#Main #Copy #Subsection .thumblink a {
	width: 314px; height: 126px;
}


/******* END DISPLAY ADVERTISING *******/




/* EXAMPLE BUTTON FOR CLIENT EXAMPLES */

ul#IndustryExamples li a.ExampleButton {
	position: absolute;
	left: 15px !important; bottom: 10px !important;
	display: block;
	width: 151px !important;
	height: 20px;
	margin-top: 6px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	outline: none;
	background-image: url('/images/click_for_example_button.png');
	background-position: left;
	background-repeat: no-repeat;
}




/* Banner Xpander Chart Styles */
#Main #Copy #ChartWrapper {
	width: 560px;
	display: block;
	padding: 0;
	background: transparent;
	position: relative;
	clear: both;
}

#Main #Copy #ChartWrapper #Chart {
	width: 260px;
	display: block;
	float: left;
	padding: 0;
	background: transparent;
	position: relative;
	margin-bottom: 25px;
}

#Main #Copy #ChartWrapper #Chart.left {
	margin-right: 40px;
}

#Main #Copy #ChartWrapper #Chart img {
	width: 260px;
	height: 172px;
}

#Main #Copy h4.block {
	display: block;
	clear: both;
}

#Main #Copy h4.tight {
	line-height: 17px;
}

body.Subpage #Main #Sidebar {
	float: left;
	display: inline;
	width: 204px;
}

#Main #Sidebar p {
	font-size: 11px;
	margin: 10px 20px; 
}

body.Subpage #Main #Copy h2 {
	color: #004077;
	font-size: 22px;
	margin-bottom: .5em;
}

body.Subpage #Main #Copy ul.measure {
	margin-top: 10px;
	font-size: 12px;
	line-height: 13px;
}

body.Subpage #Main #Copy ul.results li {
	margin-bottom: 5px;
}

body.Subpage #Main #Copy h2 a, body.Subpage #Main #Copy h3 a {
	text-decoration: none;
}
body.Subpage #Main #Copy h3 {
	color: #004077;
	font-size: 18px;
	margin-bottom: .5em;
	text-decoration: none !important;
}

body.Subpage #Main #Copy h4 {
	color: black;
	font-size: 14px;
}

body.Subpage #Main #Copy  {
	color: #004077;
	font-size: 16px;
	margin-bottom: .5em;
}

body.Subpage #Main #Copy.NewsAnnouncements {
	float: left;
	width: 440px;
	display: inline;
	padding: 60px 80px 40px 90px;
	background: url('/images/bg_maincopy.jpg') no-repeat;
	position: relative;
}

#Copy.NewsAnnouncements h3 {
	color: black !important;
	font-size: 16px !important;
	line-height: 1.5em;
	margin-bottom: 1.5em !important;
}

#Copy.NewsAnnouncements p, #Copy.NewsAnnouncements ul, #Copy.NewsAnnouncements ol {
	font-size: 12px !important;
	line-height: 2em !important;
}

#Footer {
	width: 820px; height: 130px;
	background: url('/images/bg_footer.png') no-repeat;
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#Footer h2 {
	width: 112px; height: 22px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	background: url('/images/h2_footer.png') no-repeat;
	position: absolute;
	top: 14px; left: 30px;
}


#Footer a {
	text-decoration: none;
	color: #770000;
}

#Footer p.ContactInfo {
	position: absolute;
	left: 158px;
	top: 23px;
	font-size: 12px;
}

#Footer div.BottomMenu {
	position: absolute;
	width: 760px;
	top: 45px; left: 30px;
	border-top: 1px solid #770000;
	padding-top: 5px;	
}

#Footer div.BottomMenu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
}

#Footer div.BottomMenu ul li {
	display:table-cell;
}

#Footer div.BottomMenu ul li a {
	display:block;
	margin: 0px 25px !important;
}

#Footer div.BottomMenu ul li.first a {
	margin: 0px 25px 0 0 !important;
}

#Footer div.BottomMenu ul li.last a {
	margin: 0px 0 0 25px !important;
}

#Footer div.BottomMenu ul li a:hover {
	text-decoration: underline;
}

#Footer p.Copyright {
	width: 820px;
	display: block;
	text-align: center;
	position: absolute;
	font-size: 12px;
	top: 95px; 
}

input { border: 1px solid black; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.noBullets { list-style: none; margin: 0 !important;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* CLIENT RESULTS STUFF */

#Copy ul.CaseStudies {
	list-style: none;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #333333 !important;
}

#Copy ul.CaseStudies strong {
	float: left;
	display: block;
	font-size: 10px;
	color: #aaaaaa;
	width: 80px;
	text-transform: uppercase;
}

#Copy ul.CaseStudies li {
	margin-bottom: 25px !important;
}

#Copy ul.CaseStudies span.ClientName { font-size: 14px; font-weight: bold; }


#Copy ul.CaseStudies ul li.Thumbnail {
	float: left;
	height: 152px; width: 227px;
	margin: 0 20px 20px 0;

}

#Copy ul.CaseStudies ul li.Thumbnail a {
	border: 1px solid #003a6c;
	display: block;
	width: 225px; height: 150px;
}

#Copy ul.CaseStudies ul li.Thumbnail a:hover {
	border: 1px solid red;
}

#Copy .ClientThumbnail {
	float: right;
	height: 150px; width: 225px;
	margin: 0 20px 0 20px;
	border: 1px solid #003a6c;
}

#Copy p#Graph {
	text-align: center;
}

#Copy p#Graph.middle {
}

#Copy p#Graph span.header {
	display: block;
	width: 530px;
	height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background: url('/clientresults/casestudies/images/graph_header_bg.jpg') no-repeat left;
}

/* 
#Copy ul.Graphs {
	list-style: none;
	width: 510px;
	margin: 0; margin-bottom: 40px;
	padding: 0;
	font-size: 11px !important;
	font-weight: bold;
}

#Copy ul.Graphs li.GraphThumbnail {
	float: left;
	list-style: none;
	height: 158px; width: 158px;
	margin: 0 15px 10px 0;
	text-align: center;
}

#Copy ul.Graphs li.GraphThumbnailLast {
	float: left;
	list-style: none;
	height: 158px; width: 158px;
	margin: 0 0 10px 0;
	text-align: center;
}

#Copy ul.Graphs li.GraphThumbnail a {
	border: 1px solid #003a6c;
	display: block;
	width: 158px; height: 158px;
	margin-top: 5px;
}

#Copy ul.Graphs li.GraphThumbnail a:hover {
	border: 1px solid red;
}

#Copy ul.Graphs li.GraphThumbnailLast a {
	border: 1px solid #003a6c;
	display: block;
	width: 158px; height: 158px;
	margin-top: 5px;
}

#Copy ul.Graphs li.GraphThumbnailLast a:hover {
	border: 1px solid red;
} */

#Copy ul.CaseStudies ul li.ClientThumb {
	height: 60px; width: 80px;
	margin: 0 10px 10px 0;
	float: left;
}

#Copy ul.CaseStudies ul { list-style: none; margin: 0 !important; }

#Copy ul.CaseStudies ul li {
	margin-bottom: 0px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #333333 !important;
}

#Copy ul.CaseStudies p {
	font-size: 10px !important;
}

#Copy ul.CaseStudyInfo {
	list-style: none;
	margin: 0 0 10px 0 !important;
}

#Copy ul.CaseStudyInfo strong {
	float: left;
	display: block;
	font-size: 11px;
	color: #aaaaaa;
	width: 100px;
	text-transform: uppercase;
}

#Copy ul.CaseStudyInfo ul li {
	margin-bottom: 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	color: #333333 !important;
}

#Copy.case160x600 div.Banner {
	width: 174px; height: 214px; 
	margin: 0 5px 20px 0;
	float: left;
}

#Copy.case160x600_2 div.Banner {
	width: 146px; height: 195px; 
	margin: 0 5px 20px 0;
	float: left;
}

#Copy.case300x250 div.Banner {
	height: 143px; width: 303px;
	margin: 0 0 20px 20px;
	float: right;
	display:block;
	
}
#Copy.case300x250 div.Graph {
	width: 300px;
	margin: 0 0 20px 20px;
	float: right;
}

#Copy.case300x250_2 div.Graph {
	width: 300px;
	margin: 0 0 10px 20px;
	float: right;
}
#Copy.case300x250_2 div.Banner {
	height: 103px; width: 303px;
	margin: 0 0 10px 20px;
	float: right;
	display:block;
	
}






#Copy.case120x90 div.Banner {
	height: 90px; width: 120px;
	margin: 0 0 20px 20px;
	float: right;
}

#Copy.case728x90 div.Banner {
	height: 90px; width: 728px;
	margin: 0 20px 0 20px;
	float: left;
}

#Copy.case468x60 div.Banner {
	height: 60px; width: 468px;
	margin: 20px 0;
}

ul#IndustryExamples {
	list-style: none;
	margin: 0 !important;
	padding-top: 20px;
}

ul#IndustryExamples li {
	position: relative;
	display: inline;
	width: 328px; height: 300px;
	border: 1px solid #cccccc;
	margin: 0 15px 15px 0;
	padding: 15px;
	float: left;
}

ul#IndustryExamples ul {
	padding-top: 20px !important;
	margin: 0 !important;
	list-style: none !important;
}

ul#IndustryExamples ul li {
	height: auto !important;
	width: auto !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
	font-size: 10px !important;
	line-height: 1.5em !important;
}

#Copy ul#IndustryExamples ul li.ClientThumb {
	display: block;
	height: 60px !important; width: 80px !important;
	margin: 0 5px 5px 0 !important;
	float: left !important;
	border: 1px solid #cccccc;
}

ul#IndustryExamples ul li strong { 
	float: left;
	width: 60px;
	font-size: 10px;
	text-transform: uppercase;
	color: #aaa;
}

ul#IndustryExamples ul li p { font-size: 11px !important; line-height: 1em; }

ul#IndustryExamples ul.case160x600 li.Banner {
	display: block !important;
	width: 174px !important; height: 214px !important; 
	float: left !important;
	margin: 3px 5px 0 0 !important;

}
ul#IndustryExamples ul.case160x600_2 li.Banner {
	display: block !important;
	width: 146px !important; height: 195px !important; 
	float: left !important;
	margin: 3px 5px 0 0 !important;

}

ul#IndustryExamples ul.case160x600 li.Banner img { /* margin-left: 10px; */ }

ul#IndustryExamples ul.case160x600_2 li.Banner img { /* margin-left: 10px; */ }



ul#IndustryExamples ul.case300x250 li.Banner, ul#IndustryExamples ul.case120x90 li.Banner {
	display: block !important;
	height: 143px !important; width: 303px !important;
	float: left !important;
	margin: 0 10px 5px 10px !important;
	/* background: black; */
}

ul#IndustryExamples ul.case300x250_2 li.Banner {
	display: block !important;
	height: 103px !important; width: 303px !important;
	float: left !important;
	margin: 0 10px 5px 10px !important;
	/* background: black; */
}



ul#IndustryExamples ul.case728x90 li.Banner {
	display: block !important;
	width: 328px !important; height: 50px !important;
	margin-bottom: 10px !important;
	/* background: black; */
	position: relative;
}

ul#IndustryExamples ul.case468x60 li.Banner {
	display: block !important;
	width: 328px !important; height: 42px !important;
	margin-bottom: 10px !important;
	/* background: black; */
	position: relative;
}

ul#IndustryExamples ul li.Banner p {
	font-size: 8px !important;
	margin: 0 !important;
	text-align: center;
}

ul#IndustryExamples ul.case728x90 li.Banner p, ul#IndustryExamples ul.case468x60 li.Banner p {
	position: absolute;
	top: 45px; right: 0px;
	text-align: right !important;
	position: absolute;
}

ul#IndustryExamples li ul li.Banner a {
	position: relative !important;
	bottom: auto !important; left: auto !important;
	display: inline;
	width: auto !important;
	height: auto;
	border: none;
}

ul#IndustryExamples li ul li.Banner img {
	position: relative;
	display: inline;
	border: none;
	background: #fff;
	z-index: 1000;
}

ul#IndustryExamples span.ClientName { font-size: 13px; font-weight: bold; }

ul.NewsAnnouncements {
	list-style: none;
}

ul.NewsAnnouncements strong {
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

ul.NewsAnnouncements li { margin-bottom: 1em; }

a.ReturnTop {
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 30px; right: 50px;
	text-align: right;
}

a.ReturnBottom {
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
}

p.clearFloats {
	clear: both;
}

a.asterlink14 {
	background: url('/images/asterlink_14.png') no-repeat;
	padding-left: 20px;
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}

a.asterlink14:hover { color: red; }

p.Footnote { font-size: 10px !important; line-height: 1em !important; color: #666666 !important; }

body.Homepage a.cs_Hyundai {
	display: block;
	width: 300px; height: 200px;
	background: url('/images/homepage_casestudies/hyundai.png') no-repeat;
	text-indent: -9000px;
	margin: 20px 0 20px 20px;
	padding-right: 10px;
	border-right: 2px solid #cccccc;
}

/* Newsletter sign up styles */

form#newsletter {
	color: #000000;
	font-size: 12px;
	}

ul.newsletterlinks {
	display: block;
	list-style: none;
	}

form#newsletter label {
    display: block;
    float: left;
    clear: left;
    width: 9em;
    font-size: 12px;
    color: #000000;
    padding-right: 1em;
    text-align: right;
    line-height: 1.8em;
    }
    
form#newsletter label.radio {
	display: inline;
	float: none;
	padding-right: 2em;
	}
    
form#newsletter input {
	display: block;
	float: left;
	font-size: 12px;
	margin-left: 1em;
	padding: 2px;
	}
	
form#newsletter input.required {
	border: 1px solid #999999;
}

form#newsletter input.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

form#newsletter input.validation-passed {
	border: 1px solid #00CC00;
	color : #000000;
}

.validation-advice {
	padding-top: -3px;
	margin-bottom: -10px;
	margin-left: 28em;
	color : #FF0000;
	font-size: 12px;
	font-weight: bold;
}
	
form#newsletter input.submit {
	display: inline;
	float: none;
	margin-top: 15px;	
	margin-left: -.1em;
	margin-right: 10px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD;
	border: 1px solid #999999;}
	
form#newsletter input.radio {
	display: inline;
	float: none;
	margin-bottom: -3px;
	margin-right: 3px;}
	
form#newsletter select#group {
	display: block;
	float: left;
	font-size: 12px;
	margin-left: 1em;
	width: 15.5em;
	}
	
form#newsletter input.hidden {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	border: 0px;
	}	
	
form#newsletter br {
	clear: both;
	}
	
div#formrow {
	clear: both;
	margin-bottom: 15px;}
	
label.required {
	font-weight: bold;}
	
div.radios {
	display: block;
	float: left;
	color: #000000;
	font-size: 12px;
	margin-left: 2px;}

.signup {
	font-size: 10px;
	color: #000000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	width: 15em;
	margin-bottom: 15px;
	}

/* CASE STUDIES DIV SWAP */

#CaseStudiesNav {
	width: 560px;
	border-bottom: 1px solid #004077;
	position: relative;
	padding: 0px !important;
	margin-bottom: 20px;
}

#CaseStudiesNav h3 {
	display: block;
	margin-bottom: 0px !important;
}

#CaseStudiesNav ul {
	position: absolute;
	bottom: 0; right: 0;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#CaseStudiesNav ul li {
	display: block;
	float: left;
	margin: 0; margin-bottom: 0px !important; margin-right: 10px;
	width: 78px !important;
	list-style: none;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px !important;
	border: 1px solid #004077; border-bottom: 0px;
	cursor: pointer;
}

#CaseStudiesNav ul li.last {
	margin-right: 0px !important;
}

#CaseStudiesNav ul li a {
	display: block;
	width: 72px !important;
	height: 11px;
	padding: 3px;
	width: auto;
	text-align: center !important;
	text-decoration: none !important;
	color: #004077;
	outline: none;
}

#CaseStudiesNav ul li a.Active {
	background-color: #004077;
	color: #fff !important;
}
/*
#CaseStudiesNav ul li a.grey {
	background-color: #fff;
	color: #004077;
}

#CaseStudiesNav ul li a:hover span {
	text-decoration: none;
	cursor: pointer;
}

#CaseStudies Nav ul li a span.highlight {
	color: #fff;
}

#CaseStudies Nav ul li a span.grey {
	color: #004077;
}

#CaseStudies Nav ul li a:hover span {
	text-decoration: none;
}

#CaseStudies Nav ul li a:hover span.grey {
	background-color: #ccd9e4;
}
*/

ul.CaseStudies#Clients { display: none; }

ul.HideMe = { display: none; }
ul.ShowMe = { display: block; }

br.clear {
	clear: both;
}

/* Highslide Styles */

.highslide {
	cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(/js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-overlay {
	display: none;
}

/* Close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/js/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}