@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #000;
}

p {
	margin-top:0em;
	margin-bottom:0.5em;
}

.blue {
	color: #00bff3;
}

.dark {
	color: #606060;
}

.light {
	color: #a1a1a1;
}

a:link {
	text-decoration: none;
	color: #00bff3;
}
a:visited {
	text-decoration: none;
	color: #00bff3;
}
a:hover {
	color: #00bff3;
	border-bottom: 2px solid;
}

.nav {
	color: #555;
}

a.nav:link {
	color: #fff;
	text-decoration: none;
}

a.nav:visited {
	color: #fff;
	text-decoration: none;
}

a.nav:hover {
	color: #00bff3;
	text-decoration: none;
	border-bottom: 2px solid;
}



a.nav-on:link {
	color: #00bff3;
	text-decoration: none;
	border-bottom: 2px solid;
}

a.nav-on:visited {
	color: #00bff3;
	text-decoration: none;
	border-bottom: 2px solid;
}

#body-wrapper {
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

#col-left {
	margin: 40px 0 0 0;
	width: 180px;
	float:left;
}

#col-mid {
	margin: 40px 0 100px; 0;
	width: 560px;
	float:left;
}

#navitem {
	font-size: 16px;
	line-height: 1.2em;
	margin: 26px 0 0 0;
	width: 180px;
}

#navitem li {
	margin: 0 0 8px 0;
}

#logo {
	margin: 0 0 0 0;
}

#team {
	margin: 160px 0 0 0;
	width: 180px;
	font-size: 11px;
	line-height: 14px;
	color: #a1a1a1;
}

#team a{
	color: #a1a1a1;
	text-decoration: none;
	border: none;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}	

.indent {
	margin: 0 0 10px 20px;
}

img {
	border:0;
}

.right-margin {
	margin: 0 20px 10px 0;
}

.left-margin {
	margin: 0 0 10px 20px;
}
.text-1col {
	width:380px;
}

.text-2cols {
	width:560px;
}

.text-3col {
	width:380px;
	margin-left: 180px;
}

.we-need-you {
	width:560px;
	height:400px;
	background-image:url('imgsrc/seattle-bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
.dashed {
	border-bottom: 1px #555555 dotted;
	margin: 30px 0 30px 0;
}

.solid {
	border-bottom: 1px #555555 solid;
	margin: 30px 0 30px 0;
}

.blank {
	margin: 30px 0 30px 0;
}

.thumb {
	margin: 0 5px 5px 0;
}
