/*----------------- Provincial style sheet ----------------------*/
/* Project Table-------------------------------------------------*/
#projects {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.models-3d-education #projects {
    width: 480px;
}
#projects td {
	vertical-align: top;
	border-bottom: 1px dashed #000000;
}
#projects th {
	background: #E9ECE5;
	text-align: left;
	padding-left: 10px;
}
#projects tr {
	border-bottom: 1px dotted #ccc;
}
#projects .col1 {
	width: 165px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#projects .col3 {
	width: 130px;
	padding: 10px;
}
#projects .col2 {
	padding: 10px;
}
#projects .col1_150px {
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Heading 4 classes -----------------------------------------*/

h4.project_location {
	height: 23px;
	background-image:   url("../images/h4_proj.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
    }
h4.project_location span {
	display: none;
    }
h4.common_wildlife {
	height: 19px;
	background-image:   url("../images/h4_wild.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
    }
h4.common_wildlife span{
	display: none;
    }
	
/*---------------Conservation region bullets-----------------*/
#main_content_interior ul.bullet_cons_region{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
    }
.bullet_cons_region_height {
    padding-top: 10px;
	}
