/* styles are divided between three stylesheets layout.css, design.css, typography.css */
/* navigation styles are contained solely within typography.css */
/* Typography */


body {
	font:0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:1em 0;
	color:#000033;
	line-height:1.5em;
}

h1 {
	font: bold 2.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font:500 2.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#015a94;
	margin: 0 0 20px;
}

h3 {
	font:700 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#015a94;
	margin:8px 0 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #015a94;
}

h4 {
	font:700 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#015a94;
	margin:8px 0 2px;
}


h5, h6, p {
	font-size:1.1em;
	margin:1em 0;
}

/*p {
	line-height:1.5em;
	margin:0px 0px 15px;
}*/

dd {
	margin: 0 0 15px;
}

table dd {
	margin: 0;
}

#contentContiner dd ul {
	margin: 0 0 15px;
}
#contentContainer dd li {
	list-style: circle outside;
	margin: 0;
}

blockquote {
	margin:0 0 0 2em;
}

a {
	color:#015a94;
	font-weight: bold;
}

a:hover {
	color:#4596c5;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#contentContainer li {
	margin: 5px 0 5px 20px;
}

#contentContainer ul {
	margin: 20px;
}

/* end Typography */




/* menu styles */

#navigation {
	font: bold 1em 'Trebuchet MS', Arial,Helvetica,sans-serif;
}

#skip, #navigation h2 {
	/* hide from visual user agents */
	position:absolute;
	display: none;
	left:-999999px;
}

#navigation a, #navigation span {
	color:#015a94;
	text-decoration:none;
	display:block;
	border: 1px solid #015a94;
	padding: 4px;
}



#navigation ul, #navigation li {
	list-style-type:none;
	color:#015a94;
}

#navigation ul {
	width:180px;
}

#navigation ul ul {
	width:auto;
	margin-top: 3px;
	margin-bottom: -1px;
}

ol.decimal {list-style-type: decimal}
ol.ualpha {list-style-type: upper-alpha}

#navigation li {
	padding:3px;
	margin:0 0 0 12px;
	background: #ffffff;
	/* trigger hasLayout in IE */
	position:relative;
	text-align: right;
	width: 170px;
}

* html #navigation li {
	padding: 1px 3px;
}

#navigation li a:hover {
	background: #015a94;
	color: #ffffff;
}


#navigation li.selected span {
	background: #ffea83;
}

#navigation li li.selected {
	font-weight: bold;
}


#navigation li li a:hover {
	text-decoration: underline;
	background: #ffffff;
	color: #3399cc;
}


#navigation li.selected span span {
	display:none;
}


#navigation li li {
	/* cancel dotted lower border background from #navigation li */
	background:#ffffff;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 6px 0 0;
	padding: 2px 0;
	height: auto;
}


#navigation li li a, #navigation li li a:visited {
	color:#78080d;
	border:none;
}


#navigation li li.selected {
	font-weight: bold;
	
}

#navigation li.selected li.selected span {
	border: none;
}

/* end menu styles */



#site-info p{
	margin-bottom:0px;
	margin-top: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 0.9em;
}

.highlight
{
	color:#015a94;
}



#hostLogos {
	text-align: center;
	margin: 30px auto;
	padding: 10px 2px;
	width: 190px;
	border: 1px solid #ffd300;

}

#contentContainer .speakers li{
	margin: 5px 0 5px 10px;
}
#contentContainer ul.speakers {
	margin: 10px;
}


/*  SPONSORS LINK SECTION */

#sponsorTopLinks ul li a {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #ffffff;
}

#sponsorTopLinks ul li a.current {
	color: #003366;
}

#sponsorsContainer h3, #sponsorsContainer h4  {
	padding: 6px 20px 4px;
	border: none;
}

#sponsorsContainer p.intro  {
	padding: 8px 20px;
	font-size: 1.1em;
}

.announcement
{
	font-size: 1.2em;
	background: #D7FFB0;
	border: 2px solid #015a94;
	width: auto;
	font-weight: bold;
	padding: .5em;
}
