@charset "utf-8";
/* CSS Document */

h2 {font-size:120%}

h3 {font-size:110%}
h4 {font-size:100%;
	font-weight:bold}
	

/*both of the following are used in program overview*/
h3.question {
	display: inline;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
 
p.margintop0 {
	margin-top:0;
}

.backtotop {
	clear: both;
	margin-top: 0px;
	display: block;
	font-size: 80%;
	width: 100%;
	padding-top: 0px;
	text-align: right;
}

/*box and text for right-side feature*/
.featureBox {
	float: right;
	margin: 0px 0px 30px 30px;
	padding:0px;
}

.featureBox p {
	font-size:11px;
	color:#666666;
	margin:4px;
}

/*layout for main content highlight box with img*/
.highlightBox{
	padding:2px 12px 12px 12px;
	border:1px solid #b4b4b4;
	margin: 0 0 20px 0;
}

.highlightBoxBackground{
	padding:2px 12px 12px 12px;
	border:1px solid #b4b4b4;
	background-image:url(http://www.douglas.bc.ca/ip-images/background_images/highlightBox_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	margin: 0 0 20px 0;
}

.highlightBox img {
	padding-top:10px;
	margin-left:20px;
}

.highlightBoxBackground img {
	padding-top:10px;
	margin-left:20px;
}

/*basic div clearer*/
.clearer{
	clear:both;
	height:1px;
}


/* buttons - apply now/infosession//ontact us */

.marginbottom4 {margin-bottom:4px;}

.margintop20 {margin-top:20px;} /* use to separtae feature image for btns */