/* 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;
	margin-top:0px;
	padding: 0px 240px 5px 240px;
	text-align: center;
}
		
#stretchx {
	background-color:#ffffff;
	margin: 0 auto 0 auto;
	padding: 0px 0 20px 0;
	width: 60%;
}

#containerx {
	background-color:#ffffff;
	margin: 0 -265px 0 -265px;
	position: relative;
}

/* Holly hack for IE \*/
* html #containerx { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapperx { 
	background-color:#ffffff;
	width: 100%; } 




#contentx {
	background-color:#ffffff;
	width: 90%; 
	margin-left: 8%; 
	text-align: left; 
	display: inline;
	float: left;
}

#footerx { clear: both; }




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

	background-color:#ffffff;
	}

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

.example {
	background: #fff;
	padding: 0px;
	margin: 2px 80px 0px 0px;
	position:relative;
	z-index:1;
	float:left;
	
	
}

#logo_header { 
	width: 152px;
	height: 149px;
	background: url(img/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:2000;
	
	
}

.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: 77%; 
	
	
}

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

.menu li:hover {
	z-index: 10000;	/* ...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: 20;
	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: 14.5em;
}

.menu ul {
	width: 14em;
}

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

.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;
	font-size:115%;
	float:right;
	
}
.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: 10000;
}

.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: #999999;
	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: #666666;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #fff;
	margin-top:12px;
}

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


/* content
--------------------------*/
#pContent {
	margin: 0;
	padding: 15px 0 0 0;
	background: #fff ;
	float: left;
	font-size: 80%;

}
#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:40px;
	top:0px;
	float:left;

}

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

#pContentc {
	width: 95%;
	margin-left:0px;
	margin-right:14px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	padding-right:4px;
	

}

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

#navlist  {
	background: #fff ;
	font-size: 80%;
	padding: 0px 0 6px 0px;
	margin: 0px 0px 0px 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;
	text-align: left;
	
}

#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;
font-size: 90%;
	
}

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


.textcontent2 {
color: #666666;
margin:0;
letter-spacing:normal;
font-size: 80%;
	
}

.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:#333333;
background-color:#76c3dd;
letter-spacing:1.1px;
font-size: 90%;
}

.tablecontent a {
color:#000066;
font-size:100%;
}

.bkgrd {
background-color:#ffffff;

}

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

}

.highlight1 a:link, .highlight1 a:visited{
color:#057cac;
text-decoration:none;
letter-spacing: 2px;

}

.highlight1 a:hover {
letter-spacing: 2px;
color:#000000;
text-decoration:none;
}

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


.highlight3 {
color:#666666;
letter-spacing:2px;
font-size:120%;
text-decoration:underline;
}

.title1 {font-size: 1.3em; 
		color:#7c7f7f; 
		letter-spacing: 2px;
		padding:0px;}

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

.title2 {font-size: 1.3em; 
		color:#7c7f7f; 
		letter-spacing: 2px;
		padding:0px;
		margin-left: 20px;
		}
		
.homepg {font-size:1 em;
		color:#333333;
		letter-spacing:1.5px;
		}
		
.homepg2 {font-size:180%;
font-stretch:extra-expanded;
		  color:#7c7f7f; 
		  letter-spacing:2.5px;
		  margin:0 0 10px 0;
		  
		  
		  
		}
hr {
  border: none;
  background-color: #cccccc;
  color: #cccccc;
  height: 1px;
}

#pagenum {
	text-align:left;
	font-weight:normal;
	color: #999999;
	position:absolute;
	z-index:1;
	top: 69px;
	width:260px;
	height:24px;
	left: -1px;
}
#pagenum a:link, #pagenum a:visited {
 color: #979b9b;
 text-decoration: none;
 font-weight:bold;

}

#pagenum a:hover {
color:#00aeef;
}
#pagenum li {
display: inline;
	list-style-type: none;
	color:#999999;
	font-weight:normal;
	}
	
.tablecontent2 {
color:#333333;
background-color:#76c3dd;
letter-spacing:1.1px;
font-size: 90%;
width:150px;
}

.tablecontent3 {
color:#333333;
background-color:#00aeef;
letter-spacing:1.1px;
font-size: 90%;
width:150px;
}

.tablecontent4 {
color:#606464;
background-color:#FFFFFF;
letter-spacing:1.1px;
font-size: 85%;
}
.title1a {font-size: 1.1em; 
		color:#7c7f7f; 
		letter-spacing: 2px;
		padding:0px;}