@charset "utf-8";
/* SFE Europe 2010 - Henry / 22 October 2009 */
*
{
	margin: 0;
	padding:0;
}

img {
	behavior: url("styles/iepngfix.htc");
}

body
{
	background: url(../images/top_strip_tall.jpg) top repeat-x #fff;
	font-size: 13px;
	line-height: 1.6em; 
	font-style: normal; 
	color: #151515;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

a
{
	color:#088072;
}

a:hover
{
	color:#454545;
}

ul {
	margin:0 0 25px 25px;
	padding:0 0 0 5px;
	list-style-type: disc;
}

ol {
	margin:0 0 25px 25px;
	padding:0 0 0 5px;
}

p
{
	margin-bottom: 15px;
}

img
{
	border: 0;
}

/*****************
* Headers and simple styles
******************/

h2,h3,h4,h5,h6 {
	color:#2f2f2f;
	text-transform:capitalize;
}

h1 {

}

h2 {
	margin-bottom:25px;
	font-size:1.5em;
}

h3 {
	margin-bottom:21px;
	font-size:1.3em;
}

h4 {
	margin-bottom:18px;
	font-size:1.2em;
}

h5{
	display: inline;
	text-indent: none;
	text-transform: none;
	font-weight: 100;
	font-size: 13px;
	line-height: 1.6em; 
	font-style: normal; 
	color: #151515;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.blueme {
	color:#088072;
}


#register_band
{
	position: absolute;
	width: 159px;
	height: 159px;
	right: 0;
	top: 0;
}
 
#main
{
	width: 960px;
	margin:0 auto;
	overflow:hidden;
}

#header
{
	width: 960px;
	height: 207px;
	margin-bottom: 30px;
	position:relative;
	z-index:2;
}

#header #save-seal a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/save_seal.png) no-repeat scroll left top;
	float:left;
	height:99px;
	margin-left:10px;
	margin-top:-10px;
	width:100px;
}

#header #save-seal a:hover {
	background-position: 0 -98px;
}

#header a {
	color:#FFFFFF;
	text-decoration: none;
	outline:none;
}

/****************
* Top Date/Venue Taglin
*****************/

/*
#top_venue_date
{
	float:left;
	font-size:12px;
	line-height:17px;
	width:550px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 0 3px 0px;
}
*/

#associations-badge {
	position: absolute;
	top:0;
	left:0;
}

/** Top Menu **/
#top_menu
{
	width: 410px;
	height: 34px;
	font-size: 9px;
	margin-bottom: 20px;
	float: left;
	margin-left:550px;
}

.top_menu_separator
{
	width: 2px;
	height: 34px;
	float: left;
	background: url(../images/top_menu_seperate.jpg) no-repeat;
}

#top_menu ul
{
	list-style-type: none;
	float: left;
	margin:0;
	padding:0;
}

#top_menu li
{
	display:block;
	background: url(../images/top_menu_tile.jpg) repeat-x;
	float:left;
}

#top_menu li a
{
	display:block;
	float:left;
	line-height:12px;
	padding:10px 20px 12px;
	text-transform:uppercase;
}

#top_menu li a:hover
{
	color:#26c4b1;
}

#top_menu li a#tm_first
{
	background: url(../images/top_menu_left.jpg) no-repeat left;
	padding-right: 11px;
}

#top_menu li a#tm_last
{
	background: url(../images/top_menu_right.jpg) no-repeat right;
	padding-left: 11px;
}

#top_menu li a#tm_contact_custom
{
	background: url(../images/top_menu_custom.jpg) no-repeat right;
	padding:10px 26px 12px;
}

#top_menu ul
{
	float: right;
}


/** Logo + SFE **/
#logo
{
	width: 264px;
	height: 54px;
	margin-bottom: 52px;
	float: right;
}

#logo span.by
{
	color:#fff;
	font-size:10px;
	line-height:11px;
	display:block;
	width:70px;
	padding:10px 6px 0 0;
	float:left;
}

/* New Tagline/Logo. Uses Mozilla shadow so looks pretty plain on IE */
#tagline-hidden {
	display: none;
}

#taglines {
	float: left;
	width:445px;
	margin-top:-20px;
}

#taglines div {
	text-shadow:0 2px 3px #3F3F3F;
	font-weight:bold;
}

#taglines sup
{
	font-size:7px;
}

#taglines .tagline-1
{
	text-transform:uppercase;
	cursor:pointer;
	font-size:15px;
	line-height:18px;
	width: 350px;
}

#taglines .tagline-2
{
	cursor:pointer;
	font-size:33px;
	line-height:30px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#taglines .tagline-3
{
	text-transform:uppercase;
	cursor:pointer;
	font-size:33px;
	line-height:30px;
	letter-spacing:3px;
}

#taglines .tagline-4
{
	text-transform:uppercase;
	cursor:pointer;
	font-size:13px;
	line-height:18px;
}

#taglines .tagline-5
{
	text-transform:uppercase;
	cursor:pointer;
	font-size:13px;
	line-height:14px;
}


/** Main Menu **/
.main_menu
{
	width: 960px;
	float: right;
	font-size: 11px;
	height: 47px;
}

.main_menu ul
{
	height: 47px;
	float: right;
	list-style-type:none !important;
	margin:0;
	padding:0;
}

.main_menu li #tm_first
{
	background: url(../images/main_menu_32.jpg) no-repeat left;
}

.main_menu li a#tm_register
{
	color: #fff200;
}

.main_menu li
{
	float: left;
}

.main_menu .mm li
{
	float: left;
	position:relative;
	display:block;
}

.main_menu li a
{
	float:left;
	font-size:11px;
	line-height:12px;
	padding:18px 19px 17px;
	text-align:center;
	text-transform:uppercase;
}

.main_menu_separator
{
	width: 2px;
	height: 47px;
	float: left;
	background: url(../images/main_menu_32.jpg) no-repeat;
}

.main_menu li.current 
{
	background: url(../images/main_menu_over.jpg) repeat-x;
}

.main_menu li a:hover, .main_menu ul li:hover a, .main_menu li #tm_first:hover, .main_menu li #tm_register:hover
{
	background: url(../images/main_menu_over.jpg) repeat-x;
}

.main_menu ul li ul.sub_menu
{
	display: none;
	position: absolute;
	top: 47px;
	left:0;
	height:auto;
	width: 163px;
	z-index: 200;
	background: url(../images/sub_menu_bg_43.jpg) repeat-y bottom left #454545;
	padding: 0;
	margin: 0;
}

.main_menu ul li ul.sub_menu li
{
	width: 163px;
	max-width: none;
	float: left;
	padding: 0;
	margin: 0;
	z-index:200;
}

.main_menu ul li ul.sub_menu li a
{
	padding: 10px 5px;
	margin:0px 2px;
	display: block;
	font-size: 10px;
	text-align: left;
	width:149px;
}

.main_menu li:hover .sub_menu
{
	display: block;
}

.main_menu li:hover li a
{
	background: none;
}

.main_menu li ul a:hover, .main_menu li ul li:hover a, .main_menu li ul li.current
{
	background: url(../images/main_menu_over.jpg) repeat-x !important;
	color: #fff;
}

.sub_menu_bottom
{
	background: url(../images/sub_menu_bottom_53.jpg) no-repeat bottom;
	width: 163px;
	height: 4px;
	float: left;
}


/** Display Area **/
#display_area
{
	height: 270px;
	width: 960px;
	float: left;
	margin-bottom: 3px;
}

#display_area h2 {
	cursor:pointer;
	font-size:21px;
	font-weight:bold;
	color: #3F3F3F;
	text-align: center;
}

.display_area_left
{
	width: 433px;
	margin-right: 52px;
	margin-top:5px;
	float: left;
	font-size: 13px;
}

.display_area_right 
{
	width:467px;
	float:left;
	color:#fff;
	font-size:25px;
}

.display_area_right a
{
	width:467px;
	height:224px;
	margin:0;
	padding:0;
	display:block;
}


.display_more
{
	/*margin-left: 310px;*/
	display:inline;
	float: right;
	/*float: right;*/
	padding:3px 10px;
}

.display_more a
{
	background-color:#AFAFAF;
	color: #FFFFFF;
	text-align:center;
	padding:3px 10px;
	text-decoration:none;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 2px #212121;
	-webkit-box-shadow:0 1px 2px #212121;
}

.display_more a:hover
{
	color:#088072;
}

.copy_space, .copy_title, .copy_bull
{
	width: 433px;
	float: left;
	margin-bottom: 10px;
}

#display_slides {
	width: 952px;
	height:224px;
	position:relative;
	float: left;
}

#display_slides .display_slide
{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:1;
}

.display_slide h3
{
	font-size: 20px;
	color:#2f2f2f;
	margin:0 0 5px 0;
	padding:0;
}

.display_slide ul {
	margin-bottom:5px;
	padding:0;
}

.display_slide ul li
{
	padding-left: 18px;
	background: url(../images/bullet.png) no-repeat 0px 6px;
	list-style-type:none;
}

.display_slide p
{
	font-size:12px;
	margin-bottom:5px;
}

.display_buttons
{	
	width: 445px;
	float: right;
	z-index:99;
	padding-top:7px;
}

.display_buttons a
{
	display:none;
	float:left;
	line-height:18px;
	font-size:12px;
	/* background:url(../images/display_area_63.jpg) no-repeat; */
	background-color:#AFAFAF;
	width: 80px;
	height:18px;
	color: #FFFFFF;
	text-align:center;
	padding-top:1px;
	margin:2px 3px 0px 3px;
	text-decoration:none;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 2px #212121;
	-webkit-box-shadow:0 1px 2px #212121;
	outline:0;
}

.display_buttons a.current, .display_buttons a:hover
{
	color:#088072;
}

.display_speakers {
	display: block;
	float: right;
	width: 140px;
}

.display_speakers h3 {
	margin-bottom: 7px;
}

/*********
* Speakers
*********/

#speaker-list {
	margin-top: 30px;
}

#speaker-list .speaker-profile {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#speaker-list .speaker-profile .speaker-photo-left {
	display: block;
	float:left;
	height:110px;
	width:140px;
	margin-bottom:20px;
}

#speaker-list .speaker-profile .speaker-photo-left img {
	-moz-box-shadow:0 1px 3px #212121;
	-webkit-box-shadow:0 1px 3px #212121;
	border:3px solid #FFFFFF;
	width:72px;
	height:90px;
}

#speaker-list .speaker-profile .speaker-details-right{
	background-color:#EFEFEF;
	display:block;
	font-size:12px;
	margin-bottom:40px;
	margin-left:100px;
	margin-top:5px;
	padding:10px;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-name{
	font-size: 13px;
	font-weight: bold;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-position{
	font-style: italic;
	color: #4F4F4F;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-company{
	font-weight: bold;
	color: #4F4F4F;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-pres-title{
	color:#35788F;
	display:block;
	margin-top:5px;
	padding: 10px;
	background-color: #FFF;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-bio {
	display: block;
	margin-top: 10px;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-bio a {
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

#speaker-list .speaker-profile .speaker-details-right .speaker-bio-info {
	display: none;
	padding-left:30px;
}



/*****************
* Register Page
*****************/

.register-table 
{
	border-collapse:collapse;
	border-top:4px solid #606060;
	border-bottom:3px solid #505050;
}

.register-table tbody tr
{
	
}

.register-table tbody td
{
	padding:5px 10px;
	border-top:2px solid #656565;
}

.register-table th
{
	text-align:center;
	vertical-align:bottom;
	padding:5px 10px;
	font-size:1.1em;
	color:#505050;
}

.register-table th span.save
{
	color:red;
	font-size:1.5em;
}

.register-table th span.save small
{
	font-size:0.5em;
}

.register-table th.first 
{
	background-color:#797979;
	color:#FFFFFF;
	font-size:1.5em;
	text-align:left;
}

.register-table td 
{
	font-size:1.2em;
	text-align:center;
}

.register-table td span.save
{
	color:red;
	font-weight:bold;
}

.register-table td.first
{
	font-size:1em;
	text-align:left;
}

.register-table td.first ul
{
	font-size:0.85em;
	color:#454545;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

.register-table td.first h4
{
	font-size:1.3em;
}

.register-table tr.platinum td
{
	background-color:#f9f9f9;
}

.register-table tr.gold td
{
	background-color:#f5f5f5;
}

.register-table tr.silver td
{
	background-color:#f0f0f0;
}

/** Content **/
#left_content, #center_content, #right_content
{
	float: left;
}

#content
{
	width: 960px;
	min-height:100px;
	position:relative;
}

#content.no_side 
{
	padding:40px;
	width:880px !important;
	min-height:400px;
}

#scale_bg {
    width: 960px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

#content.no_side #scale_bg .bg
{
    width:960px;
}

#left_content
{
	width: 224px;
	margin-right: 17px;
}

#left_content .left-buttons {
	display: block;
	margin-bottom: 10px;
}

.lc_title
{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.quote_spacer
{
	width: 224px;
	height: 10px;
	float: left;
}

.quote_top
{
	background: url(../images/quotes_112.jpg) no-repeat;
	height: 8px;
}

.quote_bottom
{
	background: url(../images/quotes_107.jpg) no-repeat;
	height: 26px;
}

.quote_start
{
	background: url(../images/quotes_113.jpg) no-repeat;
	height: 13px;
}

.quote_copy
{
	background: url(../images/quotes_115.jpg) repeat-y;
	padding: 0 20px 0 20px;
	width: 184px;
	font-style: italic;
	font-size: 15px;
	float: left;
}

.quote_copy ul
{
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
	list-style-type:none;
}

.quote_copy ul li
{
	margin:0 0 5px 0;
}

.quote_copy ul li span
{
	display:block;
}

.quote_copy p
{
	font-size: 15px;
	margin: 0px 0 30px 0;
}

.lc_copy_credit
{
	text-align: right;
	font-style: normal;
	font-size: 11px;
	float: right;
}

.quote_end
{
	background: url(../images/quotes_118.jpg) no-repeat;
	height: 12px;
}

.lc_title, .quote_top, .quote_bottom, .quote_start, .quote_end
{
	width: 224px;
	float: left;
}

.lc_foot_credit
{
	float: left;
	width: 224px;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

#center_content
{
	width: 469px;
}

.content_title
{
	font-size: 24px;
	line-height: 1.2em;
}

#right_content
{
	width: 225px;
	margin-left: 17px;
}

.rc_space
{
	display: block;
	width: 225px;
	height: 10px;
	float: left;
}

/*****************
* Testimonials Page
*****************/

.testimonials .the-quote {
	float:left;
	display:block;
	padding: 0 0 40px 19px;
	width:540px;
}

.testimonials .the-quote q 
{
	font-style:italic;
	color:#656667;
	padding: 5px 0 2px 0;
	display:block;
	font-size:14px;
}

.testimonials .the-quote span.who
{
	float:right;
	font-size:11px;
}

.testimonials img
{
	float:left;
	margin:5px;
}

/*********
* random CTA
*********/

p.read-more
{
	text-align:center;
	margin-bottom:30px;
}

p.read-more a
{
	font-weight:bold;
	font-size:1.1em;
	color: #0fa1dc !important;
}

p.read-more a:hover
{
	color:#222222 !important;
}

/*********
* Brochure Quote
*********/

.bro-quote {
	display: block;
	float: left;
	background-color: #dcefed;
	padding: 7px;
	margin-bottom: 20px;
}

.bro-quote .bro-quote-text {
	display: block;
	float: left;
	font-size: 15px;
	font-style: italic;
	background-color: #FFF;
	padding: 7px;
}

.bro-quote .bro-quote-person {
	display: block;
	float: left;
	font-size: 13px;
	margin: 10px 0px 0px;
}

/*****************
* FORMS
*****************/

label {
	margin-right:15px;
	text-align:right;
}

label, input[type=text], select
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}



/** Sponsors **/
#sponsors
{
	float: left;
	width: 960px;
	margin-top: 30px;
	display: block;
	text-align:center;
}

#sponsors h5 
{	
	background-color:#e5e5e5;
	margin:0;
	padding: 5px;
	color:#656667;
	display:block !important;
}

#sponsors img
{
	margin:10px 15px;
}

/** Footer **/
#footer
{
	width: 100%;
	background: #f6f2f1 url(../images/foot_130.jpg) repeat-x top left;
	float: left;
}

#footer_copy
{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 15px;
	background: url(../images/foot_132.jpg) no-repeat 10px 1px;
	text-align: center;
	position:relative;
}

#footer_copy a
{
	color: #333;
	text-decoration: underline;
}

#copyright
{
	font-size: 9px;
	color: #333;
}

.goodingsmedia
{
	position:absolute;
	bottom:5px;
	right:0;
}

/**********
"OTHER" Stylesheet
**********/

#body_other
{
	background: url(../images/top_strip_short.jpg) top repeat-x #fff;
}

#center_content_other
{
	background: url(../images/content_bg.png) no-repeat;
	width: 639px;
	padding: 32px 36px;
	float: left;
}

#center_content_other_fullspread
{
	background: url(../images/content_bg_fullspread.png) no-repeat;
	width: 890px;
	padding: 32px 36px;
	float: left;
}

#center_content_other div.span1, #center_content_other div.span2, 
	#center_content_other div.span1_med, #center_content_other div.span2_med
{
	margin-bottom:20px;
}

#center_content_other div.span1
{
	width: 100px;
	float: left;
}

#center_content_other div.span1_med
{
	width: 150px;
	float: left;
}

#center_content_other div.span2
{
	width: 500px;
	float: left;
}

#center_content_other div.span2_med
{
	width: 450px;
	float: left;
}

#center_content_other div.alpha
{
	margin-right:39px;
}

.copy_space, .copy_title, .copy_bull
{
	width: 639px;
	float: left;
	margin-bottom: 10px;
}

/** Simpleshow On Homepage */
#speaker-logos-simpleshow
{
	
	width:225px; 
	overflow:hidden; 
	height: 405px; 
	position:absolute;
}


#speaker-logos-simpleshow img
{	
	margin:5px 50px;
	-moz-box-shadow:0 1px 3px #212121;
	-webkit-box-shadow:0 1px 3px #212121;
}

#center_content_other .official {
	display: block;
	clear: both;
	padding: 15px;
	background: #EFEFEF;
	overflow:hidden;
}

#center_content_other .official .span2_med {
	width:420px;
	background: #FFF;
	padding: 10px;
}

#center_content_other .official .alpha {
	margin-right: 15px;
}


/* Twitter & Rss */

.quote_copy ul li {
	margin: 0 0 15px;
}

.quote_copy li span.rss-title  {
	font-size: 12px;
}

.quote_copy li span.rss-description p {
	font-size: 11px;
	margin: 0px;
}

.strong_hide{
	font-weight: 100;
}

#audio_clip h3
{
	display:block;
	background: #363636;
	padding:10px 10px;
	color:white;
}

#audio_clip
{
	border-bottom:solid thin grey;
	overflow:hidden;
}

#audio_clip img
{
	float:right;
	margin-right:20px;
	padding-bottom:10px;
}

#audio_clip p
{
	float:left;
	width:600px;
}