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

/* #menu is the original menu */


.header .corner-right {
	padding: 0;
	background-image: none;
}
.logo .indent {
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}
.header, .corner-right {
	max-height: 200px;
}
div, .column-center, .column-right, div.corner-right, .slogan {
	width: 100%;
	max-width: 100%;
	float: none;
	clear: both;
	margin: 0px;
}
div.corner-left {
	display: none;
}
html, body {
	font: 13px/16px Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#main img {
	max-width: 100%;
}
.center {
	width: 100% !important;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #CC7000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #EAC200;
}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
}
