body
{
  margin : 0;
  padding : 0;
  background-color : #efefef;
  background-image : url('pics/pagebg.jpg');
  background-position : top left;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  padding : 0;
  width : 785px;
  background-color : #fff;
  border-left : solid 1px #ccc;
  border-right : solid 1px #ccc;
}

#header
{
  margin : 0;
  padding : 0;
  background-image : url('pics/head.jpg');
  background-repeat : no-repeat;
  background-position : top left;
  height : 155px;
  width : 785px;
}

#header h1
{
  padding: 155px 0 0 0;
  margin : 0;
  overflow: hidden;
  height: 0px !important; /* for most browsers */
  height /**/:155px; /* for IE5.5's bad box model */
  font-size : 0;
  color : #fff;
}

#nav
{
  float : left;
  width : 150px; 
  padding-top : 44px;
  background-image : url('pics/EmCon_logo.jpg');
  background-repeat : no-repeat;
  background-position : top left;
  border-right : dotted 1px #6c9eae
}

#nav ul
{
  list-style : none;
  margin : 0 0 2em;
  padding :  1em 0 0 0;
}

#nav ul li
{
  list-style : none;
  padding-top : 0.3em;
  padding-left : 5px;
  padding-bottom : 10px;
  margin : 0;
  
  font-family : arial, helvetica, sans-serif;
  text-transform : uppercase;
  font-size : 0.65em;
  padding-right : 50px;
  padding-top : 2px;
  color : #466284;
}

#nav a, #nav a.visited
{
	margin : 0;
  text-decoration : none; 
  color : #466284;
  word-wrap: break-word;
  overflow : hidden;
}

#nav a:hover
{
  color : #F1554C;
  border-bottom : dotted 1px #F1554C;
}

#content
{
  font-family : Arial, Helvetica, Sans-Serif;
  font-size : 0.75em;
  padding : 0 10px 0 0;
  min-height : 400px;
  margin-left : 155px;
}

#content table
{
  border : solid 1px #ccc;
  border-collapse : collapse;
}

#content table tr th
{
  border-bottom : solid 1px #000;
}

#content h1
{
  color : #6380a3;
  font-size : 2em;
}

#content h2
{
  color : #F1554C;
  font-size : 1.3em;
  font-weight : lighter;
  padding-left : 15px;
  margin-top : 1.5em;
  background-image : url('pics/circle.gif');
  background-position : left;
  background-repeat : no-repeat;
}

#content p
{
  line-height : 1.7em;
  margin-bottom : 1em;
  color : #555;
}

#content li
{
  color : #555;
}

#content a, #footer a
{
  text-decoration : none;
  color : #466284;
  border-bottom : dotted 1px #466284;
}

#content a:hover, #footer a:hover
{
  color : #F1554C;
  border-bottom : dotted 1px #F1554C;
}

#footer
{
  margin : 0;
  padding : 0;
  font-family : Arial, Helvetica, Sans-Serif;
  background-image : url('pics/foot.jpg');
  background-repeat : no-repeat;
  background-position : top left;
  border-bottom : solid 1px #C3CED4;
  height : 59px;
  width : 785px;
  clear : both;
}

#footer p
{
  text-transform : uppercase;
  font-size : 10px;
  float : right;
  padding-right : 50px;
  padding-top : 5px;
  color : #466284;
}

#infoPane
{
  float : right;
  width : 180px;
  padding : 0;
  margin : 0 20px 0 0;
  _margin-right : 0
}

#storyTextPane
{
  position : relative;
  float : left;
  width : 400px;
}

.infoBox
{
  border : solid 1px #ccc;
  border-top : 0;
  background-color : #fff;
  float : right;
  clear : right;
  margin : 3px 6px 10px;
  width : 195px;
}

#content #infoPane .infoBox h2
{
  font-size : 0.8em;
  color : #fff;
  background-color : #444;
  display : block;
  padding : 2px;
  margin : 0;
  text-transform : uppercase;
  background-image : none;
}

#content #infoPane .infoBox ul
{
  margin : 0;
  padding-left : 1.5em;
}

#content #infoPane .infoBox ul li
{
  padding-bottom : 0.5em;
}

.infoBox p
{
  margin : 3px;
  padding : 0;
}

dl
{
   margin : 0;
   padding : 0;
}

dt
{
   clear : both;
   width : 33%;
   float : left;
   text-align : right;
   color : #555;
   margin : 0;
   padding : 0;
   line-height : 2em;
   font-weight : bold
}

dd
{
   float : left;
   width : 66%;
   margin: 0 0 0 0.25em;
   color : #555;
   line-height : 2em;
}

input
{
 font-size : 12px;
 margin : 0;
 padding : 0;
}

select
{
  font-size : 12px;
}

#content .err {color : red;}
#content .alert {color : red;}

.floatRight {float : right}
.floatLeft {float : left}

ul.simple li
{
  list-style-type : none;
}

#content ul li
{
  padding-top : 1em;
}

#content a.img {
  border-bottom : none;
}

div.exhibitor {
  border : solid 1px #dedede;
  padding : 1em;
  margin-bottom : 2em;
}