body {
	background:#883b9e url(../images/bg-body.png) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}
img {border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	background: url(../images/bg-header.png) no-repeat;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:944px;
}
/* header block styles */
#header {
	position: relative;
	margin: 0 0 -9px;
	overflow:hidden;
	height: 197px;
	width: 100%;
	z-index: 1;
}
/* logo styles */
#header strong.logo {
	text-indent: -9999px;
	position: absolute;
	overflow: hidden;
	float: left;
	width: 400px;
	height: 145px;
	top: 0;
	left: 0;
}
#header strong.logo a {
	background: url(../images/logo.png) no-repeat;
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* sign block styles */
#header .sign {
	position: absolute;
	top: 19px;
	right: 7px;
}
#header .sign-area {
	background: url(../images/sign.png) no-repeat;
	color: #560f75;
	width: 196px;
	height: 198px;
}
#header .sign strong {
	letter-spacing: -1px;
	text-align: center;
	display: block;
	font-size: 28px;
	line-height: 34px;
	padding: 30px 0 0;
	margin: 0 0 -5px;
}
#header .sign em {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	display: block;
	font-size:11px;
	line-height: 13px;
}
/* navigation menu styles */
#navigation {
	position: absolute;
	list-style: none;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	left: 46px;
	top: 150px;
}
#navigation li {
	overflow: hidden;
	margin: 0 -9px 0 -8px;
	float: left;
	width: 139px;
}
#navigation a {
	background: url(../images/navigation-item.png) no-repeat;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #fff;
	float: left;
	width: 139px;
	height: 42px;
	margin: 5px 0 0;
}
#navigation a:hover,
#navigation a.active {
	background-image: url(../images/navigation-hover.png);
	text-decoration: none;
	line-height: 60px;
	height: 47px;
	margin: 0;
}

/* content block styles */
#content {
	margin: 0 0 -16px;
	position: relative;
	overflow:hidden;
	width:100%;
	z-index: 1;
}
/* contentbox block styles */
.contentbox {
	margin: 0 auto;
	overflow: hidden;
	width: 916px;
}
.contentbox .contentbox-top,
.contentbox .contentbox-bottom {
	background: url(../images/contentbox-top.png) no-repeat;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 50px;
}
.contentbox .contentbox-bottom {
	background-image: url(../images/contentbox-bot.png);
}
.contentbox .contentbox-holder {
	background: url(../images/contentbox-mid.png) repeat-y;
	clear: both;
	width: 100%;
}
.contentbox .contentbox-holder:after {
	display: block;
	content: "";
	clear: both;
}
.contentbox .contentbox-content {
	position: relative;
	margin: -41px 0;
	width: 100%;
	float: left;
}
#content .content-area {
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
}
#content .inner-content {
	width: 883px;
	overflow: hidden;
	margin: 0 auto;
}
#content .home-columns {
	overflow: hidden;
	padding: 0 0 7px;
	width: 100%;
}
.home-columns .main-column {
	overflow: hidden;
	float: left;
	width: 553px;
}
.home-columns .side-column {
	overflow: hidden;
	float: right;
	width: 315px;
}
/* inner page main blocks */
.inner-columns {
	background: url(../images/sidebar-mid.png) repeat-y 100% 0;
	overflow: hidden;
	margin: 7px 0 9px;
	width: 100%;
}
.inner-columns-holder {
	background: url(../images/sidebar-top.png) no-repeat 100% 0;
	overflow: hidden;
	width: 100%;
}
.inner-columns-wrapper {
	background: url(../images/sidebar-bot.png) no-repeat 100% 100%;
	overflow: hidden;
	width: 100%;
}
.inner-columns .main-column {
	overflow: hidden;
	padding: 1px 0 0;
	float: left;
	width: 566px;
}
.inner-columns .side-column {
	overflow: hidden;
	float: right;
	width: 307px;
}
.sidebar {
	overflow: hidden;
	width: 307px;
}
.sidebar h2 {
	color:#560F75;
	font-size:18px;
	line-height:24px;
	margin: 0 0 9px;
}
.sidebar .newsitem{ line-height:14px; color:#666; padding:7px 0 7px 8px; margin-bottom:2px; border-bottom:1px solid #CCC; }
.sidebar .newsitem a{ text-decoration:none; }
.side-nav {
	padding: 29px 34px;
	overflow: hidden;
}
/* overlay block styles */
.overlay {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.overlay .overlay-holder {
	position: relative;
	overflow: hidden;
	float: left;
}
.overlay .img-holder span {
	overflow: hidden;
	position: absolute;
	font-size: 0;
	width: 13px;
	height: 13px;
}

.overlay img {display: block;}
.overlay p {
	padding: 9px 15px 13px;
	margin: 0;
}
.overlay .inner p {
	text-align: right;
	padding: 4px 14px 3px;
	font-size: 14px;
	line-height: 18px;
}
.overlay .text-holder {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.overlay .overlay-text {
	background: url(../images/overlay-bg.png);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	width: 100%;
}
.overlay .corner-tl {
	background-image: url(../images/overlay-tl.png);
	top: 0;
	left: 0;
}
.overlay .corner-tr {
	background-image: url(../images/overlay-tr.png);
	top: 0;
	right: 0;
}
.overlay .corner-bl {
	background-image: url(../images/overlay-bl.png);
	bottom: 0;
	left: 0;
}
.overlay .corner-br {
	background-image: url(../images/overlay-br.png);
	bottom: 0;
	right: 0;
}
.home-columns .overlay {
	margin: 7px 0 0;
}
/* page text block styles */
.content-text {
	overflow: hidden;
	width: 100%;
}
.content-text .heading {
	background: #eee url(../images/heading-top.png) no-repeat;
	overflow: hidden;
	margin: 11px 0 0;
	width: 100%;
}
.heading .heading-wrapper {
	background: url(../images/heading-bot.png) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
}
.content-text h2 {
	color:#893b9e;
	font-size:18px;
	line-height: 24px;
	margin:5px 13px;
}
.content-text h3 {
	font-size: 14px;
	margin: 7px 0;
	background:#EEE;
	border-bottom:1px solid #DDD;
	padding:3px 0 0 7px;
}
.content-text h4 {
	font-size: 12px;
	margin: 7px 0;
	padding:3px 0 0 7px;
}
.content-text p {
	margin: 0 0 24px 7px;
}
.content-text .text-wrapper {
	line-height: 24px;
	padding: 16px 17px 10px;
}
.content-text .text-wrapper .summary{
	padding:0 7px;
}
.content-text .text-wrapper .summary p{
	margin:0;
}
.content-text .text-wrapper a{
	font-weight: bold;
	color: #76981b;
	text-decoration:underline;
}
.content-text .text-wrapper a:hover{
	text-decoration:none;
}
.content-text .text-wrapper p.read-more{
	text-align:right;
	padding:7px 0;
}


/* sidebar styles */
.sidebox {
	background: url(../images/sidebox-mid.gif) repeat-y;
	overflow: hidden;
	width: 315px;
	margin: 9px 0 0;
}
.sidebox .sidebox-holder {
	background: url(../images/sidebox-bot.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
}
.charity{ height:200px;}
.sidebox .sidebox-wrapper {
	background: url(../images/sidebox-top.gif) no-repeat;
	overflow: hidden;
	padding: 2px;
	height: 1%;
}
.sidebox .info-text {
	padding: 6px 16px;
	font-size: 12px;
	line-height: 24px;
}
.sidebox .info-text p {margin:7px 0;}
.sidebox .info-text a{
	font-weight: bold;
	color: #76981b;
	text-decoration:underline;
}
.sidebox .info-text a:hover{
	text-decoration:none;
}

.info-text h3 {
	font-size: 14px;
	margin: 0;
	color: #883c9e;
}
.logo-holder {
	text-align: center;
	width: 100%;
	overflow: hidden;
	height:100px;
}
.logo-holder img {
	vertical-align:middle;
}
.logo-holder.plain img {
	float: left;
	margin: 0;
}
/* footer block styles */
#footer {
	width:100%;
	overflow:hidden;
	padding: 0 0 85px;
}
/* footerbox block styles */
.footerbox {
	overflow: hidden;
	margin: 0 auto -10px;
	width: 944px;
}
.footerbox .footerbox-top,
.footerbox .footerbox-bottom {
	background: url(../images/footerbox-top.png) no-repeat;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 131px;
}
.footerbox .footerbox-bottom {
	background-image: url(../images/footerbox-bot.png);
	height: 46px;
}
.footerbox .footerbox-holder {
	background: url(../images/footerbox-mid.png) repeat-y;
	clear: both;
	width: 100%;
}
.footerbox .footerbox-holder:after {
	display: block;
	content: "";
	clear: both;
}
.footerbox .footerbox-content {
	position: relative;
	margin: -131px 0 -46px;
	width: 100%;
	float: left;
}
/* headlines block styles */
.info-columns {
	background: url(../images/headlines-divider.png) no-repeat 563px 30px;
	overflow: hidden;
	padding: 40px 0 0;
	width: 856px;
	margin: 0 auto;
}
.info-columns .headlines {
	float: left;
	width: 505px;
}
.info-columns .misc-actions {
	float: right;
	width: 258px;
}
.info-columns h2 {
	color: #560f75;
	font-size: 18px;
	margin: 0;
}
.headlines .title {
	width: 100%;
	padding: 0 0 2px;
}
.headlines .title h2 {
	display: inline;
	margin: 0;
}
.headlines em.date {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.headlines .headlines-text {
	font-size: 12px;
	line-height: 24px;
}

.headlines .headlines-text a{
	font-weight: bold;
	color: #76981b;
	text-decoration:underline;
}
.headlines .headlines-text a:hover{
	text-decoration:none;
}

.headlines .headlines-text p {margin: 0;}
/* actions list styles */
ul.actions-list {
	list-style: none;
	line-height: 24px;
	font-size: 12px;
	padding: 2px;
	margin: 0;
}
ul.actions-list a {
	text-decoration: underline;
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #76981b;
}
ul.actions-list a:hover,
a.read-more:hover {text-decoration: none;}

/* footer area styles */
#footer .footer-area {
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	width: 100%;
	color: #ccb2d3;
}
#footer .info-area {
	overflow: hidden;
	padding: 0 0 0 44px;
	width: 300px;
	float: left;
}
#footer .info-area p {
	margin: 0;
}
#footer .footer-area a {
	text-decoration: underline;
	color: #ccb2d3;
}
#footer .footer-area a:hover {text-decoration: none;}
#footer ul.info-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 7px -7px;
}
#footer ul.info-list li {
	background: url(../images/footer-divider.png) no-repeat 0 60%;
	padding: 0 8px 0 8px;
	margin: 0 -1px 0 -1px;
	float: left;
}
#footer .footer-info {
	padding: 0 40px 0 0;
	overflow: hidden;
	width: 560px;
	float: right;
}
#footer .footer-info p {
	text-align: right;
	margin: 0;
}
#footer ul.site-nav {
	list-style: none;
	overflow: hidden;
	float: right;
	padding: 0;
	margin: 0 -15px 9px 0;
	height: 1%;
}
#footer ul.site-nav li {
	background: url(../images/footer-divider.png) no-repeat 0 60%;
	padding: 0 15px 0 17px;
	margin: 0 0 0 -1px;
	float: left;
}

