/*This document defines stylesheets for PERA*/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans;
	font-size: 12px;
	background-color: #C4D1F6;
}

a {
	color: inherit;
	text-decoration: none;
}

#main {
	position: absolute;
	margin: auto auto auto -415px;
	padding: 0;
	left: 50%;
	width: 830px;
}

#greenNav {
	background: #848400 url('../images/PERAhome.gif') no-repeat center 18px;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 720px;
}

#greenNav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 190px;
	left: 18px;
	list-style-type: none;
	list-style-position: default;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

#greenNav ul a { color: #FFF; }

body.ind #greenNav li.ind,
body.ind #greenNav li.ind a,
body.art #greenNav li.art,
body.art #greenNav li.art a,
body.abo #greenNav li.abo,
body.abo #greenNav li.abo a,
body.ben #greenNav li.ben,
body.ben #greenNav li.ben a,
body.cal #greenNav li.cal,
body.cal #greenNav li.cal a,
body.con #greenNav li.con,
body.con #greenNav li.con a,
body.faq #greenNav li.faq,
body.faq #greenNav li.faq a,
body.lin #greenNav li.lin,
body.lin #greenNav li.lin a,
body.mem #greenNav li.mem,
body.mem #greenNav li.mem a,
body.new #greenNav li.new,
body.new #greenNav li.new a,
body.pas #greenNav li.pas,
body.pas #greenNav li.pas a,
body.pro #greenNav li.pro,
body.pro #greenNav li.pro a,
#greenNav li a:hover { color: #BCD3FF; }

#content {
	position: absolute;
	top: 0;
	left: 146px;
	width: 684px;
	height: 720px;
	background-image: url('../images/k-blue-gradient.jpg');
	background-repeat: repeat-y;
}

#content #redbanner {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 680px;
	height: 90px;
	background-image: url('../images/r-w-gradient.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#content #redbanner #text {
	position: absolute;
	top: 35px;
	left: 18px;
	width: 380px;
	color: #FFF;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
}

#content #engine {
	position: absolute;
	top: 13px;
	left: 474px;
	width: 165px;
	height: 137px;
	background-image: url('../images/engine-block.gif');
	background-repeat: no-repeat;
}

#content #mission {
	position: absolute;
	top: 125px;
	left: 48px;
	width: 450px;
	line-height: 18px;
	z-index: 1;
}

#content #blurb {
	position: absolute;
	top: 134px;
	left: 306px;
	width: 359px;
	height: 359px;
	background-image: url(../images/yellowburst.gif);
	background-position: center center;
}

#content #blurb #txt {
	position: absolute;
	top: 70px;
	left: 78px;
	width: 315px;
	height: 207px;
	font-size: 13px;
	line-height: 18px;
	color: #910810;
}

#content #blurb #txt p {
	padding: 0;
	color: #000;
	margin: 12px 0 0 0;
}

#content #blurb #txt p.indent {
	text-indent: 14px;
	margin: 0;
}

#content #eds {
	position: absolute;
	top: 190px;
	left: 41px;
	width: 311px;
	height: 86px;
	background-image: url(../images/eds-com.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content #plaque {
	position: absolute;
	top: 301px;
	left: 97px;
	width: 194px;
	height: 113px;
	background-color: pink;
	background-image: url(../images/plaque.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
}

#content #plaque p {
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #FC1;
}

.hr {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	height: 1px;
	border-width: 4px 0 0 0;
	border-style: solid;
	border-color: #920810;
}

#content #news, 
#content #pagecontent {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 437px;
	left: 48px;
	width: 572px;
	height: 232px;
}

#content #pagecontent {
	top: 150px;
	height: 510px;
	overflow: auto;
}

#content #news div.col {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	float: left;
	width: 260px;
}

#content #news div.left { margin-right: 24px; }
#content #news div.right { margin-left: 24px; }

#content #news #vertrule {
	position: relative;
	float: left;
	height: 200px;
	margin-top: 20px;
	width: 4px;
	background-color: gray;
	vertical-align: bottom;
}

#footer {
	position: absolute;
	width: 700px;
	bottom: 12px;
	left: 24px;
	color: #605B68;
	font-size: 10px;
}

h1 {
	color: #747309;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	color: #920810;
	font-size: 14px;
	line-height: 19px;
	margin: 16px 0;
}

.headline { margin: 0; }

p {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 12px 0;
	padding: 0;
}

img.news {
	float: right;
	margin: 0 0 0 0;
}

.hwidth {
	display: inline;
	width: 25px;
}
