/* CSS Document */

/* remove padding and margin from everything */
* {
margin:0;
padding:0;
}

/* Hack to stop page wobble in Firefox */
html { 
margin-bottom: 1px;
min-height: 100%;
font-size:100%;
 }


/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {		font:62.5% verdana,helvetica,clean,sans-serif;
		background-color: #ffffff;
	text-align: center;
        color:#3F0045;
}
#navbar {
	padding-top: 50px;
        padding-bottom:5px;
	background-image:url(/images/109.gif);
	background-position:bottom;
         background-repeat:no-repeat;
        color: #fff; 
	}
	

/*
The following is the LitePacific CSS Hack that works in IE7 etc. 
http://www.stormdetector.com/hacks/InternetExplorer7Hack.html
*/



/*\\*/
html*#navbar {
[margin:0px;
margin:0px;
]height:20px;background-position:0px -5px;
;
}/**/
.dummyend[id]{clear:both}
/*\\*/
* html #navbar {
height:0px;background-position:bottom;
}
/**/



table {
font-size:inherit;
font:100%;
}

td {background-color:#EECCD1;padding:5px}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% verdana,helvetica,clean,sans-serif;}

/**
 * Default line-height based on font-size rather than \"computed-value\"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.4em;}

/* Some basic image related stuff */
img {
border:none;
}

li {
list-style:square;
margin-left: 15px;
}


/* Class for clearing floats */

.clear {
   clear: both;
}

/*	links
-------------------------------------------*/
a:link, a:visited {
	color:#ff0000;
	font-weight: bold;
	text-decoration:none;
	}

a:hover, a:active {
	text-decoration:underline;
	}


/*centres the page - we can\'t use body to do this as KKOR uses body to determine the alignment of text making the editor text all centred and yukky!*/

#container {
	padding: 0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	background-color:#FFFFFF;
	}
	
/*wraps around the content elements
-------------------------------------------*/
#wrapper {
	padding: 0;
	margin: 0px auto;
	text-align: left;
	width: 786px;
	}

	/* 
	left hand side content container */

#leftbar {
float:left;
width: 196px;
font: 1.1em/120% Verdana, Arial, sans-serif;
overflow:hidden;
}

#leftbar a:link, #leftbar a:visited {
}

#leftbar a:hover, #leftbar a:active {
background-color:#EECCD1 !important;
color: #000 !important;
}
	
/* 
	main content wrapper for right hand side  
*/
	

#main {
float:right;	
font: 1.1em/130% Verdana, Arial, sans-serif;
margin-left: 26px;
width:	564px;
	}

#content {
width:	564px;
padding-top:15px;
}	

#internal {
  margin-top:20px;
  padding: 10px 25px 10px 25px;
}	
#internal p, #internal li {
padding-bottom: 1em;
}

#internal h3 {
color: #c30a36;
font-size: 120%;
}
	

/* //////////////////

 a trick for making the columns equal width (Craig Grannell) SUSPENDED due to issues wiith IE6 

#leftbar, #main {
padding-bottom: 32767px !important;
margin-bottom: -32767px !important;
}

#wrapper {
overflow: hidden;
}
////////////////////// */



#leftbar h2 {
        background-image:url(/images/117.gif);
        background-repeat: no-repeat;
	padding:3px 0px 7px 5px;
 	margin-bottom: 4px;
        color:#ffffff;
        font-size: 97%;
}

.redtext {
color: #ff0000;
font-size: 95%;
line-height: 110%;
padding: 5px 0px 0px 5px;
display:block;
}

#nextevent {
margin-top:10px;
text-align: center;
background-color: #3F0045;
background-image:url(/images/121.gif);
background-repeat: no-repeat;
background-position: bottom;
color: #fff;
font-weight: bold;
font-size: 110%;
line-height: 120%;
padding-bottom:5px;
}

#nextevent strong {
font-size: 120%;
}



/* Page content */

/* home */

#homehero {
	background-image:url(/images/108.jpg);
        background-repeat:no-repeat;
	padding: 225px 10px 0px 10px;
	margin-bottom: 15px;
}

#homeexhibit {
        float:left;
        width:285px;
	background-image:url(/images/113.gif);
 	background-image:url(/images/113.gif);
	background-repeat:no-repeat;
	background-position:center 50px;
}

#homeexhibit p {
padding:10px;
margin-bottom:0px;
}

#homevisit {
        float:right;
        width:275px;
	background-image:url(/images/113.gif);
	background-repeat:no-repeat;
	background-position:center 50px;
}

                                                                                                                                                #homevisit p {
padding:10px;
margin-bottom: 0px;
}
            

#footer {
clear:both;	
margin-bottom: 15px;
padding-left:215px;
text-align:center;
font-size: 95%;
	}                  

abbr {border-bottom:1px dashed;cursor:help}

acronym {border-bottom:1px dashed;cursor:help}

dfn {font-style:normal;border-bottom:1px dashed;cursor:help}       

.indent {
padding:0px 5px 0px 5px;
line-height:130%;
display:block;
}            

#callout {
margin:20px;
background-color: #EECCD1;
color: #C30A36;
font-weight: bold;
padding:10px;
font-size: 110%;
line-height: 150%;
}    

#callout a:link , #callout a:visited{
color: #c30a36;
text-decoration: underline;
}  
#callout a:hover, #callout a:active {
color:#3f0045;
text-decoration: none;
}

.red {
color: #c30a36;
font-weight: bold;
}   

#whitetable td {
background-color: #fff;
}                                                                                                                     

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1em;
	color: #3b3131;
	background-color: #3b3131;
}

.exhibTable {
	width: 470px;
	text-align: left;
	margin-bottom: 1em;
        color:#ffffff;
}

.exhibTable th {
	width: 130px;
	padding: 6px;
	background-color: #3f0045;
}

.exhibTable td {
        background-color: #FFFFFF;
}

.exhibData {
	width: 150px;
	padding: 6px;
	background-color: #c30a36 !important;
        color:#fff;
}

.exhibTable td a {
	text-decoration:underline;
        color:#fff !important;
        display:block;
}

.exhibLogo {
	text-align: right;
	vertical-align: top;
	/*background-color: #000000;*/
}

.coname {
	font-size: 150%;
        font-weight: bold;
}

.standno {
	font-size: 150%;
	color: #ff0000;
        margin-top:10px;
        font-weight: bold;
}
                                                                                                                                                                        
.vtop {
vertical-align:top;
}