html {
	background-color: #8f3d3d;
	color: white;
	font-family: Bitstream Vera Serif, Times New Roman, Times, serif;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #efa659;
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
}
h2 {
	margin-top: 2em;
	font-size: 120%;
}

a {
	color: #82add9;
}

div.banner-iehack {
	border-top: 15px solid black;
	border-bottom: 15px solid black;
}
div.banner {
	position: relative;
	background: white url(whatsup-banner.jpg) left repeat-x;
	height: 200px;
}
div.banner h1, div.banner h2 {
	position: absolute;
	right: 45%;
	white-space: nowrap;
}
div.banner h1 {
	font-size: 24px;
	bottom: 24px;
	color: #8f3d3d;
}
div.banner h2 {
	font-size: 16px;
	font-style: italic;
	bottom: 4px;
}

div.navigation {
	position: absolute;
	top: 14px;
	right: 0;
	margin: 0;
	border: 1px solid black;
	background-color: #a65555;
	height: 201px;
	padding: 0;
}
div.navigation ul {
	display: block;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	list-style: none;
}
div.navigation ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
	white-space: nowrap;
}
div.navigation ul li a {
	color: #efa659;
	text-decoration: none;
}
div.navigation ul li a:hover, div.navigation ul li.current a {
	color: #ffffc7;
}
div.navigation ul li.current {
	display: list-item;
	list-style-image: url(reddishzen-bullet-current.gif);
	list-style-position: inside;
}

div.content {
	margin: 5%;
	position: relative;
}

div.captionedimg {
	float: left;
	margin: 0 2em 2em 0;
	text-align: center;
	font-size: 90%;
	font-style: italic;
}
div.captionedimg img {
	border: 1px solid black;
}

ul#clientlist {
	position: relative;
	display: block;
	list-style: none;
	margin: 2em;
	background-color: #a65555;
	padding: 2%;
	text-align: center;
}
ul#clientlist li {
	position: relative;
	display: inline;
	padding: 2%;
}
ul#clientlist li img {
	vertical-align: middle;
	border-width: 0;
	padding: 2% 2px;
}

div.footer {
	margin: -1px 0 0 0;	/* Include border inside padding height */
	border-top: 1px solid black;
	background-color: #a65555;
	padding: 0.5em 2em;
	position: relative;
}

/* Push footer to the bottom of the page */
#min-height {
	position: relative;
	float: right;
	width: 1px;
	height: 100%;
	margin-bottom: -3em;
}
* html #min-height {
	margin-bottom: -5em;		/* IE */
}
.footer {
	clear: right;
	height: 2em;
	overflow: clip;
}

div>footer p {
	margin: 0;
	padding: 0;
}
.phonenumber {
	white-space: nowrap;
}
div.footer #footeremail {
	position: absolute;
	top: 0.5em;
	left: 1.5em;
}
div.footer #footerphone {
	position: absolute;
	top: 0.5em;
	right: 1.5em;
}

div.navigation ul li {
	width: 8em;
	height: 41px;
}
