/**
 * Print
 *
 * Print version related styling.
 *
 */


@import "/static/plan/Stylesheets/advisor_layout.css";
@import "/static/plan/Stylesheets/advisor_feature.css";
	/*
	Enable print version of the SLF logo.
	*/
 body { font-size:13pt;
	  }
	#header .logo {
		display: block;
	}
		#header .logo img {
			border: 0;
			display: block;
		}

	/*
	Hide the "Worldwide" header.
	*/
	#header #current-country {
		display: none;
	}

	/*
	Hide "Choose your country" JavaScript dropdown content box and button.
	*/
	#choose-country,
	#choose-country-content {
		display: none;
	}

	/*
	Hide site search functionality.
	*/
	#site-search {
		display: none;
	}

	/*
	Hide toolbar navigation.
	*/
	#header #toolbar {
		display: none;
	}

/*
Hide primary navigation (including dropdown).
*/
#primary {
	display: none;
}

div.advtwo-column-layout #advaboutme div.aboutme {
display: none;
}
div.advtwo-column-layout #advaboutme div.advisorinfo {
margin-left:600px;
}

#advflash{
		display:none;
		}








/*
Clear floats so content beneath will flow
normally. This class must be attached to any
parent that has a floated child.
*/
.clearfix:after,
div.advfeature ul.columns:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix,
div.advfeature ul.columns {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix,
div.advfeature ul.columns {
	display: block;
}

div.advfeature-yellow h2 {
	display: list-item;
	list-style-image: url(/static/plan/Images_Shared/header-bg.gif);
	list-style-position: inside;
}
/* End hide from IE Mac */
