/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	height: 100%;
}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #231f20;
	height: 100%;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a {text-decoration: underline;}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, p, ul {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #c14e24;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #c14e24;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #c14e24;
	text-transform: uppercase;
}

h5 {
	font-size: 17px;
	color: #c14e24;
		margin-bottom: 10px;
		margin-top:20px;

}
h6 {
	font-size: 18px;
	color: #000;
		margin-bottom: 5px;

}


p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	color: #000;
}

p.second{margin-top:45px;
}

p.third{
font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #000;
}


ul {
	list-style: square;
}
ul li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #000;
	list-style: square;
	margin-left: 15px;
}
a { color: #c14e24;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*wrapper*/
.wrapper {
	width: 100%;
	overflow: hidden;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 957px;
	min-height: 100%;
	background: #fff url(../images/bg-footer.gif) no-repeat 0 100%;
	overflow: hidden;
	position: relative;
}
/*HEADER*/
#header {
	height: 504px;
	width: 100%;
	background: url(../images/bg-header.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#header_interior {
	height: 202px;
	width: 100%;
	background: url(../images/header_interior.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 63px;
	left: 244px;
	background: url(../images/logo.gif) no-repeat;
	width: 484px;
	height: 203px;
}
.logo a {
	height: 100%;
	width: 100%;
}
#header_interior .logo {
	display: none;
}
/*main-nav*/
.main-nav {
	position: absolute;
	left: 30px;
	top: 293px;
	width: 100%;
}
#header_interior .main-nav {
	position: absolute;
	left: 30px;
	top: 110px;
	width: 100%;
}
.main-nav ul {
	list-style: none;
}
.main-nav li {
	float: left;
	margin-left: 0;
	margin-right: 23px;
	/* margin-right: 63px; */
	list-style: none;
}
.main-nav li a {
	display: block;
	overflow: hidden;
	text-indent: -9998px;
	height: 14px;
}
.link_home {
	background: url(../images/link_home_sm.gif) no-repeat 0px 0px;
	width: 59px;
	height: 18px;
}
a.link_home:hover {
	background: url(../images/link_home_sm.gif) no-repeat 0px -17px;
	width: 59px;
	height: 17px;
}
.link_speakers {
	background: url(../images/link_speakers_sm.gif) no-repeat 0px 0px;
	width: 104px;
	height: 17px;
}
a.link_speakers:hover {
	background: url(../images/link_speakers_sm.gif) no-repeat 0px -17px;
	width: 104px;
	height: 17px;
}
.link_learn {
	background: url(../images/link_learn_sm.gif) no-repeat 0px 0px;
	width: 224px;
	height: 17px;
}
a.link_learn:hover {
	background: url(../images/link_learn_sm.gif) no-repeat 0px -17px;
	width: 224px;
	height: 17px;
}
.link_details {
	background: url(../images/link_details_sm.gif) no-repeat 0px 0px;
	width: 146px;
	height: 17px;
}
a.link_details:hover {
	background: url(../images/link_details_sm.gif) no-repeat 0px -17px;
	width: 146px;
	height: 17px;
}
.link_preview {
	background: url(../images/link_preview_sm.gif) no-repeat 0px 0px;
	width: 89px;
	height: 17px;
}
a.link_preview:hover {
	background: url(../images/link_preview_sm.gif) no-repeat 0px -17px;
	width: 89px;
	height: 17px;
	}
.link_register {
	background: url(../images/link_register_sm.gif) no-repeat 0px 0px;
	width: 172px;
	height: 17px;
}
a.link_register:hover {
	background: url(../images/link_register_sm.gif) no-repeat 0px -17px;
	width: 172px;
	height: 17px;
}
/*CONTAINER*/
#container {
	padding: 0 65px 0 85px;
	overflow: hidden;
	margin: 360px 0 85px;
	position: relative;
	z-index: 10;
}
#container_interior {
	padding: 0 65px 0 85px;
	overflow: hidden;
	margin: 177px 0 85px;
	position: relative;
	z-index: 10;
}
/*two-columns*/
.two-columns {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-cont-border.gif) repeat-y 530px 0;
	padding-top: 10px;
}
/*content*/
.content {
	float: left;
	width: 494px;
}
/*sidebar*/
.sidebar {
	float: right;
	width: 230px;
}
/*tour-dayts-list*/
.tour-dayts-list ul {
	list-style: none;
}
.tour-dayts-list li {
	font-size: 22px;
	line-height: 24px;
	color: #000;
	margin-bottom: 20px;
	width: 200px;
	list-style: none;
	margin-left: 0;
}
/*note*/
.note {
	font-size: 12px;
	line-height: 20px;
}
/*visit*/
.visit {
	width: 312px;
	height: 202px;
	background: url(../images/img-catalist-label_stan2.png) no-repeat;
	float: right;
	margin-right: 35px;
	display: inline;
}
#container address {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-style: normal;
}
/*register-title*/
.register-title {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	
}

.register-title2 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	
	display: block;
}
/*sIFR*/
sIFR-flash {
	visibility:visible !important;
	margin:0;
}
object, embed {
	margin: 0;
	padding: 0;
}
.sIFR-replaced {visibility:visible !important;}
.sIFR-hasFlash h2 {font-size: 17px;}
.sIFR-hasFlash a { color: #c14e24; }
span.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/*blue-arrow*/

table.oneday_schedule {
	font-size: 15px;
	border-style: solid;
}
.venue_box {
	clear: left;
	font-size: 14px;
}
.venue_box img {
	padding-bottom: 15px;
}
.registernowlink {
	text-align: left;
	margin-top:30px;
}

#video_table {
	position:relative;
	left:0px;
	top:0px;
	width:520px;
	height:150px;
	
	
}

#video_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:165px;
	height:200px;
	margin-right:20px;
	text-align:center;
	
}

#video_02 {
	position:absolute;
	left:165px;
	top:0px;
	width:165px;
	height:200px;
		margin-left:10px;

		text-align:center;

}

#video_03 {
	position:absolute;
	left:330px;
	top:0px;
	width:165px;
	height:200px;
		text-align:center;
				margin-left:20px;


}

.video_text {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.home_subtext {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-left: 0;
	font-weight: bolder;
	margin-bottom:20px;
}
.photo_text {
	font-size: 17px;
	color: #000;
	
	padding-top: 18px;
	display: block;
	
}

.quote {
	font-size: 13px;
	color: #000;
font-weight:bold;
	line-height: 20px;
	margin-bottom:0px;
	
}

.quote_name {
	font-size: 12px;
	color: #000;	
	line-height: 15px;

	font-style: italic;
padding-bottom: 20px;

	
}

.starburst{
float:right;



	}