body, html {
	height: 100%;
}
body {
	/*background: #f2c52c;*/
	background-image:url(file:///Z|/elviscommunications.com/httpdocs/assets/images/generic/contact-us.gif);
	background: #fff;
	color: #000;
	font: 12px/1.125 Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	z-index: -1;
}
#logo {
	background: url(/assets/images/generic/logo.png);
	display: none;
	height: 111px;
	left: 18px;
	overflow: hidden;
	position: absolute;
	text-indent: -200em;
	top: 1px;
	width: 109px;
	z-index: 5;
}
#whitey {
	background: #fff;
	display: none;
	height: 100%;
	float: left;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#altcont{
	background: #fff;
	display: none;
	height: 100%;
	float: left;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
#wrap {
	/*border: 1px solid #a79d8d;*/
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 25px;
	width: 950px;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	background: #000;
	color: #f2c52c;
}
:focus {
	outline: none;
}
p {
	margin: 1.5em 0 0.5em 0;
	padding: 0;
}
h1 {
	font-size: 1.16em;
}
p, h1 {
	margin: 0.5em 0 1em 0;
}
#footer {
	left: -1px;
	margin: 0 auto;
	position: relative;
	width: 950px;
}
	#footer li {
		float: right;
		margin: 1em; 
	}
		#footer li a {
			display: block;
			height: 15px;
			position: relative;
		}
			#footer li a span {
				background-position: bottom left;
				background-repeat: no-repeat;
				cursor: pointer;
				display: block;
				height: 15px;
				left: 0;
				position: absolute;
				top: 0;
			}
			#footer li a#elvisGrads {
				width: 80px;
			}
				#footer li a#elvisGrads span {
					background-image: url(/assets/images/navigation/elvis-grads.gif);
					width: 80px;
				}
				#footer li a:hover#elvisGrads span {
					background-position: top;
				}

			#footer li a#workForUs {
				width: 103px;
			}
				#footer li a#workForUs span {
					background-image: url(/assets/images/navigation/work-for-us.gif);
					width: 103px;
				}
				#footer li a:hover#workForUs span {
					background-position: top;
				}
			#footer li a#contactUs {
				width: 95px;
			}
				#footer li a#contactUs span {
					background-image: url(/assets/images/navigation/contact-us.gif);
					width: 95px;
				}
				
				#footer li a:hover#contactUs span {
					background-position: top;
				}
				
#workForUsContent, #contactUsContent, #elvisGradsContent {
	background: url(/assets/images/generic/content-box.png) no-repeat top left;
	display: none;
	float: left;
	height: 494px;
	left: 140px;
	position: absolute;
	top: 10px;
	width: 808px;
	z-index: 3;
}
	.content {
		float: left;
		padding: 50px;
	}
	.closeContent, .closeContent:hover {
		background: url(/assets/images/generic/close.gif) no-repeat top left;
		background-color: transparent;
		cursor: pointer;
		height: 14px;
		right: 15px;
		position: absolute;
		top: 15px;
		width: 54px;
	}
	#whitey.show, #workForUsContent.show, #contactUsContent.show, #elvisGradsContent.show {
		display: block;
	}
#contactUsMap, #workForUsMap {
	height: 300px;
	float: left;
	width: 385px;
	margin: 130px 0 0 0;
}
#workForUsMap {
	width: 275px;
}
#elvisGradsLogo {
	height: 300px;
	float: left;
	width: 275px;
	margin: 130px 0 0 0;
}