@charset "UTF-8";
/* CSS Document */
/* colors
blue: #1a5070
orange: #f8941d
blood-ornage: #e03e19
light tan: #d9d6c5
medium tan: #d9d6c5
darker tan: #cdc9b7
*/

@import "reset.css";
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	min-width: 922px;
	background-color: #d9d6c5;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.skipContent {
	display: none;
}
.wrapper {
	font-size: 62.5%;
	position: absolute;
	height: 100%;
	width: 100%;
}
a {
	color: #1a5070;
}
a:hover {
	color: #e03e19;
}
a:visited {
	color: #6c6865;
}
.column p {
	padding-bottom: 1em;
}
/* @group nav */
.topgroup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
	z-index: 1;
}
.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 */

/* @group callout */

.callout {
	height: 212px;
	background: url(../graphics/redstripes.jpg) repeat-x;
	background-color: #310f18;
	text-align: center;
}
.callout .centered {
	position: relative;
	height: 212px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sampleHead {
	position: absolute;
	bottom: -32px;
	left: 41px;
	z-index: 3;
}
.wordmark {
	position: absolute;
	bottom: 0px;
	right: 56px;
}

/* @end */

/* @group content */

.bottomgroup {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../graphics/gradint_tan.gif) repeat-y left top;
	display: table;
	height: 100%;
}
.ie7 .bottomgroup, .ie6 .bottomgroup {
	height: 1200px;
}
.welcomeText {
	text-align: left;
	float: left;
	margin-top: 270px;
}

.foot {
	font-size: .9em;
	color: 3f3f3f;
	padding-top: .5em;
	padding-right: .5em;
	line-height: 1em;
	text-align: right;
	bottom: 0;
	right: 0;
}
.foot a {
	color: 3f3f3f;
}
.portfolio .foot {
	text-align: left;
	font-size: .7em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1.5em;
	border-top: solid 1px #cdc9b7;
}
.column {
	width: 19em;
	float: left;
	margin-left: 3em;
	margin-top: 3.5em;
	padding-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 2em;
	color: #6f6f6f;
}
.column h3 {
	color: #e03e19;
}
.air {
	border-bottom:solid 1px #a4a296;
	cursor: pointer;
}
.ie6 .air {
	border-bottom:none;
	cursor: text;
}
/* @end */

/* @group samples */

.collections {
	float: left;
	margin-bottom: 1em;
	padding-top: 50px;
	padding-left: 30px;
	width: 347px;
	margin-top: 270px;
}
.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;
	color: #1a5070;
}
.collections img {
	border: solid 1px #6f6f6f;
	float: left;
}
.collections a:hover img {
	border: solid 1px #fff;
}
.collections ul {
	display: block;
}
.collections li {
	padding-bottom: 2em;
	padding-right: 6em;
}

/* @end */

/* @group contact stuff */

.contact .bottomgroup {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background:none;
	display: table;
}
.ie7 .contact .bottomgroup, .ie6 .contact .bottomgroup {
	height: 600px;
}
.contact .bottomgroup .centered {
	margin-top: 320px;
	border: solid 1px #d9d6c5;
}
.contact p {
	padding-bottom: 0px;
}
.contact .column {
	margin-top: 0px;
}
.contact .column a {
	color: #1a5070;
}
.contact .column a:hover {
	color: #e03e19;
}
.contact .wrapper {
	position: inherit;
	height: auto;
	width: auto;
}
.contact .foot {
	text-align: right;
	background: url(../graphics/footer.png) repeat-x left top;
	height: 65px;
	border-top: solid 1px #bbb599;
	margin-top: 50px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
}
.contact .foot span {
	display: block;
	float: right;
	background-color: #d9d6c5;
	padding: .5em 1em;
	margin-right: 35px;
	margin-top: -1px;
	border-right: 1px solid #bbb599;
	border-bottom: 1px solid #bbb599;
	border-left: 1px solid #bbb599;
}
.centered form {
	width:300px;
	margin:auto;
	float: left;
	padding-left: 45px;
	border-right: solid 1px #cdc9b7;
	padding-right: 5em;
	padding-top: .5em;
}
hr {
	color: #cdc9b7;
	background-color: #cdc9b7;
	height: 1px;
	border: 0;
}
label {
	cursor:pointer;
	display:block;
	color: #000 !important;
}
.centered input[type="text"], textarea {
	width:300px;
	border:1px solid #cdc9b7;
	padding:5px;
	background-color: #e9e7df;
	margin-bottom: 10px;
}
.centered .ie6 input, .ie6 textarea {
	width:300px;
	background-color:#E9E7DF;
	border:1px solid #CDC9B7;
}
.centered textarea {
	height: 150px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.centered input[type="text"]:focus, textarea:focus {
	border-color:#e03e19;
}
/* submit button */
.centered #btn {
	cursor:pointer;
	border:1px solid #cdc9b7;
	padding:5px;
	background:#ccc4b6;
	width: auto;
}

.centered #btn:hover, #btn:focus {
	border-color:#e03e19;
	background:#f8941d;
	color: #fff;
}
.slider {
	position: relative;
	clear: both;
}
.gecko .contact u, .ie .contact u, .webkit .contact u {
	display: none;
}
.thanks {
	width: 100%;
	min-height: 200px;
}
.thanks h1 {
	background: url(../graphics/thanks.png) no-repeat left center;
	height: 60px;
	text-indent: -9999px;
}
/* @end */

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;
}