/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#26333b;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_page.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:16px; }

h3 { font-size:15px; }

h5 { color:#50636e; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; text-align:center; margin:0 0 40px 0; }

h6 { color:#296695; font-size:18px; margin:0; }

/* ---- class settings ----------------------- */

.light-blue-td { background-color:#9bb1c5; color:#002f55; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:5px 0; text-align:center; }

.dark-blue-td { background-color:#296695; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:10px 0; text-align:center; }

.lighter-blue-td { background-color:#9bb1c5; color:#002f55; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:8px 0; text-align:center; }

.beige-td { background-color:#fec777; color:#002f55; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:8px 0; text-align:center; }

.light-beige-td { background-color:#fdecd0; color:#002f55; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:3px 0; text-align:center; }

.white-td { background-color:#fff; color:#002f55; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; padding:3px 0; text-align:center; }

#total-cost { line-height:22px; width:205px; height:420px; background:url(images/bg_total-cost-box.jpg) repeat-x; color:#256897; padding:10px;  }

#total-cost h2, #payment-method h2 { font-family:Georgia, "Times New Roman", Times, serif; text-align:center; }

#mandatory { background-color:#9bb1c5; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:10px; width:205px; height:auto; }

#payment-method { width:205px; background-color:#abbccc; color:#256897; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding:10px 10px 13px 10px; text-align:center; font-size:12px; }

.price { font-size:18px; }

.per-person { font-size:10px; font-family:arial; text-transform:uppercase; }

.register-table { width:100%; margin-bottom:10px; }

.td-border { border-bottom:1px solid #9bb1c5; }

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:1025px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1025px;
	height:165px;
}

#back-home {
	position:absolute;
	width:285px;
	height:100px;
	top:50px;
	left:40px;
}

#tagline {
	position:absolute;
	top:30px;
	left:390px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#296695;
	text-align:center;
	font-size:18px;
	line-height:30px;
}

.bigbold {
	font-size:28px;
	font-weight:bold;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:111px;
	left:327px;	
	width:675px;
	height:39px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;	
	width:1025px;
	height:590px;
	background:url(images/bg_main-home.jpg) no-repeat;
}

#main-long {
	position:relative;
	top:0;
	left:0;	
	width:1025px;
	height:auto;
	background:url(images/bg_main-repeat.jpg) repeat-y;
}

#content-long {
	position:relative;
	top:0;
	left:0;
	width:1025px;
    min-height:590px;
    height:auto !important;
    height:590px;
	background:url(images/bg_main2.jpg) no-repeat;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:41px;
	right:23px;
	float:right;
	width:672px;
	height:auto;
}

#flash-speakers {
	position:relative;
	float:left;
}

#home-verbiage {
	position:relative;
	top:25px;

	width:600px;
	height:auto;
	margin:0 auto;
	text-align:center;
	line-height:24px;
}

#about-content {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:20px 0 0 20px;
	font-size:16px;
	width:580px;
	height:auto;
	line-height:20px;
}

#about-bottom {
	position:relative;
	top:50px;
	width:500px;
	height:auto;
	margin:0 auto;
	text-align:center;
	line-height:24px;
	color:#fff;
	font-size:16px;
}

#schedule-content {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:20px 20px 0 20px;
	font-size:16px;
	width:630px;
	height:auto;
	line-height:20px;
}

#schedule-table {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:250px;
	height:auto;
	margin-left:50px;
}

#schedule-table table {
	width:230px;
	margin-left:20px;
}

.sched-table-heading { margin-bottom:10px; width:100%; background-color:#296695; padding:5px; color:#fff; font-weight:bold; }

#schedule-bottom {
	position:relative;
	top:120px;
	width:500px;
	height:auto;
	margin:0 auto;
	text-align:center;
	line-height:24px;
	color:#fff;
	font-size:16px;
}

#speakers-content {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:20px 0 0 20px;
	font-size:16px;
	width:580px;
	height:auto;
	line-height:20px;
}

.speaker-pics img {
	margin:0 20px 20px 0;
}

#register-content {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:20px 0 0 20px;
	font-size:16px;
	width:400px;
	height:auto;
	line-height:20px;
}


#register-buttons {
	position:absolute;
	top:20px;
	right:22px;
	width:200px;
	height:auto;
}

#register-button {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:374px;
	height:28px;
	text-align:center;
	padding:13px 5px 5px 5px;
	background:url(images/but_register-off.jpg) no-repeat;
	font-weight:bold;
	font-size:16px;
}

#download-button {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:215px;
	height:38px;
	text-align:center;
	padding:3px 5px 5px 5px;
	background:url(images/but_download-off.jpg) no-repeat;
	font-weight:bold;
	font-size:16px;
}

#download-button a, #register-button a {
	color:#50646f;
}

#download-button:hover {
	background:url(images/but_download-over.jpg) no-repeat;
} 

#register-button:hover {
	background:url(images/but_register-over.jpg) no-repeat;
}

#register-table {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:auto;
	margin-bottom:20px;
}

#register-table table {
	width:100%;
}

#register-bottom {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:650px;
	height:auto;
	margin:0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:60px;
	float:left;
	width:250px;
	height:auto;
	color:#50636e;
}

#sidebar-verbiage {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0;
}

#about-sidebar-verbiage {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0;
}

#speakers-sidebar-verbiage {
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0;
	color:#7399ad;
	line-height:45px;
}

#register-sidebar-verbiage {
	font-variant: small-caps;
	letter-spacing: -.5px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans MS", Arial, sans-serif;
	font-size: 22px;

	padding:20px 0 10px 0;
	color: #0d3858;
	line-height: 32px;
}

#registration-box {
	position:absolute;
	top:410px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:url(images/bg_registration-box.jpg) no-repeat;
	width:242px;
	height:128px;
	padding:20px 0 0 0;
}

#registration-box a {
	color:#fff;
}

#registration-box a:hover {
	text-decoration:none;
	cursor:pointer;
}


#registration-box:hover {
	background:url(images/bg_registration-box-over.jpg) no-repeat;
}


/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;	
	width:925px;
	height:55px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
	font-size:10px;
	color:#50636e;
	padding:15px 50px 0 50px;
}

#footer a {
	text-decoration:none;
	color:#50636e;
}

#footer a:hover {
	text-decoration:underline;
}

#copy {
	position:relative;
	top:0;
	left:0;
	float:left;
}

#slug {
	position:relative;
	top:0;
	right:0;
	float:right;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:39px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:132px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -39px;
}

.active_01 {
	background-position: 0 -78px !important;
}

a#nav_02 {
	width:143px;
	background-position:-132px 0;
}

a:hover#nav_02{
	background-position:-132px -39px;
}

.active_02 {
	background-position:-132px -78px !important;
}

a#nav_03 {
	width:131px;
	background-position:-275px 0;
}

a:hover#nav_03{
	background-position:-275px -39px;
}

.active_03 {
	background-position:-275px -78px !important;
}

a#nav_04 {
	width:138px;
	background-position:-406px 0;
}

a:hover#nav_04{
	background-position:-406px -39px;
}

.active_04 {
	background-position:-406px -78px !important;
}

a#nav_05 {
	width:131px;
	background-position:-544px 0;
}

a:hover#nav_05{
	background-position:-544px -39px;
}

.active_05 {
	background-position:-544px -78px !important;
}

#hotels {font-size: .8em; margin-bottom: .1em;}

#hotels {margin-bottom: 0}

#hotels p {padding-left: 15px; text-indent: -15px}

#hotelInfo {	width: 580px !important}

#hotelInfo { margin-left: -35px !important; }

#hotelInfo td {
	background-color: #eee;
	padding: 3px; font-size: .9em; text-align: center; border-bottom: 1px dashed gray; letter-spacing: -.5px;
}

#hotelInfo td a {font-size: .7em; letter-spacing: -1px}