div#wrap {
	position: relative;
	margin: 0 auto;
	height: 635px;
	width: 905px;
	top: 30px;
}

div#content {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 885px;
	height: 423px;
	z-index: 10;
}

div#work {
	position: absolute;
	left: 8px;
	bottom: 14px;
	width: 885px;
	height: 182px;
}

h1 {
	position: absolute;
	left: 8px;
	top: 40px;
	width: 264px;
	height: 72px;
	z-index: 20;
}

h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

ul#navigation {
	position: absolute;
	right: 0;
	top: 0;
}

ul#navigation li {
	float: left;
	margin-right: 8px;
}

ul#navigation a {
	display: block;
	height: 27px;
	text-indent: -999px;
	overflow: hidden;
}

li#capabilities_nav a {
	width: 121px;
}

li#contact_nav a {
	width: 103px;
}

div.card {
	width: 553px;
	height: 346px;
	position: absolute;
	left: 302px;
	top: 50px;
	z-index: 30;
}

div.text_card {
	margin: 30px 40px 0 40px;
}

div.text_card h2 {
	margin-bottom: 8px;
}

div.text_card p {
	margin: 8px 0;
}

dl {
	margin: 8px 0;
	width: 48%;
}

dl.left {
	float: left;
}

dl.right {
	float: right;
}

dd {
	margin-bottom: 8px;
}

a.close_link {
	position: absolute;
	bottom: 6px;
	right: 8px;
	display: none;
}

html.js a.close_link {
	display: block;
}

div#work ul {
	position: absolute;
	left: 360px;
	top: 30px;
}

div#work li {
	float: left;
	margin: 5px;
}

div#work li a {
	display: block;
}

p#copyright {
	position: absolute;
	bottom: -16px;
	right: 16px;
}

p#contact_info {
	position: absolute;
	right: 24px;
	top: -20px;
}

span.clear {
	display: block;
	clear: both;
}

div.contact_details {
	float: left;
	width: 50%;
}

div.contact_form {
	float: right;
	margin-right: 20px;
	display: inline;
}

div.contact_form label {
	display: block;
	margin-bottom: 2px;
}

div.email_field {
	margin: 4px 0;
}

div.contact_form input, div.contact_form textarea {
	width: 186px;
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

div.contact_form textarea {
	height: 120px;
	overflow: auto;
}

div.contact_form button {
	padding: 0;
	border: none;
	background: transparent;
	float: left;
	margin: 4px 40px 4px 0;
}

div.contact_form button:hover {
	cursor: pointer;
}

div.card.portfolio p {
	position: absolute;
	bottom: 6px;
	left: 8px;
}

div#throbber {
	position: absolute;
	left: 552px;
	top: 200px;
	width: 23px;
	height: 23px;
	background: url(../images/throbber.gif);
}
