/* screen CSS for PLC website
 * Developed by Peter Riesz - 2006
 */

@import url('htmloveride.css');
@import url('pageHeader.css');
@import url('subMenus.css');
@import url('pageSpecific.css');
@import url('footer.css');
@import url('tabulated.css');
@import url('forms.css');


body{
	background: #FFF url('images/bg.gif') repeat;
	min-width: 1000px;
}

/* text for print */
span.print{
	display: none;
}


/* body styles */
#page{
	display: block;
	float: left;
	background: #C8D9F9 url('images/powerlines.gif') no-repeat bottom right;
	width: 100%;
	text-align: center;
	min-width: 1000px;
}
#pageContent{
	padding: 10px 25px 30px 25px;
	text-align: left;
}

.content{
	padding: 0 20px 0 0;
}

*html #page{
	display: inline;
	width: 100%;
}

#imagesHorizontal {
	text-align: center; 
	width: 100%;
}

#imagesHorizontal img {
	vertical-align: top;
	margin: 5px;
}

#imagesHorizontal a img {
	border: none;
	display: inline;
}

#imagesVerticle{
	float: right;
	clear: right;
	margin: 30px 0 0 10px;
	width: 245px;
	position: relative;
	z-index: 2;
}
#imagesVerticle img{
	margin: 0 0 10px 0;
	float: right;
	clear: both;
}
#imagesVerticle a img{border: none;}

#afterMenu{
	margin-left: 220px;
	position: relative;
	z-index: 1;
}

/* news styles */

.newsSummary {
	background: #FFF;
	border: 1px solid #195295;
	float: left;
	clear: left;
	width: 190px;
}

.newsSummary h3 {
	font-size: 0.9em;
	color: #FFF;
	background-color: #195295;
	border: none;
	font-wight: bold;
	text-align: center;
	padding: 2px 0;
	
}

.newsSummary ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.newsSummary li {
	margin: 0px;
	padding: 4px 4px 20px 4px;
	border-bottom: 1px dashed #195295;
}

.newsSummary li h4 {
	margin: 0px;
	padding: 0px;
}

.newsSummary li p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.newsSummary li a.readMore {
	float: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	position: relative;
	top: 5px;
} 




