html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
	padding: 2em 0;
	color: #000;
}

.wrapper
{
	width: 920px;
	margin: 1em auto;
	padding: 0;
	position: relative;
	font-weight: normal;
}

#branding
{
	margin: 0 auto 0.5em;
	position: relative;
	width: 780px;
	padding-left: 131px;
}

#nav-main
{
	list-style-type: none;
	font-weight: normal;
	position: absolute;
	margin-top: 1.8em;
}

/* Safari only */
body:last-child:not(:root:root) #nav-main {margin-top: 0;}

#nav-main li
{
	color: #000000;
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 0.2em;
	margin-bottom: -0.2em;
}

#nav-main li a
{
	color: #999999;
	text-decoration: none;
}

#nav-main li a:hover
{
	color: #000000;
}

.home #nav-main
{
	margin-top: 1.8em;
}

body:last-child:not(:root:root) .home #nav-main {margin-top: 1.8em;}
body:last-child:not(:root:root) .contact #nav-main {margin-top: 1.8em;}

h1
{
	font-size: 1.8em;
	line-height: 1.25;
	padding-left: 140px;
	width: 320px;
	background-color: #FFFFFF;
}

h1 .location,
h1 cite
{
	background-color: #FFFFFF;
	color: #999999;
	display: block;
}

h1 cite
{
	font-size: 0.667em;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}

.projectimage
{
	position: relative;
	float: right;
	width: 440px;
	margin-top: 0.5em;
}

.homeimage
{
	float: right;
	margin-top: 1em;
}

#projectdesc,
#acclaim,
#contacttext,
#abouttext,
#clientstext
{
	position: relative;
	left: 140px;
	width: 320px;
}

#clientstext
{
	width: 630px;
}

#acclaim blockquote
{
	margin-left: -20px;
	padding-left: 20px;
	background: #FFFFFF url(../images/quotes_start.gif) no-repeat;
}

#acclaim p
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
}

#acclaim blockquote p
{
	font-size: 1.6em;
	line-height: 1.125;
	display: inline;
	color: #999999;
	padding-right: 15px;
	background: #FFFFFF url(../images/quotes_end.gif) bottom right no-repeat;
}

.introtext #acclaim blockquote p
{
	display: block;
	background-image: none;
	margin-bottom: 1.125em;
	background-color: #FFFFFF;
}

.introtext #acclaim blockquote p span
{
	padding-right: 20px;
	background: #FFFFFF url(../images/quotes_end.gif) right no-repeat;
}

#projectdesc p
{
	color: #333333;
	background-color: #FFFFFF;
}

#nav-secondary
{
	display: none;
	position: absolute;
	left: 650px;
	top: 30px;
	width: 200px;
	z-index: 100;
	background-color: #FFFFFF;
}

.clientlist
{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	list-style-type: none;
	background-color: #FFFFFF;
}

#clientlist2
{
	position: absolute;
	top: 0;
	left: 320px;
	background-color: #FFFFFF;
}

#contacttext
{
	position: relative;
	top: 2em;
	background-color: #FFFFFF;
}

#contacttext h1
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5;
	background-color: #FFFFFF;
}

#contacttext p
{
	margin-top: 0;
	background-color: #FFFFFF;
}

#contacttext .org
{
	display: none;
	background-color: #FFFFFF;
}

#contacttext .street-address,
#contacttext .locality,
#contacttext .region,
#contacttext .postal-code,
#contacttext .tel,
#contacttext .email
{
	display: block;
	background-color: #FFFFFF;
}

.copyright
{
	clear: right;
	float: right;
	width: 430px;
	font-size: 0.9em;
	display: none;
	background-color: #FFFFFF;
}