/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	background: #d4d4d4;
	height: 100%;
	min-height: 100%;
}

div#container {
	width: 100%;
	background: url("/images/wrapper-bg.png") center top repeat-y;
	margin: 0 auto;
	padding: 0;
}

div#wrapper {
	min-height: 100%;
	background-color: #ffffff;
	width: 970px; 
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	margin: 0 auto;
	padding: 0;
}

/* Start Header Layout Code */

div#header {
	position: relative;
	display: block;
	height: 113px;
	width: 100%;
	margin: 0;
	background: #ffffff url("/images/header-bg.png") 0 0 repeat-y;
}

div#advertisement {
	position: absolute;
	top: 7px;
	right: 176px;
	height: 62px;
	width: 300px;
	display: block;
}

div#login {
	margin-top: 2px;
	padding-right: 26px;
    float: right;
	height: 72px;
}

img.logo {
	position: absolute;
	top: 9px;
	left: 18px;
}

div#menu-container {
	position: absolute;
	left: 10px;
	bottom: 4px;
	display: block;
	height: 28px;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #b8b8b8;
	width: 960px;
	background: #ffffff url("/images/menu-bg.png") 0 0 repeat-x;
}

div#search-box {
	position: absolute;
	right: 0;
	top: 4px;
	width: 166px;
	height: 19px;
}

/* End Header Layout Code */

/* Start Slogan Layout Code */

div#slogan {
	display: block;
	height: 62px;
	width: 100%;
	margin: 0;
	background: #4c9c55 url("/images/slogan-bg.png") 0 0 no-repeat;
} 

/* Start Copy Layout Code */

div#copy-container {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background: #ffffff url("/images/copy-container-bg.png") 0 0 repeat-y;
}

div#copy-content {
	display: block;
    height: 100%;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	overflow: hidden;
	background: url("/images/copy-content-bg.png") 0 0 no-repeat;
	/* For no results in search */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	line-height: 150%;
}

div#copy-wrap {
	width: 750px;
	float: left; 
	min-height: 400px;
	height: auto !important;
    height: 400px; /* IE6 Hack */
	margin: 20px 32px 0 0;
}

div#copy-panel {
	width: 735px; /* 750px */
	margin: 0;
	padding: 0 0 40px 15px;
	background: #ffffff url("/images/sub-top.gif") no-repeat left top;
    min-height: 420px;
	height: auto !important;
    height: 420px; /* IE6 Hack */
}

div.panel-bottom {
	height: 10px;
	background: #ffffff url("/images/content-bottom.png") 0 0 repeat-x;
	width: 750px; /* 750px */
}	

div.home-box {
	padding: 0 0 40px 15px;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 733px; /* 750px */
	margin: 20px 0 0 0;
	clear: both;
}	

div.grey-box {
	position: relative;
	padding: 0;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 748px; /* 750px */
	margin: 20px 0 0 0;
	background: url("/images/grey-box-bg.png") 0 0 repeat-x #ffffff;
	display: block;
	clear:both;
	height: 52px;
}	

div.grey-box div.panel-bottom {
	width: 749px;
}	

/* End Copy Layout Code */

/* Start Right Panel Layout and Styles */

div#right-panel {
	width: 168px;
	min-height: 400px;
	height: auto !important;
    height: 400px; /* IE6 Hack */
	margin: 0;
	padding: 0;
	float: left;
}

a#courses, a#newsletter {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	line-height: 120%;
}

a#courses {
	width: 115px; /* 155px */
	height: 39px; /* 46px */
	padding: 7px 28px 0 12px;
}

a#newsletter { 
	width: 75px; /* 155px */
	height: 39px; /* 46px */
	padding: 7px 68px 0 12px;
}

a#newsletter:link, a#newsletter:visited, a#courses:link, a#courses:visited{
	background: url("/images/newsletter-bg.png") 0 0 no-repeat;
	color: #ffffff;
}

a#newsletter:hover, a#newsletter:active, a#courses:hover, a#courses:active {
	background: url("/images/newsletter-bg.png") 0 -46px no-repeat;
	color: #e0b100;
}

div#clients {
	display: block;
	width: 155px;
	height: 171px;	
	margin-top: 8px;
	background: url("/images/clients-bg.png") 0 0 no-repeat;
}

div#clients a {
	display: block; 
	width: 143px; /* 155px */
	height: 22px; /* 32px */
	padding: 10px 0 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 0 12px;
}

div#clients a:link, div#clients a:visited {
	background: url("/images/client-link-bg.png") 0 0 no-repeat;
	color: #ffffff;
}

div#clients a:hover, div#clients a:active {
	background: url("/images/client-link-bg.png") 0 -32px no-repeat;
	color: #e0b100;
}

div#clients ul.client-pics {
	display: block;
	width: 140px;
	height: 120px;
	margin: 8px 0 0 7px;
	padding: 0;
}
 
div#clients ul.client-pics li {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

div#clients ul.client-pics li img {
	text-align: center;
}

div#video {
	margin: 8px 0;
}

/* End Right Panel Layout and Styles 

/* Start Footer Layout Code */

div#footer {
	clear: both;
	position: relative;
	display: block;
	height: 57px;
	width: 970px;
	background: #ffffff url("/images/footer-bg.png") 0 0 no-repeat;
}

div#footer-copyright {
	height: 33px;
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 970px;
}

/* End Footer Layout Code */

/* End CSS Layout Code */

/* Start Menu Nav */

div#cat_501317_divs {
	height: 28px;
	border: none;
	width: 794px;
}

#nav_501317, #nav_501317 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_501317 li {
	float: left;
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0 0 0 2px;
	background: url("/images/menu-item-bg.png") 0 0 no-repeat;
} 

#nav_501317 li a { /* all list */
	display: inline-block;
	height: 28px;
	color: #000000;
	font-weight: 800;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana,Sans-Serif;
    text-align: center;
	line-height: 28px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0 14px 0 16px;
	text-transform: uppercase;
}

#nav_501317 li a:hover {
	background: url("/images/menu-item-hover.png") 0 0 repeat-x;
	text-decoration: none;
	color: #ec4b2f;
}

body#home li#menu-home a, body#who li#menu-who a, body#what li#menu-what a, body#training li#menu-training a, body#terms li#menu-terms a, body#elearning li#menu-elearning a, body#contact li#menu-contact a, body#blog li#menu-blog a {
	background: url("/images/menu-item-hover.png") 0 0 repeat-x;
	color: #ec4b2f;
}

/* Sub menu Styles */

#nav_501317 li ul {
	position: absolute;
	width: auto;
	left: -999em;
	padding: 0;
	margin: 0 0 0 -1px;
	z-index: 20;
	border: 1px solid #b8b8b8;
	background: #ffffff;
}

#nav_501317 li:hover ul, #nav_501317 li.sfhover ul {
	left: auto;
}

#nav_501317 li ul li {
	background: none;
	float: none;
	padding: 0;
}

#nav_501317 li ul#navsub_501317_282018 li a, #nav_501317 li ul#navsub_501317_282016 li a {
	display: block;
	height: 20px; /* 28px */
	color: #000000;
	font-weight: 800;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana,Sans-Serif;
    text-align: left;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;	
	padding: 8px 16px 0 16px;
	text-transform: none;
	background: #e0e0e2 url("/images/menu-item-sub.png") 0 0 repeat-x;
}

#nav_501317 li ul#navsub_501317_282018 li a:hover, #nav_501317 li ul#navsub_501317_282016 li a:hover {
	color: #ec4b2f;
	background: #e0e0e2 url("/images/menu-item-sub.png") 0 0 repeat-x;
} 

body.precourse ul#navsub_501317_282018 li#menu-sub-precourse a, body.full ul#navsub_501317_282018 li#menu-sub-full a, body.buying ul#navsub_501317_282018 li#menu-sub-buying a, body.display ul#navsub_501317_282018 li#menu-sub-display a, body.audience ul#navsub_501317_282018 li#menu-sub-audience a, body.objectives ul#navsub_501317_282018 li#menu-sub-objectives a, body.social ul#navsub_501317_282018 li#menu-sub-social a, body.campaign ul#navsub_501317_282018 li#menu-sub-campaign a, body.search ul#navsub_501317_282018 li#menu-sub-search a, body.media ul#navsub_501317_282016 li#sub-media a, body.agencies ul#navsub_501317_282016 li#sub-agencies a, body.marketers ul#navsub_501317_282016 li#sub-marketers a {
	color: #ec4b2f;
}


/* End Menu Nav */


.footer_content{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
width:980px;
margin:auto;
}
.footerNavigation li{
	list-style-type:none;

}
.footerNavigation li a{

}
.footerNavigation li div#first{
	margin:0 0 20px 0;
}
.footerNavigation li div{
	display:block;
	width:180px;
	line-height:20px;
	margin:0 0 20px 20px;

}
.footerNavigation li .standardDiv{
	display:block;
	width:80px;
}
.footerNavigation li .standardDiv span{
	display:block;
	width:100px;
}
.footerNavigation li div span{
	display:block;
	width:100px;
}
.footerNavigation li div a{
	display:block;
	color:#e84d2f;

	
}

.footerNavigation li div ul li{

	
}

.footerNavigation li div ul li a{
	display:block;
	color:#3b79a0;
	
}
.footerNavigation li div span a{
	display:block;
	color:#3b79a0;
	
}
.footerNavigation li div#contactDiv a{
	margin:0 0 30px 0;
}

.footerNavigation li  div span.emailFooter{
font-weight:bold;
color:#7c7c7c;

}
.footerNavigation li div span.addressFooter{
color:#7c7c7c;
}
.footerNavigation li div span#headingFooter{
	font-weight:bold;
}
.footerNavigation li{
	float:left;
}

.footerNavigation ul li{
	float:none;
	padding:0;
	margin:0;	
	color:#e84d2f;
	list-style-type:disc;

	

}
#breadcrumbs a{
	color:#e84d2f;
}

.precourse .vrg-link{display:none;}
