
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #283d82;
	background-color: #ffffff;
	background: url(images/topbg.jpg) 100% 0 repeat-x;
	text-align: center;
}

.clear {
	clear:both;
}

.breadcrumb {
	margin: 20px 10px 10px 10px;
	font-size: 11px;
}
.breadcrumb a {
	text-decoration: none;
	color: #283d82;
}
.breadcrumb a:hover{
	text-decoration: underline;
}

.searchbg {
	background-image: url(images/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	height: 45px;
	margin-bottom: 10px;
}
.searchbg form {
}
.searchbg form {
	padding: 12px 8px 12px 12px;
	margin: 0px;
}
.searchbg form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	width: 125px;
	border: 1px solid #000000;
}
.searchbg form .searchsubmit {
	background-image: url(images/gobutton.gif);
	width: 31px;
	height: 23px;
	padding: 0px;
	margin: 0 0 0 5px;
	border: none;
	background-color: #283d82;
}

.loginbg {
	background-image: url(images/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	height: 90px;
	margin-bottom: 10px;
	margin-top: 3px;
	color:#ffffff;
}
.loginbg form {
}
.loginbg form {
	padding: 35px 8px 12px 12px;
	margin: 0px;
}
.loginbg form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	width: 125px;
	border: 1px solid #000000;
	
}
.loginbg form .loginsubmit {
	background-image: url(images/gobutton.gif);
	width: 31px;
	height: 23px;
	padding: 0px;
	margin: 0 0 0 0px;
	border: none;
	background-color: #283d82;
}

#mainContainer {
	position: relative;
	min-width: 980px;
	margin: 0 auto;
/*	background-image: url(images/topmidbg.jpg);
	background-repeat: no-repeat; 
	background-position: right top; */
	min-height: 400px;
	text-align:left;
}

* html #mainContainer {
	height: 400px;
	width: 90%;
}

/**************************
OLD HEADER

#header {
	height: 113px;
}
#header h1 {
	background: url(images/logo.jpg) top left no-repeat  ;
	width: 400px;
	height: 95px;
	margin: 0px 0 0 30px;
	padding: 0px;
}
#header h1 span {
	display: none;
}

**************************/

/**************************
HEADER
**************************/
#header {
	height: 113px;
}
#header h1 {
	background: url(images/logo-new.jpg) top left no-repeat  ;
	width: 400px;
	height: 113px;
	margin: 0px 0 0 30px;
	padding: 0px;
}
#header h1 span {
	display: none;
}

/**************************
CONTENT AND COLUMNS
**************************/
#outer {
	padding-top: 45px;
	padding-left: 222px;
	padding-right: 222px;
}
/*** This is the visible right col background. Because of IE (both 6 and 7) the right col background and inner border is in fact an repating image where 1px of the left part of the image is black, and is simulating a border.
***/
* html #outer {
/*** No need for hacking IE on this layout ***/
}
#inner {
	width: 100%;
}
* html #inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
	float: left;
	width: 100%;
	margin-left: -192px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	margin-right: -192px; /*** Same length as .outer padding-left but with negative value ***/
	width: 100%;
	z-index: 40;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
.contentWrap{
	padding: 0px 10px 10px 10px;

}
.contentWrap a {
color: #0033CC;
}
.contentWrap a:visited {
color: #0033CC;
}
.contentWrap a:hover {
color: #0066CC;
}
#content .redbar {
	display: block;
	background-image: url(images/bluebar.jpg);
	background-position: 100% top;
	background-repeat: repeat-x;
	min-height: 31px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
* html #content .redbar {
	height: 31px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 10px;
}



h2 {
	font-size: 13px;
	font-weight: bold;
	color:#283d82;
	margin-bottom: 20px;
	padding-left: 10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color:#283d82;
	margin-bottom: 20px;
	padding-left: 10px;
}


#content h1 {
	display: block;
	background-image: url(images/bluebar.jpg);
	background-position: 100% top;
	background-repeat: repeat-x;
	min-height: 22px;
	line-height: 22px;
	text-indent: 10px;
	margin-bottom:20px;
}

.contentWrap p, .contentWrap table {
	margin: 0 10px 20px 10px;

}
.contentWrap .imgLeft {
	border: solid 1px #aeb8cf;
	float: left;
	margin: 0 20px 20px 20px;
}
.contentWrap .imgCenter {
	border: solid 1px #aeb8cf;
	margin: 0px;
}
.contentWrap .imgRight {
	border: solid 1px #aeb8cf;
	float: right;
	margin: 0 14px 20px 14px;
}
.contentWrap .supplogos {

	float: right;
	clear:right;
	margin: 0 20px 20px 20px;
	width:231px;
}
.contentWrap .supplogos p {
	text-align:center;
	margin: 10px 0;
}
.contentWrap .supplogos img {
	margin: 5px 0;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 20px 55px;
}
.contentWrap ul {
	list-style-type: disc;
}
.contentWrap li {
padding-bottom: 5px;
}

.contentWrap form input, .contentWrap form textarea {
border:1px solid #000 !important;
background-color:#fff;
margin:0;padding:0;
}

body input, body textarea, body select {
border:1px solid #000;
margin:0;padding:0;
}

div.row2 {
clear:both;
padding:10px;
}

span.label {
display:block;
float:left;
width: 200px;
margin-right: 10px;
font-size:120%;
}

.featuregroup {
margin-left:10px;
clear:both;
}
.featurebox {
	width: 31%;
	min-height: 225px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	background-image: url(images/featureboxbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	

}
.featureboxlast {
	width: 31%;
	min-height: 225px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	background-image: url(images/featureboxbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}
.featureboxlast p.title {
	padding-top:13px !important;
	padding-bottom:0px !important;
}
.featureboxlast p {
	padding-top:0px !important;
	padding-bottom:1px !important;
}
* html .featurebox, * html .featureboxlast {
	height: 190px;
}
.featurebox h2, .featureboxlast h2 {
	display: block;
	background-image: url(images/redbar.jpg);
	background-position: 100% top;
	background-repeat: repeat-x;
	min-height: 22px;
	line-height: 22px;
	text-indent: 15px;
	padding: 0px;
	color: #fff;
	margin-left:0px !important;
	margin-bottom:0px !important;
}
.featurebox p, .featureboxlast p {
	font-size: 11px;
	line-height:15px;
	padding: 15px;
}



.helpfulgroup {
	width:100%;
	clear:both;
}
.helpfulgroup a {
color:#FF0000;
}
.helpfulgroup a:hover {
color:#FF0000;
}
.helpfulgroup a:visited {
color:#FF0000;
}
.helpfullinks {
	width: 100%;
	min-height: 180px;
/*	margin-left: 10px;
	margin-right: 10px; */
	float: left;
	background-image: url(images/featureboxbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}

* html .helpfullinks {
	height: 190px;
}
.helpfullinks h2 {
	display: block;
	background-image: url(images/redbar.jpg);
	background-position: 100% top;
	background-repeat: repeat-x;
	min-height: 22px;
	line-height: 22px;
	text-indent: 20px;
	padding: 0px;
	color: #fff;
	margin-left:0px !important;
}
.helpfullinks ul{
	font-size: 11px;
	line-height:13px;
	padding: 0px 15px 15px 20px;
	color: #df1322;
	text-decoration: none;
	list-style: none;
	margin: 0;
}

.helpfullinks a {
	font-size: 11px;
	line-height:13px;
	color: #df1322;
	text-decoration: none;
	list-style: none;
	margin: 0;
}

.helpfullinks a:hover {
	text-decoration: underline;
}

.helpfullinks li {

}

.conference {
	min-height: 180px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(images/conference.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px 10px 0 ;
	margin-bottom: 10px;
	clear:right;
}

.conference ul {
	color: #df1322;
}




/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 192px;
	min-height: 250px;
	z-index: 50;
}
* html #left {
	position: relative; /*** IE needs this  ***/
	height: 250px;
}
.bannerimg {
	margin-bottom: 10px;
}

.forthcomingevents {
	background-color: #dde0eb;
	margin-bottom: 10px;
	padding: 0;
}
.forthcomingevents h1 {
	background-image: url(images/forthcoming.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 192px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
.forthcomingevents h1 span {
	display:none;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 192px;
	position: relative; /*** IE needs this  ***/
	min-height: 250px;
	margin-right: -192px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #right {
	height: 250px;
}

.partnerbox {
	background-color: #dde0eb;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.partnerbox img {
	background-image:url(images/microbarbg.jpg);
	padding: 6px 5px;
	text-align: center;	
	width: 120px;
	height: 30px;
}
.partnerbox h1 {
	background-image: url(images/commercialpartner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 192px;
	height: 32px;
	padding-bottom: 10px;
}
.partnerbox h1 span {
	display: none;
}

.sponsorsbox {
	background-color: #dde0eb;
	margin-bottom: 13px;
	text-align: center;
	padding-bottom: 10px;
}
.sponsorsbox img {
	background-image:url(images/sponsorbg.jpg);
	padding: 6px 5px 6px 5px;
	text-align: center;	
	width: 120px;
	height: 53px;

}
.sponsorsbox h1 {
	background-image: url(images/sitesponsors.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 192px;
	height: 32px;

}
.sponsorsbox h1 span {
	display: none;
}

 

.quotesbox h1 {
	background-image: url(images/visitorquotes.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 192px;
	height: 32px;
	margin-bottom:0px;

}
.quotesbox h1 span {
	display: none;
}


#topnavigation {
	position: absolute;
	z-index: 90;
	top: 113px;
	width: 100%;
}

/**************************
FOOTER
**************************/
#footer {
	margin-top: 20px;
	background: url(images/footerbg.gif) 100% bottom repeat-x;
	height: 32px;
}
* html #footer {
	height: 32px;
}
#footer .footnavi {
	background: url(images/footnavibg.gif) left top no-repeat;
	margin-left: 23px;
	padding-left: 20px;
	float: left;
	line-height: 32px;
}

#footer a, #footer p {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .sign {
	float: right;
	background: url(images/footnavibg.gif) right top no-repeat;
	padding-right: 21px;
	margin-right: 23px;
	line-height: 32px;
}


/************* top drop down menu ****************/

.chromestyle{
font-weight: bold;
margin-left: 30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
padding: 0;
margin: 0 0 0 -5px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0;
	list-style: none;
}
.chromestyle .topnavistart, .chromestyle .topnaviend {
	background-image: url(images/topmenustart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 7px;
	height: 35px;
}
.chromestyle .topnaviend {
	background-image: url(images/topmenuend.jpg);
}
.chromestyle ul li img{
	border: none;
}

.chromestyle ul li a{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: 35px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	line-height: 35px;
}

.chromestyle ul li a:hover{
}
.chromestyle ul li a span {
	display: none;
}

.chromestyle ul li .visiting {
	background-image: url(images/visitingbut.jpg);
	width: 69px;
}
.chromestyle ul li .visiting:hover, .visitinghover {
	background-image: url(images/visitingactive.jpg);
	width: 69px;
}

.chromestyle ul li .exhibiting {
	background-image: url(images/exhibitingbut.jpg);
	width: 84px;
}
.chromestyle ul li .exhibiting:hover, .exhibitinghover {
	background-image: url(images/exhibitingactive.jpg);
	width: 84px;
}

.chromestyle ul li .freeconference {
	background-image: url(images/freeconferencebut.jpg);
	width: 127px;
}
.chromestyle ul li .freeconference:hover, .freeconferencehover {
	background-image: url(images/freeconferenceactive.jpg);
	width: 127px;
}

.chromestyle ul li .press {
	background-image: url(images/pressbut.jpg);
	width: 56px;
}
.chromestyle ul li .press:hover, .presshover {
	background-image: url(images/pressactive.jpg);
	width: 56px;
}

.chromestyle ul li .businessadvice {
	background-image: url(images/businessadvicebut.jpg);
	width: 126px;
}
.chromestyle ul li .businessadvice:hover, .businessadvicehover {
	background-image: url(images/businessadviceactive.jpg);
	width: 126px;
}

.chromestyle ul li .news {
	background-image: url(images/newsbut.jpg);
	width: 54px;
}
.chromestyle ul li .news:hover, .newshover {
	background-image: url(images/newsactive.jpg);
	width: 54px;
}

.chromestyle ul li .businessresources {
	background-image: url(images/businessresourcesbut.jpg);
	width: 148px;
}
.chromestyle ul li .businessresources:hover, .businessresourceshover {
	background-image: url(images/businessresourcesactive.jpg);
	width: 148px;
}
.chromestyle ul li .contactus {
	background-image: url(images/contactbut.jpg);
	width: 88px;
}
.chromestyle ul li .contactus:hover, .contactushover {
	background-image: url(images/contactactive.jpg);
	width: 88px;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:24px;
z-index:100;
background-color: #dde0eb;
width: 183px;
visibility: hidden;
background: #dde0eb url(images/topmenuend.gif) left bottom no-repeat;
padding-bottom: 11px;
}


.dropmenudiv a{
width: auto;
height: 24px;
display: block;
text-indent: 5px;
text-decoration: none;
font-weight: normal;
text-align: left;
color: #283d82;
background: url(images/topmenusep.gif) 100% top repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: none;
background-color: #c3c9dc;
}

/**TOP BANNER AD**/
#headeradbanner {
	position: absolute;
	right: 30px;
	top: 20px;
	padding:0px !important;
}



#eventticker {
	/*position: absolute;
	top: 158px;
	left: 233px;*/
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/nexteventticker.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 465px;
	height: 32px;
	overflow: hidden;
	z-index: 80;
}
#eventticker p {
	font-size: 14px;
	padding-top: 3px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

#sponsorticker {
	position: absolute;
	top: 158px;
	right: 30px;
	background-image: url(images/sponsorticker.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 243px;
	height: 29px;
	overflow: hidden;
	z-index: 81;
}
#sponsorticker p {
	font-size: 11px;
	padding: 2px 2px 0 8px;
	line-height: 26px;
	color:#FFFFFF;
}

#sponsorticker img {
	margin: 3px 3px 0 5px;
	float: right;
}

#eventticker p a, #sponsorticker p a, #sponsorticker a {

	text-decoration: none;
}
#eventticker p a:hover, #sponsorticker p a:hover, {
	text-decoration: underline;
}


/* left vertical menu **/
#vertinavi {
}
#vertinavi a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	background: #dde0eb url(images/topmenusep.gif) 100% bottom repeat-x;
	color: #283d82;
	width: auto;
	margin: 0px;
	padding: 5px 10px;
}
#vertinavi a:hover { /*THEME CHANGE HERE*/
background-image: none;
background-color: #c3c9dc;
}

.anylinkcss {
	position: absolute;
	visibility: hidden;
	top: 0px;
	line-height: 27px;
	z-index: 100;
	width: 184px;
	padding-bottom: 10px;
	background: #dde0eb url(images/leftmenuend.gif) left bottom no-repeat;
}
.anylinkcss	h1 {
	background-image: url(images/leftmenuhead.gif);
	width: 184px;
	height: 28px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 10px;
	text-align: left;
	padding: 0px;
}

.anylinkcss a{
color: #283d82;
width: auto;
height: 28px;
display: block;
text-indent: 10px;
text-decoration: none;
font-weight: normal;
text-align: left;
font-size: 11px;
background: #dde0eb url(images/topmenusep.gif) 100% bottom repeat-x;
}

* html .anylinkcss a{ /*IE only hack*/
width: 100%;
}

.anylinkcss a:hover{ /*THEME CHANGE HERE*/
background-image: none;
background-color: #c3c9dc;
}


/********** SEARCH ************/
.searchmain {
margin-left:10px;}

form {
margin: 15px 0 15px 0;
}

#conferencepics {
	float:left;
	width: 50%;
	margin-top: 10px;
}

#faqs table {background: #dde0eb; padding:10px; margin: 10px; width: 100%; aligh: left; vertical-align: top;}
#faqs table ul {margin-left: 0;}
#faqs table td {border-bottom: 1px dotted #c3c9dc;}

.midmenu a, .midmenu a:active, .midmenu a:visited { color:#ffffff; }
.midmenu a:hover { color:#CCCCCC; }