@charset "utf-8";

/* Eric Meyer Reset, v1.0 | 20080212, http://meyerweb.com/eric/tools/css/reset/index.html, modified */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}/* mods */h1,h2,h3,h4,h5,h6{font-weight:normal}
/*CLEAR FIX*/.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix { height: 1%;} .clearfix {display: block;}
/* IE image scaling */ img { -ms-interpolation-mode:bicubic; }
/* http://www.cssstickyfooter.com/ */
html, body, form {height: 100%;}
#wrapper {min-height: 100%;}
#main {overflow:auto;
	padding-bottom: 163px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -163px; /* negative value of footer height */
	height: 163px;
	clear:both;} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/***************************************************************
	Basic Layout */

body {
	width: 100%;
	font: normal 75% "Gill Sans", Calibri, "Trebuchet MS", sans-serif; /* 12px */
	text-align: center;
	line-height: 1.5em; /* 18px */
	color: #453f33;
	background: #ecebe7 url(../images/bg.png) repeat center 144px;
}
html>body { /* ignored by IE6 */
	font-size: 12px;
}
#wrapper {
	width: 100%;
}
#main {
	min-width: 1006px;
	width: 100%;
	background: url(../images/bg-header-repeat.png) repeat-x center top;
}


/***************************************************************
	Header */

#headerWrapper {
	width: 100%;
	height: 148px;
	background: url(../images/bg-header.png) no-repeat center top;
}
#header {
	position: relative;
	z-index: 100;
	width: 1006px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 162px;
	height: 148px;	
}
#header h1 a {
	display: block;
	position: relative;	
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg-header.png) no-repeat 	-142px top;
	cursor: pointer;
}
#header .topNav {
	position: absolute;
	top: 10px;
	left: 162px;
	width: 104px;
	font-size: 13px;
	line-height: 24px;
}
#header .topNav a {
	float: left;
	padding-left: 14px;
	text-decoration: none;
	color: #d3d6e5;	
	background: url(../images/bullet-blue.png) no-repeat -999em -999em;
}
#header .topNav a.current,
#header .topNav a:hover {
	color: #fff;
	background-position: left 10px;
}
#header h6 {
	position: absolute;
	top: 16px;
	left: 270px;
	font-size: 13px;
	line-height: 16px;
}
#header h6 a {
	float: left;
	text-decoration: none;
	color: #d3d6e5;	
	background: url(../images/bg-header-donate-link.png) no-repeat right 19px;
}
#header h6 a:hover {
	color: #fff;
	background-position: right -81px;	
}


/***************************************************************
	Navigation */

#nav {
	float: right;
	width: 832px;
	height: 58px;
	margin-top: 90px;
	margin-right: 9px;
	font-size: 14px;
	line-height: 16px;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	width: 102px;
	height: 58px;
}
#nav li + li { /* Family Info */
    width: 80px;
}
#nav li + li + li { /* Student Life */
    width: 86px;
}
#nav li + li + li + li { /* Academics */
    width: 79px;
}
#nav li + li + li + li + li { /* Admissions */
    width: 83px;
}
#nav li + li + li + li + li + li { /* Corporate Work Study */
    width: 151px;
}
#nav li + li + li + li + li + li + li { /* Help Support PCRHS */
    width: 142px;
}
#nav li + li + li + li + li + li + li + li { /* News */
    width: 52px;
}
#nav li + li + li + li + li + li + li + li + li { /* Events */
    width: 57px;
}
#nav a {
	display: block;
    width: 100%;
    height: 34px;
    padding-top: 24px;
    overflow: hidden;
    text-indent: -999em;
    text-align: center;
	text-decoration: none;
	color: #3d3d3c;
    background: url(../images/bg-nav.png) no-repeat;
}
#nav li + li a { /* Family Info */
    background-position: -102px top;
}
#nav li + li + li a { /* Student Life */
    background-position: -182px top;
}
#nav li + li + li + li a { /* Academics */
    background-position: -268px top;
}
#nav li + li + li + li + li a { /* Admissions */
    background-position: -347px top;
}
#nav li + li + li + li + li + li a { /* Corporate Work Study */
    background-position: -430px top;
}
#nav li + li + li + li + li + li + li a { /* Help Support PCRHS */
    background-position: -581px top;
}
#nav li + li + li + li + li + li + li + li a { /* News */
    background-position: -723px top;
}
#nav li + li + li + li + li + li + li + li + li a { /* Events */
    background-position: -775px top;
}
#nav li a.current,
#nav li.sfHover a,
#nav a:hover {
    background-position: left -58px;
}
#nav li + li a.current,
#nav li + li.sfHover a,
#nav li + li a:hover { /* Family Info */
    background-position: -102px -58px;
}
#nav li + li + li a.current,
#nav li + li + li.sfHover a,
#nav li + li + li a:hover { /* Student Life */
    background-position: -182px -58px;
}
#nav li + li + li + li a.current,
#nav li + li + li + li.sfHover a,
#nav li + li + li + li a:hover { /* Academics */
    background-position: -268px -58px;
}
#nav li + li + li + li + li a.current,
#nav li + li + li + li + li.sfHover a,
#nav li + li + li + li + li a:hover { /* Admissions */
    background-position: -347px -58px;
}
#nav li + li + li + li + li + li a.current,
#nav li + li + li + li + li + li.sfHover a,
#nav li + li + li + li + li + li a:hover { /* Corporate Work Study */
    background-position: -430px -58px;
}
#nav li + li + li + li + li + li + li a.current,
#nav li + li + li + li + li + li + li.sfHover a,
#nav li + li + li + li + li + li + li a:hover { /* Help Support PCRHS */
    background-position: -581px -58px;
}
#nav li + li + li + li + li + li + li + li a.current,
#nav li + li + li + li + li + li + li + li.sfHover a,
#nav li + li + li + li + li + li + li + li a:hover { /* News */
    background-position: -723px -58px;
}
#nav li + li + li + li + li + li + li + li + li a.current,
#nav li + li + li + li + li + li + li + li + li.sfHover a,
#nav li + li + li + li + li + li + li + li + li a:hover { /* Events */
    background-position: -775px -58px;
}
#main #nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide navs because display: none isn't read by screen readers */
	z-index: 800;
	width: 193px;
	padding: 0 0 15px;
	background: url(../images/bg-nav-dd.png) no-repeat;
}
#main #nav li ul li {
    float: none;
    width: auto;
    height: auto;
}
#main #nav li ul li a {
	width: 151px;
	height: auto;
	padding: 5px 21px;
	text-indent: 0;
	font-size: 13px;
	text-align: left;
	color: #5b5b57;
	background: url(../images/bg-nav-dd-hover.png) no-repeat 999em 999em;
}
#main #nav li ul li a:hover {
	color: #209e43;
	background-position: left top;
}
#main #nav li ul li + li a:hover {
	background-position: left -100px;
}
#main #nav li:hover ul,
#main #nav li.sfHover ul { /* lists nested under hovered list items */
	left: -10px;
}
#main #nav li + li + li + li + li + li + li + li:hover ul,
#main #nav li + li + li + li + li + li + li + li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
	right: -13px;
	text-align: right;
}


/***************************************************************
	Footer */

#footer {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/bg-footer.png) no-repeat;	
}
#footer .contact,
#footer .address,
#footer .copyright {
	position: absolute;
	top: 42px;
	left: 60px;
	font-size: 13px;
	line-height: 18px;
	color: #979590;
}
#footer .address {
	left: 208px;	
}
#footer .copyright {
	left: auto;
	right: 63px;
}
#footer .copyright a {
	text-decoration: none;
	color: #979590;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #575757;
}
#footer .nav {
	padding: 65px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;	
}
#footer .nav a {
	text-decoration: none;
	color: #575757;
}
#footer .nav a:hover {
	color: #1f9a41;
}
#footer .copy {
    margin-top: 35px;
    font-size: 11px;
    text-align: center;
    line-height: 17px;
    color: #928b7c;
}


/***************************************************************
	Inside page */

#bannerWrapper {
	width: 100%;
	background: url(../images/bg-banner.jpg) no-repeat center top;
}
#banner {
	position: relative;
	width: 1006px;
	min-height: 330px;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: left;
	background: url(../images/bg-banner.jpg) no-repeat center top;
}
#partnersBanner {
	position: relative;
	width: 952px;
	min-height: 116px;
	padding: 19px 0 22px 18px;
	margin: 0 auto 11px;
	text-align: left;
	background: url(../images/bg-partners-banner.png) no-repeat;
}
#banner .banner {
	position: absolute;	
	top: 27px;
	left: 27px;
	width: 699px;
	height: 284px;
	overflow: hidden;
}
#banner .banner img {
	display: block;
}
#banner .nav,
#banner .copy {
    padding-bottom: 10px;
	margin: 19px 0 0 734px;
	width: 250px;
}
#partnersBanner .nav {
    float: left;
	position: relative;
	width: 253px;
    margin: 0;
}
#partnersBanner .nav h2 a,
#banner .nav h2 a {
	display: block;
	padding: 15px 0 28px 28px;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #fffffb;
}
#partnersBanner .nav h2 a.current,
#banner .nav h2 a.current {
	background: url(../images/bg-banner-nav-head.png) no-repeat 11px 22px;
}
#partnersBanner .nav li + li,
#banner .nav li + li {
	background: url(../images/hr.png) repeat-x left top;
}
#partnersBanner .nav li a,
#banner .nav li a {
	display: block;
	padding: 6px 28px 5px;
	font-size: 14px;
	text-decoration: none;
	line-height: 19px;
	color: #3d3d3c;
	background: url(../images/bg-banner-nav-link.png) no-repeat -999em -999em;
}
#banner .nav li a:hover,
#banner .nav li a.current,
#partnersBanner .nav li a:hover,
#partnersBanner .nav li a.current {
	color: #1e1e1e;
	background-position: 10px 11px;
}
#partnersBanner .copy {
    float: left;
    width: 497px;
    padding-top: 26px;
    margin-right: 199px;
	font-size: 14px;
	line-height: 20px;
	color: #211f1b;
}
#banner .copy h2 {
	padding: 0 0 0 28px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 55px;
	text-decoration: none;
	color: #fffffb;
}
#partnersBanner .copy h1 {
	margin-bottom: 9px;
	font: normal 22px/27px Georgia, "Times New Roman", Times, serif;
	color: #253c64;
}
#banner .copy p {
	padding: 0 40px 0 28px;
}

#contentHead {
	width: 970px;
	min-height: 2px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/hr.png) repeat-x left bottom;	
}
#contentHead h1 {
	padding: 0 0 2px;
	font: normal 22px/53px Georgia, "Times New Roman", Times, serif;
	color: #3c4e68;
}
#contentHead.orphanHead h1 {
	padding-top: 6px;
	padding-left: 7px;
	background: url(../images/hr.png) repeat-x left 7px;	
}
#contentHead .viewAll {
	padding: 20px 0 15px 0;
	font: italic bold 14px/26px Georgia, "Times New Roman", Times, serif;
	color: #3c4e68;
	background: url(../images/hr.png) repeat-x left 7px;	
}
#contentHead .viewAll a {
	float: left;
	padding: 0 17px 0 7px;
	text-decoration: none;
	color: #3c4e68;
	background: url(../images/bg-view-all-link.png) no-repeat right 9px;
}
#contentHead .viewAll a:hover {
	background-position: right -91px;
}
#content,
#calContent,
#eventsContent,
#partnersContent {
	width: 970px;
	margin: 0 auto 22px;
	text-align: left;
	background: url(../images/hr-vert.png) repeat-y 633px top;	
}
#partnersContent {
	background: none;
}
#calContent {
	margin-top: 26px;
	background-position: 717px top;
}
#eventsContent {
	margin-top: 10px;
	background-position: 717px top;
}
#contentMain {
	float: left;
	width: 633px;
	min-height: 1px;
	margin-right: 15px;	
}
#calContent #contentMain,
#eventsContent #contentMain {
	width: 717px;
	margin-right: 21px;
}
#partnersContent #contentMain {
	float: none;
	width: 970px;
	margin-right: 0;	
}
#contentMain #contentHead {
	width: auto;
	margin: -26px 0 0 0;
	background: url(../images/hr.png) repeat-x left bottom;	
}
#contentMain #contentHead h1 {
	line-height: 51px;
}

/* copy */

#contentMain .copy {
    position: relative;
	padding-right: 43px;
	margin-top: 27px;
	font-size: 13px;
	line-height: 19px;
	color: #211f1b;
}
#contentMain .copy a {
	text-decoration: none;
	color: #24b24b;	
}
#contentMain .copy a:hover {
	text-decoration: underline;
}
#contentMain .copy h1,
#contentMain .copy h2 {
	margin: 27px 0 9px 0;
	font: italic 19px/24px Georgia, "Times New Roman", Times, serif;
	color: #3c4e68;
}
#contentMain .copy h3 {
	margin: 33px 0 6px 0;
	font: normal 16px/19px Georgia, "Times New Roman", Times, serif;
	color: #38342f;
}
#contentMain .copy h4 {
	margin: 19px 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #36322d;
}
#contentMain .copy hr {
	margin: 19px 0;
	border: 1px dashed #d3d3d2; 
}
#contentMain .copy p {
	margin: 19px 0;
}
#contentMain .copy blockquote {
	margin: 19px 21px 19px 21px;
}
#contentMain .copy ul {
	margin: 19px 0 19px 21px;
	list-style: url(../images/bullet-dark-blue.png);	
}
#contentMain .copy ul ul {
	list-style: circle;
}
#contentMain .copy ol {
	margin: 19px 0 19px 21px;
	list-style: decimal;	
}
#contentMain .copy ol ol {
	list-style: upper-alpha;
}
#contentMain .copy h2 + h3,
#contentMain .copy h2 + h4,
#contentMain .copy h2 + p,
#contentMain .copy h2 + blockquote,
#contentMain .copy h2 + ul,
#contentMain .copy h2 + ol,
#contentMain .copy h3 + h4,
#contentMain .copy h3 + p,
#contentMain .copy h3 + blockquote,
#contentMain .copy h3 + ul,
#contentMain .copy h3 + ol,
#contentMain .copy h4 + p,
#contentMain .copy h4 + blockquote,
#contentMain .copy h4 + ul,
#contentMain .copy h4 + ol {
	margin-top: 2px;
}
#contentMain .copy .rightImage {
	float: right;
	margin: 0 0 9px 30px;	
}
#contentMain .copy .leftImage {
	float: left;
	margin: 0 30px 9px 0;	
}


/* form */
#contentMain .form {
	position: relative;
	margin: 19px 0 0 0;
	padding-top: 40px;
	padding-left: 4px;
}
#contentMain .eventItem .form {
	padding-top: 15px;
	padding-left: 0;
	background: url(../images/hr.png) repeat-x left top;
}
#contentMain .form .errors {
	margin-bottom: 15px;
	font: normal 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #ed2908;
}
#contentMain .form .formFields {
	margin: 15px 0 0 0;
}
#contentMain .eventItem .form .formFields {
	position: relative;
}
#contentMain .form .formFields .required {
	position: absolute;
	top: 9px;
	right: 32px;
	font: italic 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #38342f;
}
#contentMain .formRow {
	line-height: 28px;
	margin-bottom: 22px;
}
#contentMain .formItem {
	float: left;
	margin-right: 13px;
}
#contentMain .formItem label {
	display: block;
	font: normal 16px/28px Georgia, "Times New Roman", Times, serif;
}
#contentMain .formItem.error label {
	color: #ed2908;
}
#contentMain .formItem .radioBtnList label {
	display: inline;
}
#contentMain .formItem label span {
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
}
#contentMain .formItem.ddItem select {
    padding: 6px 4px 5px;
    border: 0 none;
    font: 13px/18px "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    color: #453f33;
	background: #f9f9f8;
}
#contentMain .formItem .txtInput {
	width: 328px;
	height: 14px;
	margin: 0;
	padding: 7px 0 7px 10px;
	border: 0 none;
	font: normal 13px/14px "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	color: #453f33;
	background: #f9f9f8;
}
#contentMain .formItem.error .txtInput {
	background: #eb8f7e;
}
#contentMain .formItem .watermark {
    color: #978c7e;
}
#contentMain .formItem .firstName {
	width: 218px;
}
#contentMain .formItem .lastName {
	width: 228px;
}
#contentMain .formItem .phone {
	width: 118px;
}
#contentMain .formItem .city {
	width: 256px;
}
#contentMain .formItem .state {
	width: 82px;
}
#contentMain .formItem .zip {
	width: 85px;
}
#contentMain .formItem .mi {
	width: 76px;
}
#contentMain .formItem .numAttend {
	width: 68px;
}
#contentMain .copy .formBtn,
#contentMain .formBtn {
	display: block;
	width: 93px;
	height: 32px;
	padding: 0 0 0 14px;
	font: italic 14px/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #eeede9;
	background: url(../images/bg-register-btn.png);
}
#contentMain .copy .formBtn:hover,
#contentMain .formBtn:hover {
    text-decoration: none;
}
#contentMain .form .confirmation {
	min-height: 1%;
	margin-right: 32px;
	padding: 41px 32px 45px;
	font-size: 16px;
	line-height: 25px;
	color: #136d2c;
	background: url(../images/bg-form-conf.png);
}
#contentMain .form .confirmation h2 {
	margin-bottom: 27px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain .form .confirmation a {
	color: #136d2c;
}
#contentMain .form .confirmation a:hover {
	text-decoration: none;
}


/* staff page */
.staffItems {
	width: 633px;
	margin-top: 27px;	
}
.staffItem {
	float: left;
	width: 300px;
	margin-right: 16px;
	margin-bottom: 36px;	
}
.staffItem.left {
    clear: left;
}
.staffItem .image {
	float: left;
	padding: 12px 0 0 0;
	width: 73px;
	margin-right: 12px;
	background: url(../images/bg-staff.png) no-repeat;
}
.staffItem .image img {
	display: block;
	width: 49px;
	margin: 0 12px;
}
.staffItem .image .footer {
	height: 12px;
	background: url(../images/bg-staff.png) no-repeat left bottom;
}
.staffItem .info {
	float: left;
	width: 215px;
}
#contentMain .staffItem .info h2 {
	margin-top: 0;
	margin-bottom: 6px;
}


/* corporate partners */
#partnersContent .partnerItems {
	width: 984px;
	margin-bottom: 18px;
}
#partnersContent .partnerItems .item {
	float: left;
	width: 230px;
	margin-right: 16px;
	margin-top: 18px;
}
#partnersContent .partnerItems .item .logo {
	min-height: 1%;
	background: url(../images/bg-partner-item.png) no-repeat;
}
#partnersContent .partnerItems .item .logo a {
	position: relative;
	display: block;
	width: 180px;
	height: 90px;
	padding: 18px 25px;
	text-decoration: none;
}
#partnersContent .partnerItems .item .logo a img {
	display: block;
	width: 180px;
	height: 90px;
}
#partnersContent .partnerItems .item .logo a span {
	display: none;
	position: absolute;
	top: 12px;
	left: 12px;
	width: 206px;
	height: 102px;
	text-align: center;
	font-size: 16px;
	line-height: 102px;
	color: #3d3d3c;
	background: url(../images/bg-partner-item.png) no-repeat -12px -137px;
	cursor: pointer;
}
#partnersContent .partnerItems .item .logo a:hover span,
#partnersContent .partnerItems .item.hover .logo a span {
	display: block;
}
#partnersContent .partnerItems .item h2 {
}
#partnersContent .partnerItems .item h2 a {
	display: block;
	height: 32px;
	padding: 11px 8px 0;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	color: #656565;
}
#partnersContent .partnerItems .item h2 a:hover,
#partnersContent .partnerItems .item.hover h2 a {
	color: #24b24b;
}
#partnersContent .partnerItem {
	position: relative;
	min-height: 125px;
	margin-bottom: 18px;
	padding: 28px 43px 0 356px;
	background: url(../images/hr-vert.png) repeat-y 326px top;	
}
#partnersContent .partnerItem .header {
	margin-bottom: 36px;
}
#partnersContent .partnerItem .header h1 {
	margin-bottom: 4px;
	font: italic 19px/27px Georgia, "Times New Roman", Times, serif;
	color: #3c4e68;
}
#partnersContent .partnerItem .header h2 {
	font-size: 14px;
	line-height: 19px;
	color: #24b24b;
}
#partnersContent .partnerItem .header h2 a {
	text-decoration: none;
	color: #24b24b;	
}
#partnersContent .partnerItem .header h2 a:hover {
	text-decoration: underline;
}
#partnersContent .partnerItem .logo {
	position: absolute;
	left: 0;
	top: 28px;
	min-height: 1%;
	padding: 18px 25px;
	background: url(../images/bg-partner-item.png) no-repeat;
}
#partnersContent .partnerItem .logo img {
	display: block;
	width: 180px;
	height: 90px;
}
#partnersContent .partnerItem .copy {
	padding-right: 0;
}

/* news */

#contentMain .pager {
	height: 32px;
	padding-bottom: 6px;
	font: normal 14px/32px Georgia, "Times New Roman", Times, serif;
	color: #3c4e68;
	background: url(../images/hr.png) repeat-x left bottom;	
}
#contentMain .pagerBottom {
    background: none;
}
#contentMain .pager a {
	text-decoration: none;
	color: #3c4e68;	
}
#contentMain .pager span,
#contentMain .pager a:hover {
	text-decoration: underline;
	color: #24b24b;
}
#contentMain .newsItems {
	padding: 9px 32px 6px 0;
}
#contentMain .newsItems .item {
	padding: 11px 0 12px 0;
	border-bottom: 1px solid #deddd9;
	font-size: 13px;
	line-height: 19px;
	color: #211f1b;
}
#contentMain .newsItems .item img {
	float: right;
	padding: 4px;
	border: 8px solid #dfe0de;
	margin-left: 32px;
	border-width: 8px 9px;
	background: #fff;
}
#contentMain .newsItems h2 {
	padding-right: 85px;
	margin-top: 6px;
	font: italic 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #253c64;
}
#contentMain .newsItems h2 a {
	color: #253c64;
	text-decoration: none;
}
#contentMain .newsItems h2 a:hover {
	padding-right: 32px;
	text-decoration: underline;
}
#contentMain .newsItems h3 {
	padding-right: 85px;
	margin-top: 2px;
	padding-right: 32px;
	font-size: 12px;
	color: #36322d;
}
#contentMain .newsItems p {
	padding-right: 85px;
	margin-top: 3px;
}
#contentMain .newsItem {
	padding-left: 7px;	
}
#contentMain .newsItem .header {
	padding-right: 43px;	
}
#contentMain .newsItem .header h1 {
	margin: 18px 0 5px;
	font: normal 22px/28px Georgia, "Times New Roman", Times, serif;
	color: #253c64;
}
#contentMain .newsItem .header h2 {
	font-size: 16px;
	line-height: 20px;
	color: #36322d;
}


/* events pages */
#contentMain .eventItem {
	padding-top: 2px;
	padding-left: 7px;
}
#contentMain .eventItem .header {
	position: relative;
	margin-bottom: 11px;
}
#contentMain .eventItem .header h1 {
	padding-right: 295px;
	font: normal 22px/28px Georgia, "Times New Roman", Times, serif;
	color: #253c64;
}
#contentMain .eventItem .header h1 label {
	font-weight: bold;
}
#contentMain .eventItem .header .rsvpLink,
#contentMain .eventItem .header .detailsLink {
	position: absolute;
	top: 5px;
	right: 32px;
	width: 146px;
	height: 32px;
}
#contentMain .eventItem .header .detailsLink {
	width: 168px;
}
#contentMain .eventItem .header .rsvpLink a,
#contentMain .eventItem .header .detailsLink a {
	display: block;
	padding: 0 34px 0 0;
	font: italic 14px/32px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-decoration: none;
	color: #fbfafa;
	background: url(../images/bg-rsvp-link.png);
}
#contentMain .eventItem .header .detailsLink a {
	color: #2e415f;
	background: url(../images/bg-details-link.png);
}
#contentMain .eventItem .date {
	float: left;
    margin-right: 25px;
	margin-bottom: 14px;
}
#contentMain .eventItem .location {
	clear: both;
}
#contentMain .eventItem .details label {
	display: block;
	margin-bottom: 2px;
	font: normal 16px/19px Georgia, "Times New Roman", Times, serif;
	color: #38342f;
}
#contentMain .eventItem .details h2 {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 17px;
	color: #453f33;
}
#contentMain .eventItem .details .mapIt {
	font: italic 12px/19px Georgia, "Times New Roman", Times, serif;
	color: #2e415f;
}
#contentMain .eventItem .details .mapIt a {
	text-decoration: none;
	color: #2e415f;
}
#contentMain .eventItem .details .mapIt a:hover {
	color: #24b24b;
}
#contentMain .eventItem .copy {
	padding-right: 130px;	
}


/* sidebar */

#sidebar {
	float: left;
	width: 322px;	
}
#calContent #sidebar,
#eventsContent #sidebar {
	width: 232px;	
}
#contact {
	height: 154px;
	background: url(../images/bg-contact-us.png) no-repeat;	
}
#contact h3 {
	height: 68px;
	overflow: hidden;
	text-indent: -999em;	
}
#contact p {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	color: #453f33;
}
#contact h4 {
	text-align: center;
}
#contact h4 a {
	font: italic 13px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #24b24b;	
}
#contact h4 a:hover {
	text-decoration: underline;
}
#events {
	padding-bottom: 25px;
}
#events h3,
#news h3 {
	height: 33px;
	margin-bottom: 11px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/events-header.png) no-repeat;	
}
#events .item {
	position: relative;
	min-height: 32px;
	padding: 8px 15px 7px 97px;
	font-size: 12px;
	line-height: 15px;
	color: #453f33;
	background: url(../images/bg-event.png) no-repeat;	
}
#events .item h4 {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	color: #253c64;
}
#events .item h4 a {
	display: block;
	text-decoration: none;
	color: #253c64;
}
#events .item h4 a:hover {
	color: #24b24b;
}
#events .item h5 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 68px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
#events .item h5 .day {
    padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #bccbe0;
}
#events .hr {
	height: 20px;
	margin-right: 4px;
	background: url(../images/hr.png) repeat-x left 8px;
}
#events .hr hr {
	display: none;
}
#news {
}
#news h3 {
	margin-bottom: 10px;
	background-image: url(../images/news-header.png);
}
#news .item {
	position: relative;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
	color: #453f33;
}
#news .item + .item {
	margin-top: 16px;
}
#news .item img {
    float: left;
	padding: 4px;
	border: 8px solid #dfe0de;
	margin-right: 16px;
	border-width: 8px 9px;
	background: #fff;
}
#news .item.hover img,
#news .item a:hover img {
	border-color: #d3d4d2;	
}
#news .item h5 {
    margin-left: 10px;
    padding-top: 10px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 19px;
}
#news .item h4 {
    margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 19px;
	color: #253c64;
}
#news .item h4 a {
	display: block;
	text-decoration: none;
	color: #253c64;
}
#news .item h4 a:hover,
#news .item.hover h4 a {
	color: #24b24b;
}
#viewAll {
	padding: 3px 0 9px;
}
#viewAll a {
	float: left;
	padding-right: 18px;
	font: italic bold 14px/26px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #3c4e68;
	background: url(../images/bg-view-all-link.png) no-repeat right 10px;
}
#viewAll a:hover {
	background-position: right -90px;
}
#calEvents {
	min-height: 1%;
}
#calEvents h3 {
	height: 19px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-bottom: 10px;
	font: italic 18px/19px Georgia, "Times New Roman", Times, serif;
    color: #3c4e68;
    background: url(../images/hr.png) repeat-x bottom;
}
#calEvents .items {
	min-height: 1%;
	background: url(../images/bg-calendar-events-sidebar.jpg);
}
#calEvents .item {
	min-height: 1%;
	padding: 11px 14px 8px;
}
#calEvents .item h4 {
	margin: 0 0 4px;
	font: italic 14px/17px Georgia, "Times New Roman", Times, serif;
	color: #253c64;
}
#calEvents .item h4 a {
	text-decoration: none;
	color: #253c64;
}
#calEvents .item h4 a:hover {
	color: #24b24b;
}
#calEvents .item h5 {
	font-size: 12px;
	line-height: 16px;
	color: #453f33;
}
#calEvents .hr {
	height: 2px;
	background: url(../images/hr.png) repeat-x;
}
#calEvents .hr hr {
	display: none;
}

/***************************************************************
	Home page */

#homeBanner {
	position: relative;
	width: 951px;
	height: 345px;
	margin: 0 auto 25px;
	padding: 27px 28px 0 27px;
	text-align: left;
	background: url(../images/bg-home.jpg) no-repeat center top;	
}
#homeBanner .banners {
	height: 345px;
	overflow: hidden;	
}
#homeBanner .banner {
	position: relative;	
}
#homeBanner .banner .bg {
	position: absolute;	
	top: 0;
	left: 0;
	width: 661px;
	height: 345px;
	background: url(../images/bg-home-banner-copy.png) no-repeat;
}
#homeBanner .banner .copy {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
}
#homeBanner .banner .copy .top {
	min-height: 168px;
	padding: 39px 65px 11px 21px;
	font-size: 14px;
	line-height: 18px;
	color: #f1f0ee;
	background: url(../images/bg-home-banner-copy.png) no-repeat right top; 
}
#homeBanner .top h2 {
	margin-bottom: 8px;
	font: italic 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #fefefe;	
}
#homeBanner .banner .copy .bottom {
	position: relative;
	width: 	290px;
	height: 73px;
	background: url(../images/bg-home-banner-copy.png) no-repeat right bottom; 
}
#homeBanner .bottom a {
	display: block;
	position: absolute;
	top: 31px;
	left: 21px;
	width: 123px;
	height: 32px;
	padding: 0 0 0 10px;
	font: italic 14px/32px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #2e415f;
}
#homeBanner .bottom a:hover {
	color: #24b24b;
}
#homeBanner #bannerNav {
	position: absolute;
	top: 107px;
	right: 39px;
	z-index: 10;
	width: 29px;
	min-height: 114px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeBanner #bannerNav a {
	display: block;
	height: 23px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	color: #fefefe;
	background: url(../images/bg-home-banner-nav.png) no-repeat -58px top;
}
#homeBanner #bannerNav a:hover {
	background-position: left top;
}
#homeBanner #bannerNav a.activeSlide {
	background-position: -29px top;
}
#partners {
	position: relative;
	width: 	1006px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
}
#partners .copy {
	width: 282px;
	min-height: 138px;
	padding: 17px 0 32px 18px;
}
#partners .copy h3 {
	position: relative;
	height: 29px;
	margin-bottom: 6px;
	overflow: hidden;
}
#partners .copy h3 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/corporate-partners.jpg) no-repeat left top;	
}
#partners .copy p {
	margin-left: 3px;
	margin-bottom: 	13px;
}
#partners h6 a {
	float: left;	
	padding-right: 24px;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #2e415f;
	background: url(../images/bg-partners-link.png) no-repeat right 5px;
}
#partners h6 a:hover {
	color: #24b24b;
	background-position: right -95px;
}
#partners .logos {
	position: absolute;
	top: 0;
	right: 0;
	width: 699px;
	height: 128px;
	background: url(../images/bg-partners-carousel.jpg) no-repeat;
}
#partners .carouselContainer {
	position: absolute;
	top: 28px;
	left: 55px;
	overflow: hidden;	
	width: 588px;
	height: 73px;
}
.jcarousel-list li,
.jcarousel-item { 
	width: 119px;
	height: 73px;	
}    
#partners .carousel .logo a {
	display: block;
	float: left;
	position: relative;
	width: 108px;
	height: 69px;	
	border: 2px solid #efeee9;
	margin-right: 7px;
	overflow: hidden;
	text-decoration: none;
	background-color: #fffffe;
}
#partners .carousel .logo a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#partners .carousel .logo a:hover span {
	background-color: #d8d8d7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}
#partners .carousel .logo a img {
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 95px;
    height: 58px;
}
#partners .logos .carouselNav {
	display: block;
	position: absolute;
	top: 49px;
	left: 26px;
	width: 21px;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/partners-nav.png);	
}
#partners .logos .carouselNav:hover {
	background-position: left -28px;
}
#partners .logos #mycarousel-next {
	left: auto;
	right: 26px;
	background-position: -21px top;
}
#partners .logos #mycarousel-next:hover {
	background-position: -21px -28px;
}
#eventsNews {
	width: 970px;
	margin: 0 auto 36px;
	text-align: left;
}
#eventsHome {
	float: left;
	width: 381px;
	margin-right: 28px;
}
#newsHome {
	float: left;
	width: 	561px;
}
#eventsHome h3,
#newsHome h3 {
	height: 34px;
	margin-bottom: 11px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/news-events-headers.png);	
}
#newsHome h3 {
	background-position: -409px top;
}
#eventsHome .item {
	position: relative;
	min-height: 34px;
	padding: 15px 30px 11px 107px;
	font-size: 13px;
	line-height: 17px;
	color: #453f33;
	background: url(../images/bg-event-home.png) no-repeat;	
}
#eventsHome .item h4 {
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	color: #253c64;
}
#eventsHome .item h4 a {
	display: block;
	text-decoration: none;
	color: #253c64;
}
#eventsHome .item h4 a:hover {
	color: #24b24b;
}
#eventsHome .item h5 {
	position: absolute;
	top: 16px;
	left: 0;
	width: 72px;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
#eventsHome .item h5 .day {
    padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #bccbe0;
}
#eventsHome .hr {
	height: 17px;
	background: url(../images/hr.png) repeat-x left center;
}
#eventsHome .hr hr {
	display: none;
}
#newsHome .item {
	float: left;
	width: 181px;	
	margin-left: 1px;
	color: #453f33;
}
#newsHome .item + .item {
	margin-left: 8px;
}
#newsHome .item img {
	display: block;
	width: 155px;
	height: 113px;
	padding: 4px;
	border: 9px solid #dfe0de;
	border-width: 8px 9px;
	margin-bottom: 6px;
	background: #fff;
}
#newsHome .item.hover img,
#newsHome .item a:hover img {
	border-color: #d3d4d2;	
}
#newsHome .item h5 {
	padding-left: 11px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 24px;
	background: url(../images/hr.png) repeat-x left bottom;
}
#newsHome .item h4 {
	margin: 0 20px 0 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #253c64;
}
#newsHome .item h4 a {
	display: block;
	text-decoration: none;
	color: #253c64;
}
#newsHome .item h4 a:hover,
#newsHome .item.hover h4 a {
	color: #24b24b;
}




