body {
    background: #ffffff;
    color: #404040;
    font-family: "Nimbus Sans L", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
}

a { 
    color: #404040;
    border-bottom: none;
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
}
a img {
    border: none;
}

.applemenu{
margin: 0 0;
padding: 0;
width: 100%;
}

.applemenu div.silverheader a {
color: #404040;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
}

.applemenu div.silverheader {
    border-top: 20px solid white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
margin-left: 10px;
}

.applemenu div.submenu a {
    text-transform: none;
    color: #6b6b6b;
}

a.currentPage, .applemenu div.silverheader a.currentPage, .applemenu div.submenu a.currentPage {
    font-weight: bold;
    color: #000000;
}

ul li { 
    margin: 0px 0px 20px;
}
ul#navigation, ul.projects {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
ul#navigation li, ul.projects li { 
    clear: both;
}
ul#navigation ol { 
    display: none;
    margin: 0px;
    padding: 4px 0px 4px 25px;
}
ul.projects li {
    float: left;
    padding: 0px 0px 8px;
}

div#image-wrapper {
    overflow: hidden;
    width: 650px;
}
div#image-wrapper div#image-holder, div#thumbnails {
    width: 100000000px;
}
div#image-wrapper div#image-holder div.image {
    float: left;
    width: 650px;
    text-align: center;
}

img.project-thumb {
    vertical-align: middle;
}

ul li.projectsListItem {
    margin: 0px;
}

body { margin: 0px; padding: 0px; text-align: center; }
div#container {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 1024px;
    padding: 10px;
    text-align: left;
}

hr { 
    display: block;
    clear: both;
    margin: 0px 0px 45px;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

div.logo { 
    position: absolute;
    top: 4px;
    left: 0px;
    width: 280px;
    height: 150px;
}

div.logo a { 
    border: none;
}
div.logo img {
    position: absolute;
    left: 3px;
    top: 0px;
    border: none;
}

div.site-menu {
    position: absolute;
    top: 151px;
    left: 19px;
}

div.breadcrumbs {
    position: absolute;
    top: 28px;
    left: 353px;
}

div.thumbstrip {
    position: absolute;
    top: 48px;
    left: 353px;
    width: 650px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 4px;
    overflow: hidden;
}

div.site-navigation {
    position: absolute;
    left: 20px;
    top: 222px;
    width: 242px;
    display: block;
}

div.project-media {
    position: absolute;
    left: 353px;
    top: 132px;
    width: 650px;
    height: 540px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    overflow: hidden;
}

div.project-media-previous-image {
    position: absolute;
    width: 215px;
    height: 540px;
    top: 132px;
    left: 353px;
    background: url('../../images/blank.gif');
}

div.project-media-next-image {
    position: absolute;
    width: 215px;
    height: 540px;
    top: 132px;
    left: 788px;
    background: url('../../images/blank.gif');
}

div.project-description {
    position: absolute;
    left: 353px;
    top: 678px;
    width: 630px;
    height: 56px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}

div.footer {
    position: absolute;
    top: 722px;
    left: 20px;
}

div.links {
    position: absolute;
    top: 13px;
    left: 920px;
}

div.links img {
    margin-right: 4px;
}

div.fblike {
    position: absolute;
    top: 15px;
    left: 814px;
}

div.page-content {
    position: absolute;
    top: 146px;
    left: 352px;
    width: 651px;
}

div.front-page-content {
    position: absolute;
    top: 117px;
    left: 269px;
}

div.category-content {
    position: absolute;
    top: 218px;
    left: 352px;
}

img.media-image {
    margin-bottom: 10px;
}

div#thumbnails a:focus, .projectsListItem a:focus, a:focus {
    outline: none;
}

