﻿
/*****************/
/* Global styles */
/*****************/

body
{
    padding: 0px;
    margin: 0px;
    background-color: #d0c2d8;
    text-align: center;
    font-size: 10pt;
}

body, td, select, input
{
	font-family: arial, sans-serif;
}

#wrapper
{
    width: 957px;
    margin: 0px auto;
    padding: 0px;
    background: #fff url(bg.gif) repeat-y left top;
    border: 1px solid #c0c0c0;
    border-right-color: #888;
    border-top: 0px;
    text-align: left;
}

.clear
{
    clear: both;
    float: none;
    display: block;
}

hr
{
    height: 0px;
    border: 0px solid #c0c0c0;
    border-top-width: 1px;
    margin: 10px 0px 10px 0px;
}

img
{
    border: none;
}

div.linkWithDescription
{
    margin-bottom: 15px;
}

div.linkWithDescription p
{
    margin: 5px 0px 0px 0px;
}

div.linkWithDescription a
{
    font-size: 11pt;
}

div.line
{
    margin: 10px auto 10px auto;
    border-bottom: 1px solid #e0e0e0;
    _line-height: 0px;        /* IE6 min div height bug */
    _font-size: 0px;        /* IE6 min div height bug */
}

a:link
{
    color: #7b5890;
}
a:visited
{
    color: #7b5890;
}
a:hover
{
    color: #fe6a00;
}
a:active
{
    color: #7b5890;
}

p
{
	margin: 1em 0 1em 0;
}

.ChatContainer
{
    position: absolute;
    left: 150px;
    margin-top: 38px;
}


/************/
/* Headings */
/************/

h2, h3, h4
{
    font-weight: lighter;
    color: #7b5890;
}

h2
{
    font-size: 15pt;
    margin-top: 5px;
}

h2.sectionBox, h3.sectionBox
{
    margin-top: 20px;
    margin-bottom: 5px;
}

h3
{
    font-size: 13pt;
    margin-bottom: 10px;
}

h4
{
    font-size: 11pt;
}

.sectionBox, .weCanAssist, .siteMapLinkSection p
{
    padding: 2px;
    background-color: #e9e9e9;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    border-right-color: #888;
    border-bottom-color: #888;
}

.sectionBox + p
{
    margin-top: 10px;
}


/*******************************/
/* Inline video control styles */
/*******************************/

div.inlineVideo
{
    text-align: center;
    background: url(no-flash.gif) no-repeat center center;
}

/* Subdomain landing page has a smaller, right-floated video (wrapper needed due to IE float margin bug) */
body#SubHomePage div.inlineVideoWrapper, body#SubHomePage_New div.inlineVideoWrapper,
body#NewsItemPage div.inlineVideoWrapper
{
    float: right;
}

body#SubHomePage div.inlineVideo, body#SubHomePage_New div.inlineVideo,
body#NewsItemPage div.inlineVideo
{
    text-align: left;
    width: 297px;
    border: 1px solid #c0c0c0;
    background: url(no-flash-sm.gif) no-repeat bottom center;
    padding-bottom: 5px;
}

body#SubHomePage div.inlineVideo, body#NewsItemPage div.inlineVideo
{
    margin: 0px 0px 15px 20px;
}

body#SubHomePage_New div.inlineVideo
{
    margin: 8px 19px 15px 0;
}

body#SeniorCareResourcesPage div.inlineVideo
{
    margin: 0px 0px 15px 0px;
    text-align: left;
    width: 277px;
    border: 1px solid #c0c0c0;
    background: url(no-flash-sm.gif) no-repeat bottom center;
    padding-bottom: 5px;
}

body#SeniorCareResourcesPage div.inlineVideo a
{
    display: block;
    margin-top: 2px;
}

body#SeniorCareResourcesPage div.inlineVideo div.videoLinks div
{
    margin: 0;
}

body#AdvertisementsPage div.inlineVideo
{
    margin: 0px auto 15px auto;
    text-align: left;
    width: 445px;
    border: 1px solid #c0c0c0;
    background: url(no-flash-sm.gif) no-repeat bottom center;
    padding-bottom: 10px;
}

body#AdvertisementsPage div.inlineVideo .videoHead
{
	display: none;
}

div.inlineVideo .videoHead
{
    padding: 5px 5px 0 5px;
}

div.inlineVideo .videoTitle
{
    font-weight: lighter;
    color: #7b5890;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 5px;
}

div.inlineVideo .videoDescription
{
    margin-bottom: 10px;
    font-size: 8pt;
}

div.inlineVideo .videoLinks
{
    font-size: 8pt;
    text-align: center;
    padding: 0 5px;
}

div.inlineVideo .videoLinks div
{
    margin-top: 5px;
}

div.inlineVideo .videoLinks a
{
    margin-right: 10px;
}


/****************/
/* Link buttons */
/****************/

a.linkButton
{
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: url(button-right.png) no-repeat right center;
    padding-right: 25px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

a.linkButton span
{
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0px 0px 2px 25px;
    background: url(button-left.png) no-repeat left center;
    color: #000;
}

a.linkButton:hover
{
    background-position: right center;
}

a.linkButton:hover span
{
    background-position: left center;
    text-decoration: underline;
}

#clickToGetStarted
{
    width: 260px;
    margin: 0px auto 0px auto;
    font-size: 12pt;
    font-weight: bold;
    display: none;
}

.weCanAssist a.linkButton
{
    float: right;
    width: 210px;
    font-size: 10pt;
}

#articleDiscussion #articleLinks
{
    height: 40px;
}

#articleDiscussion #articleLinks #articleCommentLink
{
    font-size: 14pt;
    text-align: right;
}

#articleTellaFriendLink
{
    padding-top: 0px;
    font-size: 14pt;
    text-align: left;
}

#financeAssistanceDiv
{
    margin-top: 2em;
}

#financeAssistanceDiv DIV
{
    margin-top: 1em;
}

#financeAssistanceDiv A
{
    font-size: 14pt;
    text-align: left;
}

#articleAdditionalLinks #articleTellaFriendLink
{
    position: relative;
    top: 38px;
    width: 300px;
}

/*************/
/* Left side */
/*************/

#primaryNav
{
    float: left;
    width: 180px;
    padding-top: 5px; /* Fix IE6 z-order bug */
    position: relative;
    z-index: 3000; /* End IE6 z-order bug */
}

/* IE6 only hack for 3 pixel float jog problem */
* html #primaryNav
{
    width: 177px;
}
/* End IE6 hack */

#logo
{
    text-align: center;
}

#logo img
{
    border: none;
}

#primaryNav .vMenu
{
    border-top: 1px solid #c0c0c0;
}

#primaryNav #resourcesSubmenu li a
{
    width: 270px;
}

#mainCallBox
{
    float: left;
    border-bottom: 1px solid #c0c0c0;
    border-bottom-color: #888;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding: 10px;
    display: none;
}

#mainCallBox img
{
    float: right;
    margin-left:10px;
    margin-bottom:10px;
}

#mainCallBox #mainCallUs
{
    margin-right: 10px;
    padding-top:2px;
    color: #CA1900;
    font-size: 13pt;
    font-weight: bold;
    text-align: left;
}

#mainCallBox #mainCallAdvisor
{
    text-align:left;
    color: #CA1900;
    font-size: 10pt;
    font-weight: bold;
    clear: right;
}

#mainCallBox #mainPhone
{
    color: #fe6a00;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 10px;
}

#mainCallBox #jobs
{
	margin-top: 10px;
	font-size: 8pt;
}


/****************/
/* Testimonials */
/****************/

.testimonialSet
{
    text-align: left;
    margin-bottom: 20px;
}

#testimonialDescription
{
    margin-bottom: 20px;
}

#primaryNav .testimonialSet
{
    padding: 15px;
    text-align: left;
}

.testimonialSet .testimonialItem
{
    font-size: 8pt;
    text-align: left;
}

.testimonialSet p
{
    margin: 0px;
}

.testimonial-header
{
    color: #67686A;
    font: bold 13px Arial,Helvetica,sans-serif;
}

.testimonialSet .testimonialSourceName
{
    margin-top: .75em;
    text-align: right;
}

.testimonialSet .testimonialSourceLocation
{
    text-align: right;
}


.testimonialSet .moreTestimonials
{
    margin-top: 15px;
}


/**************/
/* Right side */
/**************/

#rightSide
{
    float: left;
    width: 776px;
    padding-left: 1px;
}


/****************************/
/* Subdomain nav and header */
/****************************/

#subdomainNav
{
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 2px;
    border-bottom: 2px solid #c98134;
    background: #fff;
    height: 42px;
}

#subdomainNav.tabSet a
{
    width: 117px;
    height: 30px;
    padding: 7px 5px 5px 5px;
    margin-right: 2px;
    text-align: center;
    color: #fff;
    background: #8c8ead url(tab.gif) top left repeat-x;
    font-size: 9pt;
    font-weight: bold;
}

#subdomainNav.tabSet li.selected a, #subdomainNav.tabSet a:hover
{
    background: #ffad57 url(tab.gif) bottom left repeat-x;
    color: #000;
}

#header
{
    float: left;
    width: 575px;
    margin: 10px 0 10px 20px;
    display: inline; /* Fix IE6 double float margin bug, ignored by other browsers */
}


/***************/
/* Bread Crumb */
/***************/

#breadCrumb
{
    margin-bottom: 5px;
    font-size: 8pt;
}

#breadCrumb span.crumb
{
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

#breadCrumb span.crumb a
{
    margin-right: 5px;
}


/***********/
/* Tagline */
/***********/

#header h1
{
    clear: left;
    color: #fe6a00;
    font-size: 16pt;
    font-weight: normal;
    text-align: left;
    margin: 0px;
}
#header h1 strong
{
    color: #7b5890;
}

#header h1 b
{
    font-weight: bold;
}


/***************/
/* Context box */
/***************/

#contextBox
{
    float: right;
    width: 160px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    border-right: 0px;
    border-bottom-color: #888;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1000;
}

#contextImage
{
    /*width: 160px;*/
    border-bottom: 1px solid #888;
}

#contextCallBox
{
    padding: 10px 5px 10px 5px;
}

#contextCallBox img
{
    float: right;
    margin: 0px 0px 10px 10px;
}

#contextCallUs
{
    margin-top: 10px;
    margin-bottom: .5em;
    color: #CA1900;
    font-size: 13pt;
}

#contextPhone
{
    clear: right;
    color: #fe6a00;
    font-size: 10pt;
    font-weight: bold;
}

#memoryWalk
{
	border-top: 1px solid #c0c0c0;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding: 10px;
}

#memoryWalk p
{
	margin: 10px 0 0 0;
}


/****************/
/* Page content */
/****************/

#mainContent
{
    float: left;
    margin: 0 0 0 20px;
    width: 575px;
    display: inline; /* Fix IE6 double float margin bug, ignored by other browsers */
    padding-bottom: 20px;
    _overflow: hidden;		/* IE6 */
}
#mainContent strong
{
    font-weight: bold;
}

#advisorPhotoList
{
    text-align: center;
}

#advisorPhotoList img
{
    margin: 0px 5px 0px 5px;
    border: 1px solid #c0c0c0;
    border-right-color: #000;
    border-bottom-color: #000;
}

.warningtext
{
   color:Red
}
/********************************/
/* Geo search and property list */
/********************************/

#geoSearchWithHead
{
    clear: both;
}

#geoSearchWithHead h2
{
    margin: 15px 0px 10px 0px;
}

#geoSearch
{
    float: left;
    width: 575px;
}

body#MetroPage #geoSearch, body#CityPage #geoSearch
{
    width: 127px;
}

div.floatColumn
{
    float: left;
}

#geoSearchByCareType
{
    float: left;
    width: 125px;
}

#geoSearchByState
{
    float: left;
    width: 436px; /*588px;*/
    margin-left: 10px;
}
#geoSearchByState .floatColumn
{
    width: 142px;
}

#geoSearchByMetro
{
    float: left;
    width: 131px; /*151px;*/
    margin-left: 10px;
}

/* Normal city list has two columns */
#geoSearchByCity
{
    float: left;
    width: 293px; /*425px;*/
    margin-left: 10px;
    margin-right: -3px; /* Fix IE6 duplicate characters bug */
}
#geoSearchByCity .floatColumn
{
    width: 139px;
}
#geoSearchByCity .floatColumn div
{
    margin-right: 10px;
    overflow: hidden;
}

/* Wide city list has three columns */
#geoSearchByCity.wide
{
    width: 436px; /*588px;*/
}
#geoSearchByCity.wide .floatColumn
{
    width: 142px;
}

#propertyList
{
    float: left;
    width: 436px; /*588px;*/
    margin-left: 10px;
}
#propertyList .floatColumn
{
    width: 138px;
}
#propertyList .floatColumn div
{
    margin: 0px 10px 7px 0px;
    overflow: hidden;
}
#propertyList .floatColumn div div
{
    margin: 0px;
}
#propertyList .floatColumn div
{
    font-size: 8pt;
}
#propertyList .floatColumn div a
{
    font-size: 9pt;
}

div.geoList
{
    border: 1px solid #c0c0c0;
    border-right-color: #888;
    border-bottom-color: #888;
    font-size: 9pt;
}

div.geoListContent
{
    padding: 5px;
}

#geoSearchByCareType div.geoListContent div, #geoSearchByMetro div.geoListContent div, #geoSearch div.floatColumn div
{
    padding-left: 10px;
    text-indent: -10px;
    margin-bottom: 4px;
}

div.geoListContent p
{
    padding: 0px;
    margin: 5px;
}

#geoSearch h3, #propertyList h3, #geoSearch h4, #propertyList h4
{
    margin: 0px;
    padding: 2px;
    border-width: 0px;
    border-bottom-width: 1px;
}

#geoSearchByCareType span
{
    font-weight: bold;
}

#geoSearchByCareType div.geoListContent div:first-child
{
    margin-bottom: 10px;
}


/*******************************/
/* Home Page and PPC home page */
/*******************************/

body.homePage #primaryNav .testimonialSet
{
    display: none;
}
body.homePage #header
{
    display: none;
}
body.homePage #contextBox
{
    display: none;
}
body.homePage #mainCallBox
{
    display: block;
}

body.homePage #mainContent
{
    width: 776px;
    margin: 0px;
    display: inline; /* Fix IE6 double float margin bug, ignored by other browsers */
}

body.homePage #imageBanner
{
    display: block;
    width: 776px;
    height: 140px;
    background: #fff url(home-banner-no-phone.jpg) no-repeat top left;
}

body.homePage #homeContent
{
    margin: 20px;
    color: #63619c;
}

body.homePage #homeContent h2
{
    color: #63619c;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 10px;
}

body.homePage #homeContent p
{
    margin: 0px 0px 20px 0px;
}

body.homePage #homeContent #keyTestimonial
{
    margin: 20px 63px 20px 63px;
}

body.homePage #homeContent #keyTestimonial .testimonialItem
{
    font-size: 10pt;
}

body.homePage #homeContent .testimonialSet
{
    margin: 20px 63px 20px 63px;
}

body.homePage #homeContent .testimonialSet .floatColumn
{
    width: 280px;
    margin-right: 50px;
}

body.homePage #homeContent .floatColumn.last
{
    margin-right: 0px;
}

body.homePage #homeContent .testimonialItem
{
    font-size: 8pt;
    font-style: italic;
}

body.homePage .moreTestimonials
{
    text-align: center;
    font-size: 9pt;
}

body.homePage #geoSearchWithHead
{
    margin-top: 25px;
}

body.homePage #geoSearch
{
    width: 736px;
    color: #000;
}

body.homePage #geoSearchByState
{
    float: left;
    width: 597px;
    margin-left: 10px;
}
body.homePage #geoSearchByState .floatColumn
{
    width: 146px;
}

#apfm-ebook 
{
	background: url("assessment/free-ebook.png");
	background-repeat: no-repeat;
	float: right;
	display: block;
	width: 271px;
	height: 175px;
	margin: 0;
	padding: 0;
}

#apfm-ebook2
{
	background: url("assessment/free-ebook2.png");
	background-repeat: no-repeat;
	display: block;
	width: 271px;
	height: 175px;
	margin: 0;
	padding: 0;
}

#apfm-ebook3
{
	background: url("assessment/ebooks-cta.png");
	background-repeat: no-repeat;
	display: block;
	width: 271px;
	height: 175px;
	margin: 0;
	padding: 0;
}

#apfm-ebook .bg-link,  #apfm-ebook2 .bg-link, #apfm-ebook3 .bg-link
{
	display: block;
	width: 271px;
	height: 175px;
}

.apfm-social
{
    padding-left: 68px;
}

/**************************************************************/
/* Content-only pages hosted within our site where nothing is */
/* shown other than mainContent and the background color.     */
/* this was requested by marketing because of higher          */
/* completion rates.										  */
/**************************************************************/

body.assessmentWizard
{
    
}
body.assessmentWizard #wrapper
{
    width: 595px;
    background: #fff;
    border-color: #AAAAAA #555555 #555555 #AAAAAA;
    border-style: solid;
    border-width: 1px;
    margin-top: 25px;
}

body.assessmentWizard #rightSide
{
    width: 595px;
    padding: 0;
}
body.assessmentWizard #mainContent
{
    margin: 0px;
    display: block;
    float: none;
    padding: 10px;
}
body.assessmentWizard #mainContent h2
{
    margin-top: 0px;
}
body.assessmentWizard #trustInfo
{
    display: none;
}
body.assessmentWizard #primaryNav
{
    display: none;
}
body.assessmentWizard #header
{
    display: none;
}
body.assessmentWizard #contextBox
{
    display: none;
}
body.assessmentWizard #subdomainNav
{
    display: none;
}
body.assessmentWizard #assessMenuItem
{
    display: none;
}
body.assessmentWizard #footer
{
    display: none;
}


/**************************************************************/
/* Content-only pages (nothing shown other than mainContent)  */
/* Note: This are exclusively used in cases where a page from */
/* our site, like a property splash page, is being hosted     */
/* in a frame/iframe within someone else's site.		      */
/**************************************************************/

body.contentOnly
{
    background: #fff;
}
body.contentOnly #wrapper
{
    width: 595px;
    background: #fff;
    border: none;
}
body.contentOnly #rightSide
{
    width: 595px;
    padding: 0;
}
body.contentOnly #mainContent
{
    margin: 0px;
    display: block;
    float: none;
    padding: 10px;
}
body.contentOnly #mainContent h2
{
    margin-top: 0px;
}
body.contentOnly #trustInfo
{
    display: none;
}
body.contentOnly #primaryNav
{
    display: none;
}
body.contentOnly #header
{
    display: none;
}
body.contentOnly #contextBox
{
    display: none;
}
body.contentOnly #subdomainNav
{
    display: none;
}
body.contentOnly #assessMenuItem
{
    display: none;
}
body.contentOnly #footer
{
    display: none;
}


/*******************************/
/* Pages based on Plain.master */
/*******************************/

body.plain #wrapper
{
	border-bottom-color: #888;
	background: #fff;
}

body.plain #mainContent
{
	width: 917px;
	padding: 20px;
	margin: 0;
}

body.plain h2
{
	margin: 0 0 10px 0;
}


/*****************/
/* Site Map Page */
/*****************/

#siteMapErrors
{
    margin-bottom: 20px;
}

div.siteMapLinkColumn
{
    float: left;
    width: 175px;
    margin-right: 15px;
}

div.siteMapLinkSection
{
    margin-bottom: 15px;
}

div.siteMapLinkSection p
{
    margin: 0px;
    color: #7b5890;
    font-weight: bold;
    background-color: #e9e9e9;
}

div.siteMapLinkSection ul
{
    list-style: none;
    margin: 0px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    border-bottom-color: #888;
    border-right-color: #888;
    border-top: none;
}

div.siteMapLinkSection li
{
    line-height: 15pt;
    text-indent: -10px;
    padding-left: 10px;
}

div.siteMapLinkSection ul li ul
{
    border: none;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 10px;
    font-size: 9pt;
}

div.siteMapLinkSection ul li ul li
{
    padding-left: 0px;
}

body#SiteMapPage .weCanAssist
{
    margin-top: 20px;
}


/******************/
/* Resources Page */
/******************/

#rchVideo
{
    margin: 10px auto 20px auto;
}
#rchVideo h4
{
    margin: 0px;
}

#rchVideo p
{
    margin: 5px 0px 10px 0px;
}


/*****************************/
/* Article List Page/control */
/*****************************/

#articleListToc
{
    text-align: center;
    font-size: 8pt;
    margin: 0px 45px 0px 45px;
}


#mainContent .articleListSection
{
    width: 575px;
}

#contextBox .articleListSection
{
    border-top: 1px solid #c0c0c0;
    padding: 0px 10px 10px 10px;
    width: 140px;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
}

#contextBox .articleListSection h3
{
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 8pt;
    font-weight: bold;
}

.articleList .floatColumn
{
    font-size: 8pt;
}

#mainContent .articleList .floatColumn
{
    width: 265px;
    margin-right: 30px;
}

#mainContent .articleList .floatColumn.last
{
    float: right;
    margin-right: 0px;
}

.articleList .floatColumn div
{
    margin-bottom: 5px;
    text-indent: -10px;
    padding-left: 10px;
}

.articleList .floatColumn div a
{
    padding-left: 10px;
    background: url(bullet-arrow.gif) 0 .4em no-repeat;
}

.articleList .floatColumn div a:hover
{
    background-image: url(bullet-arrow-hover.gif);
}


/****************/
/* Article Page */
/****************/

.commentItem
{
    font-weight: lighter;
    font-size: 8pt;
}

.commentSig
{
    text-align: right;
    font-weight: lighter;
    font-size: 7pt;
    color: #7b5890;
}

body#ArticlePage h2
{
    margin: 15px 0px 15px 0px;
}

body#ArticlePage #mainContent p
{
    margin-top: 0px;
}

#articleContent
{
    padding: 0px;
    margin: 0px;
}

#articleContent table
{
    font-size: 8pt;
    border-collapse: collapse;
    margin: 0px 10px 0px 10px;
}

#articleContent hr
{
    width: 50%;
    text-align: center;
}


#articleContent td
{
    border: 1px solid #000;
    padding: 5px;
}

#articleContent h4
{
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
}

#articleContent .question
{
    color: #000;
    font-size: 10pt;
    font-style: italic;
    margin: 20px 0px 5px 0px;
}

#articleContent div
{
    margin: 0px;
    padding: 0px;
}

#articleContent ul.checklist
{
    list-style-type: none;
}

#articleContent ul.checklist li
{
    position: relative;
    margin-left: 15px;
}

#articleContent ul.checklist li p
{
    margin-top: 5px;
}

#articleContent ul.checklist li div.checkbox
{
    top: 0px;
    position: absolute;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    left: -2em;
}

#articleContent ul.checklist li span.capital
{
    text-transform: uppercase;
}

#articleContent .footnote
{
    font-size: 8px;
}

#articleContent .indent
{
    padding-left: 30px;
}

body#ArticlePage #mainContent .line
{
    border-bottom-color: #c0c0c0;
}

.articlePager
{
    margin-top: 10px;
    display: none;
    padding-bottom: 5px;
}

.articlePager a
{
    margin-right: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.articlePager a.currentPage
{
    font-weight: bold;
    text-decoration: none;
    color: Black;
    cursor: default;
}

.weCanAssist
{
    font-size: 8pt;
    padding: 10px;
}

.weCanAssist p
{
    padding: 11px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    text-align: center;
}

.weCanAssist strong
{
    font-weight: bold;
}

#articleHeader, #articleFooter
{
    float: right;
    margin-top: 1px;
}

#articleDiscussion
{
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.RowStyle
{
    background-color: White;
    color: #333333;
}
.HeaderStyle
{
    background-color: #7A5CA7;
    font-weight: bold;
    color: White;
}

.FooterStyle
{
    background-color: White;
    color: #333333;
}


/**************************/
/* Email Preferences Page */
/**************************/

.emailAddress
{
    font-weight: bold;
}

body#EmailSubscriptionPreferencesPage .b4utton
{
    width: 165px;
    height: 26px;
    background: #FFB157 url(button-square.gif) repeat-x 0 50%;
    color: #000;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    cursor: pointer;
}

body#EmailSubscriptionPreferencesPage #emailAddressSelection
{
    text-align: center;
}

table#emailPreferencesTable
{
    margin: 0 auto 0 1px;
    width: 574px;
    border: 1px solid #888;
    border-collapse: collapse;
}

table#emailPreferencesTable th
{
    font-weight: bold;
    background-color: #ddd;
}

table#emailPreferencesTable td, table#emailPreferencesTable th
{
    font-size: 8pt;
    padding: 5px;
    border: 1px solid #888;
}

table#emailPreferencesTable td.check
{
    text-align: center;
}

table#emailPreferencesTable td.description
{
    font-size: 8pt;
}

body#EmailSubscriptionPreferencesPage #savePreferences
{
    text-align: center;
    margin: 15px 0 15px 0;
}

body#EmailSubscriptionPreferencesPage #changesSavedMessage
{
    color: #070;
}


/***********************/
/* Privacy policy page */
/***********************/

#privacyEffectiveDate
{
    font-weight: bold;
}

body#PrivacyPage #mainContent h3
{
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2em;
}


/**************/
/* Trust info */
/**************/

#trustInfo
{
    font-size: 8pt;
    color: #000;
    padding: 0px 20px 10px 20px;
    border-bottom: 1px solid #c0c0c0;
    min-height: 51px;
    overflow: hidden;
}

#trustInfo #trustGuard
{
    float: left;
    width: 100px;
    margin-top: 10px;
    text-align: left;
}

#trustInfo #BbbLogoHorizontal
{
    float: left;
    width: 135px;
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
}

#trustInfo #BbbLogoVertical
{
    display: none;
    float: left;
    width: 59px;
    margin-top: 10px;
    margin-left: 50px;
    text-align: left;
}

/* IE6 hack, since min-height is not supported */
* html #trustInfo
{
    height: 51px;
    overflow-y: visible;
}
/* End IE6 hack */

body.homePage #trustInfo
{
    width: 523px;
    margin: 0 auto 0 auto;
    border-bottom: none;
}

#trustPrivacy
{
    float: left;
    width: 280px;
    padding-top: 5px;
}

#trustGuard
{
    float: right;
    width: 200px;
    text-align: right;
}


/**********/
/* Footer */
/**********/

#footer
{
    clear: both;
    width: 957px;
    margin: 0 auto;
    padding: 0px;
    border: none;
    text-align: left;
    font-size: 8pt;
}
#footer p
{
    margin-top: 2px;
    padding-left: 5px;
}

#footerLinks
{
    line-height: 1.5em;
    font-size: 8pt;
    text-align: center;
}

#footerLinks a
{
    margin: 0px 5px 0px 5px;
}

#copyright
{
    text-align: center;
    margin-top: 15px;
    font-size: 10pt;
}

#divWebTracking
{
    width: 957px;
    margin: 0 auto;
	text-align: right;
	font-size: 7pt;
}


/************************/
/* Vertical menu styles */
/************************/

.vMenu, .vMenu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 2000;
    font-size: 9pt;
}

.vMenu ul
{
    float: left;
    display: none;
    position: absolute;
    border: 1px solid #c0c0c0;
    border-bottom: 0px;
}

.vMenu li:hover
{
    z-index: 1000;
    white-space: normal; /* fix IE7 z-index bug */
}

.vMenu li:hover > ul
{
    display: block;
}

.vMenu ul.parent_hover
{
    display: block;
}

.vMenu li
{
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 10;
}

/* IE6 hack for extra vertical white space problem under submenus */
* html .vMenu li
{
    display: inline;
}

.vMenu a
{
    padding: 0px 15px 0px 10px;
    display: block;
    width: 155px;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #c0c0c0;
}

.vMenu a, .vMenu a:link, .vMenu a:visited
{
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #7B5890;
}

.vMenu li:hover > a, .vMenu li:hover > a:visited
{
    background-color: #ff8e00;
    color: #000;
}

.vMenu li.hover a, .vMenu li.hover a:visited
{
    background-color: #ff8e00;
    color: #000;
}

.vMenu li.hover ul a, .vMenu li.hover ul a:visited
{
    background-color: #63619c;
    color: #fff;
}

.vMenu li a:hover
{
    background-color: #ff8e00;
    color: #000;
}

.vMenu li.subMenu a
{
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(arrow-right-white.gif);
}

.vMenu li.subMenu ul a
{
    background-image: none;
}

.vMenu li.subMenu:hover > a
{
    background-image: url(arrow-right-black.gif);
}

.vMenu li.subMenu.hover a
{
    background-image: url(arrow-right-black.gif);
}

.vMenu li.subMenu ul li a
{
    padding-right: 10px;
}

.vMenu li ul
{
    top: -1px;
    left: 180px;
}


/***************/
/* Tab styles */
/**************/

.tabSet, .tabSet ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 2000;
    font-size: 9pt;
    background-color: #e9e9e9;
}

.tabSet li
{
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 10;
    float: left;
}

.tabSet li.selected a
{
    background-color: #cdb0de;
}

.tabSet a
{
    float: left;
    text-align: left;
    padding: 5px;
}

.tabSet a, .tabSet a:link, .tabSet a:visited
{
    color: Black;
    overflow: hidden;
    text-decoration: none;
    background-color: #e9e9e9;
}

.tabSet li a:hover
{
    background-color: #7b5890;
    color: #fff;
}

/*************/
/* Word List */
/*************/

.wordList 
{
    list-style-type:decimal;
}


/*************/
/* Jobs Page */
/*************/

body#AdvisorDescriptionJobsPage .sectionBox
{
	padding: 15px;
	text-align: center;
	margin: 5px 0 15px 0;
	background-color: #EFCDB9;
	border-color: #D2B4A3;
	border-right-color: #968175;
	border-bottom-color: #968175;
}


/******************/
/* My Search Link */
/******************/
.assessMenuItemFamily a
{
    padding: 0px 15px 0px 10px;
    display: block;
    width: 155px;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #c0c0c0;
}

.assessMenuItemFamily a, .assessMenuItemFamily a:link, .assessMenuItemFamily a:visited
{
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    background-color: #FFEA94;
}

.assessMenuItemFamily li.hover a, .assessMenuItemFamily li.hover a:visited
{
    background-color: #ff8e00;
    color: #000;
}

.vMenu .assessMenuItemFamily li
{
    display: none;
}

.property-disclaimer
{
	font-size: 9pt; 
	font-style: italic; 
	line-height: 1.4em;
	margin-top: 20px;
}

#iframe-main
{
	margin-left: -5px;
	margin-right: 15px;
}

#jobs-disclaimer
{
	margin: 20px 0px 10px 0px;
	padding: 10px;
	background: #EDE8EF;
}

#jobs-disclaimer h1
{
	font-size: 11pt;
	margin: 0;
}

#jobs-disclaimer p
{
	margin: 0;
}

#jobs-header
{
	font-size: 18pt;
	color: #61609E;
}

.career-builder-img
{
	float: left;
	margin-right: 9px;
}

#hoverround
{
	margin-top: 20px;
}

#hoverround h2
{
	text-align: center;
	padding-top: 0px;
}

#hoverround .hoverround-img
{
	float:left;
	padding-right:10px;
}

#hoverround .hoverround-sub
{
	padding-top: 10px; 
	font-weight: bold;
}

#hoverround .hoverround-main
{
	margin-left: 68px;
	line-height: 1.5em;
}
#socialButtons
{
    float: right;
    position: relative;
    margin-top: 10px;
}
#socialButtons img 
{
    margin-right: 5px;
}
#phoneNumber
{
    color: #113868;
    font-size: 1.6em;
    padding-right: 5px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}
#topBarContent
{
    font-family: arial, sans-serif;
    width: 957px;
    margin: 0px auto;
}

#trustBadges
{
    margin-top: 50px;
}
#trustBadges .trust li
{
    list-style-type: none;
}
#trustBadges .trustblock
{
    margin-bottom: 15px;
}

.HomePage #contextBox
{
    display: none;
}
.HomePage #mainContent
{
    width: 755px;
}
.HomePage #header
{
    width: 465px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.HomePage #contentColumn
{
    width: 465px;
    font-size: 90%;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.HomePage #contentSideColumn
{
    border: 1px solid #E0D7CB;
    float: right;
    width: 200px;
    margin-right: 30px;
    padding: 15px;
    font: bold 12px Arial,Helvetica,sans-serif;    
    margin-top: -35px;
    background: none repeat scroll 0 0 #FDFEEE;
}
.HomePage #getStarted
{
    border-bottom: 1px solid #EBEAE0;
    color: #67686A;
    font: bold 13px Arial,Helvetica,sans-serif;
    margin: 3px 0;
    padding-bottom: 5px;
}
.HomePage .startedLink 
{
    line-height: 2em;
}
.HomePage .content-block
{
    padding-right: 20px;
}
.HomePage .content-row
{
    clear: both;
}
.HomePage .content-cell
{
    float: left;
    width: 350px;
    padding: 8px;
    font-size: 90%;
    line-height: 1.5em;
}
.HomePage .content-cell h2
{
    color: #67686A;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 2px;
}
.HomePage .content-cell p
{
    margin-top: 6px;
    margin-bottom: 2px;
}
.HomePage .content-cell ul
{
    margin-top: 2px;
    margin-bottom: 2px;
}
.HomePage .content-cell ul.squareList
{
    margin-top: 5px;
    padding-left: 25px;
    margin-left: 0px;
}
.HomePage .content-cell ul.squareList li
{
    list-style-type: square;
}
.HomePage .content-cell ul.state-facility
{
    padding-left: 0px;
    margin-left: 0px;
}
.HomePage .content-cell ul.state-facility li
{
    list-style-type: none;
}
.HomePage .content-cell .find-more
{
    margin-top: 1em;   
}
.HomePage .content-cell .states
{
    float: left;
    padding-right: 20px;
}
.HomePage .content-cell .states ul
{
    padding-left: 20px;
    margin-left: 0px;
}
.HomePage .content-cell .states ul li
{
    font-size: 80%;
}
.HomePage .content-cell .second-cell
{
    margin-top: 30px;
}
.HomePage .photo {
    position: absolute;
    z-index: 0;
    top: 7px;
    left: 330px;
    width: 470px;
    height: 380px;
    background: url(home/joan-lunden-apfm.png) no-repeat top left;
}
.HomePage #assessmentWrapper
{
    position: relative;
}

a.privacy-policy
{
    float: right;
    position: relative;
    top: -16px;
    color: #ccc;
    margin-right: 12px;
    font-size: 7pt;
    text-decoration: none;
}
a.privacy-policy:hover, a.privacy-policy:visited , a.privacy-policy:link 
{
    color: #ccc;
}

body.assessmentWizard #topBarContent {
    display: none;
}

.findBox, #articleContent div.findBox {
    padding: 15px;
    margin-bottom: 15px;
}

a.findButton {
    font-family: arial, sans-serif;
    background: url("btngradient-orange.jpg") #DA3502 repeat-x;
    color: white;
    text-shadow: 1px 1px 0px #852102;
    font-size: 150%;
    padding: 5px 15px;
    border: 1px solid #DA3502;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    float: left;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-image: initial;
}
