/*	+-------------------------------------------+
	| Bickel Underwood Architecture             |
	| www.bickelunderwood.com                   |
	+-------------------------------------------+
	| CSS Stylesheet                            |
	|         									|
	| Date: 13 April 2011                       |
	+-------------------------------------------+ */


body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Geneva", "Arial", "Helveltica", sans-serif;
	color:  #FFF;
	text-align: left;
	line-height: 150%;
}

a { 
	text-decoration: underline;
	font-size: 16px;	
	color: #FFF; 
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

.borderit:hover img{
	border: 2px solid; 
	color: #69A880;
}

.borderit:hover{
color: #69A880; /* irrelevant definition to overcome IE bug */
}

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: "Geneva", "Arial", "Helveltica", sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
}

.td2 {
	font-family: "Geneva", "Arial", "Helveltica", sans-serif;
	font-size: 13px;
	color: #FFF;
	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:center;
	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-family: Minion, Adobe Garamond Pro, Adobe Garamond, Garamond, Times New Roman, serif;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	text-decoration: underline;
	width: 500px;
	margin: 0px;
	color: #FFF;
	text-align: left;
}

.gothere a:link {
	color:#69A880;   
}

.gothere a:visited {
	color:#69A880;
}

.gothere a:hover {
	color:#FF3333;
	cursor: pointer;
	cursor: hand;
}

.gothere a:active {
	color: #69A880;
}

.gothere a .display {
	display: none;
}
.gothere a:hover .display {
	position: static; 
	width: auto; 
	height: auto;
	float: right;
	display: block;
	font-size: 13px;
	font-family: "Geneva", "Arial", "Helveltica", sans-serif;
	background: #ffffdf;
	color: #000;
	padding: 3px;
}

#projectname {
	font-size: 16px;
	font-weight: bold;
	color:#F00;
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	letter-spacing:1px;
	text-align:left;
	margin-top: 0px;
	margin-left: 15px;
}

#projectinfo {
	font-size: 14px;
	color:#FFF;
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	text-align: left;
	margin-top: 0px;
	margin-left: 15px;
	line-height: 125%;
}

#profileinfo {
	font-size: 17px;
	font-weight: bold;
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	letter-spacing: 1px;
	color: #69A880;
}

.clientinfo {
	font-family: "Minion", "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", serif;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	color:#69A880;
	letter-spacing: 5px;
	margin-left: 15px;
	font-size: 16px;
	line-height:200%;

}

.contact a { 
	text-decoration: underline; 
	color: #b0b0b0;
	font-size:13px;
}
	
.contact a:hover { text-decoration: none; }

.menubartitle {
	color: #000;
}

.menubartitle a { 
	color: #000; 
}

.menubartitle a:link {
	color: #000;
}

.menubartitle a:visited {
	color: #000;
}

.menubartitle a:hover {
	color: #000;
}

.menubartitle a:active {
	color:#000;
}
	
.menubar {
	line-height:200%;
	font-size: 16px;
}

.menubarselect {
	color: #FF0000; 
	font-size: 16px;
	line-height:200%;
}

ul li { 
	display: inline; 
}

#Layer1 {
	position:absolute;
	left:270px;
	top:337px;
	width:518px;
	height:339px;
	z-index:1;
	visibility: visible;
}

.style1 {
	color: #FF0000; 
	font-size: 26px;
}

.style2 {
	font-size: 16px; 
	margin-left: 15px; 
	color: #FF3333;
}

.style3 {
	font-size: 16px; 
	margin-left: 15px; 
}

.style4 {
	color: #FF0000; 
	font-size: 16px;
}

.style5 {
	font-family: Minion, Adobe Garamond Pro, Adobe Garamond, Garamond, Times New Roman, serif; 
	font-weight: bold;
	font-size: 16px; 
	letter-spacing: 1px;
}


.style9 {
	font-family: Minion, Adobe Garamond Pro, Adobe Garamond, Garamond, Times New Roman, serif; 
	font-weight: bold;
	font-size: 16px; 
	letter-spacing: 0px;
	color: #69A880;
}	

#photoholder {
	background:#000;
	height:199px;
	overflow:hidden;
	width:561px;
	position:relative;
	cursor: pointer;
	cursor: hand;
}

