body {
	background-color: #e6e7e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 100%;
	height:100%;
	margin-left: auto;
	color: #666;

}

body.home {
	background-image: url('../images/home-bg.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#splashLogo {
	position: absolute;
	width:545px;
	height:157px;
	left: 50%;
	margin-left: -272px;
	text-align:center;
	top:50%;
	margin-top:-78px;/* half main elements height*/
	overflow:hidden;
	background-color: transparent;
}

#splashNav {
	position: fixed;
	width: 149px;
	height:103px;
	top: 0px;
	margin-left: 15%;
	background-image: url('../images/splash-nav-bg.png');
	z-index:10;
}

#splashGroup {
	position:relative;
	margin-top: 58px;
	left:25px;
}

#splashInquire {
	position:relative;
	margin-top: 5px;
	left:26px;
}

#homeNav {
	position: fixed;
	width: 149px;
	height:463px;
	top: 0px;
	margin-left: 15%;
	background-image: url('../images/home-nav-bg.png');
	z-index:10;
}

#homeLogo {
	position: absolute;
	width:743px;
	height:265px;
	left: 50%;
	margin-left: -272px;
	text-align:center;
	top:70%;
	margin-top:-78px;/* half main elements height*/
	overflow:hidden;
	background-color: transparent;
}

#homeGroup {
	position:relative;
	margin-top: 417px;
	left:25px;
}

#homeInquire {
	position:relative;
	margin-top: 5px;
	left:26px;
}


#footer {
	position: fixed;
	bottom: 0px;
	height: 47px;
	width: 100%;
	background-color: #000;
	text-align: center;
	color: #e6e7e8;
}

#footer p {
	color: #666666;
	background-color: #000;
	font-size: 0.8em;
	margin: 8px auto 0px auto;
}

a, a:link, a:visited {
	color: #999;
	text-decoration: none;
	border: 0px;
	margin:0px;
	outline:0;
	background-color: transparent;
}
a:hover, a:active {
	color: #e6e7e8;
	text-decoration: none;
	border: 0px;
	margin:0px;
	outline:0;
	background-color: transparent;
}

/* INQUIRE PAGE */

body.inquire {
	background-image: url('../images/inquiry-bg.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#inquireLogo {
	margin-bottom: 20px;
}

#formContainer {
	position: absolute;
	top: 60px;
	margin-left: 30%;
	width: 545px;
	height:650px;
	overflow:hidden;
	padding-bottom: 50px;
}

#thanksContainer {
	position: absolute;
	top: 60px;
	margin-left: 30%;
	width: 545px;
}

#formButtons {
	width: 545px;
	height:95px;
	margin-bottom: 25px;
}

div#eventButton {
	position:relative;
	display:inline;
	margin: 0 auto;
	width:225px;
	height:95px;
}

div#vendorButton {
	position:relative;
	display:inline;
	margin: 0 auto;
	height:95px;
	margin-left: 20px;
}

hr.inquireSeperator {
	margin: 0px 0px 15px 8px;
	width: 495px;
}

hr.thankyouSeperator {
	margin: 0px 0px 15px 0px;
	width: 495px;
}

p.thankYou {
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
	width:495px;
}

p.formHeader {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding-left: 8px;
}

#eventFormContainer {
	position:relative;
	height:475px;
	overflow:hidden;
}

#vendorFormContainer {
	position:relative;
	height:475px;
	overflow:hidden;
}

/* FORM LAYOUT */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 495px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/*display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

form #state option {
	display: block;
	margin:5px 0px 0px 20px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{
	color:#75a635;
	font-size: 10px;
	font-weight:bold;
	vertical-align: top;
} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form div#stateHolder {
margin: 5px 0px 5px 0px;
}

.formButtons {
	text-align: center;
}

/* END FORM LAYOUT */

/* VENDOR PAGE */

#vendorContainer {
	position: absolute;
	top: 60px;
	margin-left: 30%;
	width: 675px;
	height:auto;
	text-align: center;
	overflow:hidden;
	padding-bottom:50px;
}

hr.vendorSeperator {
	margin: 0px;
	width: 675px;
}

#vendorLogo {
	margin-bottom: 30px;
}

#vendorHolder {
	position: relative;
	text-align:center;
	height:auto;
	width: 675px;
}

div.vendorPod {
	position: relative;
	display:inline;
	float:left;
	width: 225px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/group-bg.png');
	background-repeat: no-repeat;
}

img.vendorImg {
	margin:3px;
}

div.vendorInfo {
	position:relative;
	width:165px;
	height:20px;
	text-align:left;
	margin: 0px 0px 0px 30px;
	font-size:11px;
}

.vendorName {
	font-size:10px;
}

.vendorCategory {
	font-size:10px;
}

#vendorContainer br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

body.vendor {
	background-color: #fff;
	font-size: 10px;
}

p.vendorDesc {
	margin: 15px auto 15px auto;
}

p.vendorQuote {
	margin: 15px auto;
}

p.vendorContacts {
	margin: 2px auto;
}

/* END VENDOR PAGE */

/* TRANSPARENCY ROLLOVER */

img.vendorImageON {
margin:3px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(Opacity=75);
-moz-opacity: 0.75;
opacity:.75;

}

img.vendorImageOFF {
margin:3px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(Opacity=100);
-moz-opacity: 1;
opacity:100;

}



.transON {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(Opacity=75);
-moz-opacity: 0.75;
opacity:.75;
}

.transOff {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(Opacity=100);
-moz-opacity: 1;
opacity:100;
}
