@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: left;
}
.hidden { display: inherit; }
#container {
	text-align: left;
	margin: 0;
	width: auto;
	position: relative;
}
html>body #container {
width: auto;
min-width: auto
}
.logo {
	width: auto;
	float: left;
}
.address {
	width: auto;
	float: right;
}
.banner {
	display: none
}
#body {
	width: auto
}
html>body #body {
width: 100%;
min-width: auto
}
.navigation {
	display: none

}
.content {
	text-align: left;
	text-indent: 25px;
	width: auto;
	clear: both;
}
html>body .content {
width: auto;
min-width: 595px
}
.copyright {
    float: left;
	width: auto;
	font-size: 10pt;
}
html>body .copyright {
	min-width: auto;
}
.phone {
	text-align: center;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	width: auto
}
 html>body .phone {
min-width: auto
}
.email {
    float: right;
	width: auto;
	font-size: 10pt;
}
 html>body .email {
min-width: auto
}
