
#centercolumncontent {
	padding:0 0 35px 0;
}

#pageTitle {
	margin:0 35px 10px 35px;
}

#breadcrumb {
	margin:10px 0 20px 35px;
}

.horizrule1 {
    background:transparent url(/images/dot_horiz_bg.gif) repeat-x;
    margin:4px 0 15px 0;
    width:100%;
}

.horizrule2 {
    background:transparent url(/images/dot_horiz_bg.gif) repeat-x;
    margin:0 0 7px 0;
    width:100%;
}

.horizrule3 {
    background:transparent url(/images/dot_horiz_bg.gif) repeat-x;
    margin:25px 0 0 0;
    width:100%;
}

.linkbox {
    background:#D3D1D1;
    width:19px;
    height:24px; /* 24px */
    padding-top:0px;
    float:left;
    margin-left:8px;
}
.linkbox a {
    background:#D3D1D1;
    width:19px;
    height:20px; /* 24px */
    padding-top:4px;
    display:block;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
}
.linkbox a:hover {
    background:#FF7F00;
}
.linkboxselected a {
    background:#FF7F00;
}


/* Portfolio */

.portfolioTable {
	width:100%;
    margin:12px 0 20px 0;
}
.portfolioTable .col1 {
    vertical-align:top;
    width:272px;
    width:33%;
    text-align:right;
    padding-left:13px;
    padding-right:13px;
    background: #FFFFFF url('/images/dot_vert_bg.gif') repeat-y right top;
}
.portfolioTableLeft .col1 {
    text-align:left;
    background:none;
}
.portfolioTable .col2 {
    vertical-align:top;
    width:230px;
    width:34%;
    text-align:left;
    padding-left:16px;
    padding-right:16px;
}
.portfolioTableLeft .col2 {
    background: #FFFFFF url('/images/dot_vert_bg.gif') repeat-y right top;
}
.portfolioTable .col3 {
    vertical-align:top;
    text-align:center;
    width:33%;
}
.portfolioTable ul {
	list-style-image:url(/images/bulletx.gif);
	margin-top:0px;
    padding-left:10px;
}
.portfolioTable .firmNickName {
	background:#FF7F00;
    text-align:right;
    padding:2px 13px 1px 13px;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
}
.portfolioTableLeft .firmNickName {
    text-align:left;
}
.portfolioTable .firmText {
	background:#999999;
    text-align:left;
    padding:2px 16px 1px 16px;
    color:#ffffff;
    font-weight:bold;
}
.portfolioTableLeft .firmText {
    text-align:right;
}
.portfolioTable .firmName {
	color:#FF7F00;
    font-weight:bold;
}
.portfolioTable .promoText {
	font-style:italic;
}

.caseStudiesTable {
    clear:both;
}
.caseStudiesTable .firmNickName, .caseStudiesTable .firmText {
    border-bottom:solid 10px #ffffff;
}
.caseStudiesTable .col1 {
    text-align:left;
    padding-left:25px;
    width:237px;
}
.caseStudiesTable .col2 {
    width:auto;
}
.caseStudiesTable .col3 {
    width:auto;
}
.caseStudiesTable ul {
    text-align:left;
}


/* image hovers */

.imageHover a {
    position:relative; /* set stacking context*/
    z-index:150;
}
.imageHover a img {
    margin-bottom:10px;
}
.imageHover a span {
    visibility:hidden; /* hide message initially*/
    position:absolute;
    top:-250px;
    left:-455px;
    width:495;
    height:300px;
    padding:5px;
    background:#cccccc;
    color:#fff;
    border:1px solid #000000;
    z-index:130;
}
.portfolioTableLeft .imageHover a span {
    top:0px;
    left:225px;
}
.imageHover a:hover{visibility:visible}/* ie bug needed to make span show*/
.imageHover a:hover span{visibility:visible;}/* reveal image*/





