@charset "utf-8";
/* CSS Document */

/*
----------------------------GENERAL TAGS----------------------------
*/

* { margin: 0; padding: 0; }

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 {
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}

html { font-size:100.01%; }

body {
	font-size:1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #fdfadc;
	color: #003310;
}

a img { border: 0px solid #fff; }

ul, ul li { list-style: none; }

#container, #header, #outerframe, #rightbar, #content, #footer {
	position: relative;
}

/*
----------------------------DIVs----------------------------
*/

#container { 
	width: 990px;
	margin: 0 auto;
	background: url(../images/page_repeater.jpg) repeat-y center #fdfadc;
}

#header { 
	background: #fff url(../images/headerRepeat.jpg) repeat-x;
	height: 199px;
	font-size: 12px;
}

.menu {
	height: 23px;
	line-height: 30px;
	background: url(../images/menu.jpg) no-repeat;
	color:#FFF;
	text-align: left;
	font-size: 12px;
	margin: 0 4px;
}

#leftArea { float: left; width: 190px; margin-left: 15px; margin-top: 25px; color: #003310; text-align: left; font-size: 0.75em; }
#leftArea h1 { font-size: 1em; font-weight: bold; }
#leftArea p { font-size: 0.9em; margin: 8px 0; }

#leftArea #visitorCommentRepeater { width: 162px; font-size: 0.8em; text-align:left; padding: 0 15px; }
#leftArea #visitorCommentHeader,#leftArea #visitorCommentFooter { width: 192px; }
#visitorCommentFooter { margin-bottom: 10px; }

#leftArea #newsRepeater { width: 162px; font-size: 0.8em; text-align:left; padding: 0 15px; }
#leftArea #newsRepeater p { margin: 0px 0 4px 0px; }
#leftArea #newsHeader,#leftArea #newsFooter { width: 192px; color:#FFF; font-size: 0.7em; text-align:center; }
#newsHeader { background:url(../images/news/news_header.gif) no-repeat; height: 21px; line-height: 14px; }
#newsFooter { margin-bottom: 10px; }

#rightArea { float: right; width: 750px; background: url(../images/header_bottom.jpg) right top no-repeat; padding-right: 20px; padding-top: 25px; margin-bottom: 10px; text-align: left; font-size: 0.7em;  }

#rightArea a { text-decoration: underline; color: #225532; }
#rightArea a:hover { text-decoration: underline; color: #003310; }
#rightArea a:visited { text-decoration: underline; color: #002210; }

.eventHeader { width: 758px; height: 36px; background: url(../images/event_layout/event_header.jpg) no-repeat; color: #FFF; font-size: 1.3em; line-height: 32px; padding-left: 8px; }
.eventHeader span { font-size: 0.8em; }
.eventRepeater { width: 738px; background: url(../images/event_layout/event_repeater.jpg) repeat-y; padding: 5px 10px; font-size: 1.1em; min-height: 110px; }
.eventRepeater p { margin-left: 170px; }
.eventFooter { width: 758px; height: 6px; margin-bottom: 10px; }

/* News Area */
.newsTitle { font-size: 1.2em; font-weight: bold;}
.small { font-size: 0.8em; }
/* End of News Area */

#bottomMenu {
	width: 982px;
	background: #003310;
	color: #FFF;
	height: 35px;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
	clear: both;
	font-size: 0.65em;
}
#bottomMenu a { text-decoration: none; color: #FFF; }
#bottomMenu a:hover { text-decoration: underline; }
#bottomMenu img { float: right; margin-top: 5px; margin-right: 10px; width: 42px; }

/* sponsors page table */
#sponsors td { vertical-align: bottom; }
/* end of sponsors page table*/

#myGallery a, #myGallery a:hover { color: #FFF; }

h1 { font-size: 16px; margin-bottom: 8px; }
h2 { font-size: 14px; margin-bottom: 6px; }
h3 { font-size: 12px; margin-bottom: 6px; }
#rightArea p { margin-bottom: 8px; }
#rightArea img { margin-right: 10px; }
.red { color: #F00; }
.bigger { font-size: 1.1em; }
hr { border: 0px; color: #003310; background-color: #003310; height: 3px; margin: 10px 0; }
#rightArea hr { border: 0px; color: #003310; background-color: #003310; height: 1px; margin-bottom: 10px; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear:both; }

#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:982px; height:23px; position:relative; z-index:100;font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:995px; w\idth:996px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {/*width:130px;*/}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;/*width:130px;*/position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; /*width:119px;*/ height:23px; /*background:#09c;*/ padding:0 15px; line-height:23px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:130px; w\idth:119px;*/}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(../images/arrow.gif) no-repeat 150px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(../images/arrow-over.gif) no-repeat 150px center;}
.menu ul ul :hover > a.drop {background:#13a95c url(../images/arrow-over.gif) no-repeat 150px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#d4d8bd;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#13a95c;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:130px; /*padding: 0 20px; border-top:1px solid #000;*/}
/* another hack for IE5.5 */
* html .menu ul ul {top:23px;t\op:24px;}

/* position the third level flyout menu */
.menu ul ul ul{left:168px; top:0px; width:130px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-168px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 20px; width:128px; border-width:0 1px 1px 1px; border-color: #000;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:119px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#13a95c;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#13a95c;}
.menu :hover > a { background: none; color: #FFF; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* ================================================================ 
End of menu
=================================================================== */

#myGallery
{
width: 600px !important;
height: 400px !important;
}


/* ADDED 18/02/2010 for confirmed/unconfirmed exhibitors */
.grey { color: #aaa; }
#rightArea .grey a { color: #aaa; }