﻿#pt-two-col 
{
    float: left;
    width: 955px;
    position: relative;
}

#pt-two-col h2 
{
    color: #1d1d1f;
}

#pt-two-col img.small-banner 
{
    margin: 0 0 6px;
}

#pt-two-col h1.page-title
{
    position: absolute;
    left: 40px;
    top: 165px;
}

#pt-two-col #content-top {
	width: 955px;
	float: left;
	background: url(../images/global/pt-two-col/bg-content-top.png) no-repeat 0 0;
}

#pt-two-col #content {
	width: 955px;
	background: url(../images/global/pt-two-col/bg-content-mid.png) repeat-y 0 0;
	min-height: 140px;
    margin: 8px 0 0;
    padding: 0 0 10px;
}

#pt-two-col #content-bot {
	width: 955px;
	height: 8px;
	float: left;
	background: url(../images/global/pt-two-col/bg-content-bot.png) no-repeat 0 0;
}

#pt-two-col #secondary-nav
{
    color: #ebe5d9;
    width: 149px;
    padding: 0 20px;
    font-size: 1.1em;
    float: left;
    min-height: 100px;
}

#pt-two-col #secondary-nav ul
{
    list-style-type: none;
}

#pt-two-col #secondary-nav li
{
    margin: 6px 0 2px;
}

#pt-two-col #secondary-nav a
{
    color: #ebe5d9;
}

#pt-two-col #inner-content 
{
    float: left;
    width: 714px;
    padding: 0 0 0 20px;
    margin-left: 7px;
}
