/******************************
	Basic Container
******************************/

html {
	height: 100%;
}

body {
	cursor: default;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin: 18px 0px;
}

strong {
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

/******************************
	Generic Classes
******************************/

.dividerTop {
	display: block;
	width: 880px;
	height: 13px;
	background: url('../img/divider.gif') no-repeat;
	background-position: 0px -13px;
}

.dividerBottom {
	display: block;
	width: 880px;
	height: 13px;
	background: url('../img/divider.gif') no-repeat;
	background-position: 0px 0px;
}

/******************************
	Full Height Containers
******************************/

#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto -37px auto;
	background: url('../img/background.gif') repeat-y;
}

#push {
	height: 37px;
}

/******************************
	Navigation
******************************/

#navigation {
	overflow: hidden;
	background: url('../img/navigation-background.gif') repeat-x;
}

#navigation h1 {
	float: right;
	padding: 10px 27px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}

#navigation #linksContainer {
	overflow: hidden;
	height: 38px;
	float: right;
}

#navigation .link {
	cursor: pointer;
	float: left;
	width: 125px;
	height: 38px;
	padding: 1px 0px 0px 0px;
	color: #FFFFFF;
	font-family: 'Myraid Pro', Calibri, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	background: url('../img/navigation-link-background.gif') repeat-x;
}

#navigation .link:hover {
	background-position: 0px -38px;
}

/******************************
	Event Info
******************************/

#eventInfo {
	margin: 0px 0px 18px 0px;
}

#eventInfo ul li {
	overflow: hidden;
	margin: 0px 0px 18px 0px;
}

.eventInfoLabel {
	float: left;
	width: 100px;
	font-weight: bold;
}

.eventInfoData {
	float: left;
	width: 780px;
	font-weight: bold;
}

#eventInfoTitle {
	margin: -2px 0px 0px 0px;
	font-size: 18px;
}

/******************************
	Body/Content
******************************/

.innerBody {
	width: 958px;
	margin: 0px auto;
}

#content {
	width: 880px;
	margin: 18px auto;
	color: #646464;
}

#detailsAndSpeakersContainer {
	overflow: hidden;
}

.innerContent {
	float: left;
	width: 400px;
	margin: 0px 20px;
}

/******************************
	Event Details
******************************/

#detailsContainer ul {
	list-style-type: disc;
	padding: 0px 0px 0px 18px;
}

#detailsContainer ul li {
	margin: 18px 0px 0px 0px;
}

/******************************
	Header
******************************/

#header {
	height: 108px;
	padding: 31px 0px 0px 0px;
	background: #E6E6E6 url('../img/header-background.gif') no-repeat;
}

/******************************
	Footer
******************************/

#innerFooter {
	height: 37px;
	background: #E6E6E6;
}