/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*
	vertical-align: baseline;
	*/
	background: transparent;
}
body {
	line-height:1;
	background:#383838 url(../images/bg_body.gif) repeat-x top left;
	font-size:1em;
	font-family:arial, helvetica, verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
a	{
	color:#00798a;
	text-decoration:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.tabletest td	{
	border:1px solid black;
}
/* END RESET */
p	{
	font-size:.75em;
	line-height:1.35em;
}
#wrapper	{
	width:960px;
	margin:0 auto;
	text-align:center;
}

#topbar		{
	background:url(../images/bg_topbar.gif) no-repeat top left;
	height:54px;
   position:relative;
   text-align:left;
}
#topbar_inner   {
   left:27px;
   margin-left:27px;
   width:868px;
}
ul#topnav	{
	display:block;
   float:left;
   width:560px;
   list-style-type:none;
   font-size:12px;
}
ul#topnav li	{
	display:block;
	float:left;
   vertical-align:middle;
}
ul#topnav li a	{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:20px 12px;
	vertical-align:middle;
}
ul#topnav li a:hover	{
	background-color:black;
}
ul#topnav li.current a	{
   vertical-align:middle;
   background:url(../images/bg_but_current.gif) repeat-x bottom;
}
ul#rightnav {
   display:block;
   float:right;
   width:auto;
   font-size:14px;
}
ul#rightnav li	{
	display:block;
	float:right;
	vertical-align:middle;
	text-align:right;
}
ul#rightnav li a	{
	display:block;
	font-size:1em;
	color:#FFF;
	text-decoration:none;
	padding:20px 0 20px 110px;
	vertical-align:middle;
}
#logobar	{
	text-align:left;
	height:107px;
	background:transparent url(../images/bg_logobar_mc.gif) no-repeat left top;
}
h1	{
	padding:0;
	margin:0;
	height:107px;
	width:650px;
	background:transparent url(../images/logo_tee.gif) no-repeat left top;
	cursor:pointer;
}
h1 span	{
	display:none;
}
#panel	{
	background:#5cc2d1 url(../images/bg_panel.jpg) no-repeat left top;
	height:257px;
	text-align:left;
}
#panel_padding	{
	padding:20px 30px 0 30px;
}
div.panel_left	{
	width:610px;
	float:left;
	background:transparent url(../images/bg_panel_left.gif) no-repeat left top;
	height:235px;
}
div.panel_right	{
	width:276px;
	float:right;
}
#butbar	{
	height:100px;
	background:#000 url(../images/bg_butbar.gif) no-repeat left bottom;
	position:relative;
}
#butbar_internal	{
	height:80px;
	background:#000 url(../images/bg_butbar_internal.gif) no-repeat left bottom;
	position:relative;
}
#butbar img.register,
#butbar_internal img.register	{
	position: absolute;
	top:17px;
	left:30px;
}
#butbar img.bookstand,
#butbar_internal img.bookstand	{
	position: absolute;
	top:17px;
	left:216px;
}
#butbar img.seminars,
#butbar_internal img.seminars	{
	position: absolute;
	top:17px;
	left:402px;
}
#butbar img.exhibitors,
#butbar_internal img.exhibitors	{
	position: absolute;
	top:17px;
	left:588px;
}
#butbar img.informed,
#butbar_internal img.informed	{
	position: absolute;
	top:17px;
	left:774px;
}
#divtickerAnchor	{
	position:absolute;
	top:74px;
	left:30px;
	font-size:14px;
}
#divtickerAnchor a	{
	text-decoration:none;
	color:#fff;
}
#content	{
	width:960px;
	background:#FFF url(../images/bg_content.gif) repeat-y left top;
	text-align:left;
}
#content_home	{
	width:960px;
	background:#FFF url(../images/bg_content_home.gif) no-repeat bottom;
	text-align:left;
}
#content_top	{
	margin:0;
	padding:0;
	background:#EFEFEF url(../images/bg_content.gif) repeat-y left top; 
}
#content_bottom	{
	margin:0;
	padding:0;
	background:#EFEFEF url(../images/bg_content.gif) repeat-y left top; 
}
#content_bottom_home	{
	margin:0;
	padding:0;
	background:#EFEFEF url(../images/bg_content.gif) repeat-y left top; 
}
#content_inner	{
	height:auto;
	padding:0 30px;
	background:transparent;
	padding-bottom:30px;
}
div.content_left	{
	float:left;
	width:265px;
}
div.content_right	{
	float:right;
	width:595px;

}
div.content_right p,
div.content_right p p	{
	line-height:1.25em;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix {display: inline-block;}
/* start commented backslash hack \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* close commented backslash hack */

ul.list	{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:.75em;
}
ul.list li	{
	background:transparent url(../images/bg_bullet_blue.gif) no-repeat 5px 9px;
	padding:5px 0 5px 20px;
	line-height:1.35em;
}
ul.list li.current	{
	background:transparent url(../images/bg_bullet_333.gif) no-repeat 5px 9px;
	padding:5px 0 5px 20px;
	line-height:1.35em;
}
ul.list li span	{
	font-size:0.9em;
	color:#999;
}
ul.list li a	{
	color:#00798a;
	text-decoration:none;
}
ul.list li.current a	{
	color:#333;
	text-decoration:none;
}
ul.list li a:hover	{
	color:#00798a;
	text-decoration:underline;
}
ul.bodylist	{
	list-style-type:none;
	padding:0;
	margin:10px 0;
	font-size:.75em;
}
ul.bodylist li	{
	background:transparent url(../images/bg_bullet_ccc.gif) no-repeat 5px 9px;
	padding:3px 0 3px 20px;
	line-height:1.35em;
}
ul.bodylist li span	{
	font-size:0.9em;
	color:#999;
}
ul.bodylist li a	{
	color:#00798a;
	text-decoration:none;
}
ul.bodylist li a:hover	{
	color:#00798a;
	text-decoration:underline;
}


p.resources	{
	margin-bottom:0;
	font-style:italic;
}
ul.resources	{
	margin:5px 0 10px 0;
	font-size:.75em;
}
ul.resources li	{
	padding:2px 0;
}
ul.resources li a	{
	color:#00798a;
	text-decoration:none;
}
ul.resources li a:hover	{
	color:#00798a;
	text-decoration:underline;
}

p	{
	margin-top:10px;
	line-height:1.35em;
	font-size:.75em;
}
h2	{
	font-size:1.5em;
	font-weight:normal;
	color:#444;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
	margin-top:25px;
	margin-bottom:20px;
	letter-spacing:-1px;
}
h3	{
	clear:both;
	font-size:1.15em;
	font-weight:normal;
	color:#444;
	padding-bottom:7px;
	margin-top:25px;
	margin-bottom:10px;
	letter-spacing:-1px;
	line-height:1.25em;
}
#sponsors	{
	height:80px;
	background:url(../images/bg_sponsors.gif) no-repeat left top;
	text-align:center;
	padding:0 10px;
}
.smallgrey	{
	font-size:0.6em;
	color:#999;
	padding-top:10px;
}

table.tabular	{
	font-size:.75em;
	margin:20px 0;
}
table.tabular th	{
	text-align:left;
	background-color:#5cc2d1;
	padding:5px;
	color:#FFF;
	line-height:1.25em;
}
table.tabular td	{
	border-bottom:1px solid #EFEFEF;
	padding:5px;
	line-height:1.25em;
}
table.tabular td a	{
	color:#00798a;
	text-decoration:none;
}
table.tabular td a:hover	{
	text-decoration:underline;
}
table.tabular td img	{
	padding:0;
	margin:0;
}


div.exhibitor	{
	clear:both;
	border-top:1px solid #ccc;
	padding:10px 0 10px 0;
}
div.exhibitor p.company	{
	
	font-size:1.1em;
	letter-spacing:-1px;
	color:#333;
	margin-top:10px;
}
div.exhibitor p.stand	{
	color:#cf8b08;
}
div.exhibitor p	{
	margin:2px 0;
}
div.exhibitor p.desc	{
	color:#666;
	font-size:.7em;
}
div.exhibitor p.toplink	{
	padding-left:10px;
	background:url(../images/bg_toplink.gif) no-repeat 0 0.5em;
}
div.exhibitor p a	{
	color:#00798a;
	text-decoration:none;
}

#footer	{
	clear:both;
	
	text-align:left;
}
#footercols	{
	padding:0 30px 20px 30px;
}
#footer ul.footer1	{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:186px;
}
#footer ul.footer2	{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:186px;
}
#footer ul.footer3	{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:186px;
}
#footer ul.footer4	{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:186px;
}
#footer ul.footer5	{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:150px;
}
#footer ul.footer1 li,
#footer ul.footer2 li,
#footer ul.footer3 li,
#footer ul.footer4 li,
#footer ul.footer5 li	{
	font-size:.75em;
	color:#999;
	line-height:1.35em;
}
#footer ul.footer1 li a,
#footer ul.footer2 li a,
#footer ul.footer3 li a,
#footer ul.footer4 li a,
#footer ul.footer5 li a	{
	color:#999;
	text-decoration:none;
}

#footer p.main	{
	margin-left:30px;
	color:#666;
	margin-bottom:10px;
}
#footer p.main a	{
	color:#999;
	text-decoration:none;
}
#footer p.copyright	{
	color:#999;
	clear:both;
	padding:10px 30px;
	display:block;
	width:500px;
	float:left;
}
#footer p.developed	{
	color:#757575;
	padding:10px 30px;
	display:block;
	width:200px;
	float:right;
	text-align:right;
}
#footer p.developed a	{
	color:#757575;
	text-decoration:none;
}
#social_media	{
	clear:both;
	padding:0 30px 20px 30px;
	border-bottom:1px solid #666;
}
hr	{
	margin:20px 0;
	background-color:#333;
	color:#333;
	border:none;
	height:1px;
	width:100%;
}

/* lightbox */
#thumbnails	{
	margin-top:20px;
}
div.pic	{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div.pic span	{
	display:block;
	font-size:.60em;
	line-height:1.1em;
	color:#666;
	padding-top:5px;
}
div.pic span a	{
	color:#00798a;
	text-decoration:none;
}
div.pic span a:hover	{
	color:#00798a;
	text-decoration:underline;
}
/* end lightbox */

td.caption	{
	font-size:0.75em;
	line-height:1.35em;
}
td.field	{
	font-size:0.75em;
	line-height:1.35em;
}
.event-info	{
	line-height:1.35em;
}