﻿#mainPhoto {
    position:relative;
    width:710px;
    height:507px;
    margin-bottom:10px;
    overflow:hidden;
}

#mainPhotoText {
    position:absolute;
    bottom:0px;
    _bottom:-2px;
    left:0px;
    background: url('../img/bg/tint.png') top left;
    min-height:60px;
    height:auto;
    width:710px;
    z-index:2;
    clear:both;
    color:#fff;
    font-family:HelveticaNeueLT Std;
    font-size:14px;
}
#mainPhotoText #projName {
    margin: 12px 0px 12px 19px;
    float:left;
    width:292px;
    _width:280px;
    font-weight:bold;
}
#mainPhotoText #projLocation {
    width:300px;
}
#mainPhotoText #projCategory {
    float:right;
    text-align:right;
    width:380px;
    height:auto;
    margin:12px 19px 12px 0px;
    line-height:normal;
    padding-top:4px;
}
.subHolder {
    float:left;
    min-height:150px;
    height:auto;
    width:230px;
    overflow:hidden;
}
.title {
    height:40px;
    line-height:40px;
    color:#ebb800;
    font-family:HelveticaNeueLT Std;
    font-size:12pt;
    text-align:center;
}
.title a:link, .title a:visited, .title a:hover {
    text-decoration:none;
}
.content {
    margin:10px;
    font-family:Lucida Grande;
    font-size:13px;
    color:#b9c0c1;
    line-height:normal;
}
.margRight {
    margin-right:10px;
}