/********************************************
   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: #666666;
	background: #EEEEEE url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* 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 #7FC343;
	width: 490px;
} 
h1 span {
	color: #7FC343;
}
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: 1px solid #7FC343;
	padding: 3px;
}
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: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

/* header */
#header {
	position: relative;
	height: 85px;
	background: #F5876C url(images/headertop.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
}
#headerbottom {
	height: 165px;
	width: 820px;
	background: url(images/headerbottom.jpg) no-repeat;
}

/* main */
#main {
	width: 770px;
	padding: 25px 35px 25px 15px;
}

#rightbar {
	float: right;
	width: 220px;
	border: 1px dotted #7FC343;
	padding: 0px;
	margin: 25px 0px 25px 35px;
	background-color: #ECF5FB;
}
#rightbar img {
	border: 1px solid #7FC343;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	height: 60px;
	width: 60px;
	padding: 3px;
}
#rightbar a.more {
	background: #ECF5FB url(images/arrow2.gif) no-repeat 27px 3px;
	color: #004990;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 5px 0px 0 0;
}
#rightbar a.more:hover {
	background: #ECF5FB url(images/arrow3.gif) no-repeat 27px 3px;
	color: #7ABE3D;
}
#rightbar p {
	font-size: 0.85em;
	line-height: 1.4em;
}
#rightbar p.exh {
	font-size: 11px;
	line-height: 16px;
}


/* footer */
#footer {
	clear: both;
	color: #555555;
	background: #A3D5F6;
	border-top: 5px solid #F5866C;
	margin: 0px;
	padding: 0px;
	height: 100px;
	font-size: 0.9em;
}
#footer p {
	margin-top: 15px;
	margin-left: 30px;
}
#footer img {
	border: none;
}
#footer a {
	text-decoration: none;
	color: #555555;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	right: 0px;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	text-transform: uppercase;
}
#header li {
   display: inline;
   margin: 0px;
   padding: 0px;
}
#header a {
	float: left;
	background: url(images/tableft.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
}
#header a span {
   float: left;
   display: block;
   background: url(images/tabright.gif) no-repeat right top;
   padding: 6px 15px 3px 8px;
   color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float: none;}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FFFFFF;
}
#header a:hover {
	background-position: 0% -42px;
}
#header a:hover span {
	background-position: 100% -42px;
}
#header #current a {
	background-position: 0% -42px;
	color: #FFFFFF;
}
#header #current a span {
	background-position: 100% -42px;
	color: #FFFFFF;
}

.pullout {
	float: right;
	width: auto;
	height: 20px;
	margin: 5px 10px 3px 15px;
	padding: 5px 5px 2px;
	text-decoration: none;
	border: 1px dotted #7FC343;
}
.pullout a {
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat right;
	padding-right: 20px;
}
.pullout a:hover {
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat right;
	padding-right: 20px;
}
.pullout2 {
	float: right;
	width: auto;
	height: 20px;
	margin: 5px 10px 3px 15px;
	padding: 5px 5px 2px;
	text-decoration: none;
	border: 1px dotted #666666;
	background: #7FC343;
	font-weight: bold;
	color: #FFFFFF;
}
.pullout3 {
	float: right;
	width: auto;
	height: 20px;
	margin: 5px 10px 3px 15px;
	padding: 5px 5px 2px;
	text-decoration: none;
	border: 1px dotted #7FC343;
}
.pullout3 a {
	text-decoration: none;
	background: url(images/arrow111.gif) no-repeat right;
	padding-right: 20px;
}
.pullout3 a:hover {
	text-decoration: none;
	background: url(images/arrow111.gif) no-repeat right;
	padding-right: 20px;
}
.pullout4 {
	margin: 20px 10px 25px 15px;
	padding: 5px;
	text-decoration: none;
	border: 1px dashed #F5876C;
	color: #1a1a1a;
	width: 475px;
	background: #f9f7f2;
	font-size: 13px;
}

.pulloutcbj {
	float: right;
	width: auto;
	height: auto;
	margin: 5px 10px 3px 15px;
	padding: 9px 10px 12px;
	text-decoration: none;
	border: 1px dashed #004990;
	text-align: center;
	background: #f9f7f2;
	font-size: 11px;
}
.pulloutcbj2 {
	width: 465px;
	height: auto;
	margin: 15px 10px 15px 15px;
	padding: 9px 10px 10px;
	text-decoration: none;
	border: 1px dashed #004990;
	text-align: left;
	background: #f9f7f2;
	font-size: 11px;
}


/* 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;
}
.red {
	color: #F47353;
	font-weight: bold;
}

.gray  {
	color: #1a1a1a;
}

.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  {
	float: right;
	width: 235px;
	border: 1px dashed #004990;
	padding: 10px 0px 5px;
	margin: 25px 0px 25px 35px;
	color: #333333;
	background: #f9f7f2;
}
form .title
	{
	font-size: 1.25em;
	font-weight: bold;
	color: #4284B0;
	line-height: 1.5em;
}

.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;
}
.sessiontable td {
	padding-left: 20px;
	padding-bottom: 5px;
}

.sessiontable2 {
	width: 490px;
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	margin-top: 25px;
	margin-left: 15px;
}
.sessiontable2 th {
	text-align: left;
	background: url(images/rowbkg2.gif) no-repeat;
	color: #555555;
	height: 25px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.sessiontable2 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;
}

.pdficon a img {
	border:none;
	margin-left:.75em;
	vertical-align:text-bottom;
}

.pdficon a:hover img {
	border:none !important;;
}