body {
background-color: #CCCCCC;
margin: 0;
padding: 0;
position:absolute; 
height:100%;
width:100%;
background-image: url('/images/sitewide/background.gif');
background-repeat: repeat-y;
background-position: center;
}



a img {
border: 0;
}


#display {
width: 100%;
margin: 0 auto;
position:absolute;
top:0;
height:auto;
}

#content {
width: 940px;
margin: 0 auto;
height:100%;
}


/* TOP NAVIGATION */

#navigation {
width: 630px;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 16px;
border-bottom: 10px solid #CCCCCC;
padding-left: 10px;
}

#navigation #navigation-right {
float: right;
padding: 40px 20px 0 0;
}

#navigation #navigation-right a {
padding-left: 20px;
}

#navigation a {
color: #333333;
text-decoration: none;
}



/* CURRENT PROJECT */

#currentproject {
margin: 0px auto;
padding: 0px;
width: 640px;
float: left;
height:100%;
/* position: absolute; */
}

#currentproject-tall {
margin: 0;
padding: 0;
height:auto;
}


#currentproject p {
font-family: 'Helvetica', Verdana, Arial, sans-serif;
color: black;
line-height: 20px;
font-size: 14px;
width: 550px;
}

#currentproject a {
color: black;
}

#currentproject a:visited {
color: #666666;
}


.projectdescription {
padding: 0 0 20px 0;
}

#currentproject p.info {
line-height: 13px;
font-size: 11px;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
}

a.projectlink {
font-size: 11px;
font-weight: bold;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
color: black;
}

.statement{
line-height: 16px;
font-size: 14px;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
}

.thumbnails {
margin: 0 0px 10px 3px;
border: 0;
}

.thumbnail {
float: left;
margin: 0 0px 6px 6px;
padding: 0;
border: 0;
}

.thumbnail a, .thumbnail img {
margin: 0;
padding: 0;
border: 1px solid white;
}

.thumbnail a:hover img {
border: 1px solid black;
}

.video {
float: left;
margin: 0 0px 6px 8px;
padding: 0;
border: 0;
}


h2 {
font-family: 'Helvetica', Verdana, Arial, sans-serif;
}

/* FEATURED PROJECTS and PROJECT LIST*/


#projectlist, #featuredprojects {
background-color: #CCCCCC;
height: 100%;
width: 140px;
margin: 70px 0 0 00px;
padding: 0 0px 30px 0px;
float: left;
}

#projectlist {
padding-left: 10px;
}

#featuredprojects{
padding-right: 10px;

}

#featuredprojects p.list-head, #projectlist p.list-head {
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
color: #666666;
}

#projectlist p {
margin: 0px 0 3px 0;
padding: 0 0 0 15px;
text-indent: -15px;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 16px;
width: 122px;
}

#featuredprojects p {
margin: 0px 0 10px 0;
padding: 0 0 0 0px;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 16px;
color: #333333;
}

#featuredprojects a {
color: white;
text-decoration: none;
font-weight: bold;
} 

#projectlist a {
font-weight: bold;
color: white;
text-decoration: none;
}

#projectlist a:visited {
font-weight: 400;
color: #999999;
}

#projectlist p:hover a, #featuredprojects p:hover a {
background-color: white;
color: black;
}


.projectdescription {
margin-left: 10px;

}

#projectlist a.currentlink {
color: #999999;
}


#projectlist p.copyright {
font-size: 9px;
line-height: 11px;
color: #AAAAAA;
}

/* CV */

.resume {
margin: 0 0 0 0;
padding: 0;
font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 16px;
color: black;
width: 600px;
text-indent: 0px;
border-spacing: 2px 2px;
}

.resume td {
vertical-align: top;
padding: 0 5px 5px 0;
}

.resume a {
color: black;
}

.resume a:visited {
color: #666666;
}

h5 {
font-family: 'Helvetica', Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 16px;
font-weight: bold;
color: black;
width: 600px;
margin: 20px 0;
padding: 0px;
}

