@charset "UTF-8";
/* CSS Document */

/* author: Dirk Mynatt, GforceSeattle.com | 206 374 9787

SITE COLORS

Main Red: 		#D0181F 
Burnt Orange: 	#DC7200
Dark Gray: 		#222
Med Gray: 		#333
Drk Red:		#4F0008
Fonts: 				

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,
code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0; 
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}
ol,ul {
	list-style: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}
/*Utilities*/
.centeredContent {width:800px; margin:auto;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear:both; width:100%;}
.txtCenter {text-align:center;}
.txtRight {text-align:right;}
.txtLeft {text-align:left;}
.dottedLine {
	border-right: 1px dotted #999;
	padding: 5px 5px 2px;
}
hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}
.clear {
clear: both;
margin: 0;
padding: 0;
}


#container {
	background: #222;
	height: 125px;
	border-bottom: 6px solid #666;
}
#header {
	margin: 0 auto;
	width: 800px;
	height: 125px;
	position: relative;
}

#header img {
	margin-top: 40px;
}
#nav {
	position: absolute;
	right: 15px;
	top: 40px;
}
/*---- START NAVIGATION ---*/
#nav a {
	font-family: Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999;
	text-decoration: none;
	display: block;
	border-left: 1px dotted #999;
	height: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#nav a:hover {
	background: url(../images/nav_back.png) no-repeat;
	color: #FFFFFF;
}
#nav ul {
	line-height: normal;
	list-style: none;
}
#nav  li {
	float: left;
}
#nav .last {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#nav .current {
	font-size: 0.75em;
	color: #DC7200;
	text-decoration: none;
	border-left: 1px dotted #999;
	height: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/*---- END NAVIGATION ---*/
#wrapper {
	margin: 0px auto;
	width: 800px;
}
#subnav {
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subnav h1 {
	background: url(../images/subhead.png) no-repeat;
	width: 250px;
	text-indent: -999px;
	height: 30px;
	padding: 0px;
	margin-top: 20px;
}
#subnav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 570px;
	font-size: 1.1em;
	line-height: 1.3em;
	float: right;
	margin: -30px 0px 0px;
	padding: 0px 20px 0px 0px;
	letter-spacing: 0.01em;
	font-weight: normal;
}
#subnav a {
	color: #DC7200;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #DC7200;
}
.rowone {
	margin: 0 0px 10px;
	padding: 7px 0px 0;
}
.border {
	background: #999;
	height: 4px;
	width: 785px;
	margin-bottom: 10px;
}

.column {
	margin: 0 15px 0px 0px;
	width: 185px;
	float: left;
}
.column img {
	border-top: 5px solid #fff;
	border-right: none;
	border-left: none;
	border-bottom: none;
	height: 185px;
	width: 185px;
	margin: 0;
	padding: 0;
}
.column a img {
	border-top: 5px solid #fff;
	height: 190px;
	width: 185px;
	margin: 0;
	padding: 0;
}
.column a:hover img {
	border-top: 5px solid #DC7200;
	height: 190px;
	width: 185px;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.column h3 {
	margin: 10px 0px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	padding: 0px;
	line-height: 1em;
}

.column h3 a {
	color: #666;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.column h3 a:hover {
	color: #DC7200;
	text-decoration: none;
}
.column p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	color: #999999;
	line-height: 1.5em;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
#footer {
	background: #CCCCCC;
	margin: 55px 0px 0px;
	padding: 0px;
	min-height: 250px;
}
.fleft a {
	text-decoration: none;
	color: #666;
	padding: 1px;
}
.fleft a:hover {
	color: #CCC;
	background: #333;
	padding: 1px;
}
.fgroup {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
.fleft {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 1px;
}
.fright {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 85%;
}

.fleft p, .fright p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #666;
	letter-spacing: .02em;
}
p.title {
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: .02em;
}
.bottompad {
	padding-bottom: 40px;
}
#project {
	width: 785px;
	float: left;
	border-top: 1px solid #999;
}
#project img {
	padding-top: 30px;
	float: left;
}
#project p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 580px;
	font-size: 1em;
	line-height: 1.3em;
	float: right;
	margin: 0px;
	padding: 25px 20px 20px 0px;
	letter-spacing: 0.01em;
	font-weight: normal;
}
.projectnav {
	margin-top: 20px;
	padding-bottom: 15px;
	width: 200px;
	float: left;
	padding-top: 3px;
}
.projectnav a {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 0.7em;
	padding: 5px;
	text-decoration: none;
}
.projectnav a:hover {
	color: #FFFFFF;
	background: #999;
}
.projectnavRight {
	width: 150px;
	float: right;
	margin-top: 20px;
	padding-bottom: 15px;
	text-align: right;
	padding-right: 15px;
	margin-left: 200px;
}
.projectnavRight a {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.7em;
	padding: 5px;
	text-decoration: none;
}
.projectnavRight li {
	display: inline;
}
#content {
	padding-top: 20px;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 0.80em;
}
#about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 0.01em;
	margin-top: 75px;
}
#about p {
	padding-bottom: 20px;
	line-height: 1.4em;
	padding-right: 200px;
}
#about h1 {
	background: url(../images/about_header.png) no-repeat;
	text-indent: -999px;
	margin-bottom: 20px;
	height: 58px;
	width: 422px;
}
#about a {
	color: #DC7200;
	text-decoration: none;
}
#about a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #DC7200;
}
#content a {
	text-decoration: none;
	color: #DC7200;
	font-size: 1em;
	font-weight: normal;
	margin-left: 5px;
}
#content a:hover {
	text-decoration: underline;
	color: #666666;
	margin-left: 5px;
}
.bottomnav {
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	width: 785px;
	border-top: 4px solid #999;
	padding-top: 15px;
}
.bottomnav a {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
	padding: 4px;
}
.bottomnav li {
	display: inline;
	padding: 0px;
}
.bottomnav a:hover {
	color: #FFFFFF;
	background: #999;
}
.bottomnav li.next {
	margin-left: 545px;
}
.projectnavRight a:hover {
	color: #FFFFFF;
	background: #999;
}
.projectnext {
	width: 150px;
	float: right;
	margin-top: 20px;
	padding-bottom: 15px;
	text-align: right;
	padding-right: 15px;
	margin-left: 200px;
	padding-top: 3px;
}
.projectnext a {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.7em;
	padding: 5px;
	text-decoration: none;
}
.projectnext a:hover {
	color: #FFFFFF;
	background: #999;
}
#about .sitemap {
	background: url(../images/sitemap_header.png) no-repeat;
}
#sitemap  li {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 50px;
}
#sitemap  a     {
	color: #DC7200;
	text-decoration: none;
	line-height: 2.3em;
}
#sitemap a:hover {
	color: #666666;
	text-decoration: underline;
}
#sitemap .projects-sitemap a {
	color: #666666;
	font-size: 80%;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
#sitemap .projects-sitemap a:hover {
	color: #666666;
	text-decoration: underline;
}
