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

/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
i, .gone {
	display:none;
}
img, div, input, h1, a, ul, #pagehead h1, .headline h1 { behavior: url("/javascript/iepngfix.htc") }
blockquote {
	margin:0 20px;
}
img {
	border:none;
}
hr {
	clear:both;
	margin:5px 0;
	color:#000;
}

/*

DEFAULTS
LAYOUT
UNIVERSAL
HEADERS
INDEX
*/

/* ----- DEFAULTS ----- */
body {
	background:#9a7b2a url(images/back.jpg) repeat-y center;
	font: 12px Verdana, Geneva, sans-serif;
	color:#FFF;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
	color:#be9d45;
}
p {
	margin-bottom:15px;
	line-height:1.4em;
}
h1 {
	font-size:2em;
}
	h1 span {
		font-size:.6em;
	}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
	margin-top:15px;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
a:link {
	color:#FFF;
}
a:visited {
	color:#e1d4b1;
}
a:hover, a:active {
	color:#CCC;
}

/* ----- LAYOUT ----- */
#wrap {
	background:url(images/back-banner.png) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -69px; /* the bottom margin is the negative value of the footer's height */
}
#container {
	width:980px;
	margin:0 auto;
}
#banner {
	position:relative;
	height:150px;
}
	#logo {
		position:absolute;
		z-index:100;
		background:url(images/oims-logo.png) no-repeat;
		width:282px;
		height:181px;
		float:left;
		margin-top:20px;
	}
#nav2 {
	overflow:hidden;
	height:90px;
}
	#nav2 ul {
		background:url(images/back-nav2.png) no-repeat bottom;
		padding:2px 5px 0 7px;
		width:93px;
		float:right;
		height:35px;
		margin:0;
		height:87px;
	}
	#nav2 > a {
		float:right;
		margin:20px 10px 0 0;
	}
	#nav2 ul a {
		display:block;
		text-decoration:none;
		padding:2px 0 2px 4px;
		width:80px;
		font-size:.85em;
	}
		#nav2 ul a:link, #nav2 ul a:visited {
			color:#000;
		}
		#nav2 ul a:hover, #nav2 ul a:active {
			background:url(images/back-black.png);
			color:#e1d4b1;
		}
	#nav2 ul a img {
		vertical-align:middle;
		margin-right:4px;
	}
#nav {
	float:right;
	clear:right;
}
#nav ul {
	background-image:url(images/back-black2.png);
	height:32px;
	overflow:hidden;
	margin:0;
	padding:0;
}
	#nav li {
		display:inline;
		float:left;
	}
	#nav li:hover {
		background:url(images/back-black.png);
	}
	#nav a {
		height:20px;
		padding:5px 15px;
		display:block;
		background-position:center;
		background-repeat:no-repeat;
	}
	#n-home > a {
		background-image:url(images/n-home.png);
		width:42px;
	}
	#n-visitor > a {
		background-image:url(images/n-visitor.png);
		width:75px;
	}
	#n-sponsors > a {
		background-image:url(images/n-sponsors.png);
		width:68px;
	}
	#n-exhibitors > a {
		background-image:url(images/n-exhibitors.png);
		width:72px;
	}
	#n-events > a {
		background-image:url(images/n-events.png);
		width:49px;
	}
	#n-about > a {
		background-image:url(images/n-about.png);
		width:45px;
	}
	#n-contact > a {
		background-image:url(images/n-contact.png);
		width:55px;
	}
		#nav li ul {
			position:absolute;
			width:150px;
			left:-999em;
			background:url(images/back-black-90.png);
			height:auto;
		}
		#nav li ul li {
			display:block;
			width:150px;
		}
		#nav li ul a {
			display:block;
			color:#FFF;
			z-index:100;
			text-decoration:none;
			display:block;
			font-size:.9em;
			height:15px;
		}
			#nav li ul a:hover {
				background:url(images/back-black-90.png);
			}
		#nav li:hover ul, #nav li.sfhover ul {
			left:auto;
		}
	
	
#feature {
	margin-bottom:10px;
}
#content {
	overflow:hidden;
}
	#content > div:first-child {
		margin-left:0;
	}
.index .col1 {	
	height:400px;
	padding:0;
}
.col1 {
	width:239px;
	float:left;
	margin-left:8px;
	background-image:url(images/back-black-90.png);
	padding-bottom:5px;
}
.col3 {
	width:733px;
	float:left;
	margin-left:8px;
	overflow:hidden;
}
	.mar10 {
	padding:10px 10px 20px 10px;
	overflow:hidden;
	background-image:url(images/back-black-90.png);
	}
	.col1 .mar10 {
		background:none;
	}
	
	.maps {
		border:1px solid #000;
		width:713px;
		height:400px;
	}
#footer, #push {
	height: 69px; /* .push must be the same height as .footer */
}
#footer {
	background:url(images/back-footer.png);
	color:#FFF;
	text-align:center;
	overflow:hidden;
}
	#footer p {
		margin-top:40px;
	}
/* ----- UNIVERSAL ----- */
.cover {
 display:block;
 text-decoration:none;
 overflow:hidden;
 font-weight:bold;
 padding:10px;
}
	.cover img {
		float:left;
		margin:0 10px 5px 0;
		border:1px solid #000;
		-moz-box-shadow:2px 2px 2px #000;
		-webkit-box-shadow:2px 2px 2px #000;
		box-shadow:2px 2px 2px #000;
	}
.bullits {
	list-style-type:disc;
	padding-left:30px;
}
	.bullits li {
		margin-bottom:5px;
	}
#b_down {
	float:right;
	width:224px;
	margin:0 10px 10px 10px;
}
.b_download {
display:inline-block;
width:204px;
height:46px;
padding:30px 8px 0 10px;
background:url(images/b_download.png) no-repeat;
text-decoration:none;
font-size:1.1em;
line-height:1.1em;
font-weight:bold;
margin-bottom:5px;
}	.b_download:link, .b_download:visited {
	color:#000;
}
	.b_download:hover, .b_download:active {
		opacity:0.6;
		filter:alpha(opacity=60);
		color:#000;
	}
.rightimg {
	float:right;
	display:inline;
	border:2px solid #000;
	padding:4px;
	background-color:#fff;
	margin-bottom:5px;
}
	.rightimg img {
		border:1px solid #000;
	}
/* ----- HEADERS ----- */
.headline {
		background:url(images/back-head.png) no-repeat;
		height:62px;
		margin:0;
		overflow:hidden;
	}
	
.header {
	background-repeat:no-repeat;
	height:28px;
	margin:15px 0 0 20px;
}
	#h_showhours {
		background-image:url(images/h_showhours.png)
	}
	#h_admission {
		background-image:url(images/h_admission.png);
	}
	#h_contact {
		background-image:url(images/h_contact.png)
	}
	#h_exhibitors {
		background-image:url(images/h_exhibitors.png)
	}
	#h_sponsors {
		background-image:url(images/h_sponsors.png)
	}
	#h_location {
		background-image:url(images/h_location.png)
	}
	#h_request {
		background-image:url(images/h_request.png)
	}
	#h_queries {
		background-image:url(images/h_queries.png)
	}
	#h_registration {
		background-image:url(images/h_registration.png)
	}
	#h_moreinfo {
		background-image:url(images/h_moreinfo.png)
	}
#pagehead {
	clear:both;
	margin:65px 0 10px 0;
	height:44px;
}
	#pagehead h1 {
		background-repeat:no-repeat;
		height:44px;
	overflow:hidden;
	}
	.h1_visitorinfo {
		background-image:url(images/h1_visitorinfo.png);
		padding-left:440px;
	}
	.h1_about {
		background-image:url(images/h1_about.png);
		padding-left:163px;
	}
	.h1_sponsors {
		background-image:url(images/h1_sponsors.png);
		padding-left:239px;
	}
	.h1_exhibitors {
		background-image:url(images/h1_exhibitors.png);
		padding-left:253px;
	}
	.h1_events {
		background-image:url(images/h1_events.png);
		padding-left:176px;
	}
	.h1_contact {
		background-image:url(images/h1_contact.png);
		padding-left:198px;
	}
	.h1_news {
		background-image:url(images/h1_news.png);
		padding-left:144px;
	}
.breadcrumbs {
	font-size:.5em;
	color:#000;
	margin-top:20px;
}
/* ----- INDEX ----- */	
#preshow, #indexad {
	margin:0 5px 10px 0;
	-moz-box-shadow:2px 2px 5px #000;
	-webkit-box-shadow:2px 2px 5px #000;
	box-shadow:2px 2px 5px #000;
}
#preshow{
	background: url(images/back-banner.png); repeat-x;
	padding:5px 0 5px 10px;
	height:90px;
}
.preshow1 {
	width:235px;
	float:left;
}
	.preshow1 h1 {
		background: url(images/h_preevent.png) no-repeat;
		width:206px;
		height:72px;
		float:right;
		margin:5px 5px 0 0;
	}
.preshow3 {
	width:335px;
	margin:5px 5px 0 0;
	float:right;
}
.preshow2 {
	margin:0 345px 0 240px;
}
	.preshow2 p {
		margin:5px 0 10px 0;
		line-height:98%;
	}
.b_buynow {
	text-align:center;
	margin:5px 0;
}


.admissiontbl {
	margin:0 10px;
}
	.admissiontbl td {
		padding:5px;
		width:119px;
	}
	.td1, .highlight {
		text-align:right;
		font-weight:bold;
		font-size:1.4em;
		color:#be9d45;
	}
	.gold {
		font-weight:bold;
		color:#be9d45;
	}
		.td1 span {
			font-size:.6em;
			font-weight:normal;
			color:#fff;
		}
.index #exhibitors {
	height:328px;
	overflow:auto;
	width:auto;
}
.exhibitors {
	padding:5px 10px;
	width:45%;
	float:left;
	margin-bottom:100px;
}
 .index .exhibitors {
	 width:90%;
	 float:none;
	 margin-bottom:0;
 }
	.exhibitors a {
		text-decoration:none;
		display:block;
		padding:2px;
		font-weight:bold;
	}
	.exhibitors ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.exhibitors li {
		margin-bottom:7px;
		list-style-type:none;
		border-bottom:1px dotted #725B1F;
	}
	.new {
		background:#9B7C2A;
		display:inline-block;
		padding:2px;
		font-weight:bold;
		border-radius:5px;
		font-size:.8em;
	}
.index #sponsors {
	margin:10px auto 0 auto;
	width:213px;
}
#sponsors {
	overflow:hidden;
}
	.index #sponsors img {
		margin:0 0 10px 0 ;
	}
	#sponsors img {
		margin:0 10px 10px 0;
		vertical-align:text-top;
	}
#contact {
	margin:20px 10px;
}
#contact label {
	font-weight:bold;
	font-size:1.2em;
}
	.txt, .txtarea {
		padding:3px;
		font-size:1.2em;
		font-weight:bold;
		margin:4px 0 10px 0;
	}
	.txt {
		width:200px;
	}
	.txtarea {
		width:200px;
		height:70px;
	}
	.b_send {
		float:right;
	}
#requestpass {
	width:239px;
	height:340px;
	border:none;
	overflow:hidden;
}
	#contactform {
		background-image:url(images/back-black-90.png);
		padding:0 10px;
		height:100%;
	}
	.sub {
		text-align:right;
	}
/* ----- CONTACT ----- */
#contact2 {
	padding:10px;
	background-image:url(images/back-black-90.png);
	overflow:hidden;
}
	#contact2 div {
		float:left;
	}
		.c21 {
			width:215px;
		}
		.c22 {
			width:380px;
			margin-left:10px;
		}
/* ----- VISITOR ----- */		
.directions {
	border-collapse:separate;
	border-spacing:10px;
}
.directions th {
		background:url(images/back-th.png) center;
		font-size:1.2em;
		text-align:left;
		padding:4px;
	}
/* ----- SPONSORS ----- */
.b_downloadsponsor {
	display:block;
	background-image:url(images/b_download-sponsor.png);
	width:286px;
	height:41px;
	margin:20px 0;
}
.b_more-sponsor {
	display:block;
	background-image:url(images/b_more-sponsor.png);
	width:222px;
	height:40px;
	margin:10px 0 0 10px;
}
.index #kiosk {
	margin-left:10px;
}
#kiosk {
	border-collapse:collapse;
	margin-bottom:10px;
}
	#kiosk td {
		padding:0;
	}
	#kiosk img {
		margin:0;
		padding:0;
	}
/* ----- EVENTS ----- */
#events h2 span {
	font-size:.7em;
	color:#fff;
}
#events blockquote {
	margin:5px 0 30px 30px;
}
