/* 
Document   : header
Created on : 19-Jan-2008, 14:56:15
Author     : GBR
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

.pfHeader {
	background-color: #DBBD5C;
	width: 100%;
	height: 192px;
	z-index: 10;
	vertical-align: top;
	margin:0 auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	left: -3px;
} 

.pfLogo {
	background-image: url(../imgs/headerBg.png);
	background-repeat: repeat-x;
	height: 158px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left top;
} 

.pfMenuBar {
	background-image: url(../imgs/menuBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	height: 34px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pfSpacer {
  width: 100px;
  height: 1px;
}

.pfBtnHolder {
  height: 34px;
  width: 500px;
  padding: 7px 0px 0px 0px;
}

.pfMenuBtn {
  background-image: url(../imgs/btnBg.png);
  background-repeat: repeat-x;
  font-family: Garamond;
  font-size: 14px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-color: #000000;
  border-right-color: #657a4e;
  height: 20px;
  width: 85px; 
  vertical-align: middle;
  text-align: center;
  background-position: left bottom;
}
.pfMenuBar #menuCont {
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	color: #4F4E26;
	margin: 0 auto;
}

