/******************************************** booth selection message *************************************/
div.booth-message {
	margin: 0 0 20px 0;
	border: 1px solid #CAC4A6;
	background: #E8E6D8;
}
div.booth-message p {
	padding: 10px;
}
div.booth-message strong {
	font-weight: bold;
}

/* *******************************************  Contact Form ******************************************* */


#frmContact {
	margin:0;
	padding:0;	
}
.contact-form {	
    margin: 25px 0 0 0;
}
.form-row, .form-line {
    padding: .5em 0;
}
.form-text {
    width: 150px;
    font-size: 1em;
    font-weight: bold;
    float: left;
}
.form-input {
    float: left;
}
.form-input .formText {
    width: 225px;
	font-size: 1em; 
	color: #333;
	border: 1px solid #d8d7c2;
	border-bottom-color:#e8d8e6;
	border-right-color:#e8d8e6;
	padding:.25em;
}
.form-text-long {
    width: 375px;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
}
.form-input-long {
    clear:left;
}
.form-input-long .formText {
    width: 350px;
	height:70px;
	font-size: 1em; 
	color: #333;
	border: 1px solid #d8d7c2;
	border-bottom-color:#e8d8e6;
	border-right-color:#e8d8e6;
	margin:.25em auto;
	padding:.25em;
}
.form-submit {
    width: 225px;
    margin-left:150px;
    padding: .5em 0;
}
.form-submit .formSubmitButton {
    font-size: 1.1em;
	font-weight:bold;
	color:#fff;
	background-color:#19371b;
	border:1px solid #000;
	padding:5px 10px;
}
.desc-align .button-radio {
    position: relative;
    left: -180px;
    width: 25px;
    float: right;
}
.desc-align .radio-desc {
    position: relative;
    top: 3px;
    width: 150px;
    float: right;
}



/* *******************************************  Site Map  ******************************************* */  

.site-map {
	position: relative;
	left: 16px;
	width: 100%;
}
.site-map a {
	text-decoration: none;
}
.site-map a:hover {
	text-decoration: underline;
}
.site-map td h2 {
	margin: 0; 
	padding: 0 0 .5em 0;
	font-size:1.6em;
}
.site-map td {
	padding: 0 0 1em 0;
	width: 50%;
}
.site-map ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
.site-map ul li {
	padding: .3em 0;
	list-style-type: none;
}

/* ************	=contact forms ************** */
/* general contact form */
.contact-form fieldset { position: relative; margin: 0 0 20px 0;  padding: 20px; padding-bottom:10px; border-top: 1px solid #CAC4A6; border-bottom: 1px solid #CAC4A6; background: #E8E6D8; }
.contact-form fieldset legend { font-size:1.1em; font-weight:bold; position: absolute; top: -10px; left: 10px; padding: .5em; border: 1px solid #999; background: #fff; }
.contact-form label { float: left; clear: both; width: 100%; margin: 0 10px 0 0; padding: 10px 0 0 0;  }
.contact-form label span.required { display: inline; float: none; padding: 0 0 0 5px; color: red; }

/* VCC custom general contact form */
.contact-general label span { display: block; float: left; width: 30%; padding: 3px 10px 0 0; text-align: right; }
.contact-general label input { width: 50%; }
.contact-general label select { width: 40%; }
.contact-general label select.exSearch { width: 50%; }

.contact-general label select,smallSelect { width: 20%; }
.contact-general label textarea { width: 50%; }
.contact-general label.comments { margin-left: 25%; }
.contact-general .form-cols1 { margin-left:5%; margin-top:10px; float:left; width:42%; }
.contact-general .form-cols2 { margin-right:5%;margin-top:10px;  float:right; width:42%; }
.contact-general .form-cols1 input, .contact-general .form-cols2 input { margin: 0 .5em; }


.exhibitorBlock {
    line-height:1.5em;
    margin-top:20px;
    border-bottom:1px solid #aaa;
    padding-bottom:15px;
    font-size:1.1em;
}
.exhibitorBlock h4 {
    color:#000;
	font-size:1.2em;
}
.exhibitorBlock h5 {
    color:#000;
	font-size:1em;
	font-weight:bold;
}
/* = pagination */
.pager-container ul { margin: 0; padding: 0; text-align: right; border-bottom:1px solid #888; padding-bottom:1.5em; }
.pager-container li { list-style-type: none; display: inline; padding-bottom: 1px; }
.pager-container a { padding: 0 5px; border: 1px solid #670F00; text-decoration: none; background: #eaeaea; color: #670F00; }
.pager-container a:hover { color: #670F00; background-color: #eaeaea; }
.pager-container a.current-page { background-color: #670F00; color: #fff; cursor: default; }
