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


.wrapper {
	width: 100%;
}

.header {
	background: url(sitegraphics/logo.jpg) no-repeat 50% 0;
	background-size: 70%;
	height: 250px;
}

.topcontact {
	float: right;
	width: 100%;
	margin-top: 130px;
	font-size: 100%;
}

.topcontact span {
	font-size: 120%;
}

.large {
	text-align: center;
	font-size: 110%;
}

.sidebar1 { 
	margin-left: 0; 
	margin-top: 0;
	width: 100%;
	padding: 30px 20px 10px 0;
}

.sidebar1 img {
	width: 100%;
	height: auto;
}

.mainContent { 
	float: none;
	width: 100%; 
	/**margin-left: 20px;**/
} 

.mainContentright { 
	float: none;
	width: 100%; 
} 

.sidebar1left { 
	margin-right: 0; 
	width: 100%;
}

.sidebar1left img { 
	width: 100%;
	height: auto;
}

.sidebar1footer { 
	margin-left: 0; 
	width: 100%;
}

.bottomlogo img {
	width: 200px;
	height: auto;
}