@charset "utf-8";


/* NAVIGATION */
li#navHome a, li#navExhibit a, li#navVisit a, li#navEvents a, li#navPress a, li#navPartners a, li#navContact a {
	display: block;
	width: 0px;
	height: 30px;
	padding-left: 225px;
	overflow: hidden;
	background-image: url(../images/nav_main.png);
	background-repeat: no-repeat;
}
li#navHome a { background-position: 0px -17px }
li#navExhibit a { background-position: 0px -47px }
li#navVisit a { background-position: 0px -77px }
li#navEvents a { background-position: 0px -107px }
li#navPress a { background-position: 0px -137px }
li#navPartners a { background-position: 0px -167px }
li#navContact a { background-position: 0px -197px }

li#navHome a:hover, li#navHome a:active { background-position: -225px -17px }
li#navExhibit a:hover, li#navExhibit a:active { background-position: -225px -47px }
li#navVisit a:hover, li#navVisit a:active { background-position: -225px -77px }
li#navEvents a:hover, li#navEvents a:active { background-position: -225px -107px }
li#navPress a:hover, li#navPress a:active { background-position: -225px -137px }
li#navPartners a:hover, li#navPartners a:active { background-position: -225px -167px }
li#navContact a:hover, li#navContact a:active { background-position: -225px -197px }

ul.sideNav {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/bullet_right.gif);
}
ul.sideNav li {
	margin-left: 1.5em;
	line-height: 1.75em;
}
ul.sideNav a {
	font-weight: bold;
	color: #0093D8;
}
ul.sideNav a:hover, ul.sideNav a:active {
	color: #000000;
}
p.more {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
a {
	color: #0096D9;;
}
a:hover, a:active {
	color: #000000;
}


/* LAYOUT */
div.floatLeft {
	float: left;
}
div.desc {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
div.pic {
	float: left;
	width: 215px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.desc h5 {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 1em;
}
hr {
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: 0;
	background-color: #9A7A3F;
	color: #9A7A3F;
	text-align: left;
}
div#header {
	margin-top: 1.5em;
	margin-bottom: 10px;
	overflow: hidden;
}
div#banner {
	overflow: hidden;
}
div#navMain {
	width: 225px;
	height: 210px;
	margin: 0;
	padding: 17px 0px 23px 0px;
	background-image: url(../images/nav_main.png);
	overflow: hidden;
}
div#splash {
	width: 725px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#content {
	background-color: #F0EADE;
}
div#contentMain {
	background-color: #FFFFFF;
}
div#colLeft {
	width: 175px;
	padding: 35px 25px 0px 25px;
}
div#colCenter {
	width: 445px;
	padding: 35px 15px 25px 50px;
	background-color: #FFFFFF;
}
div#colRight {
	width: 215px;
	padding: 35px 0px 0px 0px;
	background-color: #FFFFFF;
}
div#colRight img {
	margin-bottom: 0.5em;
}
div#footer {
	padding: 1em 0 1em 225px;
	background-color: #F0EADE;
}
form#subscribe {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #9A7A3F;
}
form#subscribe label {
	line-height: 2em;
	font-weight: bold;
	color: #9A7A3F;
}
form#subscribe input[type=text] {
	width: 130px;
	color: #9090A0;
}
form#subscribe input[type=submit] {
	width: 35px;
}

/* TEXT */
h4, h5, h6 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
p {
	padding-bottom: 0.5em;
}
ul, ol {
	padding-bottom: 1em;
}
.gold {
	font-weight: bold;
	color: #9A7A3F;
}
.news_side_link {
	text-transform: uppercase;
	color: #9A7A3F;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
div.boxed {
	width: 395px;
	margin: 10px 25px;
	padding: 0px 6px 6px 0px;
	background-image: url(../images/img_shadow.gif);
	background-position: bottom right;
}
div.boxed ul {
	display: block;
	margin: 0;
	padding: 1em 2em;
	border: 1px solid #FF9900;
	list-style-image: url(../images/bullet_diamond.gif);
	background-color: #FFFFFF;
}
div.boxed li {
	margin-left: 2em;
}
div.boxed li.subhead {
	padding-top: 1em;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	margin-left: 0;
}

div.boxede {
	width: 450px;
	margin: 0px 15px;
	padding: 0px 6px 6px 0px;
	background-position: bottom right;
}
div.boxede ul {
	display: block;
	margin: 0;
	padding: 0em 0em;
	list-style-image: url(../images/bullet_diamond.gif);
}
div.boxede li {
	margin-left: 10px;
}
div.boxede li.subhead {
	padding-top: 1em;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	margin-left: 0;
}
