#lbCenter, #lbBottomContainer, #lbOverlay {
	z-index: 1000;
}

#content p {
	margin: 1em;
	line-height: 1.6em;
}

a img { border: 1px solid #999; }

.rssThumbs { margin: 0 auto; }

img { border: 1px solid #ccc; }

p.clear {
	clear: both;
}

label {
	width: 10em;
	display: block;
	float: left;
	clear: both; 
	text-align: right;
	margin: 1px 5px 0 0;
}

* html .radio {
	margin-left: 3px;
}

.radio label {
	width: 220px;
	float: right;
	clear: none;
	margin-left: 3px;
}

.radio input {
	margin-left: 3px;
	border: none;
	width: 223px;
	float: right;
	clear: right;
	display: block;
	
}

input, textarea, select { border: 1px solid #999; }

input.zemRequired, input.zemRequirederrorElement {
	background: #ffd;
}

input.zemRequirederrorElement {
	border-color: #933;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

input, select, textarea { width: 20em; }
input.zemSubmit { width: auto; }

a { color: #8d013f; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

.read_more { display: block; float: right; margin: 1em; }
h1 { font-size: 1.8em; }
h2 { color: #8d013f; font-size : 1.3em; }

.reverse { color: #ccc; }


.listing ul { 
	margin: 0; 
	border-bottom: 1px solid #ddd; 
}
.listing li, .listing ul { list-style: none; }
.listing li {
	border-top: 1px solid #ddd;
}
.listing li h4 {
	background: #f6f6f6;
	margin: 0 0 .5em;
	padding: 0.5em;
	font-size: 110%;
}

.listing li h5 {
	margin-left: 1em;
	font-size: 95%;
}

.listing li p {
	margin: 0.5em 0;
	padding-left: 1em;
}