* { margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100.1%;
}

@font-face {
	font-family: Titillium400;
	src: local("TitilliumText400wt"), 
		 local("TitilliumText14L-400wt"), 
		 url(TitilliumText400wt.otf);  	
}

@font-face {
	font-family: Titillium800;
	src: local("TitilliumText800wt"), 
		 local("TitilliumText14L-800wt"), 
		 url(TitilliumText800wt.otf); 
}

body {
	font-family: Titillium400, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#333333;
	height:100.1%;
	background:url(/_cust/images/background.jpg) no-repeat top center #000e02;
}

h1, h2, h3, h4 {
	font-family: Titillium800, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

h5 {
	font-family: Titillium400, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

h1 {
    font-size: 2.1em;
	margin-bottom:8px;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
    margin-bottom: 6px;
}

h5 {
	font-size: 1.3em;
}

a:link {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color:#666666;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: underline;
}

p {
	line-height:1.6em;
	margin-bottom:10px;
}

input, textarea, select {
	border: 1px solid #c2c2c2;
	padding:3px;
}




/*---------------------------------- MAIN BODY STYLES ------------------------------------ */



#topbar {
	width: 100%;
	height: 28px;
	background: url(/_cust/images/topbarBG.png) repeat-x;
}

#greenbar {
	width: 994px;
	height: 28px;
	background: url(/_cust/images/topbarBG.png) repeat-x;
	position: relative;
	z-index: 850;
}

#greenbar a.other, #greenbar a.other:visited {
	color: #80a996;
	margin: 5px 0 0 0;
	display: block;
	float: right;
	text-decoration: none;
}

#greenbar a.forExhibitors {
	width: 111px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/_cust/images/forExhibitorsBtn.jpg) top no-repeat;
	margin: 2px 0 0 375px;
	float: right;
}

#container {
	width:994px;
	margin:-28px auto 0 auto;
	background: url(/_cust/images/contBG.png) repeat-y;
	position: relative;
	z-index: 500;
}

#header {
	/*background-color: aqua;*/

}

#logos {
	width: 227px;
	position: absolute;
	z-index: 1000;
	margin: -28px 0 0 27px;
	height: 450px;
	/*float: left;*/
}

#logos img.schedulePanel {
	margin-bottom: 3px;
}

#main {
	width:940px;
	padding: 100px 27px 50px;
	/* margin-top: 430px;
		background: aqua; */
}

body#home #main {
	padding: 20px 27px 50px;
	margin-top: 430px;
}
 
 

#bodycontent {
	width:640px;
 	/* background: lime; */
	float: left;
}

#bodycontent>h1, #bodycontent>p {
	width: 400px;
}

#mainside {
	float: right;
	width: 222px;
	margin: 0 -2px 20px 20px;
}


#featuredbiz {
	/*float: right;*/
	width: 222px;
	/*background: grey;*/
	margin: 0 0 20px 0;
	background: url(/_cust/images/featBizBG.jpg) repeat-y;
	color: #006e3b;
	
}

h2.featuredbiz {
	background: url(/_cust/images/featBizHdr.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 222px;
	height: 30px;
	margin-bottom: 5px;
}

h2.vid {
	background: url(/_cust/images/vidHdr.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 222px;
	height: 30px;
	margin-bottom: 5px;
}

#mainside img.thumb {
	margin: 0 0 5px 14px;
}

#featuredbiz h3 {
	width: 192px;
	margin: 0 0 5px 14px;
	color: #006e3b;
	font-size: 1.4em;
}

#featuredbiz ul {
	list-style: none;
	margin: 0 0 5px 14px;
}

#featuredbiz ul li.address {
	padding-left: 6px;
}

#sidebar {
	float:left;
	width:282px;
	margin: 0 18px 0 0;
}

#sidebar p {
	/*margin-left:35px;*/
}


#eventspanel {
	width: 282px;
	background: url(/_cust/images/eventPanelBG.jpg) repeat-y;
	padding-bottom: 10px;
}

h2.eventpanelhdr {
	background: url(/_cust/images/eventPanelHdr.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 282px;
	height: 30px;
}

#eventspanel li {
	list-style: none;
	margin-left: 4px;
	margin-right: 6px;
}

#eventspanel li:hover {
	background: #EAEAEA;
}

.eventprev {
	width: 225px;
	margin: 0 0 0px 12px;
	border-bottom: dotted 1px #555555;
	padding: 10px 20px 10px 0;
	background: none; /* url(/_cust/images/moreInfoBtn.jpg) 192px 20px no-repeat; */
	cursor: pointer;
}
.eventprev h3{
	color: #006e3b;
	font-size: 1.3em;
	text-indent: 4px;
}

.eventprev h4{
	color: #7d7d7d;
	font-size: 1.1em;
}

.eventprev h5{
	color: #555555;
	font-size: 1.1em;
	text-indent: 8px;
}

a.nextEvents {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 130px;
	height: 18px;
	background: url(/_cust/images/nextEventsBtn.jpg) top no-repeat;
	margin: 10px auto 0 auto;
}

img.anTag {
	position: absolute;
	top: 419px;
	left: 611px;
	z-index: 5000;
}

ul#slideshow {
	width:980px;
	height:427px;
	position: absolute;
	z-index: 600;
	margin: -5px 0 0 7px; 
}

ul#slideshow li {
	width:980px;
	height:427px;
	position: absolute;
	z-index: 600;
}

ul#slideshow li a.but3 {
	background: url(/_cust/images/slideshow/golfAcademyBut.jpg);
	position: absolute;
	display: block;
	top: 250px;
	left: 353px;
	width: 224px;
	height: 52px;
}

ul#slideshow li a.but7 {
	background: url(/_cust/images/slideshow/bestPutterBut.jpg);
	position: absolute;
	display: block;
	top: 279px;
	left: 342px;
	width: 165px;
	height: 52px;
}

ul#slideshow li a.but5 {
	background: url(/_cust/images/slideshow/drivingRangeBut.jpg);
	position: absolute;
	display: block;
	top: 236px;
	left: 347px;
	width: 159px;
	height: 47px;
}

ul#slideshow li a.but6 {
	background: url(/_cust/images/slideshow/familyFunBut.jpg);
	position: absolute;
	display: block;
	top: 359px;
	left: 347px;
	width: 159px;
	height: 47px;
}

ul#slideshow li a.but2 {
	background: url(/_cust/images/slideshow/puttingContestBut.jpg);
	position: absolute;
	display: block;
	top: 266px;
	left: 344px;
	width: 166px;
	height: 52px;
}

ul#slideshow li a.but8 {
	background: url(/_cust/images/slideshow/longDriveBut.jpg);
	position: absolute;
	display: block;
	top: 282px;
	left: 286px;
	width: 198px;
	height: 47px;
}


ul#slideshow li a:hover {
	background-position: bottom;
}

#home #slideshow {
	display: block;
}

#pagetitle {
	width:980px;
	height:83px;
	position: absolute;
	z-index: 600;
	margin: -5px 0 0 7px; 	
}


#mapholder {
	text-align:center;
	float: left;
	width: 642px;
	margin-right: -2px;
}

#reservebadge {
	display: none;
}


#home #reservebadge {
	display: block;
}



.mfgpanel {
	width: 282px;
	background: url(/_cust/images/eventPanelBG.jpg) repeat-y;
	padding-bottom: 10px;
} 

.mfgpanel ul {
	padding: 6px;
}

.mfgpanel li {
	list-style: none;
	margin-left: 20px;
	margin-right: 6px;
	padding-bottom: 8px; 
	color: #7d7d7d;
	font-size: 1.1em;
	line-height: 14px;
	text-indent: 4px;
}

.mfgpanel li .emph {
		color: #006e3b;
	font-size: 1.3em; 
	margin-left: -10px;
}

 
 


/* ---------------------------------------------- EVENT PAGE STYLES ---------------------------------------------------- */



.event { 
	//padding:8px 8px 18px 8px;
	//margin-bottom:15px;
	//border-bottom:dotted 1px #999999;
	//cursor:pointer;  
}
.event:hover {
	background-color:#ebebeb;
}

.event img.thumb {
	float:left;
	border:solid 1px #666666;
	margin:5px 12px 0 0;
	
}

.event h1 {
	font-size:1.7em;
	margin-bottom:4px;
}

.event ul {
	list-style:none;
	margin-left:80px;
}

.event ul li.desc {
	margin-bottom:4px;
}

.event ul li.date {
	color:#666666;
	color:#999999;
}

h2.date {
	color:#999999;
	font-size:1.2em;
	margin-bottom:8px;
}

.eventdtl {
	padding:8px 8px 18px 8px;
	margin-bottom:15px;
}

.eventdtl img.thumb {
	float:left;
	border:solid 1px #666666;
	margin:5px 12px 0 0;
}

.eventdtl img.big {
	float:right;
	border:solid 1px #666666;
	margin:5px 0 0 12px;
}

.eventdtl h1 {
	font-size:1.7em;
	margin-bottom:4px;
}

.eventdtl ul {
	list-style:none;
}



.eventdtl ul li.desc {
	margin-top: 50px;
	margin-bottom:4px;
}

.eventdtl ul li.date {
	color:#666666;
	color:#999999;
}

.event_subgroup {
	visibility: hidden;
	display: none;
	margin-left: 32px;
}

.event_subhide {
	visibility: hidden;
	display: none;
}

a.noul {
	text-decoration: none;
}

.speakerpic {
	float: right;
	padding-left: 18px;
	padding-top: 12px;
}


/* ---------------------------------- PAGE STYLES ------------------------------------ */

.attraction .image {
	float: left;
	width: 150px;
}

.attraction .description {
	float: left;
	width: 400px;
	margin-left: 15px;
	text-align: justify;
}
.attraction .sponsor {
	float: right;
	margin: 0px 0px 10px 15px;
}

.attraction {
	background: url(../images/attractionBG.jpg) no-repeat 0 24px;
	padding-bottom: 15px;
	padding-top: 2px;
	padding-left: 7px;
}

ul#eventslist {
	float: left;
	margin-bottom: 100px;
}

ul#eventslist li {
	margin-bottom: 12px;
	list-style: none;
	width: 400px;
}

ul#eventslist li a.event {
	background: #FBFFEF url(../images/downarrow.png) bottom center no-repeat;
	display:block;
	float:left;
	height:auto;
	padding:12px 11px 22px;
	text-decoration:none;
	width:640px;
	border-bottom: 1px solid #BABFA7;
	border-right: 1px solid #BABFA7;
}

ul#eventslist li a.event img, ul#eventlistdetails li img {
	background:#A6895B none repeat scroll 0 0;
	display:block;
	float:left;
	font-size:7px;
	margin-top:4px;
	margin-right:12px;
}

ul#eventslist li a.event img.sponsor {
	background:#A6895B none repeat scroll 0 0;
	display:block;
	float:right;
	font-size:7px;
	margin-top:4px;
	margin-right:12px;
}


ul#eventslist li a.event strong  {
	color:#333;
	font-weight:normal;
    font-size: 1.7em;
}

ul#eventslist li a.event em {
	font-style:normal;
	color: #8a8a8a;
}


ul#eventslist li a.event span {
	color: #5A5A5A;
	width: 540px;
	/*
	float: right;
	margin-top: 6px;
	*/
}

ul#eventslist li a.event:hover {
	background: #FFFFFF  url(../images/downarrow.png) bottom center no-repeat;
}

ul#eventslist li a.active {
	background: #FFFFFF  url(../images/uparrow.png) bottom center no-repeat;
}

ul#eventslist li a:hover strong, ul#eventslist li a.active strong {
	color: #000;
}

ul#eventslist li a:hover em, ul#eventslist li a.active em {
	color: #5a5a5a;
}

ul#eventslist li a:hover span, ul#eventslist li a.active span {
	color: #2a2a2a;
}

ul#eventslist li .details { 
	height:auto;
	clear: left;
	margin-left:20px;
	margin-top:3px;
	padding:10px;
	width:640px;
}

ul#eventslist .details img {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
}

ul#eventslist .details p {
	width: 380px;
	float: left;
}

ul#eventslist .details a.schedule {
	width: 180px;
	background-image: none;
	clear: both;
	padding: 3px 10px;
	text-align: center;
}

ul#eventslist .details img.moreinfo {
	width: 40px;
	margin: -4px 6px 0 0;
	float: left;
}

ul#eventlistdetails {
	float: left;
	clear: both;
}

ul#eventlistdetails li {
	list-style: none;
	margin-bottom: 12px;
	margin-left: 230px;
}

ul#eventlistdetails li strong {
	font-weight: bold;
}

.simplemodal-data img {
	float: right;
}

.simplemodal-data p {
	width: 405px;
	float: left;
	color: #5A5A5A;
}

.simplemodal-data strong {
	font-weight: normal;
	color: #7A7A7A;
}

#simplemodal-overlay {
	background-color:#000;
}


body#exhibitors #simplemodal-container {
	height: 400px;
	width: 592px;
}

#simplemodal-container {
	height:260px; 
	width:600px; 
	color:#bbb; 
	background-color:#EAECE0; 
	border:2px solid  #BABFA7; 
	padding:12px;
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px;
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}

#simplemodal-container #basic-modal-content {
	padding:8px;
}


ul#sponsorlist {
	float: left;
}

ul#sponsorlist li {
	list-style: none;	
	margin-bottom: 22px;
	width: 210px;
	float: left;
}

ul#sponsorlist li h5 {
	text-align: center;
}


ul#sponsorlist p {
	float: left;
	margin-bottom: 4px;
}

ul#sponsorlist img {
	clear: left;
	float: left;
	margin-right: 15px;
}

ul#sponsorlist div {
	width: 200px;
	float: left;
}

ul#sponsorlist a {
	clear: left;
	float: left;
	background:  #FBFFEF;
	display:block;
	height:auto;
	margin-top: 4px;
	padding:5px 15px 5px;
	text-decoration:none;
}


table#sponserlist td {
	padding: 5px;
	vertical-align: top;
}

table#sponserlist .col1 {
	float: left;
	width: 103px;
}

table#sponserlist p {
	float: left;
	width: 100px;
}


table#sponserlist h5 {
	text-align: left;
}

table#sponserlist em {
	color: #4A4A4A;
}

table#sponserlist img {
	border: 1px solid #BABFA7;
	border-top: 1px solid #FBFFEF;
	border-left: 1px solid #FBFFEF;
	margin-top: 4px;
	margin-bottom: 10px;
}

table#sponserlist a.visit {
	background:  #FBFFEF;
	width: 63px;
	padding:5px 14px 5px;
	text-decoration:none;
	text-align: center;
	border-bottom: 1px solid #BABFA7;
	border-right: 1px solid #BABFA7;
}

table#sponserlist p {
	margin-top: 4px;
	margin-left: 10px;
	color: #5A5A5A;
}

.sponsor .image {
	float: left;
	width: 150px;
}

.sponsor .description {
	float: left;
	width: 405px;
	margin-left: 15px;
	
}
.sponsor .link {
	float: right;
	margin: 0px 0px 10px 15px;
}


table.booths tr {
	background: #FBFFEF;
}

table.booths td {
	padding: 3px;
	border-bottom: 1px solid #BABFA7;
	border-right: 1px solid #BABFA7;
}

table.booths td.altcolor {
	background: #DCDFD1;
}




/* ---------------------------------- MAIN NAVIGATION STYLES ------------------------------------ */





ul#nav {
	list-style-type:none;
	height: 33px;
	margin-left: 390px;
	width: 387px;
	/*float: left;*/
	margin-top: -5px;
	position: absolute;
	z-index: 750;
}

ul#nav li {
	position:relative;
	float:left;
}

ul#nav li a {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:33px;
}

ul#nav li a.tix, ul#nav li a.tix:visited {
	width:78px;
	background:url(/_cust/images/tixBtn.png) top no-repeat;
}

ul#nav li a.features, ul#nav li a.features:visited {
	width:97px;
	background:url(/_cust/images/featuresBtn.png) top no-repeat;
}


ul#nav li a.events, ul#nav li a.events:visited {
	width:77px;
	background:url(/_cust/images/eventsBtn.png) top no-repeat;
}

ul#nav li a.sponsors, ul#nav li a.sponsors:visited {
	width:101px;
	background:url(/_cust/images/sponsorsBtn.png) top no-repeat;
}

ul#nav li a.exhibitors, ul#nav li a.exhibitors:visited {
	width:111px;
	background:url(/_cust/images/exhibitorsBtn.png) top no-repeat;
}



ul#nav li a.tix:hover,
ul#nav li a.features:hover,
ul#nav li a.events:hover,
ul#nav li a.sponsors:hover,
ul#nav li a.exhibitors:hover {
	background-position:center;
}


body#tickets ul#nav li a.tix,
body#features ul#nav li a.features,
body#events ul#nav li a.events,
body#sponsors ul#nav li a.sponsors,
body#exhibitors ul#nav li a.exhibitors {
	background-position:bottom;
	cursor:default;
}

#sidepanel {
	width: 282px; 
	padding-bottom: 10px;
	margin-top: -160px;
}

#stdbody {
	width: 640px;
	margin-top: 0px;
	margin-left: 260px;
}

/*----------------------------------------------------------- FOR EXHIBITORS -----------------------------------------------------------*/
 
 
#expomap {
	/*position: absolute;*/
	width: 940px;
	height: 465px; 
	/* background-color: yellow; */
	margin-top: 10px;
}

body#exhibitors #stdbody {
	/* background-color: orange; */
	width: 940px;
	margin-top: -10px;
	margin-left: 10px;
}

body#exhibitors h1, body#exhibitors p.directions {
	width: 650px;
	margin-left:230px;
}

#exhibContent {
	/*margin-top: 500px;*/
	margin-top: 20px;
	width: 900px;
	/*position: absolute;*/
}

#exhibArt {
	width:510px;  
	float: right; 
}

#esidebar   {  
	width: 360px; 
}

#esidebar ul#buttons {
	list-style:none;
}
#esidebar ul#buttons li a.register, a.register:visited {
	width:340px;
	height:94px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_cust/images/regBtnBG.gif) no-repeat top;
	margin-bottom:18px;
}

#esidebar ul#buttons li a.rules, a.rules:visited {
	width:340px;
	height:85px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_cust/images/ruleBtnBG.gif) no-repeat top;
	margin-bottom:18px;
}


#esidebar ul#buttons li a.exhib, a.exhib:visited {
	width:340px;
	height:79px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_cust/images/exhibBtnBG.gif) no-repeat top;
}


ul.boothSel
{
	list-style: none;
	margin:8px 0 8px 16px;
	display: none; 
}

ul.booth_payment_review
{
	margin-left: 32px;
}

select.booths {
	width:275px;
	margin-bottom:18px;
}

a.buttonlink, a.buttonlink:visited {
	color:#234D0D;
	background-color:#ccc;
	text-decoration:none;
	font-size: 1.2em;
	border: 1px solid #000000;
	padding: 3px 5px;
}

a.buttonlink:hover {
	background-color: #ddd;
	cursor: pointer;
}

ul#boothlist {
	margin-top: 8px;
	list-style: none;	
	text-align: center;
}

ul#boothlist li a {
	padding: 4px;
	margin: 4px 7px;
	float: left;
	width: 60px;	
	background-color: #FBFFEF;
	border-top: 1px solid #BABFA7;
	border: 1px solid #BABFA7;
	text-decoration: none;
}

ul#boothlist li a:hover {	
	background: #FFFFFF;
}



/*----------------------------------------------------------- FOOTER -----------------------------------------------------------*/



#footer {
	width:910px;
	margin:0 auto;
	color:#ffffff;
}


#footer a, #footer a:visited {
	text-decoration:none;
	color:#ffffff;
}

#footer a:hover {
	color:#0c3d61;
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
}





/*----------------------------------------------------------- SITEMAP PAGE STYLES -----------------------------------------------------------*/



.sitemap {
	margin-left: 24px;
	margin-top: 16px;
	font-size: 1.3em;
}

.sitemap ul {

	list-style: circle;
}

.sitemap ul li
{
	margin-left: 64px;
}


#maincopy{
	padding: 8px;
}

.error_msg
{
	font-size: 0.8em;
	border: 1px solid #ff0000;
	color: #ff0000;
	background-color: #ffffff;
	font-weight: 900;
	padding: 2px;
	text-align: center;
}

.success_msg
{
	border: 1px solid #00ff00;
	color: #009900;
	background-color: #ffffff;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.form_msg_width
{
	width: 400px;
}

/*-------------------------------------- --- WORD VERIFICATION --------------------------------------------------------*/

.word_verification_msg {
}

input.word_verification {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;

}

img.word_verification {
	border: 1px solid #00000;
}


/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* FROM OLD */



/* ---------------------------------------------- FOOTER STYLES ---------------------------------------------------- */



#contbtm {
	text-align: center;
	color: #eee;
}

#contbtm a, #contbtm a.visited { 
	color: #ccc;
}

 
