#contentExpo
{
min-height:550px;
margin-left:15%;
width:65%;
padding-top:10px;
	
}
/* for Internet Explorer equivelent of minimum height tag */
* html #contentExpo
{
height: 580px;

}
.surroundExpo
{
padding-bottom:30px;
margin-left:30px;
}
.searchTextSurroundExpo
{
color:#000000;
border: 1px solid #ccc;
width:95%;
position: relative;
top: 20px;
left: -10px;
padding:5px 0px 5px 0px;
}
.expoImage
{
position:relative;
border: 1px solid #B2D33E;
float:right;
top:-8px;

z-index:100;
}
.headerTextExpo
{
font-weight:bold;
position: relative;
top: 8px;
font-family:arial;
padding-top:10px;
padding-bottom:20px;
}
.dateTextExpo
{
position: relative;
top: 32px;
left: -10px;
font-weight:bold;
}
.dateText2Expo
{
position:absolute;
left: 90px;
font-weight:normal;
}
.dateTextStand
{
position: relative;
top: 42px;
left: -10px;
font-weight:bold;
}
.dateText2Stand
{
position: absolute;
left: 90px;
font-weight:normal;
}
.dateTextLocation
{
position: relative;
top: 36px;
left: -10px;
font-weight:bold;
}
.dateText2Location
{
position: absolute;
left: 90px;
font-weight:normal;
}
.dateTextWebsite
{
position: relative;
top: 48px;
left: -10px;
font-weight:bold;
}
.dateText2Website
{
position: absolute;
left: 90px;
font-weight:normal;
}
.redLineLeftExpo
{
/* border-left: 1px solid #C03454; */
position: relative;
top: 10px;
height:142px;
left: 75px;
z-index:0;
}
.dateNews
{
color:#C03454;
font-size:13px;
font-weight:bold;
position: relative;
top: 12px;
left: 3px;
font-family:arial;
}
.redLineLeftNews
{
border-left: 1px solid #C03454;
position: relative;
top: 10px;
left: 15px;
padding-left:30px;
margin-bottom:20px;
z-index:0;
}
.redLineBottomNews
{
position: absolute;
margin-left:-31px;
border-bottom: 1px solid #C03454;
width:350px;
}

.searchCapacity
{
position: relative;
font-size:13px;
font-weight:bold;
color: #FFFFFF;
padding:5px;
background-color: #26ADE4;
}
.searchRangeName
{
position: relative;
font-size:13px;
font-weight:bold;
padding:5px;
line-height:15px;
}

.pics
{
	margin-top:60px;
	margin-left:-10px;
	
}
.pics ul
{
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.pics li
{
	float:left;
	margin-right:10px;
	
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #26ADE4;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px arial;
line-height: 1.1em;
color: #40413B;
padding: 5px 0;
text-align: right;
}

#thumbBox .company{ /*Footer DIV of thumbbox that contains "close" link */
float:left;
font: bold 16px arial;
line-height: 1.1em;
color: #40413B;
padding: 5px 0;
text-align: left;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.click
{
	margin-bottom:2px;
}

