
/***********
MAIN LAYOUT OF SITE
***********/

html, body { margin: 0px; padding: 0px; width: 100%; text-align: left; background-color: #fff; }

sup {
	line-height: 6px; font-size: 7px;
}

sub {
	line-height: 0px; font-size: 7px;
}

#project { margin:0px; padding:0px; width: 670px; height: 100%; margin-left: auto; margin-right: auto; font-family: helvetica, arial, helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #999; }

.projectImage { margin:0px; padding:0px; padding-bottom: 20px; width: 670px; float: left; }

.projectOverview { margin:0px; padding:0px; width: 670px; height: 165px; float: left; }

.projectText {float: left; margin:0px; padding:0px; padding-right: 20px; width: 439px; border-right: solid 1px #ccc; }

.projectDetailsWrapper { margin:0px; padding:0px; margin-left: 20px; width: 190px; float: left; }

.projectDetails { margin:0px; padding:0px; padding-bottom: 10px; }

.projectNames { margin:0px; padding:0px; padding-bottom: 10px; }

.projectDownload { margin:0px; padding:0px; padding-top: 5px; line-height: 21px; }

#project a:link, a:active, a:visited { text-decoration: none; color: #000; background-image: url(../images/pdf_icon.gif); background-repeat: no-repeat; background-position: left top; display: block; height: 19px; padding-left: 24px; line-height:19px; }

#project a:hover { text-decoration: underline; color: #000; }

#project h1 { margin:0px; padding:0px; padding-bottom: 10px; color: #000; font-size: 21px; text-transform:uppercase; font-weight:normal; height:21px; line-height:21px; overflow:hidden; }

#project h3 { margin:0px; padding:0px; padding-bottom: 2px; color: #000; font-size: 13px; }

#project p { margin:0px; padding:0px; color: #434343; font-size: 12px; line-height:16px; }

#project .projectText p { height: 110px; overflow:hidden; }

#project .projectDetails p { }

