@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c4ccb0;
	color: #000000;
	font: small verdana, helvetica, sans-serif;
	
}

a {
	text-decoration: none;

}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ----------------------- style the container */
#container {

width:760px;
margin: auto auto 0 auto;
padding:0;
position:relative;
background:url(/images/background.jpg) repeat;
text-align:left;
}

#container h1 {
	/* margin: 0 33% 1.25em -2em; padding: 0.5em 2em; */
	margin: 0.5em 0 0 .5em; 
	padding-bottom: 0.25em;
	color: #fff;
	font-size: 150%;
	border-bottom: 3px solid #c4ccb0;
}

/* ------- masthead styles */

#masthead {
	width:760px;
	margin:auto auto 0 auto;
	padding:0;
	position:relative;
	z-index: 100;
	background: #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

#homelink {
	display: block;
	margin: 1em 2em 1em; padding: 2em 0 0.5em 1em;
	background: url(/images/topbanner.jpg);
}
#navlinks {
	padding: 0 0.5em 0 2em;
	margin: 0 0.5em 0 0;
	list-style: none;
	background: #065aaa;
	color: #ffffff;
	font-size: small;
	width: 96%;

}


#navlinks ul {
	padding: 0 0 0 0;
	margin: 0 0 0 1em;
	
	list-style: none;
	background: #065aaa;
	color: #ffffff;
	font-size: small;
	position: absolute;
	
	
}

#navlinks li {
	display: inline;
	margin-right: 0em;
	padding-right: 0.5em; 
	border-right: 2px solid #ffdd7b;
	font-weight: bold;
	

}


#navlinks a:link, #navlinks a:visited {
	margin-right: 0 0.2em;
	padding: 0;
	color: #ffffff;
	background-color: #065aaa;
	text-decoration: none;
}

#navlinks ul li{
	width: 160px;
	font-weight: bold;
	}

#navlinks li.last {
	border-right: 0;
}

#navlinks li ul {
	position: absolute;
	list-style: none;
	left: -999em;
}

#navlinks li:hover ul {
	left: auto;
}

#navlinks li:hover ul, #navlinks li.sfhover ul {
	left: auto;
}

#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #ffffff;
	font-weight: bold;
	text-align:right;
	line-height: 1;
}	

#title {
	margin: 0.5em 2em;
	padding: 1em 0;
	font-size: 1.25em;
	font-weight: bolder;
	text-align: center;
	border-bottom:medium solid #efd880;
	color:#FFFFFF;
}

/* ----- main column styles */

#content {
	float: left;
	width: 450px;
	padding: .5em 20em 4em 3em;
}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #fff; color: #fff;
	font-size: 1.5em;
	
}

#content h2 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #c4ccb0;
	font-size: 125%;
	color: #ffffff;
	font-weight:bold;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
	border-style:outset;
	border-color:#000000;
}

#content ul {
	list-style:none;
}

#content ul.bullet {
	list-style-type: disc;
}

#content a {
	text-decoration: underline;
}
	
#content caption {
	padding: 10px 0;
	text-align: left ;
	text-transform: uppercase;
	font-size: 120%;
}
 
#content td {
	padding: 0 10px;
}

*/

/* Second table style */

#content caption {
	padding: .5em;
	color: #ffffff;
	font-weight: bold;
}

#content table {
	border: 1px solid #000000;
	width: 100%;
	border-style:outset;
	margin: 0 0 1.5em 0;
}

#content th {
	background: #065aaa;
	color: #ffffff;
	padding: 1em .7em 1em .7em;
	font-weight: bold ;
}
#content tbody td, tbody th {
	padding: .5em;
}

#content tbody tr {
	background: #efd880;
	color: #000000;
}


#content tbody td {
	padding: 0 10px;
	vertical-align: top;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-collapse: collapse;
}
#content table.exhibitorlist {
	padding: 0 10px;
	vertical-align: top;
	border-bottom: 1px solid #c4ccb0;
	border-right: none;
	border-left: none;
	border-top: none;
	border-collapse: collapse;
}

#content td.title {
	background: #065aaa;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: none;
	border-left: none;
	border-collapse: collapse;
	font-weight: bold;
}

#content td.title  a:visited {
	color: #FFFFFF;
}

#content td.title  a:hover {
	color: #ffdd7b;
}

#content td.title  a:link {
	color: #FFFFFF;
}

#content td.title  a:active {
	color: #FFFFFF;
}
#content tr.exhibitorlist {
	padding: 0 10px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #c4ccb0;
}

#content tbody td ul {
	list-style-type: disc;
}

/* ------ sidebar styles */

#sidebar {
	float: left;
	width: 17em;
	margin: 0 0 4em -18em;
}

#sidebar div {
	background: #ffdd7b;
	/* color: #000000; */
	margin-top: 0.75em;
	padding: 0 1em 1em;
}

#sidebar div h3 {
	font-size: 1em;
	margin: 0 -0.8em; padding:0;
}

#sidebar-menu {
	border-style:outset;
	border-color:#000000;
	color: #000000;
	
}

#sidebar-menu ul{
	margin: .5em 1.5em 0 -2.25em;
	text-align:left;
	list-style: none;
	width: 175px
}
#sidebar-menu li {
	list-style-type:none;
	margin: 0 0 .25em 0;
	padding:0 0 0 0;
	margin-left: 0em;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#sidebar-menu a {
	text-decoration: none;
	display: block;
	background: #c4ccb0;
	
}

#sidebar-menu a:hover {
	background: #065aaa;
	color: #ffffff;
	
}
/* style for calendar ---- */

#event-calendar {
	border-style:outset;
	border-color:#000000;
	color: #000000;
}

#event-calendar table {
	margin: 1em auto 0;
	font-size: smaller;
}

#event-calendar caption {
	margin: 0 auto 0;
	font-size: larger;
	font-weight: bold;
}
#event-calendar h3 {
	text-align:center;
	font-size:small;
}

#event-calendar td {
	padding: 0;
	border: 1px solid #c4ccb0;
	background: #c4ccb0;	
	color: #000000;
	text-align: center;
	width: 14%;
}

#event-calendar a:hover {
	background: #065aaa;
	color:	#ffffff;
}

#event-calendar a {
	display: block;
}

#event-calendar td.links {
	background: #ffffff;
}

#notice {
	text-align: center;
	border-style: double;  
	border-color:#000000;
	font-weight: bold;
	color: #065aaa;
	border
}
/* ------------------ organizers graphic bar */

#organizer {
	clear: left;
	width:760px;
	margin: 0 0 1.5em 6em ;
	padding: 0;
	position: relative;
	float: none; 
	
	}
/* -- Need to change this. Use to reformat tables */
#schedule {
	clear: left;
	width: 690px;
	margin: 0 0 0 3em ;
	padding: 0;
	position: relative;
	float: none; 
}

#schedule caption {
	padding: 10px 0;
	text-align: left ;
	text-transform: uppercase;
	font-size: 120%;
	padding: .5em;
	color: #ffffff;
	font-weight: bold;
}
#schedule h2 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #c4ccb0;
	font-size: 125%;
	color: #ffffff;
	font-weight:bold;
}
#schedule table {
	border: 1px solid #000000;
	width: 100%;
	border-style:outset;
	margin: 0 0 1.5em 0;
}

#schedule th {
	background: #065aaa;
	color: #ffffff;
	padding: 1em .7em 1em .7em;
	font-weight: bold ;
}
#schedule tbody td, tbody th {
	padding: .5em;
}

#schedule tbody tr {
	background: #efd880;
	color: #000000;
}

#schedule tbody tr:hover {
	background: #efd880;
	color: #000000;
}

#schedule tbody tr:hover a, tbody tr:hover a:visited {
	color: #ffffff;
}

#schedule tbody td {
	padding: 0 10px;
	vertical-align: top;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-collapse: collapse;
}

/* ------------------ footer styles */

#footer {
	clear: both;
	/*padding: 1.5em 3em;
	background: #065aaa;
	border-top: 4px solid #ffffff;
	*/
	
	padding: 1.5em 1.5em 1.25em 1em;
	margin: 0 0.5em 0 0;
	list-style: none; 
	background: #065aaa;
	color: #ffffff;
	font-size: small;
	width: 96%;
	
}

#footer img.illus {
	float: left;
	margin: 1em 1em 1em 0;
	border-style:outset;
	border-color:#000000;
}
#footer p {
	margin: 0;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color:#333;
	text-decoration: underline;
}

#footer ul {
	padding: 0 0 0 0;
	margin: 0 0 0 1em;
	list-style: none;
	color: #ffffff;
	font-size: small;
	text-align: center;
	
	
}

