/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #666;
	text-align: center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

#upper {
	width: 100%;
	background: #ECECEC url(images/background.gif) repeat-x;
}

#upperInner {
	width: 760px;
	margin: 0px auto;
	background: url(images/hammer.gif) no-repeat 0px 200px;
}

#upperInner h1 {
	margin: 0px;
}

#nav {
	width: 135px;
	float: left;
	display: inline;
	margin: 60px auto auto 62px;
}

#nav li {
	margin: 0px 0px 15px;
	list-style: none outside;
	text-transform: uppercase;
	background: #E4E52B;
	color: #000;
	line-height: 32px;
	font-weight: bold;
	vertical-align: middle;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #00204F;
	background: #FFF;
	width: 100%;
	height: 100%;
}

#nav a:hover {
	background: #E4E52B;
}

#content {
	float: right;
	width: 440px;
	padding: 30px;
	background: #FFF;
	text-align: left;
	margin-top: 20px;
	min-height: 400px;
}

#content a {
	color: #00204F;
	text-decoration: underline;
}

#content a:visited {
	color: #666;
}

#content a:hover {
	background: #E4E52B;
	text-decoration: none;
}

#content li {
	list-style: square ouside;
	margin-left: 16px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #444;
}

h3.subhead {
	margin-top: -15px;
	color: #666;
	font-weight: normal;
}

h4 {
	font-size: 14px;
}

br.clear {
	clear: both;
	visibility: hidden;
}

#lower {
	width: 100%;
	background: url(images/shadow.gif) repeat-x;
}

#lowerInner {
	width: 760px;
	height: 230px;
	background: url(images/skyline.gif) no-repeat;
	margin: 0px auto;
}

#sponsors {
	margin: 15px auto;
	float: left;
	display: inline;
}

/*#sponsors {
	margin: 150px auto 0px;
	float: left;
	display: inline;
}*/

#sponsors li {
	list-style: none;
	float: left;
	display: inline;
}

#sponsors li span {
	visibility: hidden;
}

#sponsors a {
	display: block;
	text-decoration: none;
}

#tnac a {
	background: url(images/tnac_logo.gif) no-repeat;
	width: 135px;
	height: 30px;
	margin: 0px;
}

#tnac a:hover {
	background: url(images/tnac_logo_over.gif) no-repeat;
}

#boa a {
	background: url(images/boa_logo.gif) no-repeat 0px 12px;
	width: 165px;
	height: 48px;
	margin: 0px 55px 0px 52px;
}

#boa a:hover {
	background: url(images/boa_logo_over.gif) no-repeat 0px 12px;
}

#rock a {
	background: url(images/rock_logo.gif) no-repeat 0px 12px;
	width: 265px;
	height: 30px;
	margin: 0px 0px 0px 55px;
}

#rock a:hover {
	background: url(images/rock_logo_over.gif) no-repeat 0px 12px;
}

.larger {
	font-size: 16px;
}

.subtle {
	font-size: 11px;
	color: #666;
}

.speaker {
	padding: 15px 0px;
	clear: both;
}

.speaker img {
	float: left;
	display: inline;
	margin: 0px 15px 20px 0px;
}

.speaker h3 {
	margin: 0px 0px -10px;
}

ul#video {
	text-align: center;
	padding: 10px;
	margin: 15px 20px;
	background: #ECECEC;
}

ul#video li {
	display: inline;
	list-style: none outside;
	padding: 0px 10px;
}

li#feed {
	padding-left: 15px;
	background: url(images/feed-icon-12x12.gif) no-repeat 0px 3px;
}

.time {
	color: #666;
	font-size: 11px;
}

#viewer {
	width: 400px;
	text-align: center;
	margin: -20px 20px 20px;
}

#viewer p {
	padding: 15px;
	background: #E4E52B;
}
