body {
	background: #fff;
	margin: 0px 0px 0px 50%;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12pt;
	color: #000
}

a:link {
	color: #193ea0;
	text-decoration: none
}

a:visited {
	color: #803e80;
	text-decoration: none
}

a:hover {
	color: #193ea0;
	text-decoration: underline
}

a:active {
	color: #193ea0;
	text-decoration: underline
}

#container {
	margin: 0px 0px 0px -400px;
	padding: 0em;
	width: 800px;
	position: relative;
	background: #fff
}

#mainNav {
	width: 800px;
}

#primaryNav, #secondaryNav
{
	list-style: none;
	display: block;
	height: auto;
}

#primaryNav {
	background: #a7a9ac;
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 14px;
}

#secondaryNav {
	background: #eeeeee;
	margin: 0;
	padding: 5px 0 5px 4px;
	font-size: 13px;
}

#primaryNav ul, #secondaryNav ul {
  margin: 0;
  padding: 0;
}

#primaryNav li, #secondaryNav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#primaryNav a:link, #primaryNav a:visited {
	padding: 5px 22px 5px 21px;
	text-decoration: none;
	background: #a7a9ac;
	color: #fff;
  position: relative; /* fixes ie border-top issue */
}

#primaryNav a:hover {
	padding: 5px 22px 5px 21px;
	background: #cccccc;
	color: #000;
  position: relative; /* fixes ie border-top issue */
}

#primaryNav a#selected {
	padding: 5px 22px 5px 21px;
	background: #eeeeee;
	color: #000;
  position: relative; /* fixes ie border-top issue */
}

#secondaryNav a:link, #secondaryNav a:visited {
	padding: 5px 9px;
	line-height: 160%;
	text-decoration: none;
	background: #eeeeee;
	color: #666;
}

#secondaryNav a:hover, #secondaryNav a.selected {
	background: #eeeeee;
	color: #000;
}

#mainContent {
	line-height: 1.4em;
}

#footer {
  clear: both;
  margin-top: 1em;
  padding: 1em 0;
  font-size: smaller;
  border-top: 1px solid #dddddd;
}

#sidebar {
  float: right;
  width: 250px;
  padding: 1em 1em;
  margin: 1em 0em 1em 1em;
  background: #9abcdd;
  font-size: smaller;
}

#sidebar.multisection {
  padding: 0;
  background: #ffffff;
}

#sidebar h3 {
  margin: 0;
  padding: 0;
}

#sidebar .section {
  padding: 1em;
  background: #9abcdd;
}

#sidebar .section.clear {
  background: #ffffff;
}

#sidebar .section.highlight {
  background: #FFD555;
}

#sidebar div img {
  margin-bottom: 0.5em;
}

#sidebar div {
  margin-bottom: 1em;
}

.emphasis {
  font-weight: bold;
  font-size: smaller;
  background: #9abcdd;
  padding: 0.1em 0.5em;
}

#sidebar .emphasis {
  background: #FFD555;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin-top: 1em;
}

dt .note {
  font-weight: normal;
  font-size: smaller;
}

dt .note:before {
  content: "(";
}

dt .note:after {
  content: ")";
}

dd {
  margin-left: 0em;
}

.cancelled, .cancelled a {
  text-decoration: line-through;
  color: #aaa;
}

.cancelledNotice {
  color: #c00;
}

/* Home page */
div#social {
  background: #eeeeee;
  margin: 0.5em 0;
  padding: 0.5em;
}

div#social h3 {
  margin: 0em;
}

#social ul {
  margin: 0.25em;
  padding: 0;
}

#social li {
	margin: 0 1em 0 0;
	padding: 0;
	display: inline;
}

ul#sponsors {
  margin: 1em 0 0 0;
  padding: 0;
}

#sponsors li {
	margin: 0;
	padding: 0;
	display: inline;
}

#sponsors img {
  padding: 0 2em 0 0;
	vertical-align: middle;
}

hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
}

/* Keynotes */
img.keynote_speaker {
  float: right;
  margin: 0 0 0.5em 0.5em;
}


/* Submitting workshops page */
div.callout {
  background: #FFD555;
  margin: 0.5em 0;
  padding: 0.5em;
}

div.callout p {
  margin: 0.5em 0;
  padding: 0;
}

/* Sponsors page */
div.corporate {
  background: #eeeeee;
  margin: 0.5em 0;
  padding: 0.5em;
}

div.corporate h3 {
  margin: 0em;
}

div.corporate p {
  margin-bottom: 0em;
}

div.corporate img {
  padding: 0.25em;
  background: #fff;
}


/* column container */
.colmask {
	position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
	background:#fff;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:230px;
	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:230px;
	padding-bottom:1em;
}
.leftmenu .col1 {  /* right column */
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {  /* left column */
	float:left;
	width:205px;
	position:relative;
	right:230px;
}
