/* page styling, unimportant for the menu. only makes the page looks nicer */
body {
font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size:100.01%;
	background-color:#ffffff;
	padding-left:120px;
	margin:0px;
	text-align:center;
	
	
}

div {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;

	background-color:#ffffff;
	}

h1 {font-size: 1.3em; color:#7c7f7f; padding:0px;}
h2 {font-size: 1.1em; color:#7c7f7f;}
h3 {font-size: 1.0em; color:#333333;}

.example {
	background: #fff;
	padding: 0px;
	margin: 2px 0px 0px 0px;

	
}


#logo_header { 
	width: 152px;
	height: 149px;
	background: url(/pe_logo.jpg) no-repeat;
    top:0px;
	float:left;
	left:0px;
	position:absolute;
	z-index:-1;
	
	
}

/* - - - ADxMenu: BASIC styles - - - */


.menu {
	width: 8em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	position:absolute;
	z-index:999;
	
	
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
    font-size: 85%; 
	
	
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 999;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 20px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #979b9b;
	background: #fff;
	
}

.menu {
	width: 8em;
}

.menu ul {
	width: 14em;
}

.menu a {
	text-decoration: none;
	color: #979b9b;
	padding: .4em 1em;
	display: block;
	font
}

.menu a:hover, .menu li:hover>a {
	color: #00aeef;
}

.menu li {	/* create borders around each item */
	border: 0px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu>li:first-child>a, {
	color: #567;
}
.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/*]]>*/


/* - - - ADxMenu: BASIC styles - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 999;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
#sidenav {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ccc;
	margin-top:12px;
} 

#text-medium {
	background: #ff9;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
}

#sidenavhi {
	background: #ff9;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
	margin-top:12px;
}

#text-medium:hover, #sidenavhi:hover, {
	background: #E6E688;
	text-decoration: underline;
} 


/* content
--------------------------*/
#pContent {
	margin: 0;
	padding: 15px 0 0 150px;
	float: left;
	font-size: 80%;
	background-color:transparent;
	display: inline;





}
#pContent a {
	color: #057cac;
	text-decoration:none;
	font-weight:bold;
}
#pContent a:hover {
	color: #00aeef;
	text-decoration:none;
	font-weight:bold;
}


#pContent li {
	padding-bottom: 3px}
#pContent ul {
	list-style: circle;
	margin-right: 10px;
}

#pContent ul.list-tall li {
	padding: 0 0 10px;
}



#pContentb {
	margin: 0;
	padding: 10px 0 0 0;
	background: #fff ;
	float: left;
	font-size: 80%;
	
}
#pContentb a {
	color: #979b9b;
	text-decoration:none;
}
#pContentb a:hover {
	color: #222;
}


#pContentb li {
	
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	
	
	
	}
#pContentb ul {
	list-style: circle;
	margin-right: 10px;
	margin-left: 10px;
}

#pContentb ul.list-tall li {
	padding: 0 0 10px;
}



/* container
--------------------------*/
#container {
	margin: 0;
	width: 900px;
	padding: 0;
	left:100px;
	top:0px;
	float: left;
	background-color:transparent;
}

#container2 {
	margin-top:10px;
	width: 800px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	
	
}

#pContentc {
	width: 700px;
	margin-left:20px;
	margin-right:14px;
	margin-top:0px;
	margin-bottom:0px;
	left:30px;
	padding-right:4px;
	background-color:transparent;
	
	

}

#pTable {
 border-top: 1px solid #cccccc;
 margin: 0 0 4px 30px;
 width: 105%;
text-align:left;

 
  }
  
  
  hr {
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 1px;
  width:620px;
  left: 210px;
  top:50px;
  margin-left:15px;
}

#navlist  {

	position:absolute;
	z-index:2000;
	width: 700px;
	height: 19px;
	left:170px;
	display: inline;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align:left;	
	}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#00aeef;
	font-weight:bold;

	
}

#navlist a:link, #navlist a:visited {
 color: #979b9b;
 text-decoration: none;
}

#navlist a:hover {
 color: #000000;
 text-decoration: none;
}


.textcontent {
color: #666666;
margin:0;
letter-spacing:normal;
background-color: #FFFFFF;

	
}

.textcontent a:link, .textcontent a:visited {
color:#057cac;
text-decoration:none;
}


.textcontent2 {
color: #666666;
margin:0;
letter-spacing:normal;

	
}

.textcontent2 a:link, .textcontent2 a:visited {
color: #666666;
text-decoration: none;
}

.textcontent2 a:hover{ 
color: #7f7c7f;
font-style:oblique;
font-weight:bolder;
font-size: 120%}

.tablecontent {
color:#606464;
background-color:#CCCCCC;
letter-spacing:1.1px;
font-size:100%;
}

.bkgrd {
background-color:#ffffff;

}

.highlight1 {
color:#666666;
letter-spacing:2px;

}

.highlight2 {
color:#666666;
letter-spacing:2px;
font-size:120%;
}


.title1 {font-size: 1.3em; 
		color:#7c7f7f; 
		letter-spacing: 2px;
		padding:0px;}
		
#logo {
	background-image:url('pe_logo.jpg');
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
	left:140px;
	right:0px;
	top:14px;
	height: 152px;
	width:149px;
	background-color:transparent;
}
#home {
margin-top:45px;
border-left:70px solid #ffffff;
}

.about {
	position:absolute;
	z-index:5000;
	text-align:left;
	float:left;
	left:138px;
	top:174px;
	letter-spacing:.3;
	color:#666666;
	width:152px;
	font-size:70%;
	}
	
.abouthighlight {
	font-size:100%;
	letter-spacing:.25;
	color:#414141;
		}
		
	.about ul {
	margin-left:10px;
	}
	
	.about a:link, .about a:visited, about a:hover {
	color: #00aeef;
	font-size:110%;
	text-decoration:none;
	}
#footerx { clear: both; 
text-align: center;
top:3800px;
left:400px;
font-size:80%;
}
