.post .lightview img {
	display: none;
}


A.lightview {
	border:0px #ffffff;
}
.lightview img {
	border:0px;
	margin-bottom:10px;
}/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

/* Core CSS Styles */
body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-image: URL(/images/repeat.jpg);
	background-repeat: repeat-y;
	background-color: #a0b2af;
	font-size: 12px;
	color: #333333;
}
body.print {
	background-image: none;
	background-color: #fff;
	width: 650px;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}

h1 {
	font-size: 21px;
	color: #006666;
	font-weight: normal;
}

h2, h2 a {
	font-size: 17px;
	color: #006666;	
	font-weight: normal;
}

h3 { 
	font-size: 13px;
	color: #006666;	
	font-weight: normal;
}

h4 { 
	color: #006666;
}

h5 { 
	color: #333333;
	font-weight: normal;
}

h5 a {
	font-size: 11px;
}

hr {
	border: none 0;
	background: #fff url(/images/dotted.jpg) no-repeat scroll center;
	width: 100%;
	height: 15px;
	
}

a img { border: none; }

/* Left Column */
.column-left {
	background-image: URL(/images/left-side.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 768px;
}

.list-menu {
	padding-left: 50px;
	padding-top: 60px;
	line-height: 1.4;
}

.list-menu a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;	
}

.list-menu br {
	padding: 10px;
}
.list-menu a:hover, .list-menu a.selected{
	color: #DBA111;
	font-size: 11px;
}


/* Middle Column */
.content-main {
	background-image: url('/images/content-header.jpg');
	background-color: #ffffff;
	background-repeat: no-repeat;	
	width: 639px;
	min-height: 600px;
}

.content-main p {
	padding: 0px;
}

.sidebar-content img {
	width: 160px;
	border: 0px;
}

.menu {
	padding-left: 25px;
	padding-bottom: 4px;
}

.menu a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	padding-right: 15px;
}

.menu a:hover {
	color: #006666;
	font-size: 15px;
}

.menu-foot {
	padding-left: 25px;
	padding-bottom: 4px;
}

.menu-foot a {
	color: #006666;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

.menu-foot a:hover {
	color: #ffffff;
	font-size: 12px;
}

.column-right,.column-right h5  {
	color:#FFF;
}
.column-right A  {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

a, .postmeta a  {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.column-right A:HOVER {
	color:#777;
}
.page a:hover, .postmeta a:hover, {
	color: #DBA111;
	font-size: 11px;
}

td.main-copy, .main-copy {
	width: 100%;
	padding: 20px;
}

td.sidebar-content, .sidebar-content {
	width: 160px;    
	padding: 15px;

}

.main-copy a, .sidebar-content a {
	text-decoration: none;
	color: #DBA111;
}

.main-copy a:hover, .sidebar-content a:hover {
	color: #006666;
}

td.sidebar-content hr, .sidebar-content hr, .column-right div hr {
	border: none 0;
	background: url(http://heritagebc.com/images/green-bar.png) no-repeat scroll center;
	width: 100%;
	height: 20px;	
}

.comment-form {
	display: none;
}
.contact-form {
	color: #5A6C65;
}

.star {
	color: #DBA111;
	font-size: 13px;
	font-weight: bold;
}

.callout {
	color: #006666;
	font-size: 13px;
}

/* Right Column */
.column-right {
	text-align:center;
	color:#fff;
	font-size:12px;
	width: 180px;
	line-height: 1.2;
}

.section-title {
	 font-weight:bold;
	font-size: 14px;
}

.treeSubItem {
	padding-left: 10px;
	padding-bottom: 5px;
}

div.post img{
	padding-left: 15px;
	padding-bottom: 15px;
	
	margin-top:-55px;
}

.snow div.post img {
	padding-left: 15px;
	padding-bottom: 15px;
	
	margin-top:-42px;
}
h2 a {
	text-decoration: none;
}

/* Rollovers */
a.issues {
	display: block;
	width: 85px;
	height: 76px;
	background-image: url(/images/icons/issues.png);
}

a.issues:hover {
	display: block;
	width: 85px;
	height: 76px;
	background-image: url(/images/icons/issues_shadow.png);
}

a.community {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/community.png);
}

a.community:hover {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/community_shadow.png);
}

a.awards {
	display: block;
	width: 85px;
	height: 84px;
	background-image: url(/images/icons/awards.png);
}

a.awards:hover {
	display: block;
	width: 85px;
	height: 84px;
	background-image: url(/images/icons/awards_shadow.png);
}

a.education {
	display: block;
	width: 85px;
	height: 84px;
	background-image: url(/images/icons/education.png);
}

a.education:hover {
	display: block;
	width: 85px;
	height: 84px;
	background-image: url(/images/icons/education_shadow.png);
}

a.resources {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/resources.png);
}

a.resources:hover {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/resources_shadow.png);
}

a.funding {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/funding.png);
}

a.funding:hover {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/funding_shadow.png);
}

a.contactus {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/contactus.png);
}

a.contactus:hover {
	display: block;
	width: 85px;
	height: 80px;
	background-image: url(/images/icons/contactus_shadow.png);
}

.treeSubItem .treeSubItem{
	padding: 0px;
}

