/*
body and headings
*/

body
{
	margin: 0;
	padding: 0;
	color: #666;
	background-color: white;
	font: 13px/19px Georgia, serif;
	text-align: left;
	border-top: 14px solid #007088;
}

div#wholepage
{
	display: block;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 0 40px 0;
	min-height: 700px;
	border-top: 0;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	border-left: 1px #ddd solid;
}

div#tagline
{
	display: block;
	width: 325px;
	font-size: 26px;
	line-height: 33px;
	color: #007088;
	letter-spacing: 2px;
	margin: 0 0 0 90px;
	padding: 0;
}

div#tagline p { margin-top: 0; }

div#tagline p#location
{
	font-size: 14px;
	line-height: 16px;
}

p
{
	margin: 18px 0;
	text-align: left;
}

#sidebar p { margin: 0; }

h1#home
{
	display: block;
	width: 950px;
	height: 426px;
	margin: 0 0 48px 0;
	background-image: url(../images/template-home-banner.gif);
	background-position: 0 0;
}

h1#home a
{
	display: block;
	width: 450px;
	height: 200px;
	position: relative;
	top: 95px;
	left: 40px;
	border: 0 !important;
}

h1#nothome
{
	display: block;
	width: 950px;
	height: 255px;
	margin: 0 0 48px 0;
	background-image: url(../images/template-main-banner.gif);
	background-position: 0 0;
}

h1#nothome a
{
	display: block;
	width: 350px;
	height: 170px;
	border: 0 !important;
	position: relative;
	top: 50px;
	left: 45px;
}

h2, h3
{
	color: #888;
	margin: 0;
	font-weight: normal !important;
	font-size: 18px;
	letter-spacing: 2px;
}

h2 { font-size: 22px; }
div#navigation.home h2 { font-size: 28px; }

h4
{
	color: #888;
	margin: 18px 0 0 0;
	font-weight: normal !important;
	font-size: 14px;
	letter-spacing: 2px;
}

/*
layout and links
*/

div#navigation,
div#content,
div#sidebar { float: left; }

div#navigation
{
	width: 170px;
	text-align: right;
	margin: 0 65px 0 0;
}

div#navigation.home
{
	display: block;
	float: right;
	width: 375px;
	text-align: left;
	margin: 0 50px 0 0;
	padding: 0;
}

.home div#visitors_block
{
	width: 180px;
	float: left;
}

.home div#exhibitors_block { float: left; }

div#content
{
	width: 425px;
	margin-right: 55px;
}

div#sidebar
{
	width: 210px;
	font-size: 10px;
	line-height: 21px;
	color: #888;
}

div#sidebar img
{
	margin: 18px 0 9px 0;
}

blockquote p
{
	margin: 18px;
	font-style: normal;
}

a
{
	color: #c61;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

a:hover { border-bottom: 1px dotted #c61; }
li { margin: 9px 0; }

strong
{
	font-weight: bold;
	font-style: normal;
}

em
{
	font-style: italic;
	font-weight: normal;
}

/*
tables
*/

table { width: 425px; }

table, tr
{
	font-size: 11px;
	line-height: 13px;
	border: 0;
	margin: 18px 0;
}

td, th { border: 1px #dda solid; }

td
{
	background-color: #ffe;
	padding: 5px;
}

th
{
	background-color: #ffc;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
}

.for_accessibility { display: none; }
div.clear { clear: both; }

/*
navigation
*/

div#navigation ul
{
	margin: 12px 0 24px 0;
	padding: 0;
}

div#navigation li
{
	list-style-type: none;
	display: block;
	margin: 0 0 6px 0;
}

div#navigation ul li a,
div#navigation ul li a:hover,
div#navigation ul li.this_subsection a
{
	padding: 5px;
	width: 90px;
	border: 0;
	text-decoration: none;
}

div#navigation ul li a { background-color: transparent; }

div#navigation ul li a:hover
{
	background-image: url(../images/template-nav-bgrd.gif);
	background-position: center center;
}

div#navigation ul li.this_subsection a
{
	background-image: url(../images/template-nav-bgrd.gif);
	background-position: center center;
}

div#map { margin: 18px 0 0 0; }

div#slideshow
{
	width: 860px;
	margin: 0 0 0 45px;
}

div#footer
{
	display: block;
	width: 950px;
	margin: 0 auto 0 auto;
	font-size: 10px;
	text-align: right;
	color: #bbb;
}

div#footer a { color: #fb7; }