/* 2009 Annual Conference Style Sheet - 10/03/2008*/
/* C.W. Emely */

/* -- 2009 Color Scheme -- */
/* Peach - d75942 */
/* Green - 00958f */
/* Gray - b6b8ba */
/* Blue - 3e4861 */
/* Burnt Orange - c0311a */
/* ------------------------ */

@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #3e4861;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
.wrapper #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;	
} 
.wrapper #header {
	background-image: url(../images/2009_header2.jpg);
	height: 108px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #3e4861; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 0px;
}
.wrapper #mainContent { 
	margin: 5px 0px 0px 183px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.contentRightbar {
	margin-left: 555px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 10px 5px;
	text-align:center;
	vertical-align:top;
}
.Content {
	float:left;
	top: 20px;
	width: 535px;
	margin-bottom: 10px;
	padding: 0 15px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #expoContent {
margin: 5px 5px 0px 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #footer {
	position:relative;
	clear: left;
	width: 100%;	
	/* height: 45px; */
	margin-top: 0px;
	padding: 8px 0px 8px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A82837;
	font-size: 9pt;
	color:#CCC;
	text-align:center;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	color:#FFF;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration:underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Text 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
}
.Infotext 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;
}
/* Left Nav Menu */
.buttonmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 170px;
}

.buttonmenu li a {
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px solid;
	border-left: 0px;
	border-color:#D5BFD0 #5A3A54 #D5BFD0 #D5BFD0; /*light dark dark light*/
	background-color: #3e4861;
	text-decoration:none;
}

.buttonmenu li a:visited {
	color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active {
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px solid;
	border-left: 0px;
	border-color:#D5BFD0 #5A3A54 #D5BFD0 #D5BFD0; /*light dark dark light*/
	text-decoration:none;
	background-color: #c0311a;
}

/* End Left Nav Menu Styles */

.h_line_B
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #3e4861;
}
.h_line_O
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #bf311a;
}

.Hilite
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#bf311a;
	text-decoration:none; 
	font-weight:bold;
}
.Date_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#3e4861;
	font-variant:small-caps;
	font-weight:normal;
}
.agenda_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#3e4861;
	font-weight:normal;
}
.glance_Date_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#3e4861;
	font-variant:small-caps;
	font-weight:normal;
}
.glance_agenda_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#3e4861;
	font-weight:normal;
}
.agenda_speaker_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#3e4861;
	font-weight:normal;
	font-style:italic;
}
.agenda_Bold_Text
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#3e4861;
	font-weight:bold;
	padding-top:8px;
}
.At-a-Glance_Date_Heading
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt; 
	color:#c0311a; 
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.Title14
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
.Title12
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
.Title11
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
H1 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:18pt; 
	color:#b6b8ba; 
	text-decoration:none;
	background-color:#c0311a;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
}
H2 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;
}
H3 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#c0311a; 
	text-decoration:none; 
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
H4 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 2px;	
}
A:link 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:visited 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:active 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:hover 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#005699; 
	text-decoration:underline;
}
.Heading
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#6085b9; 
	text-decoration:none; 
	font-weight:bold;
}
.SubHeading 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
}
.Date_Heading
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#c0311a; 
	text-decoration:none; 
	font-weight:bold;
	padding-top: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid #c0311a;
}
.Sponsor_Logos
{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.Sponsor 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	text-align: center;
}
.Sponsor td
{
	text-align:center;
}
.Nav:link 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:visited 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:active 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#862942; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#862942; 
	text-decoration:none; 
	font-weight:bold;
}
.Big:link 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:visited 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:active 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:hover 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	font-weight:bold;	
	color:#005699; 
	text-decoration:underline;
}

/*  Tuesday Session Styles  */
/* Peach - d75942 */
/* Green - 00958f */
/* Gray - b6b8ba */
/* Blue - 3e4861 */
/* Burnt Orange - c0311a */

.Group_Header
{
	background-color:#3e4861;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:4px;
	text-align:center;
	vertical-align:top;
}
.Group_Title
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
}
.Group_Chair
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#b6b8ba;
}
.Group_Sponsor
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#ffffff;
}
.Session_Title
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3e4861;
	font-weight:bold;
}
.Session_Presenter
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	font-style:italic;
}
.Session_Title_odd
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
}
.Session_Presenter_odd
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#b6b8ba;
	font-weight:normal;
	font-style:italic;
}
.Session_Time
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
}
.td_session
{
	padding-bottom:10px;
	padding-left:4px;
	text-align:left;
}
.td_session_odd
{
	background-color:#3e4861;
	padding-bottom:10px;
	padding-left:4px;
	text-align:left;
}
.td_session_span
{
	background-color:#3e4861;
	padding: 5px 0px10px 0px;
	padding-left:4px;
	text-align:center;
}
.Session_Time
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
	background-color:#3e4861;
	padding: 5px 5px 10px 4px;
	text-align:right;	
}
.Sched_Time
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	font-variant:small-caps;
	font-weight:bold;
}
.Sched_Text
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:normal;
}
.Sched_Line
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 4px solid #CCCCCC;
}
.Schedule
{
	background-color:#002d62;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	text-align:center;
}
.Exhibitor
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000;
	list-style:none;
}
.Exhibitor li
{
	padding-bottom: 6px;
}
.Seminar_Cost_Title
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-color:#3e4861;
	border: 1px solid #3e4861;
}
.Seminar_Cost
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#3e4861;
	font-weight:bold;
	background-color:#FFF;
	text-align:center;
	border: 1px solid #3e4861;
}
.Seminar_Cost_Table {
	border: 1px solid #3e4861;
}
.Seminartext 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.Seminar_Title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt; 
	color:#c0311a; 
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	padding-bottom: 15px;
}
