/****************************************************************
   MIAMI BOOK FAIR INTERNATIONAL STYLESHEET 
*****************************************************************/

/* GENERAL SELECTORS
---------------------------------------------------------------*/	
* {
	margin:0;
	padding:0;
	font-size:100.01%;
	}

body {
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-image: url(../images/BF_BKG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}		
	
h1 {
	font-size:1.8em;
	font-weight:normal;
	}	
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1em;
	}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1.4em;
	color: #333333;
}
h4 em a{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-top: -1.3em;
	cursor: hand;
}
h4 a em{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-top: -1.3em;
	cursor: hand;
}
h6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1.5em;
	color: #333333;
}
h6 em {
	float: right;
	text-align: right;
	display: run-in;
	z-index: 2;
}
h6 em a{
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	cursor: hand;
	line-height: 0.9em;
	margin-bottom: 0px;
	margin-top: 0em;
}
/*h6 a em{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-top: -1.3em;
	cursor: hand;
}*/
h1, h2, h3, h4 {
	margin:0 0 1em 0;
	}
		
p {
	margin:0 0 1.2em 0;
	font-size:1.2em;
	}

ul, li {
	list-style:none;
	}
		
a:link, a:visited { 
	text-decoration:none; 
	color:#0033CC; 
	}	
	
a:hover, a:active { 
	text-decoration:underline; 
	color:#0033CC; 
	}	

form, fieldset, legend {
	margin:0; 
	padding:0;
	}
	
fieldset {
	border:none;
	}	
	
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	}

img { 
	border:none; 
	}
	
input, select, label {
	vertical-align:middle;
	}	

hr { 
	display:none; 
	}		

/* ACCESSIBILITY NAVIGATION
---------------------------------------------------------------*/		
#skip { 
	display:none;
	}		


/* ADS
---------------------------------------------------------------*/	
#adbar {
	display: block;
	width: 164px;
	clear: right;
	float: right;
	background-color: #FFFFFF;
	z-index: 0;
	padding-top: 0px;
}
#leaderboard {
	text-align: center;
	display: block;
	width: 821px;
	padding-top: 4px;
	padding-bottom: 4px;

}
/* CORE LAYOUT
---------------------------------------------------------------*/
#container {
	width:985px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
      }


#sitewrap {
	display: block;
	width: 821px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	margin: 0px;

}
#header {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-image: url(../images/BF_HEADER.jpg);
	background-repeat: no-repeat;
	height: 197px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0cacbf;
	}
	
#main {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	float: left;
}

#content {
	overflow:hidden;
	width:821px;
	float: left;
	z-index: 1;
      } 	
  
#sidebar-left {
	float:left;
	width:170px;
	color: #CCCCCC;
	}
	
#sidebar-right {
	width:200px;
	float:right;
	margin-top: 0px;
	margin-right: 7px;
      }	

#sidebar-right h2{
	color: #003399;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 4px;
	line-height: 1.5em;
      }
#main-content {
	margin-right: 200px;
	margin-bottom: 0;
	padding-right: 13px;
	padding-bottom: 1em;
	padding-left: 13px;
	background-color: #fff;
	padding-top: 1em;
	font-size:1em;
	color: #4B4949;
	margin-left: 0px;
	width: 573px;
	}
#footer {
	clear:both;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 0px;
	background-color: #0cacbf;
	padding-top: .6em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	}

/* CORE LAYOUT: ONE COLUMN RIGHT
---------------------------------------------------------------*/	
.one-column-right #main-content {
	padding-left:15px;
	padding-right:15px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	}

/* CORE LAYOUT: SINGLE COLUMN
---------------------------------------------------------------*/	
.wide-column #main-content {
	margin:0;
	padding-left:15px;
	padding-right:15px;
	}
/* HEADER
---------------------------------------------------------------*/	
#header h1 {
	float:left;
	left:7px;
	position:relative;
	font-size:1.2em;
	text-align: center;
	vertical-align: middle;
	margin-right: 0;
	}

#header h1, #header h1 a {
	width:346px;
	height:124px;
	color:#000000;
	position: relative;
	vertical-align: bottom;
	}	
	
#header h1 a {
	position:absolute;
	top:0;
	z-index:1;
	background-color: transparent;

	background-repeat: no-repeat;
	background-position: left center;
	left: 0px;
	display: none;
	}
#header h1 em {
	display: none;
	}

/* -- SEARCH -- */
#search {
	float:right;
	width:22em;
	
	}
	
#search img {
	font-size:1em;
	}	

#search fieldset {
	text-align:center;
	background-color:#0cacbf;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}	

#search .textfield {
	width:15em;
	border:1px solid #000;
	border-top-color:#000;
	border-left-color:#000;
	border-right-color:#C0C0C0;
	border-bottom-color:#C0C0C0;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
	}
		
#search .button {
	width:4.5em;
	padding:0.3em 0.2em 0.2em;
	background-color:#F4D27A;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:none;
	border-top:none;
	color:#000;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	}
				
#dateslogos {
	display: block;
	clear: left;
	background-color: #0cacbf;
	width: 100%;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	height: 39px;
	top: 10px;
	position: relative;
	}	
	
#dateslogos h3 {
	float:left;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:6px;
	font-weight:normal
	}
	
#dateslogos h3 span {
	font-size:20px;
	p vertical-align:middle;
	font-weight:bold
	}		
	
#dateslogos image {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:right
	
	}	

/* NAVIGATION
---------------------------------------------------------------*/
#nav {
	z-index:2;
	position:relative;
	background-color:#F4D27A;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
#navigation {
	width:100%;
	font-size: 12px;
	position: relative;
	display: block;
	z-index: 1;
	background-color: #f4d27a;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#navigation ul {
	display: block;
}	
#navigation li {
	float:left;
	text-align: center;
	display: block;
	z-index: 2;
	}
#navigation li:hover {
	background-color: #ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50);
  opacity:0.5;
	}
#navigation li a {
	float:left;
	background-image: url(../images/BF_TOP_NAV_BAR.gif);
	background-repeat: repeat-y;
	background-position: right;
	white-space: nowrap;
	z-index: 5;
	padding-top: 6px;
	padding-right: 22px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-weight: bold;
	}
#navigation li a.last {
	background-image: none;

	}
	
#navigation a:link,
#navigation a:visited,
#navigation a.current:hover,
#navigation a.current:active {
	z-index: 7;
	color:#000000;
	}
	
#navigation li a:hover,	
#navigation a:active {
color:#000000;
	}	
	
/* FOOTER
---------------------------------------------------------------*/	
#footer a:link,
#footer a:visited {
	color:#333;
	}
	
/* MISC. STYLES
---------------------------------------------------------------*/	
.clear { 
	clear:both;
	font-size:0; 
	line-height:0.0; 
	height:0;
	}	
	
.float-wrapper {
	width:100%;
	overflow:hidden;
	}
	
.image-align-center {
	margin-bottom: 13px;
	display:block;

}
.img-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	position: relative;

}
.img-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;

}

/* YELLOW BUTTON - BIG
---------------------------------------------------------------*/	
div.button-sd a {
	background: transparent url(../images/yellow_buttonbig_a.jpg) no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 1.8em arial, sans-serif;
	color: #0033cc;
	height: 66px;
	margin-right: 6px;
	padding-right: 26px; /* sliding doors padding */
	text-decoration: none;
	}

div.button-sd a span {
	background: transparent url(../images/yellow_buttonbig.jpg) no-repeat;
	display: block;
	line-height: 49px;
	padding: 6px 0 8px 20px;
	}

div.button-sd a:active {
	background-position: bottom right;
	color: #0033cc;
	outline: none; /* hide dotted outline in Firefox */
	}

div.button-sd a:active span {
	background-position: bottom left;
	padding: 6px 0 11px 20px; /* push text down 1px */
	}

/* INTERNAL PAGES 
---------------------------------------------------------------*/	
	
#main-content hr {
display:block;
	}
.ulcolor {
	background-color: #F7F7F7;
	display: block;
}
#main-content ul {
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	display: list-item;
	}	
#main-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.2em;
	margin-left: 13px;
	}
#main-content ul li li {
	font-size: 1em;
	list-style-type: circle;
	list-style-position: outside;
	}
#main-content ul li li li {
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
	}	
#main-content ol {
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	}
#main-content ol li {
	list-style-position: outside;
	font-size: 1.2em;
	margin-left: 19px;
	list-style-type: decimal;
	}
#main-content ol li li {
	font-size: 1em;
	list-style-type: lower-alpha;
	list-style-position: outside;
	}
#main-content ol li li li {
	font-size: 1em;
	list-style-type: lower-roman;
	list-style-position: outside;
	}
#main-content h1 {
	font-size: 2.4em;
	color: #c74298;
	font-weight: bold;
	margin-bottom: 12px;
	}
#main-content h2 {
	font-size: 2.2em;
	color: #33A3DB;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	}
#main-content h3 {
	font-size: 1.5em;
	color: #377342;
	margin-bottom: 12px;
	display: block;
	}
#main-content h3 strong {
	float:left;
	display: block;
	width: 430px;
	}
#main-content h3 a em {
	font-size:0.8em;
	padding-bottom: 0px;
	font-style: normal;
	display: inline;
	text-align: right;
	}
#main-content h4 {
	font-size: 2.2em;
	color: #C74298;
	font-weight: bold;
	margin-bottom: 3px;
	}
#main-content h5 {
	font-size: 2.2em;
	color: #33A3DB;
	;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

#main-content h6 {
	font-size: 1.5em;
	color: #377342;
	margin-bottom: 12px;
	}
#main-content h6 a em {
	font-size:0.8em;
	float:right;
	margin-top: -1.5em;
	padding-right: 20px;
	padding-bottom: 0px;
	font-style: normal;
	}
#main-content .eventauthor {
	color: #000000;
	margin-bottom: 0px;
	}
#main-content .newslisttitle {
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
}
#main-content .newssubtitle {
	font-size: 1.5em;
	text-decoration: none;
	font-style: italic;
	padding-bottom: 1em;
	display: block;
}
#main-content .newslisttitle:hover {
	text-decoration: underline;

}
#main-content .newslistdate {
	font-size: 0.9em;
	color: #666666;
	text-transform: uppercase;
}
#main-content .newslistcontacts {
	font-size: 1.2em;
	color: #000000;
	line-height: 1.3em;
}
#main-content-archive {
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background:#7CADF6;
	}
#main-content-archive li {
	float:left;
	text-transform:uppercase;
	text-align:center;
	list-style-type: upper-alpha;
	}

#main-content-archive a {
	float:left;
	display:block;
	background-color:#7CADF6;
	padding: 0.8em;
	}
	
#main-content-archive a.current {
	font-weight: bold;
	color: #CC0000;
	}	
#main-content-archive a:link,
#main-content-archive a:visited,
#main-content-archive a.current:hover,
#main-content-archive a:hover,
#main-content-archive a:active {
	color:#000;
	}
#main-content table {
	font-size: 1.2em;

	}

#footerlinks {
	font-size: 1.2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.4em;
	padding-left: 1em;
	padding-bottom: 0.4em;
	padding-right: 1em;
}
#footerlinks h4 {
	color: #999999;
	font-size: 1.4em;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	}
#footerlinks li {
	text-decoration: none;
	padding-left: .5em;
	}
	
#footerlinks li a {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#footerlinks li a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

#footerlinks li a.first {
	padding-left: 0px;
	border-left-style: none;
	}	
/* DISCLAIMER */
#disclaimer {
	text-align: left;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	vertical-align: top;
	width: 24%;
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	line-height: 1.4em;
	margin-top: 1.0em;
	padding-top: 0px;
}

/* -- BREADCRUMB -- */
#breadcrumb {
	display:block;
	padding:0.6em 0.5em 0.8em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	background-color: #fff;
	}
	
#breadcrumb a:link,
#breadcrumb a:visited {
	text-decoration:none;	
	}	

#breadcrumb a:hover,
#breadcrumb a:active {
	text-decoration:underline;
	}

/* -- SHARE -- */  
#bookmark-banner {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0.4em;
	display: block;
	padding-top: 4px;
	padding-bottom: 0em;
	padding-left: 10px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	white-space: nowrap;
	}
#bookmark-banner ul {
	line-height: 2em;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	display: block;
	position: relative;
	padding-left: -8px;
}
#bookmark-banner ul li {
	list-style-image: url(../images/trans1x1.gif);
	display: inline;
	white-space: nowrap;
	padding-right: 22px;
	margin-left: -13px;
	}
#bookmark-banner ul li.first {
	text-align:left;
	vertical-align: top;
	float: left;
	list-style-image: url(../images/trans1x1.gif);
	padding-bottom: 8px;
	}
#bookmark-banner a {
	color: #999999;
	white-space: nowrap;
	}
#bookmark-banner a:hover {
	color: #000099;
	text-decoration: none;
	}
#bookmark-banner img {
	vertical-align: top;
	padding-right: 0.1em;
	height: 18px;
	width: 18px;
	padding-top: 0px;
	margin-top: -0.3em;
	}
#footercontainer {
	width: 985px;
	margin-left:auto;
	margin-right:auto;
}
#footernav {
	background-color: #ddd;
	height: 19.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;
	text-align: left;
}
#footernavbox {
	float: left;
	width: 24%;
	padding-top: 0.9em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.0em;

}
#footernavbox h4 {
	color: #0cacbf;
	text-decoration: none;
	border-bottom-style: none;
	padding-left: 0.8em;
	padding-right: 0.8px;
	padding-bottom: 0.4em;
	margin-bottom: 0em;
}
#footernavbox ul {
	padding-left: 1.2em;
	padding-right: 1em;
	padding-top: 0px;
	padding-bottom: 2em;

}
#footernavbox li a {
	font-size: 1.1em;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footernavbox li a:hover {
	color: #33a3db;
	text-decoration: underline;
}
/* -- RIGHT SIDEBAR ITEMS -- */
#rightbar_support {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#rightbar_support li {
	font-size: 1.2em;
	text-indent: 0px;
	padding-top: 4px;
	display: list-item;
	margin-left: 0px;
	padding-bottom: 4px;

}
#rightbar_support h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #C74298;
	font-weight: bold;
	margin-left: -2px;
	line-height: 1.1em;
	padding-top: 12px;
}
#rightbar_support h3 {
	color: #31A2DA;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 4px;
}
#rightbar_support h3 a {
	color: #31A2DA;
	text-decoration: underline;
}
#rightbar_support h4 {
	color: #C74298;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;

}
#rightbar_support p em {
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: -12px;
	font-size: 1.1em;

}
#rightbar_support p {
	color: #333333;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}
#rightbar_support img {
	padding-top: 4px;
	padding-bottom: 0px;

}
#rightbar_exhibitors {
	margin-right:-10px;
	max-height:675PX;
	overflow:auto;
	overflow-x: hidden;
}
#rightbar_exhibitors.normal {
	font-weight:normal;
}
#rightbar_exhibitors h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #C74298;
	font-weight: bold;
	margin-left: -2px;

}
#rightbar_exhibitors h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #C74298;
	font-weight: bold;
	margin-left: -2px;
	border-bottom-style: none;
	margin-bottom: 0px;

}
#rightbar_exhibitors h3 {
	color: #33A3DB;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#rightbar_exhibitors h3 a {
	text-decoration: underline;
	color: #33A3DB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#rightbar_exhibitors p {
	color: #000000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#program-listing {
	margin-bottom: 12px;

}
#program-listing .button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0000CC;
	margin: 0px;
	padding: 0px;


}
#program-listing table {
	width: 98%;
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#program-listing  td {
	font-size: 1.0em;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	}
#program-listing  td p,a {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
#program-listing  tr.alt td {
	background: #F3F3F3;
	}
#program-listing  tr.odd td {
	background: #ffffff;
	}
#program-listing  tr.over td {
	background: #CFDEFF;
	}
#program-listing h2 {
	position: relative;
	margin-bottom: 25px;
	font-size: 3em;
	font-weight: normal;
	top: 15px;
	width: 75%;
}
#program-listing .listingmonth {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	width: 40px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	float: left;
	margin-top: -32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
}
#program-listing .listingdate {
	color: #FFFFFF;
	background-color: #006600;
	display: inline;
	width: 40px;
	text-align: center;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	clear: left;
	margin-top: -15px;
}
#program-listing .listingday {
	color: #33A3DB;
	font-size: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 48px;
	display: inline;
	position: relative;
	clear: left;
	top: 20px;
}
#program-listing ul {
}
#program-listing li {
	display: block;
	clear: left;
	margin-left: 7em;
	margin-bottom: 10px;

}
#program-listing li a {
	margin-bottom: 10px;
	position: relative;
}
#program-listing li span a {
	float: right;

}
#program-listing li em {
	font-style: normal;
	color: #4B4949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	width: 7em;
	float: left;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	margin-left: -7em;
	font-size: 0.9em;
}
#cluster {
	display: block;
	overflow: auto;
	margin-bottom: 15px;
	padding: 7px;
}
#cluster:hover {
	background-color:#FFFFFF;
}
#cluster img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;


}
#cluster h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 2.1em;
}
#cluster h2 a{
	color: #31A2DA;
	font-weight: bold;
	text-decoration: underline;
}

#cluster h3 {
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
#cluster p em {
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	font-size: 1em;
}
#cluster p {
	margin-bottom: 0px;
	margin-top: 9px;
	font-size: 1.2em;
}
#shadow {
	background-attachment: fixed;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	
}
#email_box {
	background-attachment: scroll;
	background-image: url(../images/BF_email_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 160px;
	margin-top: 0;
	text-align: left;
	z-index: 0;
	display: block;
	position: static;
	top: 0px;
	padding-top: 0px;
}
#email_box form {
	top: 0px;
	padding-left: 12px;
	z-index: 1;
	display: block;
	position: static;
	left: 0px;
}
#email_box a {
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	z-index: 0;
	position: static;
	left: 0px;
}
#email_box .button {
	background-color: #F4D27A;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	z-index: 0;

}
div.demo, div.inner { color: #000; text-align: left; font-family: verdana, arial, sans-serif;}

div.demo  { width: 200px; 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
 }
div.inner { margin: 0; background: #FCF3DC; padding: 10px; border:0; }
div.outer { float: left; margin-bottom: 10px; margin-top: 20px; background: #ebb017; padding: 8px; width: 196px }
#cse-search-results {
	display: block;
	overflow: hidden;

}
/* ------------------------ Exhibitors --------------------- */
#exhibitor-listing {
	margin-bottom: 20px;
}
ul#exhibitor-listing {
	list-style-type: none;
}
#exhibitor-listing ul {
	margin-left: -20px;
	list-style-type: none;
}
#exhibitor-listing li {
	display:block;
	margin-bottom: 10px;
	padding: 5px;
	list-style-type: none;
	list-style-image: url(../images/trans1x1.gif);
}
#exhibitor-listing li:hover {
background-color:#F0F2F9;
}
#exhibitor-listing .exhibitors-authors {
	margin-left: 10px;
	display: block;
	font-size: 1em;
	padding-top:4px;
}
#exhibitor-listing .exhibitors-authors em {
	margin-left: 10px;
	display: block;
	font-size: 1em;
	padding-top:4px;
	font-weight:bold;
	font-style: normal;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#exhibitor-listing li strong {
	font-size:1em;
	font-weight:bold;
	color:#4B4949;
}
#exhibitor-listing a {
text-decoration:underline;
}
#exhibitor-listing em {
	font-size:1em;
	font-style:italic;
}
/* ------------------------ END Exhibitors --------------------- */
.post-date-bg {
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	width: 3.1em;
	height: 3.1em;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	display: block;
	text-transform: uppercase;
	background-color: #62ad46;
	background-repeat: no-repeat;
}
.date {
font-size:1.7em;
line-height: auto:
}

#gallery_thumb {
	padding: 2px;
	height: 125px;
	width: 125px;
	border: 1px dashed #CCCCCC;
	float: left;
	text-align: center;
	display: table;
	margin-bottom: 10px;
	margin-right: 10px;

	#position: relative; 
	overflow: hidden;
}
#floating-box {
	height: 120px;
	width: 176px;
	border: 1px dashed #CCCCCC;
	float: left;
	text-align: center;
	display: table;
	margin-bottom: 8px;
	margin-right: 8px;




	#position: relative; 
	overflow: hidden;
	font-size: 1.3em;
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#main-content .newslisttitle {
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
}
#main-content .newssubtitle {
	font-size: 1.5em;
	text-decoration: none;
	font-style: italic;
	padding-bottom: 1em;
	display: block;
}
#main-content .newslisttitle:hover {
	text-decoration: underline;

}
#main-content .newslistdate {
	font-size: 0.9em;
	color: #666666;
	text-transform: uppercase;
}
#main-content .newslistcontacts {
	font-size: 1.2em;
	color: #000000;
	line-height: 1.3em;
}
#newsphoto
{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-bottom: 15px;
	background-color: #E6E6E6;
	margin-left: 15px;
	margin-right: 15px;
}
#newsphoto img
{
	margin-bottom: -3px;
}
#newsphoto p
{
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
#flickr-gallery {
	float: left;
	height: 264px;
	width: 264px;
	display: block;
	margin: 8px;

}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8.feedburnerFeedBlock {
	font-size: 1em;
}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8 ul {
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8 li {
	list-style-type: none;
	margin-bottom: 25px;
}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8 .headline a {
	font-size: 1.7em;
	list-style-type: none;
	font-weight: bold;
	color: #33A3DB;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8 p.date {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#mbfiopenpage7fiqhenlksalk890ndrg55fhk8 p.feedItemAuthor {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
#formbox40 {
	background-color: #fafafa;
	padding: 8px;
	border: medium dashed #E5AF18;
	width: 300px;
}
#cardirections {
	background-color: #fafafa;
	padding: 8px;
	border: thin dashed #E5AF18;
	width: 320px;
	color: #C74298;
}
#eventsearchbox {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	color: #000000;
	background-color: #F3F9F0;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dashed #999999;
	float: left;
	font-size: 1.2em;
	position: relative;
	width: 235px;
}
#eventsearchbox hr {

}
#eventsearchbox span {
	margin-top: 8px;
	display: block;

 }
#eventsearchbox strong {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	color: #000000;
	padding-left: 3px;

}
#eventsearchbox h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	color: #000000;
	padding-left: 0px;

}
#eventsearchbox input {
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: #333333;
}
#eventsearchbox select {
	margin-bottom: 5px;
	color: #333333;
}
#eventsearchbox ul {
	font-size: .9em;

}
#eventsearchbox2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	color: #000000;
	background-color: #F3F9F0;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dashed #999999;
	font-size: 1.2em;

}
#eventsearchbox2 hr {
display:none;
}
#eventsearchbox2 ul {
	font-size: .9em;

}
#eventsearchbox2 span {
 float: right; 
 width: 50%;
 }
#eventsearchbox2 strong {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	color: #000000;
	padding-left: 3px;

}
#eventsearchbox2 h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	color: #000000;
	padding-left: 0px;

}
#eventsearchbox2 input {
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: #333333;
}
#eventsearchbox2 select {
	margin-bottom: 5px;
	color: #333333;
}
table.calendar {
	width: 99%;

}
table.calendar th {
	background-color: #62AD46;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;

}
table.calendar td {
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 12px;
}
table.calendar a {
	display: block;
	background-color: #F3F9F0;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: -6px;
	margin-bottom: -6px;

}
table.calendar a:hover {
	background-color: #D0E9C7;

}
table.ticketing {
	width: 99%;
	color: #000000;
	background-color: #F6E2D9;
	font-size: 1.1em;
}
table.ticketing th {
	background-color: #62AD46;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;

}
table.ticketing td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
/*  */

#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	width:200px;
	}	

/*  */
.author-img {
	background-image: url(../images/no-image_175.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 175px;
	width: 175px;
}

#rightbar_support .author-img img {
	padding: 0;
}
.ticketbutton {
	width: 98%;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #F4D27A;
	padding: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #E5AF18;
	border-right-color: #E5AF18;
	border-bottom-color: #E5AF18;
	border-left-color: #E5AF18;
}
.ticketbutton:hover {
	background-color: #95CFEC;

}
