@charset "UTF-8";
/* CSS Document */
@import "reset.css";
@import "active.css";


body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	background-image: none;
	background-color: #252525;
	min-width: 1000px;
}
.ie .bottomgroup {
	width: 1000px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.skipContent {
	display: none;
}
.wrapper {
	font-size: 62.5%;
	text-align: center;
}

/* @group rotator */

.rotator {
	height: 390px;
	overflow: hidden;
	position: relative;
	background: #FFF url(../graphics/gradientRotator.png) repeat-x 0 100%;
}
.rotator ul {
	display: block;
	height: 390px;
	width: 100%;
}
.ie .innerfade {
	margin-left: -200%;
}
.rotator li {
	display: block;
	height: 390px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
}
.rotator a {
	display: block;
	height: 390px;
	width: 100%;
	/*text-indent: -9999px;*/
	position: absolute;
	z-index: 3;
}
.gradient {
	display: block;
	position: absolute;
	height: 101px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url(../graphics/gradientRotator.png) repeat-x left bottom;
	z-index: 999;
}
.rotation img {
	width:100%;
}
/* @end */

/* @group nav */

.tabs {
	display: block;
	height: 31px;
	background: url(../graphics/board.jpg) repeat-x left bottom;
	position: relative;
}
.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: 150px;
	z-index: 1;
}
.tabs .ninetyseven {
	background-image: url(../graphics/tab97.png);
	width: 126px;
	right: 37px;
	z-index: 0;
}
.tabs .ninetyseven:hover {
	background-position: 0 100%;
}	
.bigThree {
	height: 2.6em;
	background: url(../graphics/chalk.gif) repeat;
	padding-left: 1em;
}
.bigThree a {
	display: block;
	float: left;
	line-height: 2.6em;
	color: #000;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	cursor: pointer;
	margin-left: 1px;
	margin-right: 1px;
}
.bigThree a:hover {
	background: url(../graphics/greyDarker.png) repeat;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: underline;
}
.bigThree .active, .bigThree .active:hover {
	background: url(../graphics/greyDarkest.png) repeat;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}
/* @group share button */

.addthis_button, .addthis_button:hover {
	padding-left: 20px !important;
	background: url(../../90seven/style/graphics/share.gif) no-repeat .5em 50%;
	margin-left: .5em;
}
.mac.ff3 .addthis_button, .mac.ff3 .addthis_button:hover {
	background: url(../../90seven/style/graphics/share_mac.gif) no-repeat .5em 50% !important;
}
.win.ff3 .addthis_button, .win.ff3 .addthis_button:hover {
	background: url(../../90seven/style/graphics/share_win.gif) no-repeat .5em 50% !important;
}
#atffc {
	display:none;
}

/* @end */
/* @end */
.collections {
	text-align: left;
	padding: 4em;
	border-right: 1px solid #6f6f6f;
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
.ie .collections {
	width: 500px;
}
.collections a {
	color: #aaa;
	text-decoration: none;
}
.collections a p {
	color: #6f6f6f;
	line-height: 1.4em;
}
.collections p, .collections h4 {
	margin-left: 100px;
}
.collections h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}
.collections img {
	border: solid 1px #6f6f6f;
	float: left;
}
.collections a:hover img {
	border: solid 1px #fff;
}
.collections ul {
	display: block;
	float: left;
	width: 50%;
}
.collections li {
	padding-bottom: 2em;
	padding-right: 2em;
}

.welcomeText {
	text-align: left;
	color: #6f6f6f;
	float: left;
	width: 30%;
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 2.8em;
	padding-right: 3em;
	padding-left: 3em;
	letter-spacing: .1em;
}
.welcomeText img {
	border: solid 1px #6f6f6f;
	float: left;
	margin-right: .6em;
}
.foot {
	font-size: .7em;
	color: 3f3f3f;
	padding-top: 2em;
	line-height: 1em;
}
 .foot a {
	color: 3f3f3f;
}