/*GENERIC FOR ALL  PHONES*/
.third_width_image{
	width:100%;
	float:none;
}
.staffmember_div{
	float:none;
	width:auto;
}


#slideshow_div{
	height:300px;
}

h1, .heading{
	font-size: 36px;
	line-height: 46px;
}
h2, .subhead{
	font-size: 16px;
	line-height: 22px;
}




@media only screen and (max-width: 400px) {
	/*PORTRAIT*/
	h1, .heading{
		font-size: 32px;
		line-height: 42px;
	}
	.crightspace{
		display: block;
		width:auto;
		height:7px;
	}
	
}

