/* lstbox is the universal formatting class for all lst id's */
.lstbox {
	padding: 5;
	margin: 0;
}
.lstbox h3 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lstbox li, ul{
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}
/* lstimgthumbs Used to position thumbnails nin lstimg.cfm */
.lstimgthumbs {
	text-align: center;
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
/* all #lst id's provide unique place and styles for the elements of the listing pages */
#lstshortdesc {
	float: right;
	width: 400px;
	padding: 5px;
}
#lstvitals {
	margin: 0;
}
#lstimg {
	width: 250px;
	margin: 0;
	padding: 0;
}
#lstfeat {
	width: 150px;
}
#lststatus {
}
#lststatus h1 {
	font-size: 30px;
	font-style: normal;
}
#lstgeo {
}
#lstcontact {
	width: 250px;
}
#lstannotate {
}
#lstdescriptions {
}.lstcitycase {
	text-transform: lowercase;
}
.lstnoimagebox {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	border: 1px solid #999999;
	vertical-align: middle;
	text-align: center;
	padding-top: 50px;
}
.lstnewmessage {
	color: #CC0000;
	border: thin dashed #003366;
	margin: 5;
	padding: 10;
	background-image: url(images/layout2/featbg.jpg);
}
#forcecontentprint {
	width: 650px;
}

