/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #00749A; color:#fff; text-shadow: none; }
::selection { background:#00749A; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* Primary Styles
	Author: Axis41
*/
html {

	font-family: Verdana, Arial;
}
body {
		background-color: #4c4c43;
}
a {
	outline: none;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #646459;
}

ul {
	font-size: 12px;
	line-height: 18px;
	color: #646459;	
}
li {
	font-size: 12px;
	line-height: 18px;
	color: #646459;
}

#container {
	margin: 0 auto;
	width: 1027px;
}

.error {
	color: #FF0000;
}

.success {
	color: #177F1C;
}

/* Header */
header {
	margin: 0 auto;
	width: 973px;
	margin-top: 24px;
	position: relative;
	z-index: 10;
}

header #logo {
	margin-left: 24px;
	text-indent: -9999px;
	background: url(../images/sitewide/logo.png) no-repeat;
	width: 453px;
	height: 57px;	
}

header #phone-number {
	color: #fff;
	position: absolute;
	top: 29px;
	right: 27px;
	font-size: 20px;
	font-weight: bold;
}

/* Top Edge */
#top-edge {
	position: relative;
	background: url(../images/sitewide/top-edge.gif) repeat-x top;
	height: 36px;
	background-color: #fff;
	margin-top: -13px;
}

#top-edge span {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
}

#top-edge #top-left-corner {
	left: 0px;
	background: url(../images/sitewide/top-left-corner.gif) no-repeat;
}

#top-edge #top-right-corner {
	right: 0px;
	background: url(../images/sitewide/top-right-corner.gif) no-repeat;
}

/* Inner Container */
#inner-container {
	background: url(../images/sitewide/middle-bg.gif) repeat-y top left;
}

/* Main */
#main {
	margin: 0 auto;
	width: 938px;
	padding: 0 30px;
}

#main h2 {
	color: #00749a;
	font-size: 20px;
	font-weight: bold;
}

/* Nav */
nav {
	padding: 12px 0 18px;
}

#main nav a {
	height: 23px;
	font-size: 13px;
	color: #2B72A8;
	display: inline-block;
	padding: 5px 15px 0 0;
	margin-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:visited {
	color: #646459;
}

nav .addpipe { 
	border-right: 1px solid #d8d8d5;
}

/* Accordians */
#accordions {
	background-color: #606055;
	overflow: hidden;
	border: 1px solid #525249;
}

#accordions #flash-accordion{
	float: left;
	width: 730px;
	height: 400px;	
	background-color: #606055;
}

#accordions #topics {
	float: right;
	width: 205px;
	height: 400px;
	background-color: #646459;	
}

#accordions #topics h3 {
	background-color: #646459;
	color: #8BD2F4;
	outline: none;
	min-height: 33px;
	font-size: 13px;
	border-left: 1px solid #7b7b72;
	border-bottom: 1px solid #47473e;
}

#accordions #topics .last-topic {
	border-bottom: none;
}

#accordions #topics h3 a {
	display: block;
	padding: 8px 0 11px 13px;
	color: #8BD2F4;
	text-decoration: none;
}

#accordions #topics h3:hover {
	background-color: #00749a;
}

/* Books */
#books {
	margin-top: 4px;
	border: 1px solid #d2d2d0;
	background: url(../images/sitewide/books-gradient.gif) repeat-x top left;
	height: 129px;
}

#books ul {
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}

#books ul li {
	float: left;
	margin: 14px 5px 0 0;
}

#books ul li#last {
	margin-right: 0;
}

/* Client Area */
#client-area {
	margin-top: 27px;
	overflow: hidden;
}

#client-area #blurb {
	float: left;
	width: 550px;
	padding: 0px 20px 0 12px;
	border-right:thin;
	border-right-color:#646459;
}

#client-area #homeAd {
	float: left;
	width: 936px;
	padding: 0px 20px 0 12px;
	border-right:thin;
	border-right-color:#646459;
}

#client-area #blurb p {
	color: #646459;
	font-size: 13px;
	line-height: 1.4em;
}

#client-area #top-training {
	border-left: 1px solid #e4e4e3;
	height: 100px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0 0 0 24px;
	overflow: hidden;
}

#client-area #top-training img {
	display: block;
	float: left;
	margin-top: 10px;
}

#client-area #top-training section {
	float: left;
}
#client-area #top-training2 section {
	float: right;
}

#client-area #top-training p {
	color: #76766d;
	font-size: 11px;
	margin-left: 15px;
	line-height: 16px;
}

#client-area #top-training p#winner {
	color: #4c4c43;
	font-size: 12px;
	margin: 14px 0 5px 15px;
	font-weight: bold;
}

#client-area #topright {
	float:right
	color: #4c4c43;
	font-size: 12px;
	margin: 14px 0 5px 15px;
	font-weight: bold;
}

/* Flash Speakers */
#headline-speakers {
	margin: 25px 0 0 0;
}

#international-speakers {
	margin: 15px 0 0 0;
}

/* Video & News */
#video_news {
	margin-top: 20px;
	overflow: hidden;
}

#video,
#news {
	float: left;
}

#video h2,
#news h2 {
	color: #00749a;
	font-size: 20px;
	margin-bottom: 5px;
}

#video {
	width: 532px;
	padding: 0 0 0 12px;
}

#video #video-container {
	background: #d3d3d1;
	padding: 2px;
	width: 496px;
	height: 278px;
}

#news {
	overflow: hidden;
}

#news h2 {
	margin-left: 34px;
}

#video_news .divider {
	float: left;
	display: block;	
	width: 1px;
	height: 290px;
	background: #d2d2d0;
	margin-top: 22px;
}

#news #news-blurb {
	float: left;
	width: 341px;
	overflow: hidden;
	margin: 0 0 0 34px;
}

#news #news-blurb img {
	float: left;
	margin-right: 12px;
}

#news #news-blurb p {
	float: left;
	margin-bottom: 1em;
	font-size: 12px;
	color: #646459;
	line-height: 1.2em;
}

/* Tag Cloud */
#tagcloud {
	margin: 40px 0;	
}

#tagcloud ul {
	margin: 0 auto
	width: 900px;
	list-style-type: none;
	overflow: hidden;
}

#tagcloud ul li {
	display: inline-block;
	margin-right: 5px;
}

#tagcloud a {
	text-decoration: none;
	color: #86867e;
}

#tagcloud a.zero {
	font-size: 8px;
}

#tagcloud a.one {
	font-size: 10px;
}

#tagcloud a.two {
	font-size: 12px;
}

#tagcloud a.three {
	font-size: 14px;
}

#tagcloud a.four {
	font-size: 16px;
}

#tagcloud a.five {
	font-size: 18px;
}

#tagcloud a.six {
	font-size: 20px;
}

#tagcloud a.seven {
	font-size: 22px;
}

#tagcloud a.eight {
	font-size: 24px;
}

#tagcloud a.nine {
	font-size: 26px;
}

#tagcloud a.ten {
	font-size: 30px;
	line-height: 26px;
}


/* about us */
#main h1 {
	font-size: 20px;
	color: #00749a;
	margin-bottom: 10px;
}

#main h1.divider {
	padding-bottom: 13px;
	margin-bottom: 26px;
	border-bottom: 1px #d2d2d0 solid;
}

#about-us p {
	width: 628px;
	margin-bottom: 23px;
}

#about-us-copy {
	border-bottom: 1px solid #646459;
}

#schedule-speaker {
	margin-top: 18px;
}

#schedule-speaker-middle {
	margin: 40px 0 25px 220px;
	width: 460px;
	height:100%;
}

#schedule-speaker form {
	padding: 15px 25px;
	background-color: #ededed;
	border: 1px solid #d3d3d1;
}

#schedule-speaker form ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
#schedule-speaker ul li {
	float: left;
	margin-right: 22px;
	
}

#schedule-speaker ul li.last {
	margin-right: 0;
}

#schedule-speaker form li {
	margin-bottom: 12px;
}

#schedule-speaker form input {
	width: 180px;
	padding: 10px 5px;
	border: 1px solid #8a8a85;
}

#schedule-speaker form input.long-field {
	width: 394px;
}

#schedule-speaker textarea {
	width: 394px;
	height: 75px;
	padding: 5px 5px;
	border: 1px solid #8a8a85;
}

#schedule-speaker button {
	width: 72px;
	height: 28px;
	background: url(../images/sitewide/submit-btn.png) no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	border: none;
}

#schedule-speaker #more-information {
	font-size: 14px;
	margin: 26px 0 0 50px;
}

#schedule-speaker #more-information a {
	color: #007095;
	text-decoration: none;
}

/* speakers page */
#speakers section {
	margin-bottom: 10px;
}

.speaker-box {
	float: left;
	margin: 0 25px 20px 0;
	color: #4c4c43;
	font-size: 11px;
	width: 277px;
}

/*.speaker-box.large-img {
	width: 250px;
	margin-right: 40px;
}*/

.speaker-box.end {
	margin-right: 0;
}

.speaker-box.first {
	clear: left;
}

.speaker-box small {
	font-size: 10px;
}

.speaker-box a {
	text-decoration: none;
	color: #00749a;
}

.speaker-box img {
	display: block;
	float: left;
	width: 111px;
	height: 111px;
}

.speaker-box.large-img img {
	float: none;
	width: 193px;
	height: 193px;
}

.speaker-box .title {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	font-weight: bold;
}

.speaker-box.large-img small {
	margin-left: 5px;
}

.speaker-box .desc {
	padding: 3px 5px;
	background: #ededec;
	display: block;
	float: left;
	width: 156px;
}

/* bio */

#bio-header {
	margin: 0;
	background-color: #7e7e75;
	border-bottom: 9px solid #53534a;
	padding: 31px 0 28px 32px;
}

#bio-header h1 {
	font-size: 36px;
	color: #fff;
	line-height: 33px;
}

#bio-header h2 {
	font-size: 18px;
	color: #d2d2cf;
	font-weight: normal;
}

/* bio left column */

#left-column {
	float: left;
	width: 365px;
	background-color: #ebecea;
	border-right: 1px solid #dcdcda;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#left-column #image-area {
	font-size: 11px;
	color: #53534a;
	text-align: center;
	padding: 33px 0 13px 0;
	background: #dcdcda url(../images/bio/bio-image-background.png) no-repeat 0 bottom;
}

#left-column #image-area a {
	color: #00749a;
}

#left-column #left-column-content {
	margin: 20px 0 0 36px;
}

#left-column #left-column-content h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #00749a;
	margin-bottom: 14px;
}

#left-column #left-column-content ul {
	list-style-type: none;
	margin: 0;
}

#left-column #left-column-content li {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #53534a;
}

#left-column #left-column-content a {
	text-decoration: none;
	color: #53534a;
}

#left-column #topics {
	padding-bottom: 27px;
	margin-bottom: 24px;
	width: 299px;
	border-bottom: 1px solid #c5c6c2;
}

#left-column #topics ul {
	margin-left: 5px;
}

#left-column #schedule h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

#left-column #schedule p {
	font-size: 12px;
	margin-bottom: 16px;
}

#left-column #schedule form {
	outline: none;
}

#left-column #schedule input {
	width: 180px;
	padding: 10px 5px;
	border: 1px solid #8a8a85;
	margin-bottom: 11px;
}

#left-column #schedule textarea {
	width: 291px;
	height: 75px;
	padding: 5px 5px;
	margin-bottom: 11px;
	border: 1px solid #8a8a85;
}

#left-column #schedule button {
	width: 72px;
	height: 28px;
	background: url(../images/sitewide/submit-btn.png) no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	border: none;
}

#left-column .book-images {
	text-align: center;
}

/* bio right column */

#right-column {
	float: left;
	width: 502px;
	margin: 33px 0 20px 42px;
}

#right-column h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #00749a;
	margin-bottom: 13px;
}

#right-column p, #right-column ul {
	font-size: 12px;
	line-height: 17px;
	color: #7e7e75;
	margin-bottom: 18px;
}

#right-column li {
	font-size: 12px;
	line-height: 17px;
	color: #7e7e75;
}

#video-area {
	padding-bottom: 28px;
	border-bottom: 1px solid #a9a9a4;
	margin-bottom: 28px;
}

#video-area #video {
	width: 100%;
	height: 213px;
	margin-bottom: 25px;
	background-color: #000;
}

#video-area p {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	font-style: italic;
	color: #a9a9a4;
	margin-bottom: 0;
}

#accomplishments {
	height: auto;
	padding-bottom: 25px;
	background-color: #d9d9d6;
}

#accomplishments p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 13px 0 11px 10px;
	color: #fff;
	background-color: #7e7e75;
	border-bottom: 10px solid #53534a;
}

#accomplishments ul {
	list-style-type: none;
	margin: 15px;
}

#accomplishments li {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #535349;
	padding-left: 9px;
	width: 460px;
	background: url(../images/bio/bullet.gif) no-repeat 0 5px;
}

/* Footer */
footer {
	margin: 0 auto;
	width: 967px;
	background: url(../images/sitewide/footer-gradient.png) repeat-x top left #8a8a85;
	height: 87px;
}

footer #footer-logo {
	margin: 26px 0 0 20px;
}

footer p {
	color: #fff;
	font-size: 10px;
	margin: -10px 0 0 56px;
}


/* Bottom Edge */
#bottom-edge {
	position: relative;
	background: url(../images/sitewide/bottom-edge.gif) repeat-x bottom #8a8a85;
	height: 35px;
}

#bottom-edge span {
	display: block;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
}

#bottom-edge #bottom-left-corner {
	left: 0px;
	background: url(../images/sitewide/bottom-left-corner.gif) no-repeat;
}

#bottom-edge #bottom-right-corner {
	right: 0px;
	background: url(../images/sitewide/bottom-right-corner.gif) no-repeat;
}

/* Topics Page ------------ 
-------------------------*/
.topic {
	margin-bottom: 20px;
}

#topic-title {
	margin: 18px 0 8px 0;
	padding-left: 14px;
}

#main .topic-header {
	font-size: 20px;
	color: #fff;
	background-color: #646459;
	padding: 11px 14px;
}

.contributors {
	list-style-type: none;
	overflow: hidden;
	margin: 15px 0 0 10px;
}

.contributors li {
	float: left;
	width: 123px;
}

.contributors li a {
	text-decoration: none;	
}

.contributors li img { 
	display: block;
	margin: 0 auto;
}

.contributors li .name,
.contributors li .money {
	display: block;
	text-align: center;	
	font-weight: bold;	
}

.contributors li .name {
	font-size: 11px;
	color: #00749a;
}

.contributors li .money {
	font-size: 10px;
	color: #4c4c43;	
}

.keynote-header {
	padding-left: 14px;
	font-size: 14px;
	color: #00749a;
	margin-top: 25px;
}

.keynote-examples {
	overflow: hidden;
	margin: 10px 0 0 12px;
	padding-left: 16px;	
	list-style-type: none;
}

.keynote-examples li {
	float: left;
	width: 445px;
	padding-right: 5px;	
	margin-bottom: 20px;
}

.keynote-examples li h3 {
	font-size: 14px;
	color: #646459;
	padding-left: 12px;
	background: url(../images/topics/bullet.gif) no-repeat 0px 4px;
}

.keynote-examples li p,
.keynote-examples li ul {
	padding: 5px 0 0 12px;
	font-size: 12px;
	color: #646459;
	width: 410px;
}

.keynote-examples li ul {
	list-style-type:circle;
	margin:0 0 0 20px;
	width:390px;
}
.keynote-examples li ul li {
	width:auto;
	float:none;
	padding:0 0 2px 0;
	margin:0;
}

.highlights-container {
	background-color: #ededeb;
	border-top: 1px solid #b0b0ac;
	border-bottom: 1px solid #d2d2d0;
}

.highlights-inner-container {
	border-top: 1px solid #dbdbd9;
}

.highlights {
	width: 630px;
	margin: 0 auto;
	position: relative;
}

.highlights span {
	display: block;
	height: 51px;
	width: 1px;
	border-left: 1px solid #b5b5b0;
	position: absolute;
	top: 22px;
}

.highlights .left-line {
	left: 0;
}

.highlights .right-line {
	right: 0;
}

.highlights ul {
	width: 615px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 17px 25px;
}

.highlights ul li {
	float: left;
	font-weight: bold;
	color: #4c4c43;
	width: 205px;
	font-size: 13px;
	margin-bottom: 3px;
}

/* Schedule a Speaker Popup */
#popup {
	background-color: #fff;
	height:100%;
}

#schedule-speaker-popup {
	background: #fff;
	height:100%;
}

#schedule-speaker-popup form {
	padding: 15px 25px;
	background-color: #ededed;
	border: 1px solid #d3d3d1;
}

#schedule-speaker-popup #top-section {
	background-color: #6b6b64;
	position: relative;
	height: 75px;
	width: 490px;
	padding-left: 34px;
	border: 1px solid #fff;
}

#schedule-speaker-popup #top-section h3 {
	font-size: 20px;
	color: #fff;
	padding: 25px 0 0 0;
}

#schedule-speaker-popup #top-section h4 {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 25px;
	right: 25px;
}

#schedule-speaker-popup #top-section p {
	font-size: 12px;
	color: #c9c9c2;
}

#schedule-speaker-popup #schedule-speaker-middle {
	margin: 18px auto 0 auto;
	padding-bottom: 30px;
	height:100%;
}

#schedule-speaker-popup form ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}

#schedule-speaker-popup ul li {
	float: left;
	margin-right: 22px;
}

#schedule-speaker-popup ul li.last {
	margin-right: 0;
}

#schedule-speaker-popup form li {
	margin-bottom: 12px;
}

#schedule-speaker-popup form input {
	width: 180px;
	padding: 10px 5px;
	border: 1px solid #8a8a85;
}


#schedule-speaker-popup form input.long-field {
	width: 394px;
}

#schedule-speaker-popup textarea {
	width: 394px;
	height: 75px;
	padding: 5px 5px;
	border: 1px solid #8a8a85;
}

#schedule-speaker-popup button {
	width: 72px;
	height: 28px;
	background: url(../images/sitewide/submit-btn.png) no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	border: none;
}


/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }



/* Custom */
.ui-accordion .ui-accordion-header { 
	background-color: #646459;
	color: #fff;
	outline: none;
	min-height: 33px;
	font-size: 11px;
	border-left: 1px solid #7b7b72;
}

.ui-accordion .ui-accordion-header a { 
	padding: 11px 0 11px 34px;
	color: #fff;
	text-decoration: none;
}

.ui-accordion .ui-accordion-header.ui-state-active { 
	background-color: #00749a; 
	border-left: 1px solid #2689a9;
}

.ui-accordion .ui-accordion-content-active {
	margin: -1px 0 0 0;
	padding: 0;
	list-style-type: none;
	background: #47473e url(../images/sitewide/accordion-gradient-bottom.gif) repeat-x bottom left;
	border-left: 1px solid #626258;
}

.ui-accordion .ui-accordion-content-active li {
	color: #cdcdc4;
	border-bottom: 1px solid #626258;
	font-size: 11px;
	padding: 7px 0 7px 10px;
}

.ui-accordion .ui-accordion-content-active li:first-child {
	background: url(../images/sitewide/accordion-gradient-top.gif) repeat-x top left;
}

.ui-accordion .ui-state-default {
	border-bottom: 1px solid #47473e;
	width: 100%;
	border-left: 1px solid #7b7b72;
}

.ui-accordion .ui-state-default.ui-state-active {
	border-bottom: none;
}

.ui-accordion .ui-accordion-header .ui-icon { 
	width: 11px;
	height: 11px;
	margin: -6px 0 0 6px;
	background: url(../images/sitewide/icon-plus.gif) no-repeat center center;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-icon { 
	height: 3px;
	margin-top: -2px;
	background: url(../images/sitewide/icon-minus.gif) no-repeat center center;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	/*height: 480px;*/
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }