@import url("/css/whitespace.css");
@import url("/css/forms.css");
@import url("/css/photo-gallery.css");

html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	background: #232322;
}
a:link, a:visited {
	color: #008aff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e47100;
	text-decoration: underline;
}
#container {
	background: url(../images/contentbg.gif) 0 0 repeat-y;
	width: 780px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#header {
	margin: 0;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 284px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 50px;
	width: 460px;
	text-decoration: none;
}
#navigation  {
	margin: 0;
	position: absolute;
	top: 58px;
	left: 0;
	width: 780px;
	height: 226px;
	list-style: none;
	text-indent: -1234em;
}
#navigation li {
	margin: 0;
	position: absolute;
	top: 0;
	width: 93px;
	height: 39px;
}
#navigation li a {
	display: block;
	height: 39px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #FFF;
	opacity: .4;
	filter: alpha(opacity=40);
}
#home {	left: 216px;}
#about {	left: 310px;}
#services {	left: 404px;}
#careers {	left: 498px;}
#photos {	left: 592px;}
#contact {	left: 686px;}
#navigation li#request {
	left: 19px;
	top: 141px;
	width: 180px;
	height: 76px;
	z-index: 1000;
}
#navigation li#request a {
	height: 76px;
}
#navigation li#request a:hover {
	opacity: .1;
	filter: alpha(opacity=10);
}
#content {
	padding: 10px 18px 10px 45px;
}
#title {
	margin: 0 0 15px;
}
#clear {
	height: 75px;
}
#footer {
	position: relative;
	margin: -70px auto 0;
	width: 754px;
	padding: 5px 13px 0;
	height: 65px;
	background: #353534 url(../images/footer.gif) 0 0 repeat-x;
	text-align: right;
	color: #F4F2EF;
}
#footer a {
	text-decoration: none;
	color: #F4F2EF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 7px 0;
}
#footer #byline {
	margin: 10px 0 0;
	font-size: 10px;
}
#byline em {
	text-decoration: underline;
	font-style: normal;
}
form {
	width: auto;
	float: none;
}
textarea {
	width: 300px;
	height: 130px;
}
