
/*general styles*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color: #414141;
	color: #999;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: left;
	}
	
.wrapper {
	position: relative;
	width: 956px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	position: absolute;
	top: 20px;
	left: 0;
	width: 956px;
	height: 600px;
	background: url(../images/background.gif) no-repeat;
	}
	
p {
	padding-bottom: 1.2em;
	}
	
a {
	text-decoration: none;
	padding: .2em;
	}

a:link, a:visited {
	color: #ccc;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #fff;
	background-color: #333;
	border: 1px solid #999;
	}
	
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 22px;
	}
	
#header a {
	position: absolute;
	top: 0;
	height: 22px;
	width: 273px;
	padding: 0;
	text-indent: -9999px;
	}
	
#header a:link, #header a:visited {
	background-image: url(../images/homelink.gif);
	border: none;
	}
	
#header a:hover, #header a:active {
	background-image: url(../images/homelink_a.gif);
	border: none;
	}
	
h1 {
	font-size: 22px;
	color: #fff;
	}

h2 {
	font-size: 18px;
	color: #C60;
	padding-bottom: 1em;
	}
	
h3 {
	font-size: 14px;
	color: #ccc;
	padding-bottom: .8em;
	}
	
#copyright {
	position: absolute;
	top: 550px;
	left: 10px;
	width: 500px;
	height: 92px;
	color: #666;
	font-size: 8px;
	}
	
#footer {
	position: absolute;
	top: 524px;
	left: 2px;
	width: 500px;
	height: 12px;
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	}
	
#footer a {
	color: #999;
	padding: 2px 8px;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	}

#siteby {
	position: absolute;
	top: 550px;
	right: 10px;
	width: 200px;
	height: 92px;
	text-align: right;
	color: #666;
	font-size: 8px;
	}
	
#siteby a {
	color: #666;
	font-weight: normal;
	}
	
#siteby a:hover, #siteby a:active {
	color: #fff;
	background-color: #414141;
	border: none;
	}
	
	
/*navigation styles*/

#navigation {
	position: absolute;
	top: 22px;
	right: 48px;
	}
	
#navigation ul {
	position: relative;
	width: 362px;
	height: 24px;
	list-style: none;
	}
	
#navigation ul li {
	height: 24px;
	float: left;
	}
	
#navigation ul li a {
	position: absolute;
	top: 0;
	height: 24px;
	padding: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	}
	
li#nav_projects a:link, li#nav_projects a:visited {
	left: 0;
	width: 97px;
	background-image: url(../images/links3.gif);
	background-position: 0 0;
	}
	
li#nav_profile a:link, li#nav_profile a:visited {
	left: 97px;
	width: 77px;
	background-image: url(../images/links3.gif);
	background-position: -97px 0;
	}
	
li#nav_resources a:link, li#nav_resources a:visited {
	left: 174px;
	width: 104px;
	background-image: url(../images/links3.gif);
	background-position: -174px 0;
	}
	
li#nav_contact a:link, li#nav_contact a:visited {
	left: 278px;
	width: 87px;
	background-image: url(../images/links3.gif);
	background-position: -278px 0;
	}
	
li#nav_projects a:hover {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: 0 -24px;
	}
	
li#nav_profile a:hover {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -97px -24px;
	}
	
li#nav_resources a:hover {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -174px -24px;
	}
	
li#nav_contact a:hover {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -278px -24px;
	}
	
#projects li#nav_projects a {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: 0 -48px;
	}
	
#profile li#nav_profile a {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -97px -48px;
	}
	
#resources li#nav_resources a {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -174px -48px;
	}
	
#contact li#nav_contact a {
	border: none;
	background-image: url(../images/links3.gif);
	background-position: -278px -48px;
	}
	
	
/* styles for index.html */

#index_photos {
	position: absolute;
	top: 66px;
	left: 0;
	}

#news {
	position: absolute;
	top: 360px;
	right: 0;
	width: 360px;
	height: 140px;
	padding: 10px;
	color: #222;
	background-color: #666;
	border: 1px solid #414141;
	border-right: none;
	font-size: 11px;
	line-height: 1.4em;
	}
	
#news a:link, #news a:visited {
	color: #222;
	text-decoration: none;
	}
	
#news a:hover, #news a:active {
	color: #fff;
	text-decoration: none;
	}
	
#news h2 {
	padding: 8px 0 8px 8px;
	color: #fff;
	font-size: 16px;
	}
	
#news .date {
	color: #333;
	font-size: 9px;
	}
	
#news p {
	padding: 2px 8px;
	}


/* styles for projects.html */

#matrix {
	position:absolute;
	top: 50px;
	left: 42px;
	width: 550px;
	height: 470px;
	text-align: left;
	}
	
#matrix2 {
	position:absolute;
	top: 190px;
	left: 552px;
	width: 390px;
	height: 330px;
	text-align: left;
	}
	
#matrix ul {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 540px;
	list-style: none;
	}
	
#matrix2 ul {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 380px;
	list-style: none;
	}
	
.grid ul li {
	float:left;
	width: 150px;
	height: 120px;
	padding: 10px;
	display: inline;
	color: #333;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	}
	
.grid ul li a {
	padding: 0;
	display:block;
	right: 0;
	width: 150px;
	height: 120px;
	overflow: hidden;
	}
	
.grid ul li a:link, .grid ul li a:visited {
	text-indent: -9999px;
	}
	
.grid ul li a:hover, .grid ul li a:active {
	background-color: transparent;
	border: none;
	}
	
#item1 {
	background-image: url(../images/tn1.jpg);
	}
	
#item2 {
	background-image: url(../images/tn2.jpg);
	}
	
#item3 {
	background-image: url(../images/tn3.jpg);
	}
	
#item4 {
	background-image: url(../images/tn4.jpg);
	}
	
#item5 {
	background-image: url(../images/tn5.jpg);
	}
	
#item6 {
	background-image: url(../images/tn6.jpg);
	}
	
#item7 {
	background-image: url(../images/tn7.jpg);
	}
	
#item8 {
	background-image: url(../images/tn8.jpg);
	}
	
#item9 {
	background-image: url(../images/tn9.jpg);
	}
	
#item10 {
	background-image: url(../images/tn10.jpg);
	}
	
#item11 {
	background-image: url(../images/tn11.jpg);
	}
	
#item12 {
	background-image: url(../images/tn12.jpg);
	}
	
#item13 {
	background-image: url(../images/tn13.jpg);
	}
	
#projects_text {
	position: absolute;
	top: 90px;
	left: 594px;
	height: 120px;
	width: 310px;
	padding-right: 40px;
	font-size: 10px;
	line-height: 1.6em;
	overflow: hidden;
	}
	
.description {
	position: absolute;
	top: 90px;
	left: 594px;
	width: 310px;
	height: 100px;
	font-size: 10px;
	line-height: 1.6em;
	display: none;
	background: #363636;
	}
	
	
/* styles for individual project pages */

#slideshow {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 552px;
	height: 424px;
	background-color: #363636;
	}
	
#project_text {
	position: absolute;
	top: 140px;
	left: 620px;
	width: 300px;
	height: 370px;
	padding-right: 35px;
	font-size: 10px;
	line-height: 1.6em;
	overflow: auto;
	}

.pdf {
	padding-top: 1em;
	border-top: 1px dotted #999;
	}
	
.js_slide {
	text-align: center;
	}
	
.js_controls {
	text-align: center;
	font-size: 10px;
	}
	

/* styles for profile.html */

#profile_graphic {
	position: absolute;
	top: 42px;
	left: 8px;
	width: 240px;
	height: 460px;
	}

#profile_text {
	position: absolute;
	top: 140px;
	left: 360px;
	width: 460px;
	height: 340px;
	padding-right: 136px;
	font-size: 10px;
	line-height: 1.6em;
	overflow: auto;
	}

	
/* styles for resources.html */
	
#resources_graphic {
	position: absolute;
	top: 42px;
	left: 8px;
	width: 240px;
	height: 460px;
	}
	
#resources_text {
	position: absolute;
	top: 140px;
	left: 360px;
	width: 550px;
	height: 340px;
	padding-right: 45px;
	font-size: 10px;
	line-height: 1.6em;
	overflow: auto;
	}
	
#resources_text h3 {
	padding-top: 2em;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	}

#resources_text ul {
	list-style: none;
	margin-left: 10px;
	}

#resources_text ul li {
	padding-bottom: 1em;
	}	
	

/* styles for contact.html */

#corvallis_graphic {
	position: absolute;
	top: 100px;
	left: 10px;
	}
	
#portland_graphic {
	position: absolute;
	top: 280px;
	left: 10px;
	}

.contact_graphic {
	width: 930px;
	height: 150px;
	font-size: 10px;
	line-height: 1.6em;
	background-color: #333;
	}
	
#corvallis_graphic .maplink a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 150px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	border: none;
	}
	
#portland_graphic .maplink a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 150px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	border: none;
	}
	
#corvallis_graphic .maplink a:link, #corvallis_graphic .maplink a:visited {
	background-image: url(../images/contact_graphic_c.jpg);
	}
	
#corvallis_graphic .maplink a:hover, #corvallis_graphic .maplink a:active {
	background-image: url(../images/contact_map_c.jpg);
	}
	
#portland_graphic .maplink a:link, #portland_graphic .maplink a:visited {
	background-image: url(../images/contact_graphic_p.jpg);
	}
	
#portland_graphic .maplink a:hover, #portland_graphic .maplink a:active {
	background-image: url(../images/contact_map_p.jpg);
	}
	
#corvallis_text {
	position: absolute;
	top: 115px;
	left: 620px;
	}
	
#portland_text {
	position: absolute;
	top: 295px;
	left: 620px;
	}
	
.contact_text {
	width: 280px;
	height: 200px;
	padding-right: 55px;
	font-size: 10px;
	line-height: 1.6em;
	letter-spacing: .1em;
	overflow: auto;
	}
	
.contact_text p {
	padding-bottom: .6em;
	}
	
.contact_text h2 {
	padding-bottom: 0;
	}
	
.contact_info {
	margin-right: 10px;
	padding-top: 0px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .5em;
	border-bottom: 1px dotted white;
	}
	
#email {	
	position: absolute;
	top: 465px;
	left: 590px;
	width: 280px;
	height: 50px;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 10px;
	line-height: 1.6em;
	letter-spacing: .1em;
	overflow: auto;
	background-color: #333;
	}

#bill_mail {
	padding-left: 20px;
	}
	
#jobs {
	position: absolute;
	top: 460px;
	left: 10px;
	width: 550px;
	font-size: 10px;
	}
	
#jobs p {
	text-align: center;
	padding-bottom: .8em;
	}
	
	
/* styles for popup alternates (dave.html, bill.html, employment.html) */

#dave_graphic, #bill_graphic, #employment_graphic {
	position: absolute;
	top: 42px;
	left: 8px;
	width: 240px;
	height: 460px;
	}

#dave_text, #bill_text, #employment_text {
	position: absolute;
	top: 140px;
	left: 360px;
	height: 360px;
	width: 460px;
	padding-right: 136px;
	background: url(../images/bill.jpg) 0 0 no-repeat;
	font-size: 10px;
	line-height: 1.6em;
	overflow: auto;
	}
	
#dave_text {
	background: url(../images/dave.jpg) 0 0 no-repeat;
	}
	
#bill_text {
	background: url(../images/bill.jpg) 0 0 no-repeat;
	}
	
#employment_text {
	background: url(../images/employment.jpg) 0 0 no-repeat;
	}

#dave_text p, #dave_text h2, #bill_text p, #bill_text h2, #employment_text p, #employment_text h2 {
	margin-left: 160px;
	}	
	
#openings {
	color: #ccc;
	padding-top: 10px;
	padding-bottom: 4px;
	}