
body
{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	background-image: url(images/PageBG.png);
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #565656;
	line-height: 20px;
}

p
{
	margin: 0px;
}

a.Red
{
	text-decoration: none;
	cursor: pointer;
	color: #e40043;
}

legend
{
	color: #565656;
	font-weight: bold;
}

.HeaderTitle
{
	font-size: 12.5pt;
	line-height: 18px;
	font-weight: bold;
}

.error
{
	color: #ff0000;
}

div.row
{
	float: none;
	clear: both;
}

div.row .column
{
	float: left;
}

div.row .rightcolumn
{
	float: right;
}

div.row .label
{
	float: left;
	text-align: right;
	font-weight: bold;
}


/*=============================================================


==============================================================*/

.PageHolder
{
	margin: 0px auto;
	width: 90%;
	min-width: 995px;
	max-width: 1019px;
	background-color: #fff;
	float: inherit;
}


.PageContainer
{
	position: relative;
	width: 100%;
	min-width: 995px;
	max-width: 1019px;
	background-position: bottom;
	float: left;
	background-color: #fff;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	border-bottom: 1px solid #d1d2d4;
}

.LeftSide
{
	width: 210px;
	left: 0px;
	float: left;
	top: 0px;
}

.LeftBoxes
{
	border: 1px solid #e0e0e0;
	margin-left: 8px;
	margin-top: 12px;
}

.RightBoxes
{
	border: 1px solid #e0e0e0;
	margin-right: 8px;
	margin-top: 12px;
	padding-left: 8px;
	margin-bottom: 20px;
	width:92%;		
}

.Boxes
{
	border: 1px solid #e0e0e0;
}

.topbanner
{
	position: relative;
	width: 100%;
	min-width: 995px;
	max-width: 1019px;
	height: 135px;
	background: url(images/topbg.jpg);
}

.logoleft
{
	background: url(images/leftlogo.jpg) no-repeat;
	width: 461px;
	height: 135px;
	margin: 0px auto;
	float: left;
}

.contact
{
	color: #fff;
	position: absolute;
	right: 18px;
	top: 110px;
	font-weight: bold;
}

.phoneno
{
	margin-top: 2px;
	float: left;
	font-weight: bold;
}


.logomid
{
}

.logoright
{
	background: url(images/rightlogo.jpg) no-repeat;
	width: 151px;
	height: 135px;
	margin: 0px auto;
	float: right;
}

.BannerBar
{
	background: url(images/banner.gif);
	height: 103px;
	min-width: 780px;
	max-width: 808px; /*border: 1px solid #d1d2d4;*/
}

.SubMenu
{
	background: url(images/submenubar.png);
	min-width: 780px;
	max-width: 808px;
	width: 100%;
	height: 10px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 5px;
	padding-top: 8px;
	color: #565656;
}

.SubMenu a
{
	color: #565656;
}

.SubMenu a:hover
{
	color: #e40043;
	text-decoration: none;
}

.Footer2
{
	background: url('images/Footer2.png');
	clear: both;
	background-color: #d1d2d4;
	height: 60px;
	width: 100%;
}

.Footer
{
	clear: both;
	background-color: #d1d2d4;
	height: 40px;
	width: 100%;
}

.FooterContent
{
	padding: 10px;
}


.Footer a
{
	color: #565656;
	font-weight: bold;
}

.Footer a:hover
{
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

/*************************************************************************
*	Site Style - if you change here change it in fckeditor as well		 *
*																		 *
*************************************************************************/

a
{
	text-decoration: none;
	color: #e40043;
}


a:hover
{
	text-decoration: underline;
	color: #e40043;
}

UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1.8em;
	margin-left: 0;
	list-style-image: url(images/bulletpoint.png);
	text-decoration: none;
}
UL UL
{
	padding-left: 1.1em;
}


li.newsitemlink
{
	margin-top: 15px;
}

li.number
{
	list-style-type: upper-alpha;
}

a.newsitemlink
{
	font-weight: bold;
}

.SideBarBg330x33, .SideBarBg294x33, .SideBarBg200x33, .SideBarBg200x33Right
{
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	text-indent: 5px;
	padding-top: 5px;
}

.SideBarBg330x33
{
	background-image: url(images/sidetopbarbg330x33.png);
	width: 320px;
	color: #fff;
	margin-top: -13px;
	margin-left: 40px;
	padding-left: 10px;
}

.SideBarBg294x33
{
	background-image: url(images/sidetopbarbg294x33.png);
	width: 294px;
	color: #fff;
}

.SideBarBg200x33
{
	background-image: url(images/sidetopbarbg200x33.png);
	width: 200px;
	color: #fff;
	margin-left: -9px;
	margin-top: -8px;
}

.SideBarBg200x33Right
{
	background-image: url(images/sidetopbarbg200x33_right.png);
	color: #fff;
	margin-right: -9px;
	margin-top: -13px;
	padding-left: 10px;
	margin-left: 10px;
}


input[type=text], input[type=password]
{
	border: 1px solid #565656;
	height: 19px;
	margin-top: 0px;
	padding-top: 0px;
}
input[type=password]
{
	font-family: Arial;
}


.Bold
{
	font-weight: bold;
}


.Title
{
	font-weight: bold;
	color: #e40043;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 18px;
}

h1, h1.Title
{
	font-size: 18px;
	font-weight: bold;
	color: #e40043;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 5px;
}

h2, h2.Title
{
	font-size: 16px;
	font-weight: bold;
	color: #565656;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h3, h3.Title
{
	font-size: 14px;
	font-weight: bold;
	color: #565656;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h4, h4.Title
{
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h4.Message
{
	font-size: 12px;
	font-weight: bold;
	color: #e40043;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/***********************************************************************************
*							Bookmark											   *
***********************************************************************************/
.sharesb
{
	clear: both;
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 15px 0 10px 0;
	-webkit-text-size-adjust: none;
}
.sharesb p
{
	padding: 0;
	margin: 0;
}
.sharesb p a
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	font-size: 12px;
}
.sharesb h5
{
	padding: 0 3px 0 0;
	margin: 0;
	margin: 0 5px 0 3px;
	font-weight: normal;
}
.sharesb ul
{
	text-align: left;
	list-style: none;
	margin: 15px 0 0px 15px;
	padding: 0;
}
.sharesb ul li
{
	text-align: center;
	display: inline;
	padding: 0 4px 6px 0;
}
.sharesb ul li.delicious
{
	background: url(images/delicious.gif) no-repeat 0 0;
}
.sharesb ul li.digg
{
	background: url(images/digg.gif) no-repeat 0 0;
}
.sharesb ul li.reddit
{
	padding: 0 0 0 2px;
	background: url(images/reddit.gif) no-repeat 0 0;
}
.sharesb ul li.facebook
{
	background: url(images/facebook.gif) no-repeat 0 0;
}

.sharesb ul li.twitter
{
	background: url(images/twitter.png) no-repeat 0 0;
}

.sharesb ul li.bookmark
{
	background: url(images/bookmark.png) no-repeat 0 0;
}
.sharesb ul li.stumbleupon
{
	background: url(images/stumbleupon.gif) no-repeat 0 0;
}
.sharesb ul li a
{
	padding: 0 0 0 18px;
	margin: 0 3px 0 0px;
}


/************************************************************************
*					Leadership club										*
************************************************************************/
.Ledgen
{
	font-size: medium;
	font-weight: bold;
}
.QRow
{
	clear: both;
	cursor: pointer;
	border: 1px solid #d9dadb;
	border-top: 0px;
	background-color: #fff;
}

.QRowBox
{
	cursor: pointer;
	border: 1px solid #000;
	background-color: #fff;
	float: left;
	width: 20px;
	height: 20px;
}

.QRowStart
{
	cursor: pointer;
	border: 1px solid #d9dadb;
	border-top: 0px;
	background-color: #fbfdd8;
}

.QRowStartBox
{
	cursor: pointer;
	border: 1px solid #000;
	background-color: #fbfdd8;
	float: left;
	width: 20px;
	height: 20px;
}


.QRowSubmitted
{
	cursor: pointer;
	border: 1px solid #d9dadb;
	border-top: 0px;
	background-color: #defdd8;
}

.QRowSubmittedBox
{
	cursor: pointer;
	border: 1px solid #000;
	background-color: #defdd8;
	float: left;
	width: 20px;
	height: 20px;
}

.QRowNominate
{
	cursor: pointer;
	border: 1px solid #d9dadb;
	border-top: 0px;
	background-color: #e6fdfd;
}

.QRowNominateBox
{
	cursor: pointer;
	border: 1px solid #000;
	background-color: #e6fdfd;
	float: left;
	width: 20px;
	height: 20px;
}


.QRow:hover, .QRowStart:hover, .QRowSubmitted:hover, .QRowNominate:hover
{
	background-color: #d9dadb;
}

.PRowHeader
{
	background-color: #2196c2;
	color: #fff;
	padding-top: 5px;
}


.PRow, .PQuestionRow
{
	background-color: #fff;
	padding: 5px;
	vertical-align: top;
	min-height: 30px;
	line-height: 20px;
}

.PRowAlter, .PQuestionRowAlter
{
	padding: 5px;
	vertical-align: top;
	background: #f6f6f6 url(images/AlterRowBG.png)repeat-x;
	min-height: 30px;
	line-height: 20px;
}

.HideRadio
{
	text-align: center;
}

.HideRadio label
{
	display: none;
}

.PRowNotComplete, .PQuestionNotComplete
{
	padding: 5px;
	vertical-align: top;
	background: #fffcfc url(images/NotComplete.png) repeat-x;
	min-height: 30px;
	line-height: 20px;
}

.PQuestionRow, .PQuestionRowAlter, .PQuestionNotComplete
{
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
}

.FRow
{
	clear: both;
	cursor: pointer;
	border: 1px solid #000;
	border-top: 0px;
	background-color: #fff;
}

.FRowHeader
{
	clear: both;
	cursor: pointer;
	border: 1px solid #000;
	background-color: #d9dadb;
	color: #000;
}

.LCCornorBox
{
	float: left;
	background-image: url(images/lccornorbox.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 28px;
	margin-left: 2px;
	margin-right: 4px;
}

.LCCornorBox input
{
	background: none;
	border: none;
	width: 180px;
	margin: 5px;
	color: #565656;
}

.EnquiryCornorBox
{
	float: left;
	background-image: url(images/equirycornorbox.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 28px;
	margin-left: 2px;
	margin-right: 4px;
}

.EnquiryCornorBoxLarge
{
	float: left;
	background-image: url(images/EnquiryCornorBoxLarge.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 88px;
	margin-left: 2px;
	margin-right: 4px;
}

.EnquiryCornorBox input, .EnquiryCornorBox select, .EnquiryCornorBoxLarge textarea
{
	background: none;
	border: 0px;
	width: 280px;
	margin: 5px;
	color: #565656;
}



/*************** 
 Three Themes
*****************/
.ThreeThemes
{
	/* 	background-image: url(images/Three-Themes.png); 	width: 130px; 	height: 70px; 	float: left; 	text-align: center; 	margin-left: 10px;*/
	float: left;
	margin-top: 10px;
	background: url(images/Three-Themes.png);
	margin-bottom: 10px;
	width: 130px;
	height: 70px;
	text-align: center;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

.ThreeThemes span
{
	text-align: center;
	padding-top: 15px;
	font-size: 11pt;
	color: #565656;
	float: left;
	width: 125px;
	cursor: pointer;
	height: 55px;
}

.ThreeThemes:hover
{
	background-image: url(images/Three-Themes-Sel.png);
	color: #e40043;
	text-decoration: none;
}

.ThreeThemes a span:hover
{
	color: #e40043;
	text-decoration: none;
}

/***********************************
			Contact us
***********************************/
.Contactus
{
	background: transparent url(http://www.chpd.com/library/image/Contact-us.png) no-repeat;
	float: left; 
	margin-top: 8px; 
	margin-left: 22px;
	width: 100px;
	height: 45px;
	padding-left: 44px;
	padding-top: 25px;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

.MediaContact
{
	background: transparent url(http://www.chpd.com/library/image/media-contact.png) no-repeat;
	float: left; 
	margin-top: 8px; 
	margin-left: 22px;
	width: 100px;
	height: 45px;
	padding-left: 50px;
	padding-top: 15px;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}
.ExternalConsultant
{
		background: transparent url(http://www.chpd.com/library/image/external-consultant.png) no-repeat;
	float: left; 
	margin-top: 8px; 
	margin-left: 22px;
	width: 144px;
	height: 70px;
	padding-top: 13px;
	padding-left: 50px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	line-height:16px;}


.Contactus a, .MediaContact a
{
	color:#fff;
}

.ExternalConsultant a
{
	color:#fff;
}

/**********************************
		Article Library			
**********************************/
.IssueName
{
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

/**********************************
		Round cornor textbox
**********************************/
.RoundCornorBox
{
	float: left;
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 28px;
	margin-left: 2px;
	margin-right: 4px;
}

input.SearchNoChar
{
	font-style: italic;
	color: #b8b8b8;
	background: none;
	border: none;
	width: 160px;
	margin: 5px;
}

input.SearchChar
{
	color: #565656;
	font-style: normal;
	background: none;
	border: none;
	width: 160px;
	margin: 5px;
}


/*****************************************
*			Menu						 *
*****************************************/
.Menu
{
	color: #565656;
	font-weight: bold;
	list-style: none;
	list-style-image: url(images/bulletpoint-unsel.png);
	margin: 0px;
	padding-right: 0px;
	font-size: 9pt;
	width: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.Menu li.unselect
{
	list-style-image: url(images/bulletpoint-unsel.png);
	position: relative;
}

.Menu li.hide
{
	display: none;
	position: relative;
}

.Menu li.hide a
{
	display: none;
}

.Menu li.unselect a
{
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

.Menu li.unselect:hover
{
	list-style-image: url(images/bulletpoint.png);
}

.Menu li.unselect:hover a
{
	text-decoration: none;
	color: #e40043;
	font-weight: bold;
}

.Menu li.dummy
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #c7c7c7;
	height: 0px;
}

.Menu li.select
{
	list-style-image: url(images/bulletpoint.png);
	position: relative;
}

.Menu li.select a
{
	color: #e40043;
	font-weight: bold;
	text-decoration: none;
}

hr.MenuSeparator
{
	display:none;
}


.MenuSeparator
{
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-bottom: 0px dotted #c7c7c7;
	height: 1px;
}


/* Accordion */

.accordionHeader
{
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
}
.accordionHeader a
{
	text-decoration: none;
}



.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}



.accordionHeaderSelected
{
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	border-bottom: 0px solid #c7c7c7;
}



.accordionHeaderSelected a
{
	text-decoration: none;
}



.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}



.accordionContent
{
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
}


.breadcrumb
{
	color: #565656;
	font-weight: bold;
}

.breadcrumbsel
{
	color: #e40043;
	font-weight: bold;
	text-decoration: none;
}


/* Client Area */
 #slideshowoutershell
    {
        width: 200px;
        height: 130px;
        position: relative;
    }
    .slideshow-item
    {
        overflow: hidden;
        top: 0;
        width: 200px;
        height: 130px;
        background-color: #fff;
        display: none;
        text-align: center;
        vertical-align: middle;
    }