* { padding: 0; margin: 0; }

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 86%;
	min-width: 550px;      /* 2x LC width + RC width */
	background-color: #eee;
	color: #333;
  /*	background-image: url('../Images/html_bg.png');	*/
	background-position: center top;
	background-repeat: repeat-y;
}

#header {
    /*
	border-top: 5px solid #e5f4e0;
	border-bottom: 5px solid #a1d68e;
	background-color: #a1d68e;
	background-position:center top;
     */
	margin: 0 auto;
	width: 990px;
	height: 250px;
        text-align: center;
        font-size: x-large;
        font-weight: bold;
	background-image: url('../Files/taros2015.png');
}

a {
	color: #35ab40;
	text-decoration: none;
}
*/

a:hover {
	color: #000;
	text-decoration: underline;
}

#container{
	font-size: 1.1em;
	margin: 0 auto;
	width: 690px;
	padding-left: 150px;   /* LC width */
	padding-right: 150px;  /* RC width */
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
#container .column {
	position: relative;
	float: left;
	padding-bottom: 5010px;  /* X + padding-bottom */
	margin-bottom: -5000px;  /* X */
}
#center {
	width: 100%;
	background-color: #fff;
}
#left {
	width: 150px;          /* LC width */
	right: 150px;          /* LC width */
	margin-left: -100%;
	background-color: #eee;
}
#right {
	width: 149px;          /* RC width */
	margin-right: -150px;  /* RC width */
	border-left: 1px solid #ddd;
	background-color: #e5f4e0;
}
#footer {
	position: relative;
	clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

h1, h2, h3 {
	font-family: Gill Sans, Gill Sans MT, sans-serif;
	margin-bottom: 1em;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 1.5em;
	font-family: Impact, Charcoal, sans-serif;
}

#right > h2 {
	font-size: 1.2em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #37b344;
	background-color: #35ab40;
	background-image: url('/Images/sidebg.png');
	font-variant: small-caps;
}

ul, p {
	margin-bottom: 1em;
	list-style: none;
}
ul, ol, li, dl, dt, dd { margin-left: .5em; }

ol    { padding-left:  30px; }
ol li { padding-bottom: 5px; }


dt { font-weight: bold; }
dd { margin: 0 0 1em 1em; }
#mainContent {
	padding: 10px;
}
.rightContent {
	padding: 5px;
}

#copyright {
	font-size: 0.8em;
	text-align: center;
}
.mainNav {
	margin: 2em 0 2em;
	padding-left: 1em;
	text-indent: -1em;
}

.mainNav li {
	margin-bottom: 0.2em;
}

.mainNav li:before {
	color: #35ab40;
        content: "\00BB \0020";
}

.mainNav li a {
	color: #333;
	text-decoration: none;
}

.mainNav li.current a {
        font-weight: bold;
}

.mainNav li a:hover {
	color: #35ab40;
}

#sponsors {
	padding-top:  20px;
	text-align: center;
}

#sponsors a  {  text-decoration: none; 
}

#sponsors img {  border:  0;  
}

.exhibitors {
	margin-top:	-1em;
	margin-bottom:	 1em;
	font-style:	italic;
}

.demoimage {
	float:	right;
	width:	30%;
	margin-left: 4px;
}

.socmedia {
	float:	left;
	width:	20px;
	height:	20px;
	margin-right: 4px;
	margin-top: -1em;
}
h3 { float: none; }

#dates dl,
#dates dt { margin-left: 0;
}

.twoColumn { width:320px; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.textRight { text-align: right; }
.textCenter { text-align: center; }

#bioPhoto {
    border: 1px solid #000;
    width: 100px;
    height: 150px;
    float: left;
    margin: 1em;
    box-shadow:5px 5px 10px #888;
    -webkit-box-shadow:5px 5px 10px #888;
    -moz-box-shadow:5px 5px 10px #888;
}

table th {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
/*    width: 100px;   */
	background-color: #35ab40;
	background-image: url('/Images/sidebg.png');
	padding: 5px;
	color: #fff;
	font-size: 1em;
}
table .empty { background: #fff none; border: 0; }

.hotellist li { margin-left: 1em; } 
.hotellist { list-style: square; 
                margin-left: 1em; }
.hotellist li:before { content: "";  }  
.venueImage { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em; }

.speaker  {  float: left;
             text-align: center;
             margin-bottom: 1em;
          }
.speaker img  {    border: 1px solid #000;
                   box-shadow: 5px 5px 10px #888;
                   -mox-box-shadow: 5px 5px 10px #888;
                   -webkit-box-shadow: 5px 5px 10px #888;
                }
.speaker a  {  display: block;  }

.clear {  clear: both;}

.primaryList    {  list-style-type: disc;  }
.secondaryList  {  list-style-type: circle;  }

