/* DIV CONTAINERS */

#navcontainer ul
{
text-align: left;
padding-top: 2px;
padding-left: 0;
margin-top: 0;
border-bottom: 2px solid #333;
padding-left: 30px;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #FFF;
font: normal 10px/15px "lucida grande", arial, sans-serif;
color: #333333;
text-transform: uppercase;
letter-spacing: 0px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #333;
text-decoration: none;
}

#navcontainer ul li a:hover, li#active a, li#active
{
background-color: #333;
color: white;
	padding: 5px 10px;
}

#navcontainer li#people-active
{
padding-left: 10px;
padding-right: 10px;
color: #996600;
}

#projectgallery {
background-color:#FFFFFF;
padding: 25px 0 25px 30px;
}

div.projecttitle {
padding: 15px 0 5px 0px;
border-bottom: 1px solid #333333;
}

div.spacer {
clear: both;
}

/* sIFR for Projects */

.sIFR-hasFlash li.pro {
visibility: hidden;
font-size: 16px;
}

/* tag replacements */

p.subtitle {
font: normal 10px/15px "lucida grande", arial, sans-serif;
color: #333333;
padding-left: 15px;
clear : left;
text-indent: 0px;
}
	
p.ptitle {
font-size: 12px;
font-weight: bolder;
text-decoration: none;
line-height: 15px;
padding-left: 15px;

text-indent: 0px;
margin-bottom: 5px;
}

.date {
color: #666666;
}

.projectbox {
display: block;
float:left;
width: 260px;
height: 245px;
voice-family: "\"}\"";
voice-family:inherit;
background-image: url(../projects/images/project_link_bkg.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

.projectboxother {
float:left;
width: 260px;
height: 80px;
padding-top: 3px;

}

.projectbox img {
margin: 10px 0px 20px 7px;
border: 1px solid #999999;
}

.projectbox img:hover {
border: 1px solid #333333;
}