/* @override http://citycenterdc.hzdesign.com/theme/layout.css */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #646464 url(bg.png) repeat-x 0 520px;
}

a,button {
	outline: none;
}

a img {
	border-style: none;
}

#bg-main,#bg-header {
	position: absolute;
	left: 0;
	width: 100%;
}

#bg-main {
	top: 72px;
	height: 448px;
	background: url(bg-main.jpg) repeat-x center;
}

#bg-header {
	top: 0;
	height: 80px;
	background: url(bg-header.png);
}

#main {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#header,#content,#footer {
	width: 950px;
}

#header {
	position: relative;
	height: 72px;
	overflow: hidden;
}

#logo {
	display: block;

	position: absolute;
	top: 18px;

	width: 200px;
	height: 36px;

	background: url(logo.png) no-repeat;

	overflow: hidden;
	text-indent: -1000%;
}

/* @group Navigation Bar */

#nav {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}

#nav li,#nav a {
	display: inline;
}

#nav a {
	display: block;
	height: 72px;

	float: left;
	overflow: hidden;
	text-indent: -1000%;
}

#nav a:hover,#nav li.selected a {
	background-position: 0 -72px;
}

#nav .brochure a {
	background-image: url(buttons/brochure.png);
	width: 88px;
}

#nav .project-overview a {
	background-image: url(buttons/project-overview.png);
	width: 134px;
}

#nav .contact-us a {
	background-image: url(buttons/contact-us.png);
	width: 95px;
}

#nav .workshop a {
	background-image: url(buttons/contractor-workshop.png);
	width: 167px;
}

/* @end */

#content {
	position: relative;
	padding-top: 12px;
	height: 436px;
}

#videoPlayer {
	position: absolute;
	top: 0;
}

/* @group Footer */

#footer {
	position: absolute;

	top: 357px;
	left: -25px;
	height: 150px;

	padding: 40px 25px 0 25px;
	background: url(bg-footer.png);
}

#it-is {
	background: url(it-is.png);
	width: 828px;
	height: 77px;
	text-indent: -1000%;
	overflow: hidden;
	margin: 18px 0 0 39px;
}

#footer #location {
	width: 672px;
	height: 26px;

	background: url(location.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 37px;
	overflow: hidden;
	text-indent: -1000%;
}

/* @group Contact Form */

#footer form {
	display: block;
	position: absolute;
	bottom: 0;
	right: 25px;
	height: 27px;
	background: url(bg-form.png) no-repeat;
}

#footer input {
	border-style: none;
	height: 26px;
	width: 180px;
	font-size: 13px;
	line-height: 26px;
	padding-left: 10px;
	margin-right: 40px;
	background-color: transparent;
}

#footer button {
	position: absolute;
	top: 0px;
	right: 0;

	width: 40px;
	height: 27px;

	padding: 0;

	border: none;
	background: url(ok.png) no-repeat;

	overflow: hidden;
	text-indent: -200%;
}

#footer label,#footer input {
	padding: 2px 5px;
	font: 12px/20px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#footer label {
	position: absolute;
	color: #585859;
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Contact Form */

#bottom-sheet {
	position: absolute;
	bottom: 0;
	left: -25px;
	width: 950px;
	background-image: url(bg-bottom-sheet.png);
	padding: 55px 25px 0 25px;
}

#bottom-sheet .close{
	position: absolute;
	display: block;

	top: 22px;
	right: 24px;

	width: 130px;
	height: 29px;

	background-image: url(close.png);

	text-indent: -1000%;
	overflow: hidden;
}

div#contact-copy {
	width: 286px;
	height: 110px;

	margin: 0 20px 10px 10px;
	background: url(copy/contact.png) no-repeat;
	overflow: hidden;
	text-indent: -1000%;
	float: left;
}

div#thank-you-copy {
	width: 900px;
	height: 79px;

	margin: 0 0 25px 10px;
	background: url(copy/thank-you.png) no-repeat;
	overflow: hidden;
	text-indent: -1000%;
	float: left;
}

#content form {
	width: 620px;
	background-color: #fff;
	float: left;
	margin: 3px 0 10px 0;
}

#content form div div {
	clear: left;
}

#content label,#content input {
	padding: 2px 5px;
	font: 12px/20px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#content label {
	position: absolute;
	color: #585859;
}

#content input,#content select {
	display: block;
	width: 275px;

	margin-bottom: 3px;

	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactFormLeft,#contactFormRight {
	float: left;
}

#contactFormRight {
	margin-left: 30px;
}

#content form .city,#content form .state,#content form .zipCode {
	float: left;
	clear: none;
	margin-right: 3px;
}

#content form .city input {
	width: 120px;
}

#content form .state input {
	width: 48px;
}

#content form .zipCode input {
	width: 72px;
}

#content button {
	width: 115px;
	height: 34px;
	border-style: none;
	background: transparent url(submit.png);
	text-indent: -1000%;
	overflow: hidden;
	float: right;
}

#content .errors {
	padding-left: 20px;
}

#content .errors ul {
	padding-left: 15px;
}

#required-message {
	font: 12px/20px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: #585859;
	float: left;
	clear: left;
}

/* @end */

a.play-video {
	display: block;
	margin-left: 210px;
}

#hines-archstone {
	position: absolute;
	right: 0;
	top: 567px;

	width: 138px;
	height: 15px;

	background: url(hines-archstone.png);

	text-indent: -1000%;
	overflow: hidden;
}