/** PLv3 Subpage CSS **/
body.subpage #header_flash {
	height:200px; /* -- change flash container to 200px high to handle subpage splash images */
}

/** BREADCRUMBS **/
#breadcrumbs {
	background:url('../images/v3/breadcrumbs-slice.gif') no-repeat bottom left;
	padding-bottom:10px;
}
#breadcrumbs ul {
	margin:0;
	padding:10px 0px 10px 15px;
}
#breadcrumbs li {
	list-style-image: url('../images/v3/arrow-img-gray.gif');
	float:left;
	padding:0;
	margin:0;
	padding-left:0px;
	padding-right:20px;
	font-family:Arial;
	font-size:9px;
	text-transform: uppercase;
}
#breadcrumbs li a {
	color:#8d8c8c;
}

/** TWO-COLUMN CONTENT **/
/** -- subpage left -- **/
#subpage_left {
	float:left;
	width:600px;	
}
#subpage_left_portfolio {
    width:900px;
}

#main_content {
	color:#716b6b;
	font-family:Tahoma;
	line-height:16px;
}
#main_content h1.title {
	font-family:Arial;
	font-size:18px;
	color:#716b6b;
	margin-left:-3px;
}
#main_content .content {
	padding-top:10px;
	padding-left:15px;
}
#main_content .content h2.sub_title {
    background:url('../images/v3/subpage_titlebar.gif') no-repeat;
    /*width:640px;
    height:44px;*/
    font-size:12px;
    color:#358349;
    padding-top:14px;
    height:30px;
    padding-left:40px;
    width:600px;
}
#main_content .content q {
    color:#686868;
    font-weight:bold;
}
#main_content .content h2.sub_title a {
    color:#358349;
}


/** -- subpage right -- **/
#subpage_right {
	padding-top:20px;
	float:right;
	width:239px;
}
#subpage_right .block {
	padding-bottom:3px;
}


/** SUBPAGE BOTTOM CONTENT **/
body.subpage #content_bottom .content_bottom_container .content_bottom_wrapper {
	background:none;
}
body.v3 #content_bottom .content_bottom_container .content_bottom_wrapper {
  background:none;
}


/** BOTTOM DIVIDER **/
.bottom_divider {
	width:950px;
	height:14px;
	background:url('../images/v3/bottom_divider.gif') no-repeat;
	float:left;
	margin-left:-11px;
}