/* Start of CMSMS style sheet 'PPCKD Main CSS' */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
}
.leftSideBG {
	background-image: url(/images/templates/PPCKDMain/BGMain.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #d5d5d5;
}
.rightSideBG {
	background-image: url(/images/templates/PPCKDMain/BGMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d5d5d5;
}
img {
   border: 0;
}
form {
	margin: 0px;
	padding: 0px;
}

/*
Menu Areas
*/
.menuLeft {
	border: 1px solid #b0b0b0;
}
.menuLeftBottom {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
}
.menuRight {
	border: 1px solid #b0b0b0;
}
.menuRightBottom {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
}
.menuBottom{
	border-bottom: 1px solid #b0b0b0;
}

/*
Content Areas
*/
.contentBorder {
	border: 1px solid #b0b0b0;
}
.contentBorderBottom {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
}
.contentBottom {
	border-bottom: 1px solid #b0b0b0;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #01437f;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c8c8c8;
	padding-bottom: 5px;
}

/*
default link styles
*/
a:link {
}
a:active {
}
a:visited {
}
a:hover {
}

/*****************
basic layout 
*****************/

.header {
   height: 80px;    /* adjust according your image size */
   background: #385C72;           
}
#beltName {
	font-weight: bold;
	text-transform: uppercase;
	color: #FCCF34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

#footer {
	font-size: 10px;
	color: #999999;
}
#footer a:link{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:active{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:visited{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
/* END HEADINGS */


/* End of 'PPCKD Main CSS' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
	margin: 0px;  /* margin for the entire div surrounding the news list */
	font-size: 10px;
	color: #666666;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}
.NewsSummaryLink {
	font-weight: normal;
	color: #333333;
}
.NewsSummaryDate {
	color: #333333;
}
.NewsSummaryLink a:link{
	font-weight: bold;
	color: #01437f;
	text-decoration: none;
}
.NewsSummaryLink a:visited{
	font-weight: bold;
	color: #01437f;
	text-decoration: none;
}
.NewsSummaryLink a:active{
	font-weight: bold;
	color: #01437f;
	text-decoration: none;
}
.NewsSummaryLink a:hover{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.NewsSummarySummary a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


#NewsPostDetailTitle {
	font-weight: bold;
	color: #01437f;
}

#NewsPostDetailDate {
  }

#NewsPostDetailSummary {
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 20px;
   }

#NewsPostDetailContent {
  }



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'PPCKD Navigation Main CSS' */
/********************
MENU
*********************/
#menu_vert {
   padding: 0px;
   margin: 0px;
}
#menu_vert ul{
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* menu li block */
#menu_vert ul ul li {
	list-style: none;
	border-bottom: 1px dotted #c0c0c0;
	display: block;
	margin: 0px;
}

#menu_vert li.contact-us {
    border: none;
}

#menu_vert ul ul ul li {
   border: none;
}

/* first level links */
div#menu_vert ul ul a {
	text-decoration:none;
	display: block;
	padding: 7px 0px 7px 9px;
	color: #01437f;
	font-size: 11px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul ul a {
	font-size: 10px;
	padding: 0px 5px 7px 11px;
	color: #666666;
}

/* third level links, more padding */
div#menu_vert ul ul ul ul a {
	font-size: 10px;
	padding: 0px 5px 7px 13px;
	color: #000000;
}

/* hover state for all links */
div#menu_vert ul ul a:hover {
	color: #666666;
}
div#menu_vert ul ul ul a:hover {
	color: #01437f;
}
div#menu_vert a.activeparent:hover {
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
}

div#menu_vert ul ul li a.activeparent {
}


/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'PPCKD Navigation Main CSS' */

/* Start of CMSMS style sheet 'PPCKD Navigation Secure CSS' */
/********************
MENU
*********************/
#menu_vert_secure {
   padding: 0px;
   margin: 0px;
}
#menu_vert_secure ul {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* menu li block */
#menu_vert_secure ul ul li {
	list-style: none;
	border-bottom: 1px dotted #c0c0c0;
	display: block;
	margin: 0px;
}

#menu_vert_secure li.useful-information {
    border: none;
}

#menu_vert_secure ul ul ul li {
   border: none;
}

/* first level links */
div#menu_vert_secure ul ul a {
	text-decoration:none;
	display: block;
	padding: 7px 0px 7px 9px;
	color: #01437f;
	font-size: 11px;
}

/* next level links, more padding and smaller font */
div#menu_vert_secure ul ul ul a {
	font-size: 10px;
	padding: 0px 5px 7px 11px;
	color: #666666;
}

/* third level links, more padding */
div#menu_vert_secure ul ul ul ul a {
	font-size: 10px;
	padding: 0px 5px 7px 13px;
	color: #000000;
}

/* hover state for all links */
div#menu_vert_secure ul ul a:hover {
	color: #666666;
}
div#menu_vert_secure ul ul ul a:hover {
	color: #01437f;
}
div#menu_vert_secure a.activeparent:hover {
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert_secure li a.activeparent {
}

div#menu_vert_secure ul ul li a.activeparent {
}


/* section header */
div#menu_vert_secure li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert_secure li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert_secure li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'PPCKD Navigation Secure CSS' */

