@import url("ktml.css");

body {
	margin: 0;
}

/* Header sytles */

.bdyHeader {
	background: #A20F00 url(../images/pumma-header_r1_c6.jpg) repeat-x left top;
}
.divHeader {
	height: 138px;
	overflow: hidden;
	background: url(../images/pumma-header_r1_c4.jpg) no-repeat left top;
}
.divHeaderChild {
	height: 138px;
	background: url(../images/pumma-header_r1_c8.jpg) no-repeat right top;
}

/* Navigation Styles */

.bdyNav {
	background: url(../images/pumma-nav-bg.gif) repeat-y 17px top;
}
.divNavTop {
	width: 210px;
	height: 138px;
	background: #A20F00 url(../images/pumma-header_r1_c1.jpg) no-repeat right top;
}
.divNav {
	position: absolute;
	left: 17px;
	top: 13px;
	width: 176px;
	text-align: center;
	background: url(../images/pumma-nav-header.jpg) no-repeat center top;
}
.divNavChild {
	padding: 5px 3px 0px 3px;
	background: url(../images/pumma-nav-bg.jpg) no-repeat center 34px;
}
.divNavChild a {
	display: block;
	border-bottom: 1px dashed #CACACA;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	line-height: 20px;
	background: url(../images/pumma-nav-item-bg-1.jpg) repeat-x center 23px;
}
.divNavChild a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: bottom;
}
.divNavChild a.navLnkMember {
	background-image: url(../images/pumma-nav-item-bg-3.jpg);
}
#navLnkActive {
	color: #FFFFFF;
	background: url(../images/pumma-nav-item-bg-4.jpg) repeat-x center top;
}
#navLnkActive:hover {
	background-position: bottom;
}
.divNavChild p {
	margin: 0px;
}
.imgJKDLogo {
	margin-top: 10px;
}
.imgMainNav {
	margin: 7px 0px 7px 0px;
}

/* Content Styles */

.divContent {
	padding: 20px 20px 20px 0px;
}
.divConNoFram {
	padding: 20px;
}

/* Footer styles */

.divFootMain{
	height: 40px;
	overflow: hidden;
	background: #A20F00 url(../images/pumma-footer.jpg) no-repeat 17px top;
}
.divFooter {
	padding: 10px 0px 0px 210px;
	color: #FFE84B;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}
.divFooter a {
	color: #FFE84B;
	white-space: nowrap;
}
.divFooter a:hover {
	color: #FFE84B;
}
.divFooterButtons {
	float: right;
	padding: 0px 10px 0px 10px;
	text-align: right;
}
.txtLastMod {
	display: block;
	clear: both;
	text-align: right;
	color: #999999;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.txtQuote {
	color: #555555;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.txtQuotePerson {
	color: #961407;
	text-align: center;
	font-weight: bold;
}

/* Member Login display styles */

.divMemDisplay {
	float: right;
	padding: 10px;
	color: #FFE84B;
	font-size: 9px;
	text-align: right;
}
.divMemDisplay span a {
	color: #FFE84B;
}
