/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 0.75em/1.5em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background: #ffffff url(none);
}

/* links */
a {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #7FC343;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Verdana, Arial, Helvatica, sans-serif;
	color: #555555;
}
h1 {
	font-size: 1.7em;
	color: #555555;
	border-bottom: 1px dotted #ffffff;
	width: 490px;
} 
h2 {
	font-size: 1.3em;
	text-transform: none;
	border-bottom: 1px dotted #7FC343;
}
h3 {
	font-size: 1.2em;
	color: #7FC343;
	padding-top: 25px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1.2em;
	color: #7FC343;
	padding-left: 15px;
	padding-bottom: 0px;
}
ul {
	margin: 10px 30px 0px 15px;
	padding: 0px 15px;
	line-height: 20px;
}
ol {
	margin: 10px 30px;
	padding: 0px 15px;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}

/* images */
img {
	border: 2px solid #CCCCCC;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 2px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCCCCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFFFFF;
	width: 100%; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 100%;
}

/* header */
#header {
	display: none;
	position: relative;
	height: 85px;
	background: #F5876C url(images/headertop.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
}
#headerbottom {
	display: none;
	height: 165px;
	width: 820px;
	background: url(images/headerbottom.jpg) no-repeat;
}

/* main */
#main {
	width: 100%;
	padding: 25px 35px 25px 0px;
}
#rightbar {
	display: none;
}

/* footer */
#footer {
	display: none;
}
.pullout {
	display: none;
}
.pullout2 {
	display: none;
}
.pullout3 {
	display: none;
}
.pulloutcbj {
	display: none;
}
.ceupullout {
	display: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.green { color: #7FC343; }
.blue  {
	color: #004990;
	font-weight: bold;
}
.gray  {
	color: #333333;
	font-weight: bold;
}

.regfeetable {
	width: 475px;
	border: 1px solid #E7E7E7;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.regfeetable th {
	text-align: left;
	background: url(images/rowbkg.gif) no-repeat;
	height: 25px;
	color: #555555;
}

form  {
	display: none;
}
form .title	{
	display: none;
}

.sessiontable {
	width: 490px;
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	margin-top: 25px;
	margin-left: 15px;
}
.sessiontable th {
	text-align: left;
	background: url(images/rowbkg.gif) no-repeat;
	color: #555555;
	height: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.sessiontable td {
	padding-left: 20px;
	padding-bottom: 5px;
}

.exhibitortable {
	width: 495px;
	margin-top: 40px;
	background: #ECF5FB;
	margin-left: 15px;
}
.exhibitortable td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px 15px 15px;
}
.exhibitortable th {
	font-size: 1.2em;
	text-align: left;
	padding-left: 5px;
	height: 25px;
	color: #ffffff;
	background: #F5866C;
	padding-top: 2px;
	border: 1px solid #CCCCCC;
}
