@charset "UTF-8";

/* ----- Initialize Tags ----- */
* {
	margin:0;
	padding:0;
	text-decoration:none;
}
ul, ol, dl {
	list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:100%;
	text-transform:uppercase;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
a img, :link img, :visited img, th, td {
	border:none;
}
address {
	font-style:normal
}


/* ----- Global Style ----- */
body {
	margin:20px auto;
	background: #FFF url(../images/grid.gif) repeat top left;
	font:85% Arial, Helvetica, sans-serif;
	color:#656565;
	width:950px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	float:left;
	height:100%;
	margin:0 20px;
}
#header {
	height: 250px;
	padding-bottom: 10px;
}
.header_link {
	display: block;
	position: absolute;
	width: 950px;
	height: 192px;
}
#footer {
	clear:both;
	text-align:center;
	padding:70px 0 20px 0;
	font-size:65%;
	text-transform:uppercase;
	color:#333333;
}
h1 {}
h2 {}
h3 {color:#333333; text-transform:none; margin:10px 0 5px 0;}
h4 {}
h5 {color:#FF0000; font-size:75%; text-transform:uppercase; padding-bottom:7px;}
a {text-decoration:none;}
a:link, a:visited {color:#0078B4;}
a:hover {color:#97712C;}
p {padding-bottom:1em;}
ul {padding-bottom:20px;}
hr {
	clear:both;
	padding:20px 0;
	margin:0 auto;
	background:url(../images/hr-blocks.gif) no-repeat center;
	width:22px;
	height: 6px;
	border:none;
}
.event {
	padding-top:10px;
}
input {
	padding:3px;
}
.directions li {
	list-style:disc outside none;
	margin:0 0 10px 14px;
}
.small_logo {
	padding-right:15px;
}


/* ----- Nav Menu Style ----- */
#header h1, #header-image h1, #header h2, #header-image h2 {position:absolute; right:10000em;}
#navmenu {
	/*width:700px;*/ /*GS: uncomment width when there are too many nav items */
	font-weight:bold;
	font-size:90%;
	margin-top:-50px;
}
.navitem {
	/*float:left;*/
	display:inline-block;
	margin:0 20px 20px 0;
}
.navitem:hover {
	color:#656565;
}


/* ----- Main Style ----- */
#main {
	padding: 10px 0 50px 0;
}
#main img {padding-bottom: 10px;}
.article {padding-bottom: 40px;}


/* ----- Agenda Styles ----- */
.agenda strong {color:#333333;}
.agenda td {padding-bottom: 10px;}
.agenda td.time, {vertical-align:top; font-weight:bold;}
.agenda td.break {padding-top:7px; padding-bottom:17px;}
.time {font-weight:bold; color:#0078B4;}

/* ----- Speakers Styles ----- */
.speaker {padding: 10px 0; clear:left;}
.speaker img {float:left; padding-right:10px;}
.speaker.description {float:left;}


/* ----- list styles ----- */
.whoshouldattend ul {padding-bottom: 20px; list-style:disc inside;}
ul.bulleted {list-style:disc outside; margin-left:17px;}
ul.bulleted li {margin-bottom:10px;}

/* ----- About Our Sponsors Styles ----- */
.sponsor {padding: 15px 0;}


/* ----- Buzz Styles ----- */
.quote {
	padding-bottom:0;
}
.author {
	text-align:right;
}
