/* CSS Document */
#page_content_center{
 	width:690px;
}
#floorplan{
	border:5px solid #592C1D;
	width:366px;
	margin:auto 0;
}

#shadow_right{
	float:right;
	margin-right:0px;
	position:absolute;
	margin-left:366px;
}
#convention_image{
	width:366px;
	margin:0 auto;
}
#booths{
	border-top:5px solid #592C1D;
	border-right:1px solid #592C1D;
	border-bottom:1px solid #592C1D;
	text-align:center;
}
#booths .a{
	background:#FEF7E4;
}
#booths #booth{
	border-left:1px solid #592C1D;
	width:60px;
	height:42px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B4A59C;
}
#booths .booth_no{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#3B2314;
}
#booth_exhibit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#653A28;
	width:111px;
}
#booth_exhibit a{
	color:#653A28;
}
#hotel{
	padding:10px;
}
#hotel #img{
	border:1px solid #592C1D;
	padding:1px;
	max-height:70px;
	max-width:70px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#hotel #img:hover{
	width:auto;
	height:auto;
	max-height:none;
	max-width:none;
}
#hotel #img:hover img{
	width:auto;
	height:auto;
	max-height:200px;
	max-width:200px;
}
#hotel #img img{
	height:70px;
}
hr{
	padding:0;
	margin:0;
	clear:both;
	size:1px;
	border:none;
	border-bottom:1px solid #CFB9A8;
}
#hotel #price{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#3B2314;
}
#hotel #stars{
	width:75px;
	height:15px;
	background:url(../images/star_off.png) repeat-x;
	float:right;
	margin-right:10px;
}
#hotel #stars_on{
	height:15px;
	background:url(../images/star_on.png) repeat-x;
}
#hotel #moreinfo {
	clear:right;
	margin-top:5px;
	float:right;
}
#hotel .address{
	float:left;
	margin:5px 0;
	color:#AC8E85;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#hotel:hover #description_long{
	display:block;
}
#hotel:hover #description_short{
	display:none;
}
#hotel #description{
	clear:both;
	color:#70513E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
}
#registration #description,
#auction #description{
	clear:both;
	margin-left:10px;
	color:#70513E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
}
#auction #moreinfo_link{
	float:right;
}
#auction .subhead{
	color:#AC8E85;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#description #convention td{
	padding:2px 4px;
}
#description #convention input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
}
