/* CSS Document */

body {
width: 100%;
padding: 0px;
font-size: 14px;
color: #000;
margin: 0px;
padding: 0px;
font-family:Arial;
background-color: #f0f0f0;
/* background-color: #FCDFFF; */
}

hr {
border: 1px #fef200 solid;
width: 100%;
height: 0px;
}


/* ---------- @ Text Styles -----------*/

h2 {
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited, a:hover {
color: #000000;
}



/* ---------- @ Page Structure -----------*/


#header {

}

.floatright {
float: right;
}

.floatleft {
float: left;
}

.clr {
clear: both;
}

#photo {
margin-top: 0px;
top: 0px;
left: 530px;
width: 330px;
height: 259px;
background-image: url(images/pathway.png);
position: relative;
}

.wrapper {
position: relative;
width: 886px;
margin: 0px auto;
background-color: #ffffff;
/* background-color: #f0f0f0; */
}

#container {
padding-top: 20px;
float: left;
width: 880px;
margin-left: 10px;
margin-bottom: 30px;
}

#rightcolumn {
width: 300px;
float: left;
margin-top: 10px;
}

#leftcolumn {
width: 504px;
float: left;
margin-right: 60px;
}

#leftcolumn div {
margin-bottom: 30px;
}

.pathway {
border: 2px #000 solid;
margin-bottom: 20px;
}

#navline {

}

.whiteborder {
border: 1px #FFFFFF solid;
}

#tagline {
color: #324943;
font-size: 16px;
float: right;
top:35px;
position: absolute;
left: 600px;
text-align: right;
font-style: italic;
}

#popup {
margin: 20px;
}

/* ---------- @ Footer -----------*/

#footer {
width: 100%;
height: 75px;
position: absolute;
border-top: 2px #999 solid;
}

#footer a {
color: #000000;
text-decoration: underline;
}

#center {
text-align: center;
padding-top: 20px;
}


/* ---------- @ Navigation -----------*/

#nav {
width: 876px;
float: left;
background-color: #ffffff;
height:32px;
}

#nav ul {
  list-style: none;
	margin:0;
	padding: 0;
	height: 32px;
}

#nav ul a {
    color: #FFFFFF;
    font-family: arial;
    text-decoration: none;
    font-weight: EM;
    display: block;
    padding: 7px 0px 10px 0px;
    width: 100%;
}

#nav ul a:hover {
    color: #FFF;
    text-decoration: none;
	padding: 7px 0px 10px 0px;
	width: 100%;
}
#nav ul li {
	color: #FFFFFF;
    float: left;
    position: relative;
	height: 32px;
	background-image: url(images/navroll.jpg);
	width: 124px;
	text-align: center;
}

#nav ul li:hover {
background-image: url(images/navbg.jpg);
width: 124px;
text-align: center;
height: 32px;
float: left;
position: relative;
}

#nav ul li ul {
    list-style: none;
    position: absolute;
    display: none;
	border-left: 1px #FFF solid;
}

#nav ul li:hover ul { display: block;
top: 0px;
}

#nav .active {
background-image:url(images/navroll.jpg);
}

#rightcolumn ul {
font-size:14px;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 10px;
}

#rightcolumn li {
background-color: #76ccec;
margin: 0 0 2px 0;
padding: 5px 0 5px 10px;
width: 200px;
}

#rightcolumn li:hover {
background-color: #01a5e4;
margin: 0 0 2px 0;
padding: 5px 0 5px 10px;
width: 200px;
}

#rightcolumn a {
text-decoration: underline;
color: #ffffff;
}

.biophoto {
float:right;
width: 120px;
height: 160px;
padding: 5px;
border: 1px #cfcfcf solid;
margin: 0 0 20px 20px;
background-color: #FFFFFF;
}

