/* CSS */

html, body {
	background: #421107 url(/images/gradient_slice.gif) top center repeat-x;
	margin: 0;
}

html, body, p, td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

#header {
	height: 88px;
	overflow: hidden;
	width: 350px;
	padding: 170px 305px 0;
	background: #ffffe0 url(/images/header.jpg) no-repeat top left;
}
#header-logo {
	height: 96px;
	width: 350px;
	background: url(/images/header_logo.gif) top left no-repeat;
	cursor: pointer;
}

/* CONTENT */

#home-content-casestudies {
	background: url(/images/stories-icon.gif) top left no-repeat;
	margin-top: 18px;
}
#home-casestudies-title {
	padding: 28px 0 0 82px;
}

#under-title {
	height: 3px;
	width: 100%;
	background: #faa644;
	margin: 4px 0;
	overflow: hidden;
}
#under-title-case {
	height: 3px;
	width: 100%;
	background: #faa644;
	margin: 1px 0;
	overflow: hidden;
}

#form-table {
	width: 500px;
}

.hidden  {
	display: none;
}

#quotes {
	width: 185px;
	height: 310px;
	margin-top: 20px;
}

/* UNITS */

#floatdiv {
	width: 150px;
	height: 75px;
	position: absolute;
	top: 0;
	margin-left: 795px;
}
.unit-listing {
	border-top: 1px solid #526e57;
	width: 280px;
	float: left;
	margin-right: 15px;
	height: 126px;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 34px 0 0 86px;
	margin: 0;
	height: 68px;
	overflow: hidden;
	width: 874px;
	background: url(/images/pillar_bottom.gif) no-repeat bottom left;
}
#under-footer {
	margin: 0 auto;
	width: 960px;
	height: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .large {line-height:40px; padding-left:38px; color:#000;}
#footer .sifr-title {float:left; width:210px; padding-right:6px;}
#footer p {line-height:16px; padding:0; margin:0;}
#footer a {color: #000; text-decoration: none;}
#footer a:hover {color: #000; text-decoration: underline;}
#under-footer a {font-size: 11px; color: #e0c9c5; text-decoration: none;}
#under-footer a:hover {color: #ffffe0; text-decoration: underline;}