@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, html {
	font-family: Trebuchet MS, Helvetica, Sans Serif, Arial;
	font-size: 11px;
	line-height:15px;
	color: #000;
	text-align: center;
}
img {
display:none;
}

.clear {
	clear:both;
}

.breadcrumb {
	display:none;
}

.searchbg {
	display:none;
}
.searchbg form {
	display:none;
}
.loginbg {
	display:none;
}
.loginbg form {
	display:none;
}

#mainContainer {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
	min-height: 400px;
	text-align:left;
}

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

/**************************
HEADER
**************************/

#header h1 {
	display:none;
}
#header h1 span {
	display:none;
}
#header h1 span .url {
	display:none;
}

/**************************
CONTENT AND COLUMNS
**************************/
#outer {

}
/*** 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: 10px;
}

#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, h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	padding-bottom: 20px;
}
#content h1 {
	display: block;
	min-height: 22px;
	line-height: 22px;
	text-indent: 20px;
}
h2 {
	font-size: 13px;
}
.contentWrap p {
	padding: 0 10px 20px 10px;

}
.contentWrap .imgleft {
	float: left;
	margin: 0 20px 20px 20px;
}
.contentWrap .imgright {
	float: right;
	margin: 0 20px 20px 20px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 20px 55px;
}
.contentWrap ul {
	list-style-type: disc;
}
.contentWrap li {
padding-bottom: 5px;
}
.featuregroup {
margin-left:10px;
}
.featurebox {
	width: 31%;
	min-height: 120px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
.featureboxlast {
	width: 31%;
	min-height: 190px;
	margin-left: 0px;
	margin-right: 0px !IMPORTANT;
	float: left;
}
* html .featurebox, * html .featureboxlast {
	height: 190px;
}
.featurebox h2, .featureboxlast h2 {
	display: block;
	min-height: 22px;
	line-height: 22px;
	text-indent: 15px;
	padding: 0px;
	font-size:11px;
}
.featurebox p, .featureboxlast p {
	font-size: 11px;
	line-height:15px;
	padding: 15px;
}
.helpfulgroup {
	width:100%;
}
.helpfullinks {
	width: 97%;
	min-height: 190px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
* html .helpfullinks {
	height: 190px;
}
.helpfullinks h2 {
	display: block;
	min-height: 22px;
	line-height: 22px;
	text-indent: 0px;
	padding: 0px;
	font-size:11px;
}
.helpfullinks ul{
	font-size: 11px;
	line-height:13px;
	padding: 15px 15px 15px 0px;
	color: #000;
	text-decoration: none;
	list-style: none;
	margin: 0;
}
.helpfullinks a {
	font-size: 11px;
	line-height:13px;
	color: #000;
	text-decoration: none;
	list-style: none;
	margin: 0;
}

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

.helpfullinks li {

}



/**************************
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 {
	display:none;
}
.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 {
	display:none;
}

.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;
}

#topnavigation {
	display:none;
}

/**************************
FOOTER
**************************/
#footer {
	margin-top: 40px;
	height: 32px;
}
* html #footer {
	height: 32px;
}
#footer .footnavi {
	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;
	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 {
	display:none;
}

#eventticker {
	display:none;
}

#sponsorticker {
	display:none;
}


/* 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;
}
