@charset "UTF-8";
@import "reset.css";
/* CSS Document */
/* colors
blue: #1a5070
orange: #f8941d
blood-ornage: #e03e19
light tan: #d9d6c5
medium tan: #d9d6c5
darker tan: #cdc9b7
*/
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	min-width: 922px;
	background: #d9d6c5 url(../graphics/gradient_inside.gif) repeat-y left top;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.skipContent {
	display: none;
}
.wrapper {
	font-size: 62.5%;
	position: relative;
}
a {
	color: #1a5070;
}
a:hover {
	color: #e03e19;
}
a:visited {
	color: #6c6865;
}
.air {
	border-bottom:solid 1px #a4a296;
	cursor: pointer;
}
.ie6 .air {
	border-bottom:none;
	cursor: text;
}
/* @group nav */
.tabs {
	display: block;
	height: 31px;
	background: #005171 url(../graphics/gradient_blue.gif) 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: 0;
}
.tabs .dhs:hover {
	background-position: left bottom;
}
.tabs .ninetyseven {
	background-image: url(../graphics/tab97.png);
	width: 126px;
	right: 37px;
	z-index: 1;
	top: 1px;
}	
.bigThree {
	height: 2.5em;
	background: #f8941d url(../graphics/gradient_orange.gif) repeat-x 0 0;
	padding-left: 1em;
	border-top: 1px solid #e03e19;
	border-bottom: 1px solid #e03e19;
}
.bigThree a {
	display: block;
	float: left;
	line-height: 2.4em;
	color: #000;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1px;
	cursor: pointer;
	background: url(../graphics/gradient_orange.gif) repeat-x 0 0;
}
.bigThree a:hover {
	text-decoration: underline;
}
.bigThree .active, .bigThree .active:hover {
	background-color: #e03e19;
	background-image: none !important;
}

/* @group share button */

.addthis_button {
	padding-left: 15px !important;
	background: url(../graphics/share.gif) no-repeat left center !important;
	margin-left: .5em;
}
.mac.ff3 .addthis_button {
	background: url(../graphics/share_mac.gif) no-repeat left center !important;
}
.win.ff3 .addthis_button {
	background: url(../graphics/share_win.gif) no-repeat left center !important;
}
#atffc {
	display:none;
}

/* @end */
/* @end */

.sampleThmubs {
	display: block;
	width: 155px;
	text-align: center;
	padding-top: 15px;
	float: left;
}
.sampleThmubs li {
	display: block;
	padding-bottom: 5px;
}
.sampleThmubs .active {
	background: url(../graphics/activeTriangle.gif) no-repeat right center;
}
.sampleThmubs .active a {
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.ie .sampleThmubs a {
	display: block;
	width: 88px;
	height: 78px;
	overflow: hidden;
	border: solid 1px #bbb599;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ie .sampleThmubs img {
	margin-top: -3px;
	margin-left: -3px;
}

/* @group shadowbox */

.box {
	margin-left: 190px;
	margin-top: 15px;
	margin-right: 30px;
	position: relative;
}
#content {
	padding-top: 10px;
	position: relative;
	min-height: 53em;
	background: #dfddd1 url(../graphics/spinner.gif) no-repeat 245px 220px;
}
.ie7 #content, .ie6 #content {
	height: 61em;
}
.topbox {
	display: block;
	height: 8px;
}
.topbox em {
	display: block;
	height: 8px;
	width: 8px;
	background: url(../graphics/shadowCorners.png) no-repeat 0 0;
	float: left;
}
.topbox strong {
	display: block;
	height: 8px;
	width: 8px;
	background: url(../graphics/shadowCorners.png) no-repeat -8px 0;
	float: right;
	margin-top: -8px;
}
.topbox span {
	display: block;
	height: 8px;
	background: url(../graphics/shadowInsideTB.png) repeat-x 0 0;
	margin-left: 8px;
	margin-right: 8px;
}
.leftbox {
	display: block;
	background: url(../graphics/shadowInsideLR.png) repeat-y 0 0;
	padding-left: 8px;
}
.rightbox {
	display: block;
	background: url(../graphics/shadowInsideLR.png) repeat-y 100% 0;
	padding-right: 8px;
}
.bottombox {
	display: block;
	height: 8px;
}
.bottombox em {
	display: block;
	height: 8px;
	width: 8px;
	background: url(../graphics/shadowCorners.png) no-repeat 0 -8px;
	float: left;
}
.bottombox strong {
	display: block;
	height: 8px;
	width: 8px;
	background: url(../graphics/shadowCorners.png) no-repeat -8px -8px;
	float: right;
	margin-top: -8px;
}
.bottombox span {
	display: block;
	height: 8px;
	background: url(../graphics/shadowInsideTB.png) repeat-x 0 -8px;
	margin-left: 8px;
	margin-right: 8px;
}

/* @end */
.page {
	border-bottom:solid 1px #DFDDD1;
	width: 500px;
	display: none;
	position: absolute;
	top: 30;
	left: 0;
}
.miniNav {
	display: block;
	height: 22px;
	position: absolute;
	top: -15px;
	left: 10px;
}
.miniNav li {
	display: block;
	height: 22px;
	width: 22px;
	float: left;
	margin-left: 3px;
}
.miniNav a {
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../graphics/circles.png) no-repeat 2px 0;
}
.miniNav a:hover {
	background-position: -22px 0;
}
.miniNav a.active {
	background-position: -44px 0;
}

.columnLeft {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	position: relative;
}
.columnLeft img {
	z-index:5;
	position: relative;
}
.columnLeft p {
	padding-left: 15px;
	border: solid 1px #cdc9b7;
	margin-top: -20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.columnRight {
	margin-left: 530px;
	margin-top: 15px;
	font-size: 1.2em;
	padding-right: 20px;
	padding-bottom: 1px;
	float: none;
}
.columnRight h3 {
	color: #f8941d;
	font-size: 1.2em;
	margin-bottom: .5em;
}
.columnRight p {
	margin-bottom: 1em;
	line-height: 1.8em;
}
li.essentialista {
	display: none;
}
.foot {
	text-align: right;
	padding-right: 33px;
	background: url(../graphics/footer.png) repeat-x left top;
	height: 65px;
	margin-top: 20px;
	border-top: solid 1px #bbb599;
}
.foot span {
	display: block;
	float: right;
	background-color: #d9d6c5;
	/*color: #fff;*/
	padding: .5em 1em;
	margin-top: -1px;
	border-right: 1px solid #bbb599;
	border-bottom: 1px solid #bbb599;
	border-left: 1px solid #bbb599;
}
.foot span a {
	/*color: #fff;*/
}
p.toolthing  {
	padding-top: .6em;
	font-size:.8em;
	line-height:1.5em;
}
h2.toolthing {
	font-size:1.2em;
}
.toolthing a {
	color: #b9ebff;
}
.toolthing a:hover {
	color: #b9ebff;
}
.toolthing a:visited {
	color: #fff;
}
