@charset "utf-8";
/* CSS Document */

body{
	background-color: #14253B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
}


p {
	font: normal 12px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
}

#agenda_tbl {
	font: normal 12px/1.4 Arial, Helvetica, sans-serif;
	
}

a {
	 font-size: 13px;
	 font-weight: normal;
	 font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #C30;
}
a:visited {
	color: #C33;
}
a:hover {
	color: #C60;
}
a:active {
	color: #C60;
}


span {

	font-weight: normal;
	 font-family: Arial, Helvetica, sans-serif;
}

.footer_link {
	font: normal 11px/1.2 Arial, Helvetica, sans-serif;
	color: #09C;
}
.footer_link a {
	font: normal 11px/1.2 Arial, Helvetica, sans-serif;
	color: #74AAFC;
}
.footer_link a:hover { text-decoration: underline }

.footer_text{
	font-size: 11px;
	color:#999;
}

.pullout{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	
}

.agenda_text{
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	
}

#agenda_title{
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;

	padding: 15px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	width: 898px;
}

#sub_title{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 15px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
}

#agenda_int{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	padding: 15px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#C00;
	width: 898px;
	float:left;
}

.pullout2{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
}
/*----------------------------------------------------------*/


#header_wrapper {
	width: 965px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align:left;

}

#upper_header {
    height: 127px;
	width: 965px;
	height:auto;
    margin: 0;
	padding: 0;
    position: relative;
	overflow:hidden;
	
}


#agenda {
	height: auto;
	width: 600px;
	margin: 0px 0px 0px 40px;
	padding: 0;
	position: relative;
	overflow:hidden;
	border-style:solid;
	border:1px;
	border-color:#CCC;

}

#maincontent_wrapper {
	width: 970px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
 	overflow:hidden;
}

#topnav_wrapper{
	background-image:url(../img/topnav_bkgd.jpg);
	background-repeat: repeat-x;	
	width: 945px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer_wrapper {
	width: 945px;
	height: auto;
	margin: 0px;
	min-height: 20px;
	padding: 0px 20px 0px 0px;
	text-align:right;
	float: left;
}

/* ---------------------- BOX FRAME ------------------------*/
#content_area{
	width: 898px;
	height: auto;
	min-height:350px;
	margin: 0px 20px 10px 8px;
	padding: 20px;
	float: left;
	position: relative;
}

#title_area{
	width: 898px;
	height: auto;
	margin: 0px 10px 10px 4px;
	padding: 0px;
	float: left;
	position: relative;
}

#flash_area{
	width:946px;
	height: auto;
	margin: 0px 11px 0px 4px;
	padding: 0px;

}
/* register frame boxes */

#reg_area_wrapper{
	width: 898px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#reg_area_left{
	width: 425px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#reg_area_right{
	width: 350px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	position: relative;
	text-align: right;
}


#box {
	width: 965px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#top_frame {
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	clear: left;
	
}

#center_content {
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}


#box_table {
	background-image:url(../img/content_back.jpg);
	background-repeat: repeat-y;
	
	width:965px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	clear: left;
}

#bottom {
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	clear: left;

}
#clear{
clear: left;	
}


/* ------------------------------------------------------*/
/* ---------------------- TOPNAV ------------------------*/
/* ------------------------------------------------------*/
#navigation {
	height: auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}


#navigation ul {

}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a, #navigation a .hover {
	height: 38px;
	position: relative;
	display: block;
	background: url(../img/spine_topnav.jpg) 0 0 no-repeat;
}

/* nav item 1 */
#navigation a.home {
  background-position: -8px 0;
  width: 80px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: -8px -38px;
  width: 80px;
}
/* end nav item 1 */


/* nav item 2 */
#navigation a.conference {
  background-position: -100px 0;
  width: 130px;
}

#navigation .highlight a.conference:hover,
#navigation a.conference .hover {
  background-position: -100px -38px;
  width: 130px;
}
/* end nav item 2 */

/* nav item 3 */
#navigation a.agenda {
  background-position: -250px 0;
  width: 95px;
}

#navigation .highlight a.agenda:hover,
#navigation a.agenda .hover {
  background-position: -250px -38px;
  width: 95px;
}
/* end nav item 3 */

/* nav item 4 */
#navigation a.news {
  background-position: -365px 0;
  width: 80px;
}

#navigation .highlight a.news:hover,
#navigation a.news .hover {
  background-position: -365px -38px;
  width: 80px;
}
/* end nav item 4 */

/* nav item 5 */
#navigation a.sponsors {
  background-position: -452px 0;
  width: 120px;
}

#navigation .highlight a.sponsors:hover,
#navigation a.sponsors .hover {
  background-position: -452px -38px;
  width: 120px;
}
/* end nav item 5 */



/* nav item 6 */
#navigation a.register {
  background-position: -575px 0;
  width: 115px;
}

#navigation .highlight a.register:hover,
#navigation a.register .hover {
  background-position: -575px -38px;
  width: 115px;
}
/* end nav item 6 */

/* nav item 7 */
#navigation a.directions {
  background-position: -695px 0;
  width: 120px;
}

#navigation .highlight a.directions:hover,
#navigation a.directions .hover {
  background-position: -695px -38px;
  width: 120px;
}
/* end nav item 7 */

/* nav item 8 */
#navigation a.contact {
  background-position: -835px 0;
  width: 100px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -835px -38px;
  width: 100px;
}
/* end nav item 8 */
/* ------------------------------------------------------*/
/* --------------------- END TOPNAV ---------------------*/
/* ------------------------------------------------------*/



div#main_wrapper{
	width:957px;
	height:auto;
	margin:0px auto;
}

div#header{
	float:left;
	height:auto;
	width:957px;
}

div#center{
	background-image:url(../img/content_back.jpg);
	background-repeat: repeat-y;
	float:left;
	height:auto;
	width:957px;
}

div#img{
	float:right;
	height:auto;
	width:225px;
	margin:4px 0px 4px 4px;
	padding:8px 0px 8px 8px;
}

div#img_wide{
	float:right;
	height:auto;
	width:480px;
	margin:4px 0px 4px 4px;
	padding:8px 0px 8px 8px;
}

div#center_home{
	background-image:url(../img/content_back_home.jpg);
	background-repeat: repeat-y;
	float:left;
	height:auto;
	width:957px;
}


div#lower{
	float:left;
	height:auto;
	width:957px;
}

div#lower_flash{
	float:left;
	height:auto;
	width:957px;
	margin: 20px 0px 0px 3px;
	text-align: center;
}

div#footer{

}

.clear{
	clear:both;
}	

#presenters1 {
	width:450px;
	margin:30px 0px 0px 250px;
	text-align:left;
	
	
	
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #C00;
	font-weight:bold;
	color: #06C;
	margin:0px;
	padding:0px;
}

#item {
	margin:8px 0px 20px 0px;
	padding:0px;
}

#item li{
	margin:0px 0px 0px 18px;
}

#presenters {
	
	text-align:center;
	
	
}

.agenda_title{
	color:#fff!important;
}

.mixed_heading{
	padding:0px 160px 0px 0px;
}