﻿
body
{
    background: #d7cedf;
    font-family: Arial;
    margin: 0;
    padding: 0;
}

div.line
{
    margin: 0px 0px 10px 0px;
    padding-top: 10px;
    border-bottom: 1px solid #cbace4;
}

#ppcWrapper
{
    position: relative;
    width: 908px;
    min-height: 527px;
    background: #d7cedf url(background.gif) no-repeat top left;
    margin: 10px auto -13px auto;
    text-align: left;
}

#ppcHeader
{
    padding-top: 25px;
}

#ppcHeader h1
{
    font-size: 18pt;
    font-style: italic;
    color: #5f5f5f;
    margin: 0 0 5px 0;
}

#ppcHeader h1 strong
{
    color: #ff3c61;
}

#ppcHeader h2
{
    font-size: 13pt;
    font-weight: bold;
    margin: 0 0 3px 0;
    color: #4e4e4e;
}

#ppcHeader ul
{
    margin-top: 0;
    margin-bottom: 0;
}

#logoImage
{
    float: left;
    width: 127px;
    height: 69px;
    text-align: left;
    margin: 5px 30px 0 29px;
    background: url(logo.png) no-repeat top left;
    _background-image: url(logo.gif);		/* IE6 */
    _display: inline;				/* IE6 */
}

#headerText
{
    float: left;
    width: 700px;
    color: #4e4e4e;
}

#headerText p
{
    margin: 0;
    width: 500px;
    font-size: 9pt;
}

#assessmentWrapper
{
    width: 535px;
    margin: 10px 0 10px 11px;
    position: relative;
}

#assessmentWrapper .photo
{
    position: absolute;
    z-index: 0;
    top: 7px;
    left: 471px;
    width: 407px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: left top;
}

#trustInfo
{
    float: left;
    width: 285px;
    border: none;
    color: #221f15;
    margin-left: 29px;
    display: inline;
    padding: 0;
    min-height: 0;
}

#trustInfo #trustPrivacy
{
    float: none;
    width: auto;
    font-size: 8pt;
    padding: 0;
}
#trustInfo #trustGuard
{
    float: left;
    width: 100px;
    margin-top: 10px;
    text-align: left;
}


#trustInfo a, #trustInfo a:link, #trustInfo a:active, #trustInfo a:hover
{
    color: #221f15;
}

#ppcTestimonials
{
    float: left;
    width: 572px;
    color: #836e94;
}

#ppcTestimonials h2
{
    font-size: 13pt;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.testimonialItem
{
    float: left;
    width: 273px;
    margin-right: 20px;
    font-size: 10pt;
}

.testimonialItem.lastItem
{
    float: right;
    margin-right: 0;
}

.testimonialItem p
{
    margin: 0;
}

.testimonialItem .testimonialSourceName
{
    margin-top: 5px;
}

#ppcTestimonials a
{
    float: right;
    margin: 10px 10px 0 20px;
    color: #675377;
    font-size: 9pt;
}

#ppcWrapperBottom
{
    background: url(background-bottom.gif) no-repeat top left;
    margin: 0 auto;
    padding: 0;
    width: 908px;
    height: 55px;
}

#ppcFooter
{
    color: #544461;
    width: 840px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
}

#showSecondaryContentLink
{
    display: block;
    margin-top: 7px;
    color: #544461;
}

#secondaryContent
{
    text-align: left;
    width: 888px;
    margin: 10px auto;
    font-size: 9pt;
    display: none;
    border: 1px solid #cbace4;
}

#secondaryContent .content
{
    padding: 29px;
}

#secondaryContent p
{
    color: #4e4e4e;
}

#secondaryContent h2, #secondaryContent h3, #secondaryContent a
{
    color: #836e94; 
}

#secondaryContent a:hover
{
    color: #675377;
}

#secondaryContent #categoryLinks li a:hover
{
    background-image: url(../bullet-arrow.gif);
}



/*************************************************************/
/* Single column (vertical) version of assessment form       */
/*    (applied to Google on PPC home page only)              */
/*                                                           */
/* NOTE: these styles are loaded before assess.css, so to    */
/* override anything in that file they need to have a higher */
/* specificity.												 */
/*************************************************************/

body#PpcHomePage.search-google #assessmentWrapper .photo,
body#PpcHomePage.search-msn #assessmentWrapper .photo,
body#PpcHomePage.search-yahoo #assessmentWrapper .photo,
body#PpcHomePage.search-other #assessmentWrapper .photo
{
    position: absolute;
    z-index: 0;
    top: 7px;
    left: 402px;
    width: 470px;
    height: 379px;
    background: url(joan-lunden-apfm-ppc.jpg) no-repeat top left;
}

body#PpcHomePage.search-google.retirement #assessmentWrapper .photo,
body#PpcHomePage.search-msn.retirement #assessmentWrapper .photo,
body#PpcHomePage.search-yahoo.retirement #assessmentWrapper .photo,
body#PpcHomePage.search-other.retirement #assessmentWrapper .photo
{
    background: url(joan-lunden-apfm-ppc.jpg) no-repeat top left;
}

body#PpcHomePage .verticalAssessmentForm
{
    width: 450px;
    margin-left: 5px;
}

body#PpcHomePage .verticalAssessmentForm .top
{
    height: 35px;
    background: url(../assessment/horizontal-ppc-width-top-450x57.png) no-repeat top left;
    _background-image: url(../assessment/horizontal-ppc-width-top-450x57.gif);			/* IE6 */
    padding: 22px 17px 0 8px;		/* 10px added except bottom */
}

body#PpcHomePage .verticalAssessmentForm .content
{
    background: url(../assessment/horizontal-ppc-width-middle-450x10.png) repeat-y top left;
    _background: url(../assessment/horizontal-ppc-width-middle-450x10.gif) repeat-y top left;
    min-height: 255px;
    _height: 255px;		/* min-height */
    padding: 5px 27px 10px 18px;		/* 10px added all around */
    color: #CBACE4;
}

body#PpcHomePage .verticalAssessmentForm .bottom
{
    height: 49px;
    background: url(../assessment/horizontal-ppc-width-bottom-450x76.png) no-repeat bottom left;
    _background-image: url(../assessment/horizontal-ppc-width-bottom-450x76.gif);		/* IE6 */
    padding: 0 27px 27px 18px;		/* 10px added except top */
    _margin-top: -1px;		/* IE6 */
}

body#PpcHomePage .verticalAssessmentForm .field
{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
}

body#PpcHomePage .verticalAssessmentForm .field .caption
{
    width: 9em;
    margin-top: 0;
}

body#PpcHomePage .verticalAssessmentForm .field.city input,
body#PpcHomePage .verticalAssessmentForm .field.state select,
body#PpcHomePage .verticalAssessmentForm .field.zip input,
body#PpcHomePage .verticalAssessmentForm .field.firstName input,
body#PpcHomePage .verticalAssessmentForm .field.lastName input,
body#PpcHomePage .verticalAssessmentForm .field.email input,
body#PpcHomePage .verticalAssessmentForm .field.source select
{
    width: 16em;
    margin-top: 0;
}

body#PpcHomePage .verticalAssessmentForm .error
{
    padding-left: 0;
    margin-left: 118px;
    _margin-left: 121px;        /* IE6 */
}

body#PpcHomePage .verticalAssessmentForm .desiredLocation .error
{
    text-align: center;
    margin-left: 0;
}

body#PpcHomePage .verticalAssessmentForm .line
{
    margin: 15px 0;
    padding-top: 0;
}

body#PpcHomePage .verticalAssessmentForm .field.checkbox input
{
    float: none;
    margin: 0;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

body#PpcHomePage .verticalAssessmentForm .field.checkbox .caption
{
    float: none;
    text-align: left;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding-top: 1px;
}

body#PpcHomePage .verticalAssessmentForm .field.phone .caption
{
    margin-right: 10px;
}

body#PpcHomePage .verticalAssessmentForm .field.source
{
    margin-top: 10px;
    min-height: 30px;
    _height: 30px;          /* IE6 */
    _margin-top: 8px;
    _padding-top: 2px;
}

body#PpcHomePage .verticalAssessmentForm .field.source .caption
{
    margin-top: -8px;
}

.hiringLink 
{
	float: left;
	display: inline;
	clear: left;
	width: 285px;
	border: none;
	margin-left: 29px;
}
