.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 100%;
	color: #fff;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: right;
}

ul.MenuBarVertical li a, ul.MenuBarVertical li a:visited {
	border: none;
	text-decoration: none;
	color: #fff;
}

ul.MenuBarVertical li a:hover {
	border-bottom: 1px solid #fff;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	width: 150px;
	border: 1px solid #fff;
	border-bottom: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 17px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: #333;
	color: #fff;
}

ul.MenuBarVertical ul li a, ul.MenuBarVertical ul li a:visited
{
	padding: 5px;
	display: block;
	font-size: 13px;
	cursor: pointer;
	background-color: #333;
	color: #fff;
}

ul.MenuBarVertical ul li a:hover {
	border: none;
	background-color: #fff;
	color: #882038;
}
	
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: right;
	}
}


.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}

.headline {
	margin-right: 190px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #999;
	color: #005f70;
}

.heading_noLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #005f70;
}

.small_headline {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005f70;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1f79d1;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20677f;
}

a, a:visited {
	text-decoration: underline;
	color: #005f70;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#body {
	background: #000 url('../../../site/1/template/body_bg.jpg') no-repeat top center;
	color: #333;
}

/* ---------- DIVS ---------- */

#page {
	width: 950px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin: 0 auto;
	padding: 5px 7px;
	position: relative;
	background: url('../../../site/1/template/page_bg.jpg') repeat-y top center;
}

#wrapper {
	width: 950px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin: 0 auto;
	padding: 0 0 31px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../../../site/1/template/capsule_bg.jpg') no-repeat top center;
}

#header {
    width: 950px;
	height: 210px;
	margin: 0 auto -68px;
	position: relative;
	background: url('../../../site/1/template/header_bg.jpg') no-repeat 23px 16px;
	z-index: 10;
}

#logo {
	width: 146px;
	height: 206px;
	position: absolute;
	top: 16px;
	left: 81px;
	background: url('../../../site/1/template/logo_bg.jpg') no-repeat top center;
	z-index: 15;
}

#navigation {
	width: 722px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	padding: 0 0 0 228px;
	position: absolute;
	top: 105px;
	left: 0;
	text-align: left;
	background: #000;
}

#container {
    width: 904px;
	min-height: 728px;
	height: auto !important;
	height: 728px;
	padding: 0 23px;
	overflow: auto;
	background: transparent url('../../../site/1/template/container_bg.gif') repeat-y 23px top;
}

#sidebar {
	width: 235px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 148px 14px 130px;
	position: relative;
	border-left: 1px solid #dfc67b;
	border-right: 1px solid #dfc67b;
	background: #b29861 url('../../../site/1/template/sidebar_bg.gif') repeat-x bottom left;
}

#sidebar_blurb {
	width: 190px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-bottom: 10px;
	padding: 13px 21px;
	border: 1px solid #f4e4b9;
	border-top: none;
	border-bottom: none;
	position: relative;
	background: #000 url('../../../site/1/template/sidebar_blurb_bg.gif') repeat-x top left;
	color: #fff;
}

#content {
	width: 621px;
	min-height: 728px;
	height: auto !important;
	height: 728px;
	padding: 0;
}

#content_tab {
	width: 404px;
	height: 82px;
	padding-top: 68px;
	background: transparent url('../../../site/1/template/content_tab_bg.jpg') no-repeat left 68px;
}

#content_speakers {
	width: 343px;
	height: 313px;
	margin-left: -20px;
	padding: 10px 10px 20px 0;
	position: relative;
	background: transparent url('../../../site/1/template/speakers_bg.gif') no-repeat top left;
}

#bottom {
	width: 910px;
	height: 37px;
	margin-left: 40px;
	background: #000;
}

#footer {
	width: 100%;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #cfcfcf;
}

/* ---------- ARTICLE ---------- */

#wrapper.article {
	min-height: 440px;
	height: auto !important;
	height: 440px;
}

#container.article {
	width: 960px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	position: static;
	background: transparent url('../../../site/1/template/container_bg.gif') repeat-y top left;
}



/* ---------- ADMIN ---------- */

#page.admin {
	width: 950px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

#wrapper.admin {
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

#header.admin {
	height: 222px;
	margin: 0 auto;
}

#container.admin {
	width: 904px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	margin: 0 auto;
	padding-top: 16px;
	background: url('../../../site/1/template/container_admin_bg.png') no-repeat top center;
}

#content.admin {
	width: 864px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	padding: 0 20px 40px;
	background: #fff;
}

#bottom.admin {
	width: 904px;
	margin: 0 auto;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

.sitemap_li {
	margin: 8px 0 8px 12px;
	font-size: 14px;
}

/* ---------- WRAPPER ---------- */

#page img.wrapper_top {
	position: absolute;
	top: 0;
	left: 0;
}

#page img.wrapper_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

#page img.watch {
	position: absolute;
	bottom: 10px;
	left: 10px;
}


/* ---------- HEADER ---------- */

#header #register {
	width: 142px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 84px;
	background: transparent url('../../../site/1/template/register.gif') no-repeat top center;
}

#header #register a {
	width: 142px;
	height: 28px;
	display: block;
}

#header img.youtube {
	position: absolute;
	top: 34px;
	right: 167px;
}

#header img.twitter {
	position: absolute;
	top: 34px;
	right: 146px;
}

#header img.facebook {
	position: absolute;
	top: 34px;
	right: 125px;
}


/* ---------- LOGO ---------- */

#logo a {
	width: 146px;
	height: 206px;
	display: block;
}

/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul.navigation li {
	padding: 16px 12px 0;
	float: left;
	background: transparent url('../../../site/1/template/navigation_separator.gif') no-repeat top right;
	color: #fff;
}
#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#navigation ul.navigation li a:hover {
	color: #baa166;
}

#navigation ul.navigation li.last {
	background: none;
}

#navigation ul.navigation li.navigation_separator {
	display: none;
}


/* ---------- SIDEBAR ---------- */

#sidebar #sidebar_blurb .body-text, #sidebar #sidebar_blurb  .subheadline {
	color: #fff;
}

#sidebar img.sidebar_top {
	position: absolute;
	top: 68px;
	left: -1px;
}

#sidebar #sidebar_blurb img.sidebar_blurb_top {
	position: absolute;
	top: 0;
	left: -1px;
}

#sidebar #sidebar_blurb img.sidebar_blurb_btm {
	position: absolute;
	bottom: 0;
	left: -1px;
}

#sidebar span.sidebar_content {
	padding: 20px;
	display: block;
}

#sidebar span.sidebar_content a, #sidebar span.sidebar_content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f9efd7;
}

#sidebar span.sidebar_content a:hover {
	color: #fefefe;
}

/* ---------- CONTENT ---------- */

#content img.feature {
	padding-bottom: 10px;
}

#content span.content_text {
	padding: 20px 40px 20px 20px;
	display: block;
}

#content #feature_replacement {
	width: 217px;
	height: 152px;
	background: url('../../../site/1/template/feature_replacement_bg.jpg') no-repeat bottom left;
}

#content #feature_spacing_left {
	width: 20px;
	height: 121px;
}

#content #feature_spacing_bottom {
	width: 159px;
	height: 20px;
	padding-right: 58px;
	clear: both;
	text-align: right;
}


/* ---------- CONTENT_SPEAKERS ---------- */

#content_speakers img {
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------- BOTTOM ---------- */


/* ---------- FOOTER ---------- */
