/*
-----------------------------------------------
KPPM Main Style Sheet
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	background-image: url(../_img/common/bg-body.png);
	background-position: center top;
	background-repeat: repeat-y;
}
body {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #666e74;
}
a {
	color: #d52e12;
	text-decoration: none;
}
a:visited {
	color: #066db4;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p, ul, ol, table {
	margin: 0 0 10px 0;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666e74;
	vertical-align: middle;
}
input[type=submit] {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666e74;
}
.clearFloat {
	overflow: hidden;
	height: 0px;
	clear: both;
}
.hiddenStructure {
	display: none;
}

/* =LAYOUT
--------------------- */
html, body {
}
#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0 5px;
}
#columnLeft {
	float: left;
	width: 240px;
}
#content {
	float: left;
	width: 460px;
	min-height: 400px;
	padding-left: 30px;
}
#content.wide {
	width: 690px;
}
#columnRight {
	float: right;
	width: 210px;
	padding-right: 30px;
}

/* =HEADER
--------------------- */
#header {
	position: relative;
	width: 100%;
	height: 130px;
	margin-bottom: 40px;
	background-image: url(../_img/common/bg-header.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#headerLogo {
	position: absolute;
	top: 21px;
	left: 20px;
}
#topNav {
	position: absolute;
	top: 18px;
	right: 30px;
	font-size: 13px;
	color: #4b82a9;
}
#topNav a {
	color: #4b82a9;
}

/* =NAV
--------------------- */
#globalNavOffer {
	position: absolute;
	top: 80px;
	left: 30px;
}
#globalNavClients {
	position: absolute;
	top: 80px;
	right: 30px;
}
.globalNav dl,
.globalNav dt,
.globalNav dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
.globalNav dt {
	height: 18px;
	padding-top: 2px;
	font-size: 13px;
	color: #4b82a9;
}
.globalNav dt a {
	color: #4b82a9;
}
.globalNav dd {
	float: left;
	padding: 7px 11px 2px 10px;
	background-image: url(../_img/common/bullet-globalNav.png);
	background-position: right 8px;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}
.globalNav dd a {
	color: #fff;
}
.globalNav dd.first {
	padding-left: 0;
}
.globalNav dd.last {
	padding-right: 0;
	background: none;
}

/* =FOOTER
--------------------- */
#footer {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 40px;
	border-top: 2px solid #4b82a9;
	font-size: 12px;
	color: #949da4;
}
#footer a {
	color: #949da4;
}
#footerCopy {
	position: absolute;
	top: 10px;
	left: 30px;
}
#footerAuthor {
	position: absolute;
	top: 10px;
	right: 30px;
}

/* =COLUMN LEFT
--------------------- */
#breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
	color: #90999f;
}
#breadcrumb a {
	color: #90999f;
}

.subNav {
	margin: 0 0 30px 0;
}
.subNav a {
	color: #4b82a9;
}
.subNav dl,
.subNav dt,
.subNav dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subNav dt {
	padding: 6px 0 7px 31px;
/*	border-top: 1px solid #aec3d3;
	border-bottom: 1px solid #aec3d3;*/
	background-color: #4b82a9;
	background-color: #dbe6ee;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #d52e12;
}
.subNav dt a {
	color: #fff;
	color: #d52e12;
}
.subNav dd {
	margin-left: 20px;
	padding: 5px 0 5px 11px;
	border-bottom: 1px solid #d5e2ea;
	background-image: url(../_img/common/bullet-red.gif);
	background-position: 0 9px;
	background-repeat: no-repeat;
	font-size: 13px;
}
.subNav dd.level-2 {
	margin-left: 31px;
	padding: 5px 0 5px 11px;
	border-bottom: 1px solid #d5e2ea;
	background-image: url(../_img/common/bullet-red.gif);
	background-position: 0 9px;
	background-repeat: no-repeat;
	font-size: 13px;
}

.contextNav {
	margin: 0 0 20px 0;
}
.contextNav a {
	color: #4b82a9;
}
.contextNav dl,
.contextNav dt,
.contextNav dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contextNav dt {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d5e2ea;
	font-size: 14px;
	font-weight: bold;
	color: #d52e12;
}
.contextNav dt a {
	color: #d52e12;
}
.contextNav dd {
	padding: 5px 0 5px 11px;
	border-bottom: 1px solid #d5e2ea;
	background-image: url(../_img/common/bullet-blue.gif);
	background-position: 0 9px;
	background-repeat: no-repeat;
	font-size: 13px;
}


.cLPromoBox {
	margin: 30px 0 20px 0;
}
.cLPromoBoxHeader {
	padding: 6px 0 7px 31px;
	background-color: #d52e12;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
}
.cLPromoBoxHeader a {
	color: #fff;
}
.cLPromoBoxBody {
	min-height: 44px;
	padding: 6px 0 0px 21px;
	font-size: 13px;
	line-height: 135%;
}
.cLPromoBoxBody a {
	color: #666e74;
}
.cLPromoBoxBody p {
	margin: 0 0 0 10px;
	padding: 2px 0 2px 0;
}
.cLPromoBoxBody ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cLPromoBoxBody ul li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 10px;
	background-image: url(../_img/common/bullet-li-1.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
}
.cLPromoBoxFooter {
	margin-left: 20px;
	padding: 2px 20px 7px 11px;
	border-bottom: 1px solid #f7d5d0;
	font-size: 12px;
	color: #d52e12;
	text-align: right;
}
.cLPromoBoxFooter a {
	color: #d52e12;
}

/* =COLUMN RIGHT
--------------------- */
#columnRight .banner {
	margin: 0 0 5px 0;
}

/* =CONTENT main
--------------------- */
.bannerTop {
	margin-bottom: 30px;
}
#infoTwinBoxMain {
	float: left;
}
.infoTwinBox {
	width: 460px;
	min-height: 100px;
	padding-bottom: 15px;
	background-image: url(../_img/common/bg-infoTwinBox.png);
	background-repeat: repeat-y;
	font-size: 13px;
/*	line-height: normal !important; */
}
.infoTwinBox a {
	color: #333e44;
}
#infoTwinBoxMain h2 {
	margin: 0 0 10px 0 !important;
	padding: 6px 0 7px 20px;
	background-color: #4b82a9;
	font-family: Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: normal !important;
	color: #fff !important;
}
.infoTwinBox .last h2 {
	background-color: #81a8c3 !important;
}
.infoTwinBox h2 a {
	color: #fff;
}
.infoTwinBox p {
	margin: 0;
}
.infoTwinBox .column {
	float: left;
	width: 230px;
}
.infoTwinBoxItem {
	padding: 0 10px 0 20px;
	background-image: url(../_img/common/bullet-blue.gif);
	background-position: 9px 6px;
	background-repeat: no-repeat;
}
.infoTwinBox .more {
	text-align: right;
	padding-right: 10px;
}
.infoTwinBox .more a {
	color: #066db4;
}

#infoCompanyMain {
	float: right;
	width: 210px;
}

.contextBox {
	margin: 0 0 15px 0;
}
#columnRight .contentBox {
	margin-bottom: 20px;
}
.contextBoxHeader {
	padding: 6px 0 3px 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #d52e12;
}
#columnRight .contextBoxHeader {
	padding-top: 0;
}
.contextBoxHeader a {
	color: #d52e12;
}
.contextBoxBody {
	min-height: 44px;
	padding: 0 0 3px 0;
	font-size: 13px;
	line-height: 135%;
}
.contextBoxBody a {
	color: #666e74;
}
#content .contextBoxBody ul {
	margin: 0 0 0 0;
}
#content .contextBoxBody ul li {
	padding: 3px 0 3px 10px;
	background-position: 0 8px;
}
.contextBoxFooter {
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #d52e12;
	text-align: right;
}
.contextBoxFooter a {
	color: #d52e12;
}
.columnLeftImage {
	margin-bottom: 20px;
}
.columnLeftImage img {
	border: 2px solid #dbe6ee;
}

/* =CONTENT
--------------------- */
#content {
	line-height: 130%;
	color: #34393c;
}
#content h1 {
	margin: 0 0 20px 0;
	font-family: Cambria, Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	color: #34607f;
	line-height: 130%;
}
#content h1.highlight {
	color: #d52e12;
}
#content h2 {
	margin: 20px 0 15px 0;
	font-family: Cambria, Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #34607f;
	line-height: 130%;
}
#content h3 {
	margin: 15px 0 5px 0;
	font-family: Cambria, Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #34607f;
	line-height: 130%;
}
#content h4 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #34607f;
	line-height: 130%;
}
#content ul {
	list-style: none;
	margin: 0 0 15px 13px;
	padding: 0;
}
#content ul li {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 10px;
	background-image: url(../_img/common/bullet-li-1.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}
.txtSmall {
	font-size: 12px;
	color: #666e74;
}
.date {
	color: #9ba4aa;
}
.errorMsg {
	color: #f00 !important;
}
.errorField {
	background-color: #fee;
}
.goBack {
	padding: 0 0 0 10px;
	background-image: url(../_img/common/dotArrowLeft.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.goMore {
	padding: 0 0 0 10px;
	background-image: url(../_img/common/dotArrowRight.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.goUp {
	padding: 0 0 0 14px;
	background-image: url(../_img/common/dotArrowUp.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.mTop {
	margin-top: 0 !important;
}
.mBottom {
	margin-bottom: 0 !important;
}

blockquote {
	margin: 15px 20px 15px 20px;
	padding:  0 0 0 10px;
	border-left: 1px solid #b2b1af;
}
.hlSplit {
	padding: 20px 0 0 0;
	border-top: 1px solid #b2b1af;
}
.pullquote {
	float: right;
	width: 35%;
	margin: 0 0 5px 10px;
	padding: 10px 10px;
	background-color: #dbe6ee;
	font-family: Cambria, Georgia, serif;
	color: #4b82a9;
}
.callout {
	margin: 0 0 20px 0;
	padding: 7px 10px;
	background-color: #dbe6ee;
	color: #4b82a9;
}
.calloutMain {
	margin: 0 0 20px 0;
	padding: 6px 10px 7px 10px;
	background-color: #d52e12;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
}
.calloutMain a {
	color: #fff;
}
.gBox {
	margin: 5px 0 15px 0;
	border: 2px solid #dbe6ee;
}


.tblForm {
	margin: 10px 0 20px 0;
	border-collapse: collapse;
}
.tblForm td {
	padding: 5px 5px 15px 5px;
	border-top: 1px solid #d1dce5;
	border-bottom: 1px solid #d1dce5;
	vertical-align: top;
}

.tblPlain {
	border-collapse: collapse;
}
.tblPlain th {
	padding: 3px 5px;
	border-top: 1px solid #c4c1bd;
	border-bottom: 1px solid #c4c1bd;
	background-color: #4b82a9;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
}
.tblPlain th a {
	color: #fff;
}
.tblPlain td {
	padding: 3px 5px;
	border-top: 1px solid #c4c1bd;
	border-bottom: 1px solid #c4c1bd;
	vertical-align: top;
}
.tblPlain .hl td {
	background-color: #dbe6ee;
}

.tblSmall {
	border-collapse: collapse;
}
.tblSmall th {
	padding: 3px 4px 3px 4px;
	border-top: 1px solid #c4c1bd;
	border-bottom: 1px solid #c4c1bd;
	background-color: #4b82a9;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
}
.tblSmall th a {
	color: #fff;
}
.tblSmall td {
	padding: 3px 4px 3px 4px;
	border-top: 1px solid #c4c1bd;
	border-bottom: 1px solid #c4c1bd;
	font-size: 11px;
	vertical-align: top;
}
.tblSmall .hl td {
	background-color: #dbe6ee;
}

.tblInvisible {
	border-collapse: collapse;
}
.tblInvisible th {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	vertical-align: bottom;
}
.tblInvisible td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}


#content .photoInText {
	float: left;
	margin: 3px 15px 5px 0;
	padding: 0 5px 10px 0;
	border-right: 8px solid #dbe6ee;
}
#content .photoInText img {
	display: block;
	border: 2px solid #dbe6ee;
}
#content .photoInText .desc {
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	color: #9ba4aa;
}

.listItem {
	margin: 20px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #dbe6ee;
}
#content .listItem h3 {
	margin: 0 0 3px 0;
}
.listItem p {
	margin: 0 0 3px 0 !important;
}

.newsItem {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #dbe6ee;
}
#content .newsItem h3 {
	margin: 0 0 3px 0;
}
#content .newsItem .date {
	margin: 0 0 3px 0;
}


.searchItem {
	margin: 0 0 20px 0;
	padding-top: 5px;
	border-top: 1px solid #dbe6ee;
}
#content .searchItem h3 {
	margin: 0 0 3px 0;
}
.searchItem p {
	margin: 0 0 3px 0 !important;
}
.searchScore {
	float: right;
	font-size: 12px;
	color: #9ba4aa;
}

.paging {
	width: 100%;
	margin: 30px 0 30px 0;
	padding-top: 10px;
	border-top: 1px solid #dbe6ee;
	font-size: 11px;
}
.pagingGoLeft {
	float: left;
	width: 30%;
}
.pagingGoLeft a {
	padding-left: 12px;
	background-image: url(../_img/common/dotArrowLeft.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.pagingGoRight {
	float: left;
	width: 30%;
	text-align: right;
}
.pagingGoRight a {
	padding-right: 12px;
	background-image: url(../_img/common/dotArrowRight.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
.pagingList {
	float: left;
	width: 40%;
	text-align: center;
}

/* =CONTENT doc-list
--------------------- */
#content ul.docList {
	list-style: none;
	margin: 0 0 10px 8px;
}
#content ul.docList a {
	color: #066db4;
}
#content .docList li {
	list-style: none;
	margin: 0;
	padding: 3px 0 4px 24px;
	background-image: url(../_img/doc_icons/default.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.docList .docListBmp {
	background-image: url(../_img/doc_icons/bmp.gif) !important;
}
.docList .docListDoc {
	background-image: url(../_img/doc_icons/doc.gif) !important;
}
.docList .docListPdf {
	background-image: url(../_img/doc_icons/pdf.gif) !important;
}
.docList .docListPpt {
	background-image: url(../_img/doc_icons/ppt.gif) !important;
}
.docList .docListTxt {
	background-image: url(../_img/doc_icons/txt.gif) !important;
}
.docList .docListXls {
	background-image: url(../_img/doc_icons/xls.gif) !important;
}
.docList .docListZip {
	background-image: url(../_img/doc_icons/zip.gif) !important;
}
