@charset "UTF-8";
body  {
	background: #A4CDD0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#footer {
	font-size: 55%;
	color: #666666;
	margin-top: 10px;
	vertical-align: bottom;
}
.imageFloatLeft {
	float: left;
}
#header {
	height: 150px;
	margin-bottom: 10px;
}
#logo {
	height: 150px;
	background-color: #003373;
	background-image: url(../images/peLogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container {
	width: 770px;
	background: #FFFFFF url(../images/leftnavstrip.jpg) repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#leftNavigate {
	float: left;
	width: 180px;
	padding: 0px 0px 15px;
	font-size: 80%;
}
#mainContent {
	margin: 0 0 0 195px;
	padding: 0 12px 15px 0px;
}

#TestmainContent {
	margin: 0 0 0 195px;
	padding: 0 15px 15px 0px;
}
#centralbox {
	height: 390px;
}
#centralbox h1 {
	font-size: 130%;
}
#centralbox h2 {
	font-size: 110%;
}
#centralbox h3{
	font-size: 100%;
}
#centralbox p, #centralbox ul  {
	font-size: 70%;
}  
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS NAVIGATION MENU */

#leftNavigate ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
}

#leftNavigate li a {
	padding: 8px 0px 5px 5px;
	display: block;
	width: 175px;
}

#leftNavigate li {
	display: block;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #008372;
}

/* Editable sections for navigational styles */

#leftNavigate ul {
}

#leftNavigate li a:link, #leftNavigate li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003373;
}

#leftNavigate li a:hover, #leftNavigate li .current {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #008372;
}
.imagefloat {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.green {
	color: #008372;
}


/* The Spry Tabs*/

.TabbedPanels {
	margin: 0px 0px 20px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanels {
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #008372;
	color: #A4CDD0;
}
.TabbedPanelsTabHover {
	color: #008372;
}
.TabbedPanelsTabSelected {
	background-color: #008372;
	border-bottom: 1px solid #008372;
	color: #FFFFFF;
}
.TabbedPanelsTab a {
	color: #009999;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #E1E1E1;
	height: 290px;
	border: 1px solid #008372;
}
.TabbedPanelsContentGroupEX {
	clear: both;
	background-color: #E1E1E1;
	height: 350px;
	border: 1px solid #008372;
}
.TabbedPanelsContentGroupDirectors {
	clear: both;
	background-color: #E1E1E1;
	height: 270px;
	border: 1px solid #008372;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 115px;
	position: relative;
	border-top: solid 1px #008372;
	border-right: solid 1px #008372;
	border-left: solid 1px #008372;
	border-bottom: solid 1px #008372;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #008372;
	border-bottom: 1px solid #008372;
	color: #FFFFFF;
}
/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#vertical #TabbedPanels1 .TabbedPanelsContentGroup {
	width: 435px;
	height: 370px;
}
#vertical #TabbedPanels1 .TabbedPanelsContentGroup h1 {
	font-size: 100%;
}
