@charset "UTF-8";
/* CSS Document */

.wrapper{
	/*position: relative;*/
	width: 100%;
	margin: 0;
	}

.header{
	height: 115px;
}

.header img.logo {
	top: 10px;
}

.header img.tagline{
	top: 90px;
}


.header .search{
	display: none;
}

.banner{
	display: none;
	}

.content{
	float: none;
	width: 550px;
	display:block;
	margin: 40px 32px 0 44px;
}


.main {
}

.main h1 {
	color: #4681A9;
	font-weight:normal;
	font-size: 1.75em;
	
	/* counteracts Leahy/Langridge image replacement technique*/
	padding-top: 0;
	overflow:visible;
    background-image: none;
    height: 29px!important;
	width: 360px;
	}


.sidebar{
	float: none;
	width: 550px;
	margin: 5px 32px 0 44px;
	padding-top: 0;
}

.sidebar-item{
	margin: 10px 0 10px 0;
}





.main h2 {
	color: #4681A9;
	font-weight:normal;
	font-size: 1.3em;

	/* counteracts Leahy/Langridge image replacement technique*/
	padding-top: 0;
	overflow:visible;
    background-image: none;
    height: 19px!important;
	width: 264px;
	}

.main h2#mfc { 
    background-image: none;
	padding-top: 0;
    height: 0px !important;
    height /**/:37px;
}

.gallery{
	float: none;
	width: 550px;
	margin: 40px 32px 0 44px;
	display: block; 
}

.testimonials{
	float: none;
	width: 650px;
	margin: 40px 0 0 44px;
	display: block; 
}

.testimonial-text {
	width: 375px;
}


.location{
	float: none;
	width: 630px;
	margin: 40px 32px 0 44px;
	display: block; 
}

iframe { /*for embedded google map */
	width: 600px;
	height: 400px;
}


.awards{
	float: none;
	width: 650px;
	margin: 40px 0 0 44px;
	display: block; 
}

.award-text {
	width: 300px;
}
