@charset "UTF-8";
body {
     width: 100%;
     margin: 0px;
     padding: 0px;
     font-size: 10px;
     line-height: 10px;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
}
p, br, h1, h2, h3, h4, ul, li {
     margin: 0px;
     padding: 0px;
}
a:focus {
     outline: none;
}


/* REUSABLE CLASSES */
.topUpper {
     text-transform: uppercase;
}
.dreyfus {
     color: #0B3D91;
     font-family: "Times New Roman", Times, serif;
     font-size: 1.6em;
     font-style: italic;
}
.clear {
	clear: both;
}

/* MAIN STRUCTURE */
#container {
     background: url(../images/dreyfus-logo-bg.jpg) no-repeat left top;
     margin: 0px auto;
     width: 1000px;
     text-align: left;
     position: relative;
}
#header {
	width: 1000px;
     height: 130px;
     position: relative;
     overflow: hidden;
     background: url(../images/header.gif) no-repeat left top;
}
#leftEdge {
     width: 60px;
     margin: 0px 50px 0px 0px;
     padding: 0px;
     overflow: hidden;
     float: left;
     display: block;
}
#content {
     width: 465px;
     margin: 30px 0px;
     padding: 0px;
     color: #333333;
     float: left;
     display: inline;
}
#rightCol {
     width: 425px;
     float: right;
     display: inline;
     margin: 30px 0px 0px 0px;
}
#footer {
     clear: both;
     margin: 50px 0px 0px 55px;
}

/* HEADER */
#header h1 {
     font-size: 1.2em;
	line-height: 1.4em;
     text-indent: -9999px;
}
#contactInfo {
     width: 200px;
     position: absolute;
     left: 810px;
     top: 36px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 10px;
     line-height: 14px;
     letter-spacing: 1px;
     color: #777777;
}
#contactInfo .phones {
	margin: 0px 0px 0px 10px;
}
#contactInfo .email {
	margin: 6px 0px 0px 40px;
}
#contactInfo .email a {
	color: #666666;
     text-decoration: none;
}
#contactInfo .email a:hover {
	color: #0B3D91;
     text-decoration: underline;
}

/* MENU */
#menu {
     width: 265px;
     height: auto;
     margin: 0px 0px 10px 100px;
     padding: 0px;
}
#menu li {
     margin: 0px 0px 40px 0px;
     padding: 0px 0px 0px 0px;
     list-style:none outside;
}
#menu a, #menu a:link, #menu a:visited {
     margin: 0px;
     padding: 0px 0px 0px 20px;
     font-size: 11px;
     font-style: normal;
     text-transform: uppercase;
     letter-spacing: .55em;
     text-decoration: none;
     color: #777777;
     background: url(../images/list-square.gif) no-repeat left top;
}
#menu a:hover, #menu a:active, #menu a.selected {
     color: #777777;
     text-decoration: none;
     border-bottom: 1px solid #020F24;
     background: url(../images/list-selected.gif) no-repeat left bottom;
}


/* SMALL d-LOGO AND HOME BUTTON */
#homeButton {
     margin: 0px;
     padding: 0px;
     display: block;
}
#homeButton.small {
     height: 260px;
     background: url(../images/thumbs-small.jpg) no-repeat 40px bottom;
}
#homeButton.med {
     height: 320px;
     background: url(../images/thumbs-med.jpg) no-repeat left bottom;
}
#homeButton.large {
     height: 400px;
     background: url(../images/thumbs.jpg) no-repeat left bottom;
}
#homeButton a {
     margin: 0px;
     padding: 0px;
     float: right;
     display: inline;
}
#homeButton a img {
     border: none;
}


/* CONTENT */

/* PORTFOLIO */
#portfolio {
     position: relative;
}
#portfolio a img {
	border: none;
}
#portfolio a span {
     display: none;
     position: relative;
     left: 0px;
     top: 5px;
}
#portfolio a:hover span {
     padding: 0px;
     margin: 0px;
     font-size: 1.3em;
     font-weight: bold;
     text-decoration: none;
     color: #0B3D91;
     display: block;
}
#agriculture, #biomed, #location, #nature, #people, #product {
}

#agriculture {
     position: absolute;
     top: 50px;
     left: 10px;
     width: 120px;
}
#biomed {
     position: absolute;
     top: 115px;
     left: 150px;
     width: 125px;
}
#location {
     position: absolute;
     top: 25px;
     left: 285px;
     width: 175px;
}
#industrial {
     position: absolute;
     top: 245px;
     left: -40px;
     width: 170px;
}

#nature {
     position: absolute;
     top: 380px;
     left: 35px;
     width: 170px;
}
#product {
     position: absolute;
     top: 320px;
     left: 150px;
     width: 85px;
}
#people {
     position: absolute;
     top: 170px;
     left: 290px;
     width: 150px;
}


/* CLIENT LIST */
#clientList {
     margin: 0px 0px 0px 20px;
     font-size: 1.2em;
     line-height: 1.4em;
}
#clientList li {
     list-style: square outside;
}


/* CLIENT COMMENTS */
.comment {
     margin: 0px 50px 20px 10px;
}
.comment .quote {
     font-size: 1.2em;
     line-height: 1.4em;
}
.comment .credit {
     margin: 10px 0px 0px 30px;
     font-size: 1.2em;
     line-height: 1.3em;
     font-style: italic;
     color: #0B3D91;
}
#commentMore {
     margin: 20px 20px;
     text-align: right;
}
#commentMore a, #commentMore a:link, #commentMore a:visited {
     width: 50px;
     padding: 7px 0px;
     font-size: 1.2em;
     font-style: italic;
     text-transform: lowercase;
     text-align: center;
     color: #0B3D91;
     text-decoration: none;
     float: right;
     display: inline;
     border: 1px solid #000000;
}
#commentMore a:hover, #commentMore a:active {
     textdecoration: underline;
}


/* ABOUT US */
#about p {
     margin: 0px 30px 20px 10px;
     font-size: 1.2em;
     line-height: 1.4em;
}


/* LETS TALK */
#letstalk {
     font-size: 1.2em;
     line-height: 1.4em;
     margin: 0px 100px 0px 10px;
}
#letstalk p {
	margin: 0px 0px 10px 0px;
}
#letsindent {
     margin: 10px 0px 0px 30px;
}
#letstalk a {
     color: #0B3D91;
}
.phones {
}
.phones em, .email em {
     margin: 0px 8px 0px 0px;
     font-size: 12px; 
     color: #0B3D91;
}
#address {
	margin: 50px 0px 0px 0px;
}


/* FOOTER */

#copyright {
     margin: 0px;
     padding: 0px;
     font-size: 1.0em;
     line-height: 1.6em;
}

