body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background-color: #D9F3FD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 8px 0;
}
#container {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 950px;
	height: 139px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------- Nav ---------------------*/

#nav-container {
	width: 950px;
	height: 27px;
	margin: 0 0 0 10px;
}
#nav, #nav ul{
	height: 27px;
	width: 950px;
	margin: 0px;
	position: relative;
	z-index: 2;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#nav li, #nav li a {
	display: block;
	height: 27px;
}
#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li {
	float: left;
	padding: 0;
}

#nav #link-home { left: 0px; width: 68px; background: url(images/nav.gif) 0 0 no-repeat;}
#nav #link-conference-speaking { left: 68px; width: 155px; background: url(images/nav.gif) -68px 0 no-repeat;}
#nav #link-training-workshops { left: 223px; width: 148px; background: url(images/nav.gif) -223px 0 no-repeat;}
#nav #link-hr-services { left: 371px; width: 100px; background: url(images/nav.gif) -371px 0 no-repeat;}
#nav #link-webinars { left: 471px; width: 85px; background: url(images/nav.gif) -471px 0 no-repeat;}
#nav #link-articles { left: 556px; width: 73px; background: url(images/nav.gif) -556px 0 no-repeat;}
#nav #link-blog { left: 629px; width: 54px; background: url(images/nav.gif) -629px 0 no-repeat;}
#nav #link-resources { left: 683px; width: 91px; background: url(images/nav.gif) -683px 0 no-repeat;}
#nav #link-about-us { left: 774px; width: 83px; background: url(images/nav.gif) -774px 0 no-repeat;}
#nav #link-contact-us { left: 857px; width: 93px; background: url(images/nav.gif) -857px 0 no-repeat;}

#nav #link-home a:hover { background: url(images/nav.gif) 0 -27px no-repeat;}
#nav #link-conference-speaking a:hover { background: url(images/nav.gif) -68px -27px no-repeat;}
#nav #link-training-workshops a:hover { background: url(images/nav.gif) -223px -27px no-repeat;}
#nav #link-hr-services a:hover { background: url(images/nav.gif) -371px -27px no-repeat;}
#nav #link-webinars a:hover { background: url(images/nav.gif) -471px -27px no-repeat;}
#nav #link-articles a:hover { background: url(images/nav.gif) -556px -27px no-repeat;}
#nav #link-blog a:hover { background: url(images/nav.gif) -629px -27px no-repeat;}
#nav #link-resources a:hover { background: url(images/nav.gif) -683px -27px no-repeat;}
#nav #link-about-us a:hover { background: url(images/nav.gif) -774px -27px no-repeat;}
#nav #link-contact-us a:hover { background: url(images/nav.gif) -857px -27px no-repeat;}

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav li ul{
	position: absolute;
	left: -999em;
	display: none; /* Important */
	height: auto;
	width: 111px;
	font-weight: normal;
	margin: 0;
	background-image: none;
	background-color: #ffffff;
}

#nav li li {
	width: 111px;
	height: auto;
}

#nav li ul a {
	width: 152px;
	height: 16px;
	margin: 0 0 0 0px;
	padding: 6px 0px 3px 19px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-left: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	line-height: 12px;
	background-position: 6px 10px;
	color: #00AEEF;
}
#nav li ul a.nav-last {
	border: none;
}
#nav #link-home ul li a:hover, #nav #link-conference-speaking ul li a:hover, #nav #link-training-workshops ul li a:hover, #nav #link-hr-services ul li a:hover, #nav #link-webinars ul li a:hover, #nav #link-articles ul li a:hover, #nav #link-blog ul li a:hover, #nav #link-resources ul li a:hover, #nav #link-about-us ul li a:hover, #nav #link-contact-us ul li a:hover {
	background-image: url(images/sub-nav-bg2.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #00AEEF;
	color: #ffffff;
	border-left: 1px solid #00AEEF;
	border-right: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
}
#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;  /* Important */
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- Body ---------------------*/

#body {
	float: left;
	display: inline;
	width: 914px;
	margin-left: 28px;
}
#body-inner-left {
	float: left;
	width: 290px;
	margin-right: 23px;
	display: inline;
}
#body-inner-middle {
	float: left;
	width: 290px;
	display: inline;
}
#side-bar {
	float: left;
	width: 289px;
	margin-left: 22px;
	display: inline;
}
* html #side-bar {
	float: left;
	width: 289px;
	margin-left: 14px;
	display: inline;
}
#body-inner {
	float: left;
	width: 602px;
	display: inline;
}
p {
	margin: 8px 0 12px 0;
}
h1 {
	margin: 30px 0 16px 0;
	font-weight: normal;
	font-size: 22px;
	color: #00367B;
	padding-bottom: 5px;
	border-bottom: 1px solid #BFEBFB;
}
h2 {
	margin: 16px 0 0 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #D30D4C;
}
h3 {
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #00367B;
}
a {
	color: #00AEEF;
	text-decoration: underline;
}
a:hover {
	color: #00AEEF;
	text-decoration: none;
}
#body ul {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 18px;
}
#body ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 3px 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
#body ul ul {
	margin: 2px 0 4px 0;
	padding: 0 0 0 15px;
}
#body ol {
	margin: 0 0 8px 0;
	padding: 0;
}
#body ol li {
	margin: 0 0 0 30px;
	padding: 2px 0 8px 0;
}
.cta {
	float: left;
	clear: left;
	width: 289px;
	height: 99px;
	margin-bottom: 20px;
}
#cta1 {
	width: 289px;
	height: 99px;
	background-image: url(images/cta-tuesday-club.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#cta2 {
	width: 289px;
	height: 99px;
	background-image: url(images/cta-blog.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#cta3 {
	width: 289px;
	height: 99px;
	background-image: url(images/cta-training-updates.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#quote {
	float: left;
	clear: left;
	background-image: url(images/quote-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 289px;
	margin-top: 5px;
}
#quote-inner {
	background-image: url(images/quote-bottom.gif);
	background-repeat: no-repeat;
	width: 289px;
	background-position: left bottom;
}
#quote-inner p {
	font-size: 12px;
	font-style: italic;
	color: #00AEEF;
	line-height: 17px;
	padding: 16px 30px 20px 30px;
	margin: 0;
}
#quote-by {
	font-size: 10px;
	font-weight: bold;
	color: #00AEEF;
	padding: 0 24px 0 0;
	margin: 0;
	text-align: right;
	line-height: 11px;
}
#seo-quote {
	float: left;
	clear: both;
	display: inline;
	width: 914px;
	margin-left: 28px;
}
#seo-quote h3 {
	color: #666666;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.pic-right {
	float: right;
	clear: right;
	margin: 5px 0 10px 15px;
	padding: 4px;
	border: solid 1px #D9D9D9;
}
.pic-right-no-border {
	float: right;
	clear: right;
	margin: 5px 0 10px 15px;
	padding: 4px;
}
.pic-left {
	float: left;
	clear: left;
	margin: 5px 15px 10px 0;
	padding: 4px;
	border: solid 1px #D9D9D9;
}
.pic-left-no-border {
	float: left;
	clear: left;
	margin: 5px 15px 10px 0;
	padding: 4px;
}
fieldset {
	border: 1px solid #00AEEF;
	padding: 0px 0px 8px;
	width: 390px;
}

legend {
	color: #D30D4C;
	margin: 0px 0px 8px 8px;
	font: bold 12px Tahoma, Arial, sans-serif;
}

label {
	clear: left;
	float: left;
	width: 100px;
	font-weight: normal;
	text-align: right;
	margin-right: 10px;
}

input.text, textarea {
	border: 1px solid #00AEEF;
	background-color: #EAF8FE;
	width: 250px;
	margin-bottom: 8px;
	font: 12px Tahoma, Arial, sans-serif;
}

input.submit {
	margin-left: 110px;
}

input.button {
	background-color: #00AEEF;
	border: 1px solid #BFEBFB;
	border-bottom-color: #00367B;
	border-right-color: #00367B;
	font: bold 11px Verdana, sans-serif;
	color: white;
}
.text-small {
	font-size: 10px;
}
#video {
float: left;
width: 290px;
margin-bottom:10px;
cursor:pointer;
}
#video-right {
float: right;
width: 290px;
margin-bottom:10px;
cursor:pointer;
}
#video object, #video-right object {
margin-top:-3px;
outline:none;
-moz-outline-style: none;
cursor:pointer;
}

/*--------------------- Footer ---------------------*/

#footer {
	clear: both;
	width: 970px;
	height: 47px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #00AEEF;
	text-decoration: none;
}
#copyright {
	float: left;
	display: inline;
	width: 300px;
	margin: 11px 0 0 25px;
}
#footer-links {
	float: right;
	display: inline;
	width: 300px;
	margin: 11px 25px 0 0;
	text-align: right;
}
#avatar {
	width: 300px;
	margin: 0 auto;
	padding-top: 8px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
#avatar a {
	color: #00AEEF;
	text-decoration: none;
}
#avatar a:hover {
	color: #00AEEF;
	text-decoration: underline;
}



div#mp3player {
display:block;
width:400px;
height:40px;
margin:28px auto 0;
}
