@charset "UTF-8";
/* CSS Document */
@import "reset.css";
body {
	background-color: #464646;
}
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.wrapper {
	font-size: 62.5%;
	text-align: left;
	width: 558px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/missing/medium.gif);
	margin-top: 100px;
	position: relative;
}
h1 {
	background-image: url(../graphics/missing/notFound.gif);
	background-repeat: no-repeat;
	height: 54px;
	text-indent: -9999px;
	padding-bottom: 20px;
}
.thumbs {
	display: block;
	background-image: url(../graphics/missing/dark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 135px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 72px;
	padding-bottom: 10px;
	padding-left: 72px;
}
.wrapper p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.wrapper p a {
	color: #003366;
}
.wrapper p a:hover {
	color: #990000;
}
.org {
	display: block;
	height: 135px;
	width: 185px;
	background-image: url(../graphics/missing/org.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-right: 20px;
	float: left;
}
.org:hover {
	background-position: 0px -135px;
}
.com {
	display: block;
	height: 135px;
	width: 185px;
	background-image: url(../graphics/missing/com.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-left: 20px;
	float: left;
}
.com:hover {
	background-position: 0px -135px;
}



/* @group nav */

.tabs {
	display: none;
	height: 31px;
	position: absolute;
	width: 570px;
	left: 0px;
	top: -27px;
}
.tabs a {
	display: block;
	height: 31px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tabs .dhs {
	background-image: url(../graphics/tabDHS.png);
	width: 215px;
	right: 130px;
	z-index: 1;
}
.tabs .ninetyseven {
	background-image: url(../graphics/tab97.png);
	width: 126px;
	right: 25px;
	z-index: 0;
}
.tabs .ninetyseven:hover {
	background-position: 0 100%;
}
/* @end */

