@charset "utf-8";

@font-face {
 font-family: Acme;
 src: url("../fonts/acme.eot") /* EOT file for IE */
}
@font-face {
 font-family: Acme;
 src: url("../fonts/acme.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AcmeBold;
 src: url("../fonts/acmebold.eot") /* EOT file for IE */
}
@font-face {
 font-family: AcmeBold;
 src: url("../fonts/acmebold.TTF") /* TTF file for CSS3 browsers */
}



html {
	height: 100%;
}
body {
	background-color: #c1c1d9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e4e69;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-position: top;
	background-image: url(../images/bodyBg01.gif);
	background-repeat: repeat-x;
	height: 100%;
}


/* Layout */


.mainCenter {
	min-height: 100%;
	width: 980px;
	background-image: url(../images/mainCenterBg01.png);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mainContainer {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.mainHeader {
	background-image: url(../images/mainHeader02.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 940px;
}
.mainNav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #dddded;
}
.mainBody {
	padding: 20px;
	padding-top: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #dddded;
}
.mainLeftColumn {
	float: left;
	width: 210px;
	vertical-align: top;
	padding-right: 10px;
}
.mainRightColumn {
	float: left;
	width: 670px;
	padding-left: 10px;
	vertical-align: top;
}
.mainFooter {
	background-image: url(../images/mainFooter01.png);
	background-position: top center;
	height: 40px;
	width: 940px;
	text-align: center;
	overflow: visible;
}
.mainFooter p {
	margin: 0px;
	overflow: visible;
}


/* Simple Block */


.simpleBlockUL {
	background-image: url(../images/blockUL.png);
	background-color: #c1c1d9;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}
.simpleBlockUR {
	background-image: url(../images/blockUR.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.simpleBlockBR {
	background-image: url(../images/blockBR.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.simpleBlockBL {
	background-image: url(../images/blockBL.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	text-align: left;
}
.simpleBlock1UL {
	background-image: url(../images/blockUL.png);
	background-color: #c1c1d9;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	margin-top: 20px;
}
.simpleBlock1BL {
	background-image: url(../images/blockBL.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* overflow: hidden; */
	text-align: left;
	padding: 10px;
}
.simpleBlock2BL {
	background-image: url(../images/blockBL.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* overflow: hidden; */
	text-align: center;
	padding: 15px;
}
.titleBlockBg {
	background-image: url(../images/titleBg01.gif);
	width: 100%;
}
.titleBlockUL {
	background-image: url(../images/blockUL.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}


/* Nav Bar */


.mainNavButtonUL {
	margin: 5px;
	background-color: #9292b3;
	background-image: url(../images/buttonUL.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.mainNavButtonUR {
	background-image: url(../images/buttonUR.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.mainNavButtonBR {
	background-image: url(../images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.mainNavButtonBL {
	background-image: url(../images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	text-align: left;
}
.mainNavButtonPurpleUL {
	margin: 5px;
	background-color: #a84073;
	background-image: url(../images/buttonPurpleUL.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.mainNavButtonPurpleUR {
	background-image: url(../images/buttonPurpleUR.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.mainNavButtonPurpleBR {
	background-image: url(../images/buttonPurpleBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.mainNavButtonPurpleBL {
	background-image: url(../images/buttonPurpleBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	text-align: left;
}
.mainNavLink {
	width: 190px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	color: #dddded;
	font-size: 12px;
}
.mainNavLinkPurple {
	width: 190px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	color: #dddded;
	font-size: 12px;
}
.mainNavLink:hover {
	color: #ffffff;
	background-image: url(../images/mainButton.png);
}
.mainNavLinkPurple:hover {
	color: #ffffff;
	background-image: url(../images/mainButtonPurple.png);
}
.mainNavLinkActive {
	width: 190px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/mainButton.png);
	font-size: 12px;
}
.mainNavLinkPurpleActive {
	width: 190px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-top: 7px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/mainButtonPurple.png);
	font-size: 12px;
}
.subNavLink {
	font-size: 10px;
	padding: 2px;
	padding-left: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #dddded;
	margin: 2px;
}
.subNavLinkPurple {
	font-size: 10px;
	padding: 2px;
	padding-left: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #eddded;
	margin: 2px;
}
.subNavLink:hover {
	color: #ffffff;
	background-color: #8989aa;
}
.subNavLinkPurple:hover {
	color: #ffffff;
	background-color: #933362;
}
.subNavLinkActive {
	font-size: 10px;
	padding: 2px;
	padding-left: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #8989aa;
	margin: 2px;
}
.subNavLinkPurpleActive {
	font-size: 10px;
	padding: 2px;
	padding-left: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #933362;
	margin: 2px;
}
.subTitleNavContainer {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.subTitleNavLink {
	margin-bottom: 20px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	color: #770d41;
	line-height: 20px;
	white-space: nowrap;
}
.subTitleNavLink:hover {
	color: #ffffff;
	background-color: #a84073;
}
.subTitleNavLinkActive {
	margin-bottom: 20px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	background-color: #a84073;
	line-height: 20px;
	white-space: nowrap;
}


/* Content */


.contentBgSplitLeft {
	background-color: #a84073;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}
.contentBgSplitRight {
	background-color: #a84073;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}
.cornerMainUL {
	background-image: url(../images/blockUL.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.cornerMainUR {
	background-image: url(../images/blockUR.png);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
.cornerMainBR {
	background-image: url(../images/blockBR.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}
.cornerMainBL {
	background-image: url(../images/blockBL.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: hidden;
}
.contentHeader {
	background-color: #c1c1d9;
	padding: 0px;
	overflow: hidden;
}
.contentSplitLeft {
	background-color: #d1d1e3;
	width: 470px;
}
.contentSplitRight {
	position: relative;
	left: 200px;
	background-color: #d1d1e3;
	width: 470px;
}
.contentBgSplitNone {
	background-color: #d1d1e3;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}
.textBlock {
	padding: 15px;
}


/* Headers */


h1 {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #770d41;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #770d41;
	font-size: 16px;
	font-weight: bold;
}
h3, h3 a {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #770d41;
	/* background-color: #dddded; */
	padding: 5px;
}
h4 {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #dddded;
	text-align: center;
	padding: 5px;
}
h5, h5 a {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	color: #770d41;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}
strong {
	color: #770d41;
}

/* Lists, Tables, and Forms */

.logIn {
	text-align: center;
	width: 100%;
}
.logIn form div {
	text-align: left;
	background-color: #dddded;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.rightTD {
	vertical-align: top;
	text-align: right;
}
.leftTD {
	vertical-align: top;
	text-align: left;
}
.centerTD {
	text-align: center;
}
.rlForm td.rightTD {
	width: 200px;
	text-align: right;
}
.registerList {
	width: 100%;
}
.registerList td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.registerTableLeft {
	float: left;
	width: 50%;
}
.asterisk {
	color: #770d41;
}
.blueP {
	background-color: #dddded;
	padding: 5px;
}
.exhibitorsList {
	background-color: #dddded;
	border-spacing: 5px;
	padding: 5px;
	border: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.exhibitorsList .exhibitorsBlock {
	background-color: #c1c1d9;
	text-align: left;
	padding: 10px;
}
.exhibitorsList tr td {
	width: 200px;
}
.exhibitorsList strong {
	display: block;
}
.exhibitorsList tr td a {
	padding-left: 15px;
}
.exhibitorsList tr td a:link {
	color: #90409f;
	text-decoration: none;
}
.exhibitorsList tr td a:hover {
	color: #90409f;
	text-decoration: underline;
}
.exhibitorsList tr td a:active {
	color: #60106f;
	text-decoration: underline;
}
.exhibitorsList tr td a:visited {
	color: #222299;
	text-decoration: none;
}
.editBar {
	clear: both;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
}
.floatLeft {
	float: left;
}
.lightBL .floatLeft {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.floatRight {
	float: right;
}
.floatLeftSponsor {
	float: left;
	border: none;
}
.sponsorLink {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
.centered {
	text-align: center;
}
.pageListItem, .pageListSub {
	color: #003366;
	border: solid 1px #eeeeee;
	overflow: hidden;
	font-size: 14px;
}
.pageListSub {
	font-size: 12px;
	padding-left: 15px;
}
.testimonialsList {
	list-style-type: none;
}
.testimonialsList li {
	background-color: #dddded;
	padding: 10px;
	margin: 5px;
}
p.exhibitors {
	margin-left: 25px;
}
a.exhibitors {
	margin-left: 15px;
}
.imageNoBorder {
	border: none;
}

/* Highlight Paragraphs */

div.lightUL {
	background-color: #dddded;
	background-image: url(../images/lcUL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px;
}
div.lightUR {
	background-image: url(../images/lcUR.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.lightBR {
	background-image: url(../images/lcBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.lightBL {
	background-image: url(../images/lcBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	padding: 10px;
	overflow: hidden;
}
div.darkUL {
	background-color: #dddded;
	background-image: url(../images/dcUL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px;
}
div.darkUR {
	background-image: url(../images/dcUR.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.darkBR {
	background-image: url(../images/dcBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.darkBL {
	background-image: url(../images/dcBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	padding: 10px;
}

/* FAQs List */
.faqList li {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	color: #770d41;
	font-size: 14px;
	font-weight: bold;
}
.faqList li * {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e4e69;
	font-weight: normal;
}
.faqList li a:link {
	color: #0000ff;
}
.faqList li a:hover {
	color: #0000ff;
}
.faqList li a:visited {
	color: #990099;
}
.faqList h5, .faqList h5 a {
	font-family: AcmeBold, Geneva, Arial, Helvetica, sans-serif;
	color: #770d41;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}


/* Exhibitors List */
.exhibitorsContainer {
	overflow: hidden;
	padding: 10px;
}
.exhibitorsCell {
	float: left;
	width: 50%;
	padding-top: 5px;
}
.exhibitorsLink {
	color: #770d41;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}
.pIndent {
	padding-left: 20px;
}




/* Blog */




.blogContent {
	float: left;
	width: 420px;
}
.blogList {
	float: left;
	width: 200px;
	background-color: #dddded;
	margin-bottom: 10px;
	margin-left: 20px;
}
.blogContent h2 {
	margin-left: 0px;
}
a.blogHistory {
	display: block;
	margin: 5px;
}
.blogList p {
	margin: 5px;
	margin-top: 20px;
}




/* Ads */




.upperHorizontalSimpleAd {
	display: block;
	margin-bottom: 20px;
}
.upperHorizontalSimpleAd img {
	border: none;
	text-decoration: none;
}
.upperHorizontalComplexAd {
	background-color: #c1c1d9;
	width: 670px;
	height: 90px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.upperHorizontalComplexAd .textBlock {
	width: 640px;
	height: 60px;
}
.lowerHorizontalSimpleAd {
	display: block;
	margin-top: 20px;
}
.lowerHorizontalSimpleAd img {
	border: none;
	text-decoration: none;
}
.lowerHorizontalComplexAd {
	background-color: #c1c1d9;
	width: 670px;
	height: 90px;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}
.lowerHorizontalComplexAd .textBlock {
	width: 640px;
	height: 60px;
}
.leftVerticalSimpleAd {
	display: block;
	margin-top: 20px;
}
.leftVerticalSimpleAd img {
	border: none;
	text-decoration: none;
}
.leftVerticalComplexAd {
	background-color: #c1c1d9;
	width: 210px;
	height: 150px;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}
.leftVerticalComplexAd .textBlock {
	width: 180px;
	height: 120px;
}

/* Schedule */
.scheduleTable {
	border: solid 2px #770d41;
}
.scheduleTable h3 {
	color: #ffffff;
}
.scheduleTable .tdCenter {
	padding: 15px;
	background-color: #770d41;
	color: #ffffff;
}
.scheduleTable .tdLeft {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	padding-right: 20px;
}
.scheduleTable .tdRight {
	vertical-align: top;
	text-align: right;
	padding: 10px;
	padding-left: 20px;
}

/* Surveys */
.surveyMainList li {
	margin: 10px;
}
.surveySubList li {
	margin: 5px;
	list-style: none;
}

/* Form Table */
.formTable td {
	padding-top: 10px;
}

/* Log Bar */
.smallText {
	font-size: 12px;
}

/* Map of Venues */
.venueMap {
	width: 640px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/mapStill20100707.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.venueMap a {
	display: block;
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	color: #770d41;
	font-size: 10px;
}
#venue1 {
	left: 460px;
	top: 236px;
}
#venue2 {
	left: 155px;
	top: 38px;
}
#venue3 {
	left: 303px;
	top: 318px;
}
#venue4 {
	left: 257px;
	top: 231px;
}
#venue5 {
	right: 455px;
	top: 225px;
}
#venue6 {
	left: 345px;
	top: 405px;
}

.tdRight {
	text-align: right;
}
.tdLeft {
	text-align: left;
}
.tdCenter {
	text-align: center;
}