
#container {
	margin:0 auto;
	padding:0;
	width:970px;
}
#home {
	margin: 26px 0 10px 0;
}

#main {
	clear:left;
	border:1px solid #000;
	margin: 26px 0 10px 0;
	padding:20px;
}
#mainform {
	float:left;
	width:100%;
}
#form-container, #network-container {
	border:1px solid #000;
	clear: left;
	padding:20px;
	margin: 26px 0 18px 0;
	width:928px;
}
#body {
	float: left;
	margin-bottom:12px;
	padding: 10px 0 0 0;
}

#col1 {
	border-right:1px solid #ddd;
	float:left;
	margin-right:20px;
	padding-right:20px;
	width:500px;
}
#col2 {
	float:right;
	margin-right:20px;
}

h3 {
	color: #EA5C24;
	margin: 4px 0 12px;
}

#main em, #mainform em, #network-home em {
	color: #EA5C24;
	font-weight: normal;
}

/* main navigation */
#main-nav {
	margin-top: 10px;
	height: 26px;
	width: 100%;
}


#tabs {
	margin:0;
	padding:0;
}
#tabs ul {
	display:block;
	position:absolute;
}
#tabs ul.children {
	margin:0;
	padding:0;
	z-index:100;
	visibility:hidden;
}
#tabs li {
	display:inline;
	float:left;
	height:auto;
}
#tabs li li {
	background:#ddd none repeat scroll 0%;
	display:block;
	float:none;
}

/* nav button widths - we will keep these as text for now due to changes... */
#n0 a { width:82px; }
#n1 a { width:120px; }
#n2 a { width:100px; }
#n3 a { width:81px; }
#n4 a { width:96px; }
#n5 a { width:130px; }
#n6 a { width:76px; }
#n7 a { width:185px; }
#n8 a { width:100px; }

#tabs a {
	background: url(../img/nav-vbar.gif) no-repeat right 0;
	color:#000;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding:2px 0 6px;
	line-height:20px;
	text-align:center;
}
#tabs a:hover, #tabs a.selected {
	background-image:none;
	background-color:#000;
	color:#EA5C24;
	text-decoration:none;
}
#tabs ul a {
	background:#EA5C24 none repeat scroll 0%;
	color:#eee;
	font-size:0.9em;
	font-weight: bold;
	line-height:20px;
	padding:2px 20px 4px 20px;
	text-align:left;
	white-space:nowrap;
	width:115px;
}
#tabs ul ul a {
	background:#EA5C24 none repeat scroll 0%;
	border: 0;
}
#tabs ul a:hover, #tabs ul a.selected {
	background-color: #EA5C24;
	color: #fff;
	text-decoration: underline;
}
#tabs a.current {
	color: #EA5C24;
}
#tabs a.current:hover {
	background: transparent url(../img/nav-vbar.gif) no-repeat right 0;
	color: #EA5C24;
}

#n8 a, #n8 a:hover, #n8 a.current:hover {
	background-image:none;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}

/* breadcrumb trail */
#crumb-trail {
	float:left;
	height:28px;
	margin:4px 0 4px 0;
}
#crumb-trail li {
	float:left;
}
#crumb-trail .active {
}


/* main banner */
#banner {
	background-color: #000;
	clear: both;
	margin: 0 0 8px 0;
	height: 138px;
	width:100%;
}
#banner h1 {
	background: url(../img/innovation-edge-logo.gif) no-repeat 0 0;
	margin:10px;
	height: 118px;
	width: 240px;
	float:right
}
#banner img {
	margin:12px 0 0 12px;
}

/* footer */
#footer {
	background-color: #000;
	clear: both;
	font-size: 0.88em;
	font-weight:bold;
	padding:10px 0;
	margin: 22px 0 10px 0;
	width: 100%;
}
#footer ul {
	margin: 0 8px;
}
#footer li {
	float: left;
	margin:0;
}
#footer a {
	border-right: 1px solid #ccc;
	color:#fff;
	padding: 2px 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.last {
	border-right: 0;
}


/* content */
.logo-inline {
	margin-right:6px;
}

/* home page */

#featured {
	height:194px;
	width:100%;
}
#featured div {
	float:left;
	margin-right:6px;
	width:238px;
}
#featured div.last {
	margin-right:0;
}
#featured a {
	display: block;
	text-decoration: none;
	width:236px;
}
#featured img {
	clear:left;
	width:236px;
}
#featured blockquote {
	background: url(../img/home-speaker-quote.gif) no-repeat top left;
	float:left;
	line-height: 126%;
	padding: 20px 3px 2px 7px;
	width: 226px;
}
#featured blockquote.expanded {
	height:60px;
	padding-top: 8px;
}
#featured h4 {
	margin:0 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
#featured cite {
	color: #EA5C24;
	display: none;
	font-size: 0.90em;
	visibility: hidden;
}
#featured cite.expanded {
	display: block;
	visibility: visible;
}
#featured span {
	color:#888;
	display: block;
	font-size:0.9em;
	line-height: 126%;
	text-align: center;
	width:236px;
}

/* quote box */
#quote-home {
	background: #EA5C24 url(../img/quote-big.gif) no-repeat right -1px;
	float: right;
	line-height: 130%;
	padding: 16px;
	margin:0px 0pt 64px 18px;
	width:234px;
}

#quote-big {
	background: #EA5C24 url(../img/quote-big.gif) no-repeat right 12px;
	float: right;
	line-height: 130%;
	padding: 16px;
	margin: 0;
	width:276px;
}
#quote-home h4, #quote-big h4 {
	color:#fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px;
}
#quote-home blockquote, #quote-big blockquote {
	color:#000;
	clear: left;
	font-size: 0.94em;
	line-height: 130%;
	margin-bottom: 0.4em;
}
#quote-home span, #quote-big span {
	clear: left;
	color:#fff;
	font-size: 0.94em;
	font-weight: bold;
}

#signin-reminder {
	border:1px solid #EA5C24;
	float:right;
	font-weight:bold;
	margin:14px 0 14px 18px;
	padding:8px;
}


/* form page layout and styles */
.intro {
	color: #EA5C24;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 18px 0;
	width:570px;
}

#mainform li {
	display: table;
	border-bottom: 1px solid #aaa;
	clear:left;
	padding:12px 0;
	width:100%;
}
#mainform li.last {
	border:0;
}
#mainform li > label {
	font-size: 0.94em;
	font-weight: bold;
	line-height: 120%;
	margin: 4px 0 6px 0;
	width:380px;
}
#mainform label.error {
	float:right;
	margin:1px 0 0 0;
	width:500px;
}
#mainform input, #mainform textarea {
	clear: none;
	float:right;
	width:500px;
}
#mainform select {
	width: 390px;
}

#mainform button {
	float:right;
}


/* forms */
#mainform li div {
	float:left;
	margin-top:4px;
	margin-left: 4px;
}
#mainform input label, #mainform div label {
	line-height:120%;
	margin:2px 10px 4px 0;
	width:276px;
}
#mainform div label {
	line-height:120%;
	margin:2px 0 6px 0;
}
#mainform div.radio-line label {
	width:590px;
}

#breakoutform input, #breakoutform textarea {
	clear: none;
	float:left;
}
#breakoutform button {
	margin:0 0 0 8px;
}
#breakoutform label.error{
	margin-left:130px;
	width:240px;
}

label {
	width:120px;
}
label span {
	color: #EA5C24;
}
.label-help {
	color: #777;
	font-weight: normal;
}
input, textarea {
	clear: left;
	float:left;
}
input.error, textarea.error {
	border:1px solid #d55;
}
label.error {
	clear:both;
	color: #f44;
	margin:2px 0pt 8px 2px;
	padding:2px;
	width:180px;
}
#submit-button, button, a.button {
	background-color: #EA5C24;
	border: 0;
	color: #eee;
	font-weight: bold;
	padding: 4px 12px;
	margin:6px 0pt 0 0;
	text-decoration: none;
}
a.button:hover {
	border: 1px solid #444;
	padding: 3px 11px;
	text-decoration: none;
}
a.button:visited {
	color: #eee;
}

#signin-box li {
	display:block;
	float: left;
	margin-bottom:8px;
}

#list-form {
	float: left;
	margin-top: 8px;
	width:248px;
}
#list-form li {
	display:block;
	float: left;
}
#form-contact textarea {
	height: 130px;
	width: 400px;
}

#f-profile {
	height:90px;
}

#interest_select {
	float: left;
	margin-bottom: 12px;
	margin-left: 4px;
}
#interest_select legend {
	padding:0pt 4px;
	visibility: visible;
}
#interest_select label {
	clear:none;
	float: left;
	margin: 2px 4px 0 0;
	padding: 0;
	text-align: left;
	width:224px;
}
#interest_select input {
	float:left;
	margin: 4px 4px 0 0;
}
#interest_select li {
	clear:none;
	display: block;
	float:left;
}

/* news ticker */
#news {
	border-style: solid;
	border-color: #EA5C24;
	border-width: 0 2px;
	padding: 0 8px;
}
#news a {
	color: #555;
	font-weight:bold;
	text-decoration: none;
}
#news a:hover {
	color: #EA5C24;
}
.newsticker {
	color: #555;
	font-weight: bold;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

.grey-out {
	color:#999;
}

/* network home */
#logout {
	clear: none;
	float:right;
	margin-top: 0;
}
#network-container h3 {
	margin: 0;
}
#network-container a.button {
	margin-right:8px;
}

/* help line */
#help-line li {
	border: 0;
	padding:6px 0pt;
}
#help-line input, #help-line textarea {
	width:640px;
}
#help-line li > label {
	font-weight: bold;
	margin-top: 6px;
	margin-right: 10px;
	width:266px;
}
#help-line label.error {
	width:636px;
}
#help-line input.radio, #help-line input.checkbox, #breakout-booking input.radio {
	border:0;
	float:left;
	margin: 4px 4px 0 1px;
	width: auto;
}
#help-line input.radio {
	margin-top: 4px;
}
#help-line label.check1 {
	font-weight: normal;
	margin:4px 0 0 4px;
	width:auto;
}

/* sign in */
#sign-in {
	margin: 0 auto;
	width:590px;
}
#sign-in li {
	border: 0;
	padding:6px 0pt;
}
#sign-in input {
	width:340px;
}
#sign-in li > label {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding:2px 0;
	width:222px;
}
#sign-in label.error {
	width:342px;
}


/* terms and conditions */
#page-terms ol, #page-terms ul {
	margin:0 0 1em 1.8em;
}
#page-terms li {
	color:#555;
	font-weight: bold;
}
#page-terms li span {
	color:#555;
	font-weight: normal;
}
#page-terms ol li {
	line-height: 128%;
	list-style: decimal;
	margin: 6px 0;
}
#page-terms li ol li {
	font-weight: bold;
	list-style: lower-alpha;
}
#page-terms li ul li {
	font-weight: bold;
	list-style: disc;
}
#page-terms ul li {
	font-weight: normal;
	list-style: disc;
}
#page-terms li ol {
	margin: 1em 0 1em 3em;
}
#page-terms em {
	color: #EA5C24;
	font-weight: bold;
}
#page-terms .section {
	border-top: 1px solid #aaa;
	color: #EA5C24;
	padding-top: 18px;
	margin-top:26px;
}
#page-terms h3 {
	color: #EA5C24;
	margin-bottom: 0.9em;
	margin-left: 0.1em;
}
#page-terms h4 {
	border-top: 1px solid #aaa;
	clear: both;
	color: #EA5C24;
	font-size: 1.2em;
	margin:1.1em 0pt 0.9em 0.2em;
	padding-top: 20px;
}

/* definition lists: FAQ */
dl {
	color: #555;
	margin-left: 0.2em;
	width:99%;
}
dt {
	clear: both;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}
dt em, dd em {
	float:left;
	color: #EA5C24;
}
dd {
	float:left;
	margin: 0 0 1.4em 0;
}
dt div, dd div {
	margin-left:2em;
}

#event-programme h4 {
	font-size: 1.2em;
	margin:1.4em 0;
	padding: 0 0 5px 0;
}
#event-programme dt {
	border-top:1px solid #999;
	color: #EA5C24;
	float: left;
	padding-top: 18px;
	width:130px;
}
#event-programme dd {
	border-top:1px solid #999;
	padding-top: 18px;
	float: left;
	width: 740px;
}
#event-programme dd.first, #event-programme dt.first {
	border:0;
} 
#event-programme div {
	clear: left;
	margin:0;
}
#event-programme em, #event-programme a strong {
	color: #EA5C24;
	font-weight: bold;
	float: none;
}
#event-programme strong, #event-programme li span {
	color: #333;
}
#event-programme ul {
	clear: left;
	margin: 1em 0 1em 2.2em;
}
#event-programme li {
	list-style-type: disc;
}
#event-programme ol {
	margin: 0.2em 0 1em 2em;
}
#event-programme ol li {
line-height:128%;
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
margin:6px 0pt;
}

#interest-areas h3 {
	margin: 0 0 12px 0;
}
#interest-areas a, #speakers-list a {
	border: 2px solid #fff;
	color: #777;
	font-weight: bold;
	display: block;
	padding:2px 6px 2px 14px;
	margin: 0 0 2px 2px;
	text-decoration: none;
	width:280px;
}
#interest-areas a:hover, #speakers-list a:hover {
	border: 2px solid #EA5C24;
}
#interest-areas a.selected, #speakers-list a.selected {
	background-color: #EA5C24;
	color: #fff;
}
#interest-areas li, #speakers-list li {
	clear:none;
	display: block;
	float:left;
}
#speakers-list a {
	width:202px;
}

#speaker-profile div, #event-programme blockquote {
	background: #111 url(../img/header-bg-stripe.gif);
	color: #EA5C24;
	height:1.4em;
	padding: 12px 16px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: baseline;
}
#speaker-profile h4, #event-programme h4 {
	float: left;
	font-size: 1.3em;
	margin-top: -2px;
}
#speaker-profile div a {
	color:#fff;
	float: right;
	font-weight: bold;
}
#speaker-profile span {
	float: left;
}
#speaker-profile img {
	border: 1px solid #aaa;
	float: left;
	margin: 0 1.6em 1em 0;
	width: 170px;
}

/* browse candidate list */
#candidates  {
	margin-top:20px;
}
#candidates li {
	float:left;
	margin: 0 0 20px 0;
	width:438px;
}
#candidates li.left {
	border-right:1px solid #999;
	clear:left;
	padding-right:20px;
	margin-right:24px;
}
#candidates li.line {
	clear: left;
	width:100%;
}
#candidates hr {
	margin:0;
}
#candidates span {
	color: #EA5C24;
}
#candidates .button {
	display: block;
	margin-top:12px;
	text-align:center;
	width:90px;
}

#map-link {
	margin:8px 2px 0 0;
	text-align:right;
	width:100%;
}

/* breakout session info */
#breakout-info div {
	float:left;
	margin-right:10px;
	width: 450px;
}
#breakout-info div.right {
	border-left:1px solid #aaa;
	margin-right: 0;
	padding-left: 12px;
}
#breakout-info ul {
	margin: 1em 0.4em 1em 2.6em;
}

#breakout-info li {
	list-style: disc;
	list-style-position: outside;
}

#breakout-info h4 {
	background: url(../img/home-speaker-quote.gif) repeat top left;
	font-size: 122%;
	display: block;
	margin: 4px 0 18px;
	padding: 10px;
}
#breakout-info em {
	color: #EA5C24;
}
#breakout-info label {
	font-weight:bold;
	margin: 0 0 0 4px;
}
#breakout-info input {
	margin: 1px 0 0 2.5em;
}

/* breakout session booking */
#breakout-booking fieldset {
	float:left;
	margin-top: 12px;
	padding-right: 12px;
	width: 438px;
}
#breakout-booking fieldset.right {
	float: right;
	border-left:1px solid #aaa;
	padding-left: 20px;
}
#breakout-booking  li{
	border:0;
}
#breakout-booking em {
	background: url(../img/home-speaker-quote.gif) top left;
	display: block;
	line-height:126%;
	padding: 10px;
}
#breakout-booking div strong {
	margin:0 0 6px 0;
	font-size: 1.2em;
	font-weight: bold;
}
#breakout-booking div {
	margin:1em 0 6px 8px;
}
#breakout-booking input {
	clear:left;
}
#breakout-booking div label {
	margin-left: 6px;
	width:90%;
}
#breakout-booking b, #breakout-info b {
	color: #EA5C24;
}
#breakout-booking blockquote {
	margin:0 auto;
	width:740px;
}
#breakout-booking blockquote label {
	margin: 4px 10px 0 0;
	float:left;
	width:220px;
}
#breakout-booking blockquote input {
	clear: none;
	float:left;
}
#breakout-booking blockquote button {
	float:right;
	margin:0 0 0 6px;
}
#breakout-booking label.error {
	clear:left;
	float:left;
	margin:1px 66px 0pt;
	width:auto;
}


/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 33%;
    left: 50%;
    
    margin-left: -200px;
    width: 380px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;

	font-weight: bold;
	padding: 40px 20px 30px 20px;
	text-align: center;
}

.jqmOverlay { background-color: #777; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
