* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fff;
	color: #000;
	font-family: "helvetica neue", arial, geneva, sans-serif;
	}
* html body {
	text-align: center;
	}
* html body * {
	text-align: left;
	}
/*
 * Header
 */
div#header, ul#nav, div#content, p#copyright {
	width: 887px;
	margin: 0 auto;
	}
div#header {
	background: #fff url('graphics/header.gif') no-repeat;
	height: 85px;
	overflow: hidden;
	text-indent: -2000em;
	}
div#header address {
	visibility: hidden;
	}
div#header h1, div#header h1 a {
	height: 85px;
	width: 268px;
	text-indent: -2000em;
	overflow: hidden;
	position: relative;
	}
div#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	}
/*
 * Nav
 */
ul#nav {
	height: 26px;
	}
ul#nav li {
	list-style: none;
	background-position: 0 -26px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	}
ul#nav a {
	position: absolute;
	top: 0;
	left: 0;
	}
ul#nav a, ul#nav li {
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -2000em;
	}
ul#nav a:hover {
	background-position: 0 -26px;
	}
li#what, li#what a {
	width: 209px;
	background-image: url('graphics/buttons/what.gif');
	}
li#procedure, li#procedure a {
	width: 160px;
	background-image: url('graphics/buttons/options.gif');
	}
li#real, li#real a {
	width: 190px;
	background-image: url('graphics/buttons/real.gif');
	}
li#gallery, li#gallery a {
	width: 129px;
	background-image: url('graphics/buttons/gallery.gif');
	}
li#planning, li#planning a {
	width: 194px;
	background-image: url('graphics/buttons/planning.gif');
	}
/*
 * Home Content
 */
div#main {
	float: left;
	width: 598px;
	}
div#main img {
	display: block;
	}
p#consultation {
	float: left;
	height: 94px;
	width: 598px;
	position: relative;
	}
p#consultation a {
	height: 94px;
	width: 598px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -2000em;
	overflow: hidden;
	background: #fff url('graphics/home/free_consultation.gif') no-repeat;
	}
div#stories, p#real_stories, div#case_studies {
	width: 289px;
	}
div#stories {
	float: right;
	}
p#real_stories img {
	display: block;
	border: none;
	}
p#real_stories span {
	display: block;
	width: 289px;
	height: 25px;
	background: #fff url('graphics/home/real.gif') no-repeat;
	text-indent: -2000em;
	overflow: hidden;
	}
div#case_studies h2 {
	height: 22px;
	background: #fff url('graphics/home/featured.gif') no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	}
div#case_studies li {
	list-style: none;
	display: block;
	}
div#case_studies li a {
	display: block;
	width: 289px;
	text-indent: -2000em;
	overflow: hidden;
	}
li#before_after a {
	background: #fff url('graphics/home/before_after.jpg') no-repeat;
	height: 145px;
	}
li#more_case_studies a {
	background: #fff url('graphics/home/case_studies.gif') no-repeat;
	height: 28px;
	}
/*
 * Subpage content
 */
div#content.content {
	border-bottom: 1px solid #abc7e6;
	margin-bottom: 10px;
	padding-bottom: 2em;
	}
div.content p {
	margin: 1.5em 140px 1.5em 60px;
	color: #333;
	line-height: 130%;
	}
div.content h1 {
	color: #16345a;
	margin: 20px 0 0 60px;
	font-family: georgia, times new roman, times, serif;
	font-weight: normal;
	}
div.content blockquote {
	margin: 2.5em 140px 0 60px;
	border-top: 1px solid #abc7e6;
	padding-top: 1em;
	}
div.content blockquote.first {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
	}
div.content blockquote p {
	margin: 1em 0;
	}
p.quoter {
	text-align: right;
	}
img.right {
	float: right;
	margin-left: 10px;
	}
blockquote.pull p {
	font-weight: bold;
	color: #16345a;
	}
div.content blockquote.pull {
	border-top: none;
	margin-top: 0;
	}
p.spot {
	width: 300px;
	margin-left: 1em;
	float: right;
	}
/*
 * Footer
 */
hr {
	clear: both;
	height: 0;
	border: none;
	background-color: #fff;
	}
p#copyright {
	text-align: center;
	font-size: small;
	color: #abc7e6;
	text-transform: uppercase;
	}
p#copyright a {
	color: #2d4e78;
	}