/* CSS file by Peter Chamberlin for www.peterchamberlin.com */
/*
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; 
	opacity:0.7;
*/
body {
	outline: none;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	background: #fff;
}
#wrapper {
	text-align: left;
	margin: 30px auto;
	background: url('../images/pl.jpg') no-repeat;
	width: 1024px;
	height: 612px;
}
#subwrapper {
	position: absolute;
	margin: 0 auto;
	width: 1024px;
}
.title {
	right: 40px;
	position: absolute;
	top: 14px;
}
.title h1 {
  font-weight:normal;
	color: #0c3c72;
	font-size: 12pt;
	padding:0;
	margin:0;
}
.openButton {
  cursor:pointer;
  cursor:hand;
	z-index:101;
	position: absolute;
	left:10px;
	top:12px;
	width: 25px;
	height: 25px;
	background: url('../images/arrow.png') no-repeat right -0px;
	display: block;
}
.label p {
	font-size:9pt;
}
#clickme {
	position: absolute;
	left:33px;
	top:5px;
	color:#0c3c72;
	display:none;
}
.topPane {
	z-index:100;
	position: absolute;
	width:1024px;
	height:45px;
	background-color:#fff;
  border-bottom: 2px solid #0c3c72;
}
.active {
	background-position:right -28px;
}
.leftSpace, .subEnd {
	float:left;
	height:19px;
	width:20px;
}
.rightSpace, .subEnd {
	float:left;
	height:19px;
}
#mainMenu .leftSpace {
	background: #fff;
}
#mainMenu .rightSpace {
	width:28px;
}
.topMenuItem, .menuItem {
  cursor:pointer;
  cursor:hand;
	float:left;
}
.topMenuItem {
	width:60px;
}
.topMenuItem h2 {
  font-weight:normal;
	color: #0c3c72;
	font-size: 11pt;
	padding:0;
	margin:0;
}
.topMenuItem h2 a {
  text-decoration:none;
  color:#0c3c72;
}
.menuItem {
  margin-top: 10px;
}
.menuItem h3 {
  font-weight:normal;
  height:19px;
	color: #0c3c72;
	font-size: 11pt;
	padding:0;
	margin:0;
}
#mainMenu {
	left: 40px;
	top: 14px;
	height: 19px;
	position: absolute;
	display: block;
	text-align:center;
	color:#fff;
}
.sub {
  top:0;
  left:0;
  position:relative;
	text-align:center;
  display:block;
  z-index:101;
}
.sub h3 {
  margin:0 10px;
}
.subtitle {
  clear:both;
  top:40px;
}
.subtitle h2 {
	color: #777;
	font-size: 12pt;
}
#content {
	position:absolute;
	top:45px;
	left:0px;
}
.pane {
	position:absolute;
  top:0px;
  left:0px;
	width:1004px;
	height:567px;
  padding:0 10px;
  background-color:#fff;
  padding-top:40px;
}
#subMenu {
  display:none;
}
.subpane {
  clear: both;
  position: relative;
  z-index:102;
  width: 600px;
}
.subpane h3 {
  font-weight:normal;
	color: #0c3c72;
	font-size: 12pt;
	padding:0 10px;
}
.pane h4 {
  font-size:10pt;
	padding:0 10px;
}
.pane p {
  font-size: 9pt;
}
.placeholder {
	width:100%;
	position: absolute;
	top:220px;
	text-align:center;
}
.placeholder h2 {
	text-align:center;
	font-size: 12pt;
	color:#333;
}
.bodyText {
	color:#333;
	font-size:10pt;
	text-align:center;
}
.bodyText a {
	color:#555;
}
