@charset "utf-8";
/* CSS Document */

html * {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .72em;
	background-image: url(../images/bg-wood.jpg);
	background-repeat: repeat;
	color: #724f2a;
}

p {
	margin: 5px 0;
}

a {
	text-decoration:none;
	color: #724f2a;
}

img {
	border: 0;
}
 
a:hover {
	color:#920c24;
}

td {
	border-collapse:collapse;
	vertical-align:top;
}

/****************************
	general layout
****************************/

.imgCenter {
	display:block;
	margin: 0 auto;
}

.imgCenterMargin {
	margin: 6px auto;
	display:block;
}

/****************************
	layout divs
****************************/

#mainContainer {
	width: 920px;
	margin: 30px auto 0;
	background-color:#FFFFFF;
	position: relative;
}

#footer {
	height: 32px;
}

.listRow {
	margin: 6px auto 2px auto;
	
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 0.02cm;
	font-size: 12px;
}

.listRow td {
	padding: 0 10px;
	vertical-align:middle;
}

.listPadBottom {
	padding-bottom: 12px;
}

.alignRight {
	text-align:right;
}

.menuWidth {
	width: 860px;
}

.goldBand {
	width: 100%;
	height: 6px;
	background-repeat:no-repeat;
	clear:both;
}

.goldTopBG {
	background-image:url(../images/bg-gold-top.jpg);
	background-position:right;
	background-color:#d2b42c;
}

.goldBottomBG {
	background-image:url(../images/bg-gold-bottom.jpg);
	background-position: left;
	background-color: #d2b42c;
}


#mainBody {
	position: relative;
	background-image:url(../images/bg-pj-logo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#eceae0;
	width: 100%;
	
	 
}

#mainBodyLeft {
	background-image:url(../images/bg-pj-logo-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#eceae0;
	
}

#leftPanel {
	float: left;
	width: 404px;
	margin: 0;
	
}

#rightPanel {
	float: right;
	width: 470px;
	margin: 10px 20px 10px;
	
}

#leftPanelText {
	float: left;
	width: 470px;
	margin: 10px 20px 10px;
}

#rightPanelImage {
	text-align:right;
	float: right;
	width: 404px;
	margin: 0;
}

/* text */

.textRed {
	color:#993300;
}

.textGreyLight {
	color:#999999;
}

/**** menu ***********/

.menuSection {
	clear: both;
	margin: 6px;
}

.menuLeft {
	float: left;
	width: 400px;
}

.menuRight {
	float: right;
	width: 120px;
	text-align:right;
	padding-right:50px;
}

.menuSectionHeader {
	font-weight: bold;
	margin: 6px 0;
}

.iconColumn {
	float: left;
	width: 15px;
}

.textGreen {
	color:#009900;
}

.tableMenu {
	width: 90%;
	margin: 10px auto;
}

.tableMenu td {
	padding: 3px;
}

.tableMenu .rowOdd {
	background-color: #ececec;
}

.tableMenu .menuHeading {
	font-weight:bold;
	color:#840518;
}

.menuList li a {
	display:block;
	padding: 3px;
	font-size: 110%;
}

.menuList li a:hover {
	background: #840518;
	color:#FFFFFF;
}

.MenuTitle {
	font-weight:bold;
	color:#840518;
	font-size:18px;
}	

.pjsRed {
	color:#840518;
}

#contentBottom {
	margin-top: 9px;
	text-align:center;
	color: #FFF;
}