@charset "utf-8";

/* ::: RESET ALL MARGINS, PADDING, AND BORDERS ::: */
* { margin: 0; padding: 0; }
IMG { border: 0; }


/* ::: TYPOGRAPHY ::: */
BODY, TD, TH {
	font: 12px/1.6em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
}
H1, H2, H3, H4, H5, H6 {
	color: #007070;
	margin: 1em 0 .25em;
}
.first {
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
    margin-bottom: 1em;
}
A:link		{ color: #9C0015; }
A:hover,
A:active,
A:focus		{ color: #608166; }
.link {
	color: #608166;
	text-decoration: underline;
	cursor: pointer;
}

H1 { font-size: 2em; }
H2 { font-size: 1.8em; }
H3 { font-size: 1.5em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; }
H6 { font-size: .8em; }


/* ::: LISTS ::: */
UL, LI {
	margin-left: 1em;
}
LI {
	margin-bottom: .3em;
}
DT {
	font-weight: bold;
}
DD {
	margin: 0 0 1em 1em;
}


/* ::: LAYOUT ::: */

BODY {
	background: #D1DEE9 url(../new-images/bg_page.gif) top left repeat-x;
	text-align: center;
}
#pageContainer {
	width: 762px;
	margin: 0 auto;
	text-align: left;
}
#contentContainer {
	background: #fff url(../new-images/bg_content.gif) top left repeat-y;
	width: 100%;
	float: left;
	clear: left;
	display: inline;
}



/* ::: MASTHEAD ::: */
#masthead {
	background: url(../new-images/bg_masthead.jpg) top left no-repeat;
	height: 162px;
	width: 100%;
	float: left;
}
#masthead H1 {
	text-indent: -5000px;	/* Phark Image Replacement Revisited (http://www.mezzoblue.com/tests/revised-image-replacement/#phark2) */
	margin: 0;
	padding: 0;
}
#masthead H1 A {
	display: block;
	width: 100%;
	height: 162px;
	text-decoration: none;
}
/* #masthead H1 A:hover {
	background: url(../new-images/bg_masthead-on.jpg) top left no-repeat;
	} */
	
UL#auxmenu {
	float: right;
	margin: -162px 2px 0 0;
	font-size: 11px;
}
#auxmenu LI {
	display: inline;
	list-style: none;
	padding: 0 1em;
	margin: 0;
	border-left: 2px solid #d4002d;
}
#auxmenu LI.first {
	border-width: 0;
}
#auxmenu A {
	color: #fff;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
}
#auxmenu A:hover {
	text-decoration: underline;
}


/* ::: MENU ::: */
#menu {
	float: left;
	clear: left;
	display: inline;
	width: 100%;
	margin: -56px 0 0 6px;
}
#menu UL {
	padding: 0;
	margin: 0;
}
#menu LI {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu LI A {
	text-indent: -5000px;
	float: left;
	clear: none;
	height: 37px;
	text-decoration: none;
}
#menu-about A {
	background: url(../new-images/btn_about.gif) top left no-repeat;
	width: 142px;
}
#menu-about A:hover {
	background: url(../new-images/btn_about-on.gif) top left no-repeat;
	width: 142px;
}
#menu-activities A {
	background: url(../new-images/btn_activities.gif) top left no-repeat;
	width: 135px;
}
#menu-activities A:hover {
	background: url(../new-images/btn_activities-on.gif) top left no-repeat;
	width: 135px;
}
#menu-join A {
	background: url(../new-images/btn_join.gif) top left no-repeat;
	width: 136px;
	margin-left: 194px;
}
#menu-join A:hover {
	background: url(../new-images/btn_join-on.gif) top left no-repeat;
	width: 136px;
	margin-left: 194px;
}	
#menu-reading A {
	background: url(../new-images/btn_reading.gif) top left no-repeat;
	width: 143px;
}
#menu-reading A:hover {
	background: url(../new-images/btn_reading-on.gif) top left no-repeat;
	width: 143px;
}




/* ::: SUBMENU ::: */
#submenu {
	float: left;
	clear: left;
	display: inline;
	width: 174px;
	background: url(../new-images/bg_submenu.png) top left no-repeat;
/*	height: 330px; */
}
#submenu H2 {
	text-indent: -5000px;
	background: transparent top left no-repeat;
	width: 174px;
	height: 107px;
	padding: 0;
	margin: 0;
}
#submenu UL {
	float: right;
	clear: right;
	display: inline;
	margin: 0;
	padding: 0;
	width: 174px;
	list-style: none;
}
#submenu LI {
	width: 164;
	border-bottom: 1px solid #037170;
	margin-left:15px ;
	padding: 0;
}
#submenu LI A {
	color: #004343;
	font: 14px/1.6em Georgia, Garamond, "Times New Roman", serif;
	display: block;
	/*padding: 7px 0 7px 8px;*/
	padding: 7px 0 0 0px;
	height: 29px !important;
	height /**/: 36px;
	text-decoration: none;
}
#submenu LI A:hover {
	color: #9C0015;
	background: url(../new-images/submenu_hl.gif) top left no-repeat;
}


/* ::: CONTENT ::: */
H2#pageTitle {
	float: left;
	clear: right;
	display: inline;
	text-indent: -5000px;
	background: url(../new-images/ti_home.png) top left no-repeat;
	width: 588px;
	height: 107px;
	padding: 0;
	margin: 0;
}
#content {
	float: left;
	clear: none;
	display: inline;
	width: 378px !important;
	width /**/: 414px;
	padding: 0 18px 45px;
}


/* ::: SIDEBAR ::: */
#sidebar {
	float: right;
	clear: right;
	display: inline;
	width: 156px;
	margin: 0 18px 0 0;
	background: #FFFBF0 url(../new-images/bg_sidebar_horiz.gif) top left repeat-y;
}
#sidebar-header {
	width: 100%;
	float: left;
	clear: left;
	display: inline;
}
#sidebar-body {
	background: transparent url(../new-images/bg_sidebar_body.gif) top left no-repeat;
	width: 136px !important;
	width /**/: 156px;
	/* height: 160px;*/
	padding: 0 8px 24px 12px;
	float: left;
	clear: left;
	display: inline;
}
#sidebar-footer {
	background: transparent url(../new-images/bg_sidebar_footer.gif) top left no-repeat;
	width: 156px;
	height: 32px;
	margin: 1em 0 0 0;
	float: left;
	clear: left;
	display: inline;
}
#sidebar-header H3 {
	background: transparent url(../new-images/sb_upcomingteas.gif) top left no-repeat;
	text-indent: -5000px;
	height: 53px;
	margin: 0;
}
#sidebar DL {
	margin: 0;
	padding: 0;
}
#sidebar DT {
	color: #004343;
	font: 14px/1.6em Georgia, Garamond, "Times New Roman", serif;	
	margin: .5em 0 0 0;
}
#sidebar DD,
#sidebar A {
	margin: 0;
	color: #004343;
	text-decoration: none;
}
#sidebar A:hover {
	color: #9C0015;
	text-decoration: underline;
}
#sidebar-footer A {
	text-decoration: underline;
	float: right;
	margin-right: 12px;
}

/* ::: FOOTER ::: */
#footer {
	float: left;
	clear: both;
	background: #D1DEE9 url(../new-images/bg_footer.gif) top left no-repeat;
	width: 100%;
	text-align: center;
	padding: 12px 0 12px 0;
	font-size: 11px;
	color: #666;
}
#footer A {
	color: #666;
}
#footer A:hover {
	color: #9C0015;
}


/* ::: MISC CLASSES ::: */
.activitytime {
	margin: 0 0 0 1em;
}

.links #content DT A:link,
.links #content DT A:visited {
	color: #333;
	text-decoration: none;
}
.links #content DD {
	margin-left: 0;
}
.links #content .url A:link,
.links #content .url A:visited {
	color: #777;
	text-decoration: none; 
}
.links #content .url A:hover,
.links #content DT A:hover {
	color: #9C0015;
	text-decoration: underline;
}
.error {
	font-weight: bold;
	color: #900;
}
.synopsis {
	background: #eaeaea;
	padding: 1em;
}
TABLE.schedule {
	border: 0;
}
TABLE.schedule TH {
	font-weight: bold;
	text-align: left;
	padding-right: 2em;
}
TABLE.schedule TD {
	padding-bottom: .5em;
}

/* ::: SITE MAP ::: */
.sitemap #content LI {
	list-style: none;
	margin-left: 0;
}
.sitemap #content LI LI {
	list-style: circle;
	margin-left: 1.5em;
}
.sitemap #content UL {
	margin-bottom: 1em;
}
.sitemap #content LI UL {
	margin-bottom: 0;
}
.sitemap #content LI A:link,
.sitemap #content LI A:visited {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
.sitemap #content LI LI A:link,
.sitemap #content LI LI A:visited {
	color: #666;
	font-weight: normal;
	font-size: 1em;
}
.sitemap #content LI A:hover,
.sitemap #content LI LI A:hover {
	color: #9c0015;
	text-decoration: underline;
}


/* ::: DOWNLOADS ::: */
.download-pdf {
	background: #eee;
	border: 1px solid #cf142b;
	padding: 1em;
	margin-right: 1.5em;
}
.download-pdf IMG {
	vertical-align: middle;
}

/* ::: BOARD OF DIRECTORS ::: */
TH {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	vertical-align: top;
}
TD {
	vertical-align: top;
}

/* TABLE STRIPING */
TABLE.datalist TBODY TR.even TD,
TABLE.datalist TBODY TR.even TH {
	background: #eee;
}
TABLE.datalist TBODY TR.ruled TD,
TABLE.datalist TBODY TR.ruled TH {
	color: #000;
	background-color: #D7EBFF;
}


/* ===============================
		::: NEWS LIST :::
=============================== */

UL.news {
	list-style: none;
	margin: .5em 0 1em 0;
}
UL.news LI {
	margin: 0 0 1em 0;
	font-weight: bold;
}
UL.news .posted {
	font-size: .9em;
	font-weight: normal;
	color: #666;
	display: block;
	margin-left: 1em;
}


#submenu ul#chpl-logo A {
        display: block;
        background: url(../new-images/submenu_chpllogo.jpg) top left no-repeat;
        width: 174px;
        height: 96px;
        text-decoration: none;
}

#submenu ul#chpl-logo A:hover {
        background: url(../new-images/submenu_chpllogo-on.jpg) top left no-repeat;
	}

#submenu ul#chplf-logo A {
        display: block;
/*	margin-top:-12px;
	margin-left:-16px; */
        background: url(../new-images/submenu_foundationlogo.jpg) top left no-repeat;
        width: 174px;
        height: 88px;
        text-decoration: none;
}

#submenu ul#chplf-logo A:hover {
        background: url(../new-images/submenu_foundationlogo-on.jpg) top left no-repeat;
	} 

