body {
	font-size: .9em;
}
#content p {
	line-height: 1.1;
}
#header #nav {
	font-size: 1em;
	height: auto;
	background-image: none;
	overflow: auto;
	padding: 0;
	text-align: center;
}
#header #nav li,
#header #nav li a {
	display: block;
	background: none;
	text-indent: 0;
	height: auto;
	width: auto;
	margin: 0;
	float: none;
}
#header #nav li {
	float: left;
	width: 60%;
}
#header #nav li.home,
#header #nav li.services,
#header #nav li.contact {
	width: 40%;
}
#header #nav li a {
	padding: 6px;
	color: #fff;
	background: url(../images/nav-bg.png) repeat-x 0 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	white-space: nowrap;
	border-left: 1px #888 solid;
}
#header #company-info {
	background-image: none;
	text-align: center;
	height: auto;
	padding: 10px 0;
}
#header #company-info address {
	font-size: .8em;
}
#header #company-info .logo {
	width: 100%;
	background: transparent;
	text-indent: 0;
	font: normal 1.8em/1 "Adobe Garamond SemiBold", Georgia, "Times New Roman", serif;
}
#header #company-info address,
#header #company-info .logo {
	position: relative;
	left: 0;
	top: 0;
	height: auto;
}

#content .box {
	padding: 10px;
	background-image: none;
}
#content img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px auto;
}

#content h1 {
	line-height: 1em;
	font-size: 2em;
	margin: 10px 10px 0 10px;
}

#content h2 {
	font-size: 1.8em;
}
#content h3 {
	font-size: 1.6em;
}

#content #logos * {
	margin: 0;
}

#content #logos img {
	max-width: 200px;
	height: auto;
}

#content ul.checks {
	font-size: 1em;
}

#home #nav .home a,
.scm #nav > .scm a,
#services #nav .services a,
.about #nav .about a,
#contact #nav .contact a {
	background: url(../images/nav-bg.png) repeat-x 0 100%;
}

#home #intro {
	margin: 0;
}
#home #header .logo,
#home #header address {
	text-align: left;
	left: 20px;
	top: 50px;
}
#home #header h2 {
	text-indent: 0;
	background: none;
	font-size: 1.2em;
	text-align: left;
	width: auto;
	top: 110px;
}
#home #header #company-info {
	height: 140px;
	background: #4d2f24 url(../images/sun-water-sm.jpg) no-repeat 0 0;
	overflow: hidden;
}

#home #callout {
	position: relative;
	top: 0;
	float: none;
	padding: 0px;
	margin: 0 -20px;
	background: none;
	overflow: hidden;
}

#home #callout li {
	width: auto;
	display: block;
	width: 100%;
	background-position: 50% 50%;
}
