﻿/*------------------------------------------------------------

screen.css
Screen media CSS.

------------------------------------------------------------*/

@media screen, projection {





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

p {
	color: #392f2a;
	margin: 0.1em 0 0.8em 0;
}

address {
	margin: 0 0 0.8em 0;
}

code, samp {
	font-size: 105%;
	line-height: 1.4em;
}

pre {
	font-size: 105%;
	line-height: 1.4em;
	margin: 0 0 0.8em 0;
}

pre code, pre samp {
	font-size: 100%;
}

/* links */
a,
a:link,
a:active {
	color: #cd6b6a;
}

a:visited {
	color: #cd6b6a;
}

a:hover {
	color: #974c4b;
}


/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

headers

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	margin: 0;
	line-height: 1.2em;
	color: #D3232E;
}

h2 {
	font-size: 110%;
	margin: 1em 0 0.4em 0;
	color: #392F2A;
	font-weight: normal;
}

h3, h4, h5, h6 {
	margin: 1.2em 0 0.4em 0;
	font-weight: normal;
	color: #666;
}

h3 {
	font-size: 100%;
	color: #392F2A;
}
.ch-Content1 h3 {
	color: #392f2a;
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	color: #CD6B6A;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: disc;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}





/*------------------------------------------------------------

tables

------------------------------------------------------------*/

table {
	margin: 0.8em 0 0.8em 0;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	padding: 3px;
	text-align: left;
}

thead th, thead td {
	border-bottom: 1px dashed #CCC;
}

tfoot th, tfoot td {
	border-top: 1px dashed #CCC;
}

tr.alt th, tr.alt td {
	background: #F0F0F0;
}

tbody th {
	color: #666;
}





/*------------------------------------------------------------

forms

------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth {
	clear: both;
	*clear: none;
	height: 1px;
	overflow: hidden;
}

.ch-StoriesClearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}





/*------------------------------------------------------------

header region

------------------------------------------------------------*/

.ch-Header 
{
    position: relative;
	margin: 0;
	padding: 0;
	height: 65px;
}


/* logo */
.ch-Logo {
	background: url("../images/ch-logo.gif") no-repeat top left;
	color: #900;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -1em;
	margin-top: 2px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 250px;
	height: 60px;
}


/* header navigation */

.ch-Header .ch-Nav {
	float: right;
	margin: 27px 20px 0 0;
	list-style: none;
	text-align: right;
	white-space: nowrap;
	color: #666;
}

.ch-Header .ch-Nav li {
	display: inline;
	font-size: 11px;
	margin-right: 15px;
}



/*------------------------------------------------------------

primary navigation region

------------------------------------------------------------*/

.ch-NavPrimary {
	clear: both;
	*clear: none;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 45px;
	min-width: 962px;
	-moz-opacity:.95; filter:alpha(opacity=95); opacity:.95;
}

.ch-NavPrimary li {
	float: left;
	margin: 0;
}

.ch-NavPrimary a {
	background: transparent url("../images/ch-primary_nav.gif") no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -10000px;
	overflow: hidden;
	text-indent: -5000px;
	height: 45px;
}

/* home */

.ch-NavPrimary li.home a,
.ch-NavPrimary li.home a:visited {
	width: 172px;
}

.ch-NavPrimary li.home a:active,
.ch-NavPrimary li.home a:hover,
.ch-NavPrimary li.home a.selected {
	background-position: 0 -45px;
}

/* women */

.ch-NavPrimary li.women a,
.ch-NavPrimary li.women a:visited {
	background-position: -172px 0;
	width: 240px;
}

.ch-NavPrimary li.women a:active,
.ch-NavPrimary li.women a:hover,
.ch-NavPrimary li.women a.selected {
	background-position: -172px -45px;
}

/* approach */

.ch-NavPrimary li.approach a,
.ch-NavPrimary li.approach a:visited {
	background-position: -412px 0;
	width: 161px;
}

.ch-NavPrimary li.approach a:active,
.ch-NavPrimary li.approach a:hover,
.ch-NavPrimary li.approach a.selected {
	background-position: -412px -45px;
}

/* support */

.ch-NavPrimary li.support a,
.ch-NavPrimary li.support a:visited {
	background-position: -573px 0;
	width: 210px;
}

.ch-NavPrimary li.support a:active,
.ch-NavPrimary li.support a:hover,
.ch-NavPrimary li.support a.selected {
	background-position: -573px -45px;
}

/* become */

.ch-NavPrimary li.become a,
.ch-NavPrimary li.become a:visited {
	background-position: -783px 0;
	width: 179px;
}

.ch-NavPrimary li.become a:active,
.ch-NavPrimary li.become a:hover,
.ch-NavPrimary li.become a.selected {
	background-position: -783px -45px;
}



/*------------------------------------------------------------

icon styles

------------------------------------------------------------*/

.ch-ReadMore {
	background: url("../images/icons/icon_readmore.gif") no-repeat 0 3px;
	display: inline-block;
	*display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

.ch-LearnMore {
	background: url("../images/icons/icon_learnmore.gif") no-repeat 0 3px;
	display: inline-block;
	*display: inline;
	padding-left: 15px;
	padding-right: 20px;
}

.ch-Video {
	background: url("../images/icons/icon_video.gif") no-repeat 0 5px;
	display: inline-block;
	*display: inline;
	padding-left: 22px;
	padding-right: 20px;
}


/*------------------------------------------------------------

Stories

------------------------------------------------------------*/

.ch-Story img {
	float: left;
	margin-right: 20px;
}

.ch-Story h3 {
	*margin-top: 1em;
}


/*------------------------------------------------------------

image styles

------------------------------------------------------------*/

a img {
	border: none;
}

.ch-AlignLeft {
	margin: 3px 15px 15px 0;
	float: left;
}

.ch-AlignRight {
	margin: 3px 0 15px 15px;
	float: right;
}

.ch-Content1 img {
	margin-bottom: 1em;
}

.ch-Showcase {
	background: url("../images/ch-showcase.png") no-repeat left bottom;
	margin: 10px;
	padding-bottom: 18px;
	float: right;
}



/*------------------------------------------------------------

Alumni Gallery

------------------------------------------------------------*/

.ch-AlumniGallery .item {
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
}

.ch-AlumniGallery .item img {
	margin-bottom: 5px;
}
.ch-AlumniGallery .item a {
	font-size: 90%;
	display: block;
}


/*------------------------------------------------------------

main image region

------------------------------------------------------------*/

.ch-MainImage {
	padding-top: 25px;
	margin: 0 10px 0 0;
}

.ch-MainImage img {
	display: block;
	float: right;
	margin-top: -25px;
	width: 574px;
	height: 261px;
}


/*------------------------------------------------------------

main image region

------------------------------------------------------------*/

.ch-Promos {
	clear: both;
	*clear: none;
	list-style: none;
	margin: 0 auto;
	height: 102px;
}

.ch-Promos li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 11px 0 0;
}

.ch-Promos li a {
	display: block;
	letter-spacing: -10000px;
	text-indent: -5000px;
	overflow: hidden;
	height: 102px;
}

.ch-Promos li.ch-PromoUpdate {
	margin: 0 11px 0 0;
}

.ch-Promos li.ch-PromoUpdate a {
	background: transparent url("../images/promos/ch-promo_update.gif") no-repeat;
	width: 313px;
}

.ch-Promos li.ch-PromoAlumni a {
	background: transparent url("../images/promos/ch-promo_alumni.gif") no-repeat;
	width: 313px;
}

.ch-Promos li.ch-PromoRefer {
	margin: 0;
}

.ch-Promos li.ch-PromoRefer a {
	background: transparent url("../images/promos/ch-promo_refer.gif") no-repeat;
	width: 313px;
}


/*------------------------------------------------------------

red promo panel

------------------------------------------------------------*/

.ch-RedPanel {
	position: relative;
	background: #b75d57 url("../images/ch-red_panel_bg.gif") no-repeat 0 11px;
	color: #faeed3;
	float: left;
	width: 192px;
	min-height: 285px;
	height: 285px;
}

.ch-RedPanel p {
	color: #faeed3;
}

.ch-RedPanel_Top {
	background: transparent url("../images/ch-red_panel_top.gif") no-repeat;
	width: 192px;
	height: 11px;
}

.ch-RedPanel_Bot {
	position: absolute;
	bottom: 0;
	background: transparent url("../images/ch-red_panel_bot.gif") no-repeat;
	width: 192px;
	height: 14px;
}

/* header */

.ch-RedPanel h2 {
	color: #fef8ee;
	font-size: 17px;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	font-weight: normal;
	line-height: 1.1em;
	margin: 5px 15px 10px 15px;
}

.ch-RedPanel p {
	margin: 8px 15px;
}

.ch-RedPanel a.ch-LearnMore {
	background: transparent url("../images/ch-learn_more.gif") no-repeat center;
	display: block;
	letter-spacing: -10000px;
	margin: 10px auto;
	padding-top: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 159px;
	height: 23px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 124px;
}
html>body .ch-RedPanel a.ch-LearnMore {
	width: 124px;
}

.ch-RedPanel a.ch-Question,
.ch-RedPanel a:visited.ch-Question,
.ch-RedPanel a:active.ch-Question {
	background: transparent url("../images/ch-question.gif") no-repeat top right;
	display: inline-block;
	color: #d9a696;
	font-size: 14px;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	margin: 0 15px;
	min-height: 19px;
	overflow: hidden;
	padding: 0 25px 0 0;
	text-decoration: none;
}

.ch-RedPanel a:hover.ch-Question {
	color: #ecb5b0;
}



/*------------------------------------------------------------

main panel - rose panel

------------------------------------------------------------*/

.ch-MainPanel {
	background: transparent url("../images/ch-rose_panel.gif") no-repeat;
	float: left;
	margin: 0 10px;
	padding: 7px 20px 15px 20px;
	width: 556px;
	height: 285px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 516px;
	height: 263px;
}
html>body .ch-MainPanel {
	width: 516px;
	height: 263px;
}

.ch-MainPanel h2 {
	color: #cd6b6a;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 5px 0 8px 0;
}

.ch-MainPanel h3 {
	color: #5c5049;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

.ch-Signature {
	background: transparent url("../images/LIBRARY/signature.gif") no-repeat;
	display: block;
	float: right;
	margin: 20px 15px;
	letter-spacing: -10000px;
	overflow: hidden;
	text-indent: -5000px;
	width: 212px;
	height: 55px;
}



/*------------------------------------------------------------

right panel

------------------------------------------------------------*/

.ch-RightPanel {
	position: relative;
	background: url("../images/ch-right_panel_bg.gif") repeat-y;
	color: #cd6b6a;
	float: left;
	width: 194px;
	min-height: 285px;
	height: 285px;
}

.ch-RightPanelInner {
	background: transparent url("../images/ch-right_panel_inner_bg.gif") no-repeat;
	padding: 0 15px;
	width: 194px;
	min-height: 270px;
	height: 270px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 164px;
}
html>body .ch-RightPanelInner {
	width: 164px;
	height: auto;
}

.ch-RightPanel_Bot {
	position: absolute;
	bottom: 0;
	background: transparent url("../images/ch-right_panel_bot.gif") no-repeat;
	margin: 15px 0 0 0;
	width: 194px;
	height: 9px;
}

.ch-RightPanel h2 {
	background: #cb8b85 url("../images/ch-right_panel-header.gif") no-repeat;
	color: #fff;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	font-size: 15px;
	margin: 0 -15px 5px -15px;
	padding: 10px 15px 0 15px;
	height: 35px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 25px;
}
html>body .ch-RightPanel h2 {
	height: 25px;
}

.ch-RightPanel h3 {
	color: #cd6b6a;
	font-size: 11px;
	font-weight: bold;
}

.ch-RightPanel p {
	line-height: 13px;
	margin-bottom: 20px;
}

.ch-ViewAll {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 11px;
}


/*------------------------------------------------------------

main content area

------------------------------------------------------------*/

.ch-PageTitle {
	background: url("../images/ch-intro_h1.gif") no-repeat;
	color: #cd6b6a;
	font-family: Arial Narrow, Arial, Trebuchet MS, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 0 0 14px;
	width: 556px;
	height: 37px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 542px;
	height: 28px;
}
html>body .ch-PageTitle {
	width: 542px;
	height: 28px;
}

.ch-Intro {
	position: relative;
	background: url("../images/ch-intro_bg2.gif") repeat-y;
	margin: 0 auto 15px auto;
	width: 556px;
}

.ch-IntroInner {
	background: url("../images/ch-intro_bg1.jpg") no-repeat left top;
	padding: 10px 10px 20px 20px;
	min-height: 235px;
}

.ch-IntroBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/ch-intro_bot.gif") no-repeat;
	display: block;
	width: 556px;
	height: 9px;
}


/* section */

.ch-SectionTitle {
	background: url("../images/ch-main_title.gif") no-repeat;
	color: #cd6b6a;
	font-family: Arial Narrow, Arial, Trebuchet MS, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 9px 0 0 14px;
	width: 556px;
	height: 36px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 542px;
	height: 27px;
}
html>body .ch-SectionTitle {
	width: 542px;
	height: 27px;
}

.ch-Section {
	position: relative;
	background: url("../images/ch-main_bg.gif") repeat-y;
	margin: 0 auto 15px auto;
	width: 556px;
}

.ch-SectionInner {
	padding: 15px;
}

.ch-SectionBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/ch-main_bot.gif") no-repeat;
	display: block;
	width: 556px;
	height: 9px;
}


/* secondary panel */


.ch-SecondaryPanel {
	background: url("../images/ch-secondarypanel_bg2.gif") repeat-y;
	width: 194px;
}

.ch-SecondaryPanel_Top {
	background: url("../images/ch-SecondaryNav_Top.gif") no-repeat;
	width: 194px;
	height: 6px;
}

.ch-SecondaryPanel h3 {
	background: url("../images/ch-SecondaryNavHeader.gif") repeat-y;
	color: #fef8ee;
	display: block;
	font-size: 16px;
	font-family: Arial Narrow, Verdana, Sans-Serif;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 3px 15px 8px 15px;
}

.ch-SecondaryPanelInner {
	background: url("../images/ch-secondarypanel_bg1.jpg") no-repeat;
	padding: 10px;
	min-height: 380px;
}

.ch-SecondaryPanel_Bot {
	background: url("../images/ch-secondarypanel_bot.gif") no-repeat;
	display: block;
	width: 194px;
	height: 6px;
}



/*------------------------------------------------------------

secondary nav

------------------------------------------------------------*/

.ch-SecondaryNav {
	float: left;
	width: 194px;
}

.ch-SecondaryNav_Top {
	background: url("../images/ch-SecondaryNav_Top.gif") no-repeat;
	width: 194px;
	height: 6px;
}

.ch-SecondaryNav h3 {
	background: url("../images/ch-SecondaryNavHeader.gif") repeat-y;
	color: #fef8ee;
	display: block;
	font-size: 16px;
	font-family: Arial Narrow, Verdana, Sans-Serif;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 3px 15px 8px 15px;
}

.ch-SecondaryNavInner {
	background: url("../images/ch-SecondaryNav_bg.png") repeat-y;
}

/* first level */

.ch-SecondaryNavInner ul {
	border-bottom: 1px solid #e0bfb0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-SecondaryNavInner ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-SecondaryNavInner ul li a {
	background: url("../images/ch-SecondaryNavItem_bg.png") repeat-x;/*
	border-top: 1px solid #e7cec2;
	border-bottom: 1px solid #e7cec2;*/
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 10px 16px;
	text-decoration: none;
}
.ch-SecondaryNavInner ul li a:hover {
	background: url("../images/ch-SecondaryNavItem_Hover.png") repeat-x;
}

.ch-SecondaryNavInner ul li.selected a {
	color: #56463e;
}

/* second level */

.ch-SecondaryNavInner ul li ul {
	border-bottom: none;
}

.ch-SecondaryNavInner ul li ul li a {
	background: url("../images/ch-SecondaryNav_Lv2Item.gif") no-repeat 18px 15px;
	border: none;
	padding-left: 28px;
	font-weight: normal;
}
.ch-SecondaryNavInner ul li ul li a:hover {
	background: url("../images/ch-SecondaryNav_Lv2Item.gif") no-repeat 18px 15px;
}

.ch-SecondaryNavInner ul li.selected ul li a {
	color: #CD6B6A;
}
.ch-SecondaryNavInner ul li.selected ul li a:hover {
	background: url("../images/ch-SecondaryNav_Lv2Item_Hover.gif") no-repeat 18px 15px;
	color: #974c4b;
}

.ch-SecondaryNavInner ul li.selected ul li.selected a {
	background: url("../images/ch-SecondaryNav_Lv2Item_Selected.gif") no-repeat 18px 15px;
	color: #56463e;
}




/*------------------------------------------------------------

secondary nav (rad panel bar)

------------------------------------------------------------*/

.RadPanelBar_Default {
	width: 194px;
}

.RadPanelBar_Default li {
	*margin-bottom: -2px !important;
}
.RadPanelBar_Default .rpSlide .rpSlide li {
	*margin-bottom: 0 !important;
}

.RadPanelBar .rpItem {
	padding: 0;
	background: transparent;
}

.RadPanelBar_Default .rpLink {
	border: none;
	width: auto;
}

.RadPanelBar_Default .rpText {
	margin: 0;
}

.RadPanelBar .rpOut,
.RadPanelBar .rpLink:hover .rpOut
{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
}

.RadPanelBar .rpFocused .rpOut,
.RadPanelBar .rpLink:hover .rpOut,
.RadPanelBar .rpSelected .rpOut,
.RadPanelBar .rpSelected:hover .rpOut
{
	padding-bottom: 0;
}

.RadPanelBar .rpLink:hover .rpText {
	color: #921d00;
	text-decoration: none;
}

.RadPanelBar_Default .rpSelected .rpText,
.RadPanelBar_Default .rpExpanded .rpText
{
	font-weight: normal;
	color: #921d00;
}


/* level 0 */
.RadPanelBar_Default ul.rpRootGroup {
	border: none;
	padding: 0;
}

.RadPanelBar_Default .rpRootGroup .rpItem {
	border-top: none;
	border-bottom: none;
}

.RadPanelBar_Default .rpRootGroup .rpFirst {
	border-top: none;
}
html>body .RadPanelBar_Default .rpRootGroup .rpLast {
	border-bottom: none;
}

.RadPanelBar_Default .rpRootGroup .rpLink,
.RadPanelBar_Default .rpRootGroup .rpTemplate
{
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 14px;
	color: #666;
}

.RadPanelBar_Default .rpRootGroup .rpLink {
	padding: 0;
}

.RadPanelBar_Default .rpRootGroup .rpText {
	padding: 0;
	background: url("../images/navSecondary/bullet_collapsed.gif") no-repeat 11px 11px;
}

.RadPanelBar_Default .rpRootGroup .rpLink:hover .rpText {
	background-image: url("../images/navSecondary/bullet_selected.gif");
}

.RadPanelBar_Default .rpRootGroup .rpSelected,
.RadPanelBar_Default .rpRootGroup .rpSelected:link,
.RadPanelBar_Default .rpRootGroup .rpSelected:visited,
.RadPanelBar_Default .rpRootGroup .rpSelected:hover,
.RadPanelBar_Default .rpRootGroup .rpExpanded,
.RadPanelBar_Default .rpRootGroup .rpExpanded:link,
.RadPanelBar_Default .rpRootGroup .rpExpanded:visited,
.RadPanelBar_Default .rpRootGroup .rpExpanded:hover
{
	background: url("../images/ch-SecondaryNavHeader.gif") repeat-y;
	border: none;
	color: #fef8ee;
	display: block;
	font-size: 16px;
	font-family: Arial Narrow, Trebuchet MS, Sans-Serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 3px 15px 8px 15px;
}

.RadPanelBar_Default .rpRootGroup .rpSelected .rpText,
.RadPanelBar_Default .rpRootGroup .rpSelected:hover .rpText,
.RadPanelBar_Default .rpRootGroup .rpExpanded .rpText,
.RadPanelBar_Default .rpRootGroup .rpExpanded:hover .rpText
{
	background: none;
	border: none;
	color: #fef8ee;
	font-weight: bold;
	margin: 0;
	padding: none;
	text-decoration: none;
}

.RadPanelBar .rpFirst .rpSelected,
.RadPanelBar .rpFirst .rpSelected:hover {
	background-position: 0 0;
	text-decoration: none;
}

.RadPanelBar .rpExpandable .rpText,
.RadPanelBar .rpExpanded .rpText {
	background-position: 0 0;
	padding: 0 !important;
}

.RadPanelBar .rpFirst .rpLink,
.RadPanelBar .rpFirst .rpExpanded {
	background-position: 0 0;
}

.RadPanelBar .rpLink {
	border: none;
}


/* level 1 */

.RadPanelBar .rpSlide {
	background: none;
}

.RadPanelBar .rpLevel1 {
	border: none;
	border-bottom: 1px solid #E0BFB0;
	overflow: hidden;
}

.RadPanelBar_Default .rpLevel1 .rpItem {
	background: none;
	border: none;
}

.RadPanelBar_Default .rpLevel1 .rpLink,
.RadPanelBar_Default .rpLevel1 .rpLink:link,
.RadPanelBar_Default .rpLevel1 .rpLink:visited
{
	background: url("../images/ch-SecondaryNavItem_bg.png");
	border-top: 1px solid #e7cec2;
	border-bottom: 1px solid #e7cec2;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, 'verdana', Sans-Serif;
	line-height: 14px;
	display: block;
	padding: 10px 16px;
	text-decoration: none;
}
.RadPanelBar_Default .rpLevel1 .rpLink:hover {
	background: url("../images/ch-SecondaryNavItem_Hover.png") repeat-x;
	border-bottom: 1px solid #E7CEC2;
	padding: 10px 16px;
}

.RadPanelBar_Default .rpLevel1 .rpText {
	background-position: 0 0;
	background: none;
	color: #CD6B6A;
	line-height: 14px;
	padding: 0;
}
.RadPanelBar_Default .rpLevel1 .rpLink:hover .rpText {
	background: none;
}

.RadPanelBar .rpLevel1 .rpFirst {
	padding: 0;
}

.RadPanelBar_Default .rpLevel1 .rpLast {
	background: none;
}

.RadPanelBar_Default .rpLevel1 .rpExpandable .rpText {
	background-position: 0 0;
}

.RadPanelBar_Default .rpLevel1 .rpSelected,
.RadPanelBar_Default .rpLevel1 .rpExpanded
{
	color: #56463e;
}

.RadPanelBar_Default .rpLevel1 .rpSelected .rpText,
.RadPanelBar_Default .rpLevel1 .rpSelected:hover .rpText,
.RadPanelBar_Default .rpLevel1 .rpExpanded .rpText,
.RadPanelBar_Default .rpLevel1 .rpExpanded:hover .rpText
{
	background-position: 0 0;
	border-bottom: none;
	color: #56463e;
	font-weight: bold;
	text-decoration: none;
}

.RadPanelBar .rpLevel1 .rpLast {
	padding: 0;
}


/* level 2 */

.RadPanelBar .rpSlide {
	display: block;
}

.RadPanelBar_Default .rpLevel2 {
	padding-bottom: 0;
}

.RadPanelBar_Default .rpLevel2 .rpItem {
	background: transparent;
}

.RadPanelBar_Default .rpLevel2 .rpLink,
.RadPanelBar_Default .rpLevel2 .rpLink:link,
.RadPanelBar_Default .rpLevel2 .rpLink:visited
{
	border: none;
	background: transparent url(../images/ch-SecondaryNav_Lv2Item.gif) no-repeat scroll 18px 15px;
	font-size: 11px !important;
}

.RadPanelBar_Default .rpLevel2 .rpLink:hover,
.RadPanelBar_Default .rpLevel2 .rpLink:hover .rpText,
.RadPanelBar_Default .rpLevel2 .rpLink:hover .rpExpandable .rpText
{
	background: url("../images/ch-SecondaryNav_Lv2Item_Hover.gif") no-repeat 18px 15px;
	color: #974c4b;
	text-decoration: none;
}

.RadPanelBar_Default .rpLevel2 .rpText,
.RadPanelBar_Default .rpLevel2 .rpExpandable .rpText
{
	padding: 0;
	font-weight: normal;
	line-height: 13px;
	background: none;
}

.RadPanelBar_Default .rpLevel2 .rpOut {
	padding: 0 0 0 12px;
}

.RadPanelBar_Default .rpLevel2 .rpLink:hover .rpText,
.RadPanelBar_Default .rpLevel2 .rpSelected .rpText,
.RadPanelBar_Default .rpLevel2 .rpSelected:hover .rpText,
.RadPanelBar_Default .rpLevel2 .rpExpanded .rpText,
.RadPanelBar_Default .rpLevel2 .rpExpanded:hover .rpText,
.RadPanelBar_Default .rpLevel2 .rpExpandable:hover .rpText
{
	background: none;
	font-weight: normal;
}

.RadPanelBar_Default .rpLevel2 .rpSelected,
.RadPanelBar_Default .rpLevel2 .rpSelected:link,
.RadPanelBar_Default .rpLevel2 .rpSelected:visited,
.RadPanelBar_Default .rpLevel2 .rpSelected:hover
{
	background: url("../images/ch-SecondaryNav_Lv2Item_Selected.gif") no-repeat 18px 15px;
	color: #56463e;
}

.RadPanelBar_Default .rpLevel2 .rpSelected:hover,
.RadPanelBar_Default .rpLevel2 .rpSelected:hover .rpText
 {
	color: #56463e;
}



/* level 3 */

.RadPanelBar_Default .rpLevel3 {
	padding-bottom: 3px;
}

.RadPanelBar_Default .rpLevel3 .rpItem {
	background: transparent;
}

.RadPanelBar_Default .rpLevel3 .rpLink {
	font-size: 11px;
}

.RadPanelBar_Default .rpLevel3 .rpText,
.RadPanelBar_Default .rpLevel3 .rpExpandable .rpText
{
	padding: 0 10px 5px 48px;
	background: url("../images/bullet_disc_949494.gif") no-repeat 36px 6px;
}

.RadPanelBar_Default .rpLevel3 .rpLink:hover .rpText,
.RadPanelBar_Default .rpLevel3 .rpSelected .rpText,
.RadPanelBar_Default .rpLevel3 .rpSelected:hover .rpText,
.RadPanelBar_Default .rpLevel3 .rpExpanded .rpText,
.RadPanelBar_Default .rpLevel3 .rpExpanded:hover .rpText,
.RadPanelBar_Default .rpLevel3 .rpExpandable:hover .rpText
{
	background: url("../images/bullet_disc_921d00.gif") no-repeat 36px 6px;
}



/* level 4 */

.RadPanelBar_Default .rpLevel4 {
	padding-bottom: 3px;
}

.RadPanelBar_Default .rpLevel4 .rpItem {
	background: transparent;
}

.RadPanelBar_Default .rpLevel4 .rpLink {
	font-size: 11px;
}

.RadPanelBar_Default .rpLevel4 .rpText,
.RadPanelBar_Default .rpLevel4 .rpExpandable .rpText
{
	padding: 0 10px 5px 60px;
	background: url("../images/bullet_disc_949494.gif") no-repeat 48px 6px;
}

.RadPanelBar_Default .rpLevel4 .rpLink:hover .rpText,
.RadPanelBar_Default .rpLevel4 .rpSelected .rpText,
.RadPanelBar_Default .rpLevel4 .rpSelected:hover .rpText,
.RadPanelBar_Default .rpLevel4 .rpExpanded .rpText,
.RadPanelBar_Default .rpLevel4 .rpExpanded:hover .rpText,
.RadPanelBar_Default .rpLevel4 .rpExpandable:hover .rpText
{
	background: url("../images/bullet_disc_921d00.gif") no-repeat 48px 6px;
}



/*------------------------------------------------------------

footer region

------------------------------------------------------------*/

.ch-Footer {
	background: url('../images/ch-footer_bg.gif') no-repeat left top;
	clear: both;
	*clear: none;
	color: #cd6b6a;
	margin: 10px auto 0 auto;
	padding: 12px 0 0 0;
	width: 980px; /* 962px */
	height: 40px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 28px;
}
html>body .ch-Footer {
	height: 28px;
}

.ch-Footer span {
	font-family: 'Arial', 'Verdana', 'Trebuchet MS', Sans-Serif;
    float: left;
    padding-left: 50px;
}

.ch-Footer ul {
	font-size: 11px;
    float: right;
    margin-right: 35px;
}

.ch-Footer ul li {
    display: inline;
    margin-left: 15px;
}

.ch-Footer .ch-Legal {
	color: #9a8074;
	font-size: 12px;
	line-height: 14px;
	margin-top: 40px;
	*margin-top: 50px;
	text-align: left;
}

.poweredBySitefinityLogo {
	margin: 10px auto 20px auto;
	padding-bottom: 10px;
	width: 945px;
	height: 55px;
}

.poweredBySitefinityLogo a {
	float: right;
}



/*------------------------------------------------------------

Inner page template

------------------------------------------------------------*/

.ch-Inner .ch-PageTitle {
	background-image: url("../images/ch-intro_h1_inner.gif");
}



/*------------------------------------------------------------

Banners

------------------------------------------------------------*/

.ch-BannerSupport {
	background: url("../images/banners/support.gif") no-repeat;
	display: block;
	letter-spacing: -10000px;
	margin-bottom: 7px;
	overflow: hidden;
	text-indent: -5000px;
	width: 194px;
	height: 125px;
}

.ch-BannerCanadaHelps {
	background: url("../images/banners/canadahelps.gif") no-repeat;
	display: block;
	letter-spacing: -10000px;
	margin-bottom: 7px;
	overflow: hidden;
	text-indent: -5000px;
	width: 194px;
	height: 98px;
}



/*------------------------------------------------------------

Technical Evaluation Styles

------------------------------------------------------------*/

.deck {
	font-size: 120%;
}

.columns .column {
	float: left;
}

.columns-3col .column {
	width: 230px;
	margin-left: 16px;
}

.columns-3col .first {
	margin-left: 0;
}

.columns .vcard {
	padding-bottom: 1em;
}

.columns .vcard h3 {
	margin-top: 0;
}

.columns .vcard address {
	font-style: normal;
}

.title {
	font-weight: bold;
	color: #666;
}


/*------------------------------------------------------------

icons

------------------------------------------------------------*/

.icon-home {
	padding-left: 15px;
	background: url("../images/icons/home.gif") 0 50% no-repeat;
}



/*------------------------------------------------------------

upgrade message

------------------------------------------------------------*/

.upgrade {
	display: none;
}

hr {
	background-color: #ddbcab;
	border: none;
	color: #ddbcab;
	margin: 1em -10px 1em -20px;
	*margin: 0.25em -10px 0 -20px;
	height: 1px;
}





/*------------------------------------------------------------

grid presentation and/or override rules

------------------------------------------------------------*/

/* primary content */

.ch-ContentContainer {
	clear: both;
	*clear: none;
}


}