html{
	text-align: center;
}
body{
	width: 973px;
	text-align: left;
	margin: 10px auto;
	font: 12px "Times", "Times New Roman", serif;
	color: #000;
	border: 1px solid #b9cfdb;
	position: relative;
}
div#header{
	display: block;
	width: 943px;
	height: 108px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) no-repeat;
	padding: 10px 15px 0;
	z-index: 100;
}
h1#branding a{
	display: block;
	width: 167px;
	height: 97px;
	background: url(../images/branding.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}
div#body{
	display: block;
	width: 973px;
	background: #e8f4fb url(../images/bg_body.jpg) no-repeat;
	z-index: 1;
}
div#hero{
	display: block;
	width: 943px;
	height: 251px;
	background: url(../images/bg_hero.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
}
div#hero p.details{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
div#counter{
	display: block;
	width: 407px;
	height: 50px;
	position: absolute;
	top: 120px;
	left: 455px;
	background: url(../images/bg_counter.png) no-repeat;
}
div#counter ul{
	display: block;
	height: 38px;
	position: absolute;
	top: 7px;
	width: 400px;
}
div#counter ul li{
	display: block;
	float: left;
	font: 16px "Times", "Times New Roman", serif;
	color: #05509d;
	margin: 0 18px 0 0;
}
div#counter ul li span.number{
	font-size: 32px;
}
div#counter ul li.days{
	position: absolute;
	top: 0;
	left: 15px;
}
div#counter ul li.hours{
	position: absolute;
	left: 107px;
}
div#counter ul li.minutes{
	position: absolute;
	left: 204px;
}
div#counter ul li.seconds{
	position: absolute;
	left: 311px;
	margin: 0;
}
div#counter p.complete{
	display: block;
	width: 402px;
	color: #044E9B;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 3px;
	text-align: center;
}
a#button_reg{
	display: block;
	width: 174px;
	height: 56px;
	background: url(../images/button_hero_register.png)no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 170px;
	left: 565px;
}
div#body p{
	display: block;
	width: 645px;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 21px;
}
div#footer{
	width: 973px;
	background: #E8F4FB url(../images/bg_footer.jpg) no-repeat bottom;
	position: relative;
	padding: 30px 0 20px 0;
}
div#footer ul{
	display: block;
	width: 474px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
li a.cal{
	display: block;
	width: 212px;
	height: 59px;
	background: url(../images/button_home_calendar.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
li a.fwd{
	display: block;
	width: 198px;
	height: 59px;
	margin: 0 0 0 56px;
	background: url(../images/button_home_fwd.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
h2#branding_camm a{
	display: block;
	width: 83px;
	height: 55px;
	background: url(../images/branding_camm.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 800px;
	top: 21px;
	margin-bottom: 20px;
}
p.copyright{
	display: block;
	position: absolute;
	bottom: -20px;
	text-align: center;
	width: 973px;
}

/* ======== Interior Page Styles ========*/

div#col_sub{
	display: block;
	width: 218px;
	float: left;
	position: absolute;
	left: 0;
}
div#col_main{
	display: block;
	width: 708px;
	float: left;
	background: url(../images/bg_interior_body.png) repeat;
	border: 1px solid #b9cfdb;
	padding: 15px;
	position: relative;
	left: 218px;
	font-size: 14px;
}
div#col_main p{
	width: auto;
}
div#col_main a{
	color: #044E9B;
}
div#col_main b, div#col_main strong{
	font-weight: bold;
}
div#col_main i, div#col_main em{
	font-style: italic;
}
div#col_main ul{
	list-style-type: disc;
	margin: 5px 0 0 30px;
}
div#col_main ol{
	list-style-type: decimal;
	margin: 5px 0 0 30px;
}
div#col_main ol li, div#col_main ul li{
	margin: 0 0 7px 0;
}
div#col_main h1, div#index_body h1{
	font-size: 24px;
	color: #044e9b;
}
div#col_main h2, div#index_body h2{
	font-size: 18px;
	color: #044e9b;
	display: block;
	width: 560px;
}
div#col_main h3, div#index_body h3{
	font-size: 16px;
	color: #044e9b;
}
div#index_body{
	display: block;
	margin: 0 0 0 224px;
	width: 500px;
	padding: 20px 0;
}
div#col_main ul.agenda{
	margin: 0;
}
div#col_main ul.agenda li{
	margin: 20px 0;
	border: 1px solid #b9cfdb;
	padding: 6px;
	list-style-type: none;	
}
div#col_main ul.agenda li:hover{
	background: url(../images/bg_li_hover.png) repeat;
	border: 1px solid #b9cfdb;
	padding: 6px;
}
div#col_main ul.agenda li ul{
	display: block;
	width: 400px;
	margin: 0 0 0 35px;
	line-height: 13px;
	list-style-type: none;	
}
div#col_main ul.agenda li ul li{
	margin: 2px 0;
	list-style-type: disc;
	border: none;
	padding: 7px;
}
div#col_main ul.agenda li ul li:hover{
	background: none;
	border: none;
	padding: 7px;
}
div#col_main ul.agenda li h3.time{
	color: #004993;
	font-size: 14px;
	margin: 0 0 8px 0;
	background: #dfe8ed;
	padding: 4px;
}
div#body div#col_main ul.agenda li p{
	margin: 3px 0;
	width: auto;
}
div#col_sub ul#fixed_buttons{
	display: block;
	width: 215px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 2;
}
a#button_internal_reg{
	display: block;
	width: 174px;
	height: 56px;
	background: url(../images/button_hero_register.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 3px;
	margin: 5px 0;
}
a#button_internal_cal{
	display: block;
	width: 212px;
	height: 59px;
	background: url(../images/button_home_calendar.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 3px;
	margin: 5px 0;
}
a#button_internal_fwd{
	display: block;
	width: 212px;
	height: 59px;
	background: url(../images/button_home_fwd.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 3px;
	margin: 5px 0;
}

div.speakerbox{
	margin: 20px 0;
}
div.speakerbox div.speaker{
	margin: 0 0 50px 0;
	display: block;
}