/* ORANGE COLOR : #FD7308 */

html, body {
height: 100%;
margin: 0px;
font-size: medium;
}

#background, #background2 {
	position: absolute;
	padding-top:330px;
	top: 0px;
	width:100%;
	border:0px solid black;
	text-align: right;
}

#background2 {
	padding-top:100px;
	}

#main {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	top: 0px;

}
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .75em;
	text-align: left;
	margin-top: 0px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	width: 650px;
	visibility: visible;
	padding: 2em;
}

#navigation {
	position: relative;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .8em;
	border: 0px solid black;
	margin-top: 10px;
	width: 600px;
	left: 50%;
	margin-left: -325px;
	color:#FD7308;
	padding-bottom: 1.5em;
}

#navigation A {
	text-decoration: none;
	}
	
#sitelinks A {
	text-decoration: none;
}

#pagetitle {
	color: black;
	font-weight: bold;
	display: inline;
	white-space: nowrap;
	
	}

#photo {
	margin-top: 0em;
	margin-left: 0em;
	position: absolute;
	left:25px;
	}
		
#text, #overview-text {
	margin-top: 0em;
	margin-left: 120px;
	padding-left:20px;
	border-left: 1px solid black;
	position: relative;
	text-align: justify;
	padding-bottom: 0em;
	}

#overview-text {
	margin-left: 160px;
	}

.overview {
	font-size: 1.75em;
	padding-bottom:1.5em;
	}

#overview-text-main {
	margin-bottom:0px;
	}

.overview-bullet {
	margin-right: 1em;
	position: relative;
	top: 5px;
}

A.overview-link {
	color: black;

}

h4, .overview2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

A {	color: black;
	text-decoration: underline;}

A:hover   { color: #FD7308 } /* user hovers     */

dt {
	margin-top:1em;
	font-weight: bold;
}

dd {
	margin-left:1.5em;
	}
	
dd.partners {
	margin-top:1em;
	}
	
dl	{
	margin-top:3em;
}


.photobio {
	margin-top: 1em;
	margin-left: 0px;
	position: relative;
	text-align: justify;
	width: 100%;
	height: 160px;
	}
	
.photobio-photo {
	width: 120px;
	text-align: left;
	position: absolute;
	border-right: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	left: 0px;
	}
	
.photobio-text {
	position: absolute;
	margin-left: 140px;
	margin-top: 2em;
	font-size: 1em;
	}
	

#sitelinks {
	position: relative;
	margin-bottom: 0em;
	padding-top: 3em;
	padding-bottom: 1em;
	white-space: nowrap;
	color: #FD7308;

}

/* PROJECTS */

.row1, .row2 {
	padding-top:1em;
	padding-bottom:1em;
}
	
.row2 {
	background-color: #FEB882;
}

#projects {
	text-align: left;
	}
	
#contact-text {
	font-size: 1em;
	margin-left: 160px;
	}
