@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000066;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(images/main_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	line-height:150%;
}

a {
	outline:none;	
}

a:link, a:visited {
	color:#523E84;
	text-decoration:underline;
}

a:active, a:hover {
	color:#ec1c24;
}
 
a.subnav:link, a.subnav:visited {
	color:#05075F;
	text-decoration:none;
}

a.subnav:active, a.subnav:hover {
	color:#ec1c24;
	text-decoration:none;
}



#main {
	position:relative;
	display:block;
	width: 800px;
	background: #FFFFFF;
	background-image:url(images/main_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	display:block;
	width:800px;
	height:350px;
}

#mainNav {
	position:absolute;
	display:block;
	width:712px;
	height:25px;
	top:308px;
	left:42px;
}

#mainNav img {
	position:absolute;
	border:0px;
	outline:0px;
	top:8px
}

.navDivider {
	position:absolute;
	width:1px;
	height:25px;
	background-image:url(images/nav_divider.png);
	background-repeat:no-repeat;
	top:13px;
}

.dottedDiv {
	width:712px;
	height:7px;
	background-image:url(images/dotted_line.png);
}

#nav_register {
	left:11px;
}
#nav_exhibitor_resources {
	left:101px;
}
#nav_attendee_resources {
	left:282px;
}
#nav_map {
	left:470px;
}
#nav_contact {
	left:639px;
}

#mainContent {
	position:relative;
	display:block;
	width:712px;
	left:45px;
	padding-top:10px;
}

#slideShow {
	width:710px;
	height:250px;
	cursor:pointer;
	border:0px;
	outline:none;
}

#mainButtons img {
	border:0px;
	outline:none;
}

#footer {
	position:relative;
	display:block;
	width:712px;
	left:45px;
	margin-top:20px;
	padding-top:20px;
	background-image:url(images/dotted_line.png);
	background-repeat:no-repeat;
	background-position:top;
	color: #666666;
	text-align:center;
	padding-bottom:15px;
}

