/*	+-------------------------------------------+
	| Bickel Underwood Architecture             |
	| www.bickelunderwood.com                   |
	+-------------------------------------------+
	| CSS Stylesheet                            |
	| Author: Matt Harris, CDS Portland         |
	| Date: 25 Aug 2006                         |
	+-------------------------------------------+ */


body {
	background: #000;
	margin: 0;
	padding: 0;
	font: 13px "Geneva", "Arial", "Helveltica", serif;
	color:  #fff;
	text-align: left;
	line-height: 150%;
}

a { text-decoration: underline; color: #b0b0b0; }
a:hover { text-decoration: none; }

h1 {
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color:#FF3333;
	letter-spacing: 5px;
	margin-top: 15px;
	margin-left: 0px;
}

h2 {
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color:#FF3333;
	letter-spacing: 5px;
	margin-top: 15px;
	margin-left: 15px;
}

h3 {
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color:#FF3333;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 15px;
}

h4 {
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color:#FF3333;
	letter-spacing: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

#home li {
	list-style: none;
	margin: 10px;
}

#home li a {
	display: block;
	width: 537px;
	height: 35px;
	text-decoration: none;
	margin: 0 auto;
}

.td1 {
font-family: 13px "Geneva", "Arial", "Helveltica", serif;
color: #FFFFFF;
text-align: left;
margin-left: 15px;
margin-top: 15px;
}
.td2 {
font-family: 13px "Geneva", "Arial", "Helveltica", serif;
color: #FFFFFF;
text-align: left;
margin-left: 15px;
margin-top: 0px;
} 




#home li a#history { background: url("images/home/history.gif"); }
#home li a:hover#history { background: url("images/home/history-over.gif"); }
#home li a#projects { background: url("images/home/projects.gif"); }
#home li a:hover#projects { background: url("images/home/projects-over.gif"); }
#home li a#clients { background: url("images/home/clients.gif"); }
#home li a:hover#clients { background: url("images/home/clients-over.gif"); }
#home li a#employment { background: url("images/home/employment.gif"); }
#home li a:hover#employment { background: url("images/home/employment-over.gif"); }
#home li a#contact { background: url("images/home/contact.gif"); }
#home li a:hover#contact { background: url("images/home/contact-over.gif"); }

div#footer {
	text-align: s;
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 125%;
}

.select {
   float: left;
   width: 500px;
}
.gothere {
   float: left;
   width: 500px;
   margin-top: 0px;
}
.gothere a {
   
   font: bold Minion, Adobe Garamond Pro, Adobe Garamond, Garamond, Times New Roman, san-serif; font-size: 16px;
   padding: 3px;
   text-decoration: underline;
   
   width: 500px;
   margin: 0px 0;
   color: #ffffff;
   text-align: left;
}
.gothere a:link {
   color:#ffffff;
   
}
.gothere a:visited {
   color:#ffffff;
   
}
.gothere a:hover {
   color:#FF3333;
   
   
   cursor: hand;
}
.gothere a:active {
   color: #ffffff;
   
}
.gothere a .display {
   display: none;
}
.gothere a:hover .display {
   position: static; width: auto; height: auto;
   float: right;
   display: block;
   
   font: 13px "Geneva", "Arial", "Helveltica", serif;
   background: #ffffdf;
   color: #000000;
   padding: 3px;
}

