body {
	background: #3e5780;
	text-align: center;
	font-family: arial,sans-serif;
}

#header, #navigation, #content, #footer {
	text-align: left;
	margin: 0px auto;
	width: 798px;
}

/*
	HEADER
*/
#header {
	position: relative;
	background: #3e5780 no-repeat;
	padding: 1px 0 15px;
	height: 90px;
}

#header h1 a {
	display: block;
	width: 191px;
	height: 80px;
	position: absolute;
	left: 18px;
	top: 16px;
	background: #3e5780 url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}

/*
#header h2 {
	display: block;
	width: 190px;
	height: 9px;
	position: absolute;
	left: 18px;
	top: 85px;
	background: #3e5780 url(../images/knowledge_subtitle.gif) no-repeat;
	text-indent: -9999px;	
}
*/

#header h2 {
  display: none;
}

#faderWrapper {
	position: absolute;
	left: 400px;
	top: 16px;
}

.faderContainer {
	float: left;
	display: inline;
	margin-left: 25px;
	width: 100px;
	height: 75px;
	background: no-repeat;
}

/*
	NAVIGATION
*/
#navigation {
	height: 44px;
	background: #3e5780 url(../images/nav_bg.gif) no-repeat bottom;
	text-align: center;
	padding: 0 0 0 33px;
	width: 799px;
}

#navigation a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/*
#nav_btn_benefits	{ margin: 0 0 0 23px; width: 120px; height: 30px; background: url(../images/nav_off_agent_benefits.gif); }
#nav_btn_video		{ margin: 0 0 0 7px; width: 51px; height: 30px; background: url(../images/nav_off_video.gif); }
#nav_btn_advice		{ margin: 0 0 0 7px; width: 160px; height: 30px; background: url(../images/nav_off_advice.gif); }
#nav_btn_minute		{ margin: 0 0 0 7px; width: 145px; height: 30px; background: url(../images/nav_off_business_minute.gif); }
#nav_btn_advantages	{ margin: 0 0 0 7px; width: 118px; height: 30px; background: url(../images/nav_off_advantages.gif); }
#nav_btn_whybain	{ margin: 0 0 0 7px; width: 116px; height: 30px; background: url(../images/nav_off_why_bain.gif); }

#nav_btn_benefits:hover		{ background: url(../images/nav_on_agent_benefits.gif); }
#nav_btn_video:hover		{ background: url(../images/nav_on_video.gif); }
#nav_btn_advice:hover		{ background: url(../images/nav_on_advice.gif); }
#nav_btn_minute:hover		{ background: url(../images/nav_on_business_minute.gif); }
#nav_btn_advantages:hover	{ background: url(../images/nav_on_advantages.gif); }
#nav_btn_whybain:hover		{ background: url(../images/nav_on_why_bain.gif); }
*/

/*
	CONTENT
*/
#content {
	background: #3e5780 url(../images/main_bg.gif) repeat-y;
	padding: 0px 45px 20px;
	width: 708px;
	color: white;
	font-size: 1.06em;
}

#content h2 {
	display: block;
	font-size: 1.8em;
}

#content h3 {
	font-size: 1.3em;
	margin: 0 0 1em;
}

#content ul {
	margin-left: 2em;
}

#content li {
	font-size: 1.1em;
	margin: 1em 0;
}

/*	
	SUBNAV
*/
.subnav {
	text-align: center;
	margin: 0 0 10px;
}

/*
	CONTENT -- INTERIOR ITEM STYLES
*/
#content {
	padding: 1px auto;
}

.content_generic_text {
	float: left;
	width: 280px;

	padding: 15px 0 0;
}

.content_generic_text p {
	font-size: 1.1em;
	margin: 1em 0 0;
}

.content_generic_image {
	float: right;
	width: 375px;
	height: 253px;
	background: url(../images/generic_right_frame.gif) no-repeat;
	padding: 20px;
	text-align: center;
}

.content_generic_image p {
	font-size: 1.3em;
	margin: 1em 0 0;
}

.content_generic_secondary_text {
	float: right;
	width: 355px;
	height: 233px;
	background: url(../images/generic_right_frame.gif) no-repeat;
	padding: 30px;
/*	text-align: center; */
}

.content_generic_video {
	float: right;
	margin: 15px 30px 0 0;
}

#content .page_description {
	margin: 0 125px 25px;
	font-size: 1.2em;
}

#content .download_item {
	float: left;
	display: inline;
	padding: 0 0 30px 0;
	margin: 0 0 0 35px;
	font-size: 1.1em;
}

#content .download_item img.preview {
	float: left;
	margin: 0 13px 0 0;
}

#content .download_item .metadata {
	float: left;
	width: 175px;
	line-height: 1.3em;
	font-size: 0.99em;
}

#content .download_item .metadata .title {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 .5em;
}

#content .subsection_buttons {
	margin: 10px 0;
	text-align: center;
}

/*
	CONTENT -- SPECIFIC PAGE STYLES
*/
#agent_benefits_text {
	float: left;
	width: 350px;
}

#agent_benefits_text ul, #agent_benefits_text li {
	list-style-image: url(../images/bullet_arrow_dark.gif);
}

#agent_benefits_text li {
	margin: .75em 0;
}

#agent_benefits_text #managed_by {
	font-style: italic;
}

#agent_benefits_text #managed_by a {
	color: white;
	text-decoration: underline;
}

#agent_benefits_video {
	float: right;
	display: inline;
	margin: 0 0 0 0;
}

#videos {
}

#videos em {
	font-style: normal;
}

#videos a {
	color: white;
}

#videos h3 {
	clear: both;
	text-align: center;
	font-size: 2em;
	color: #73ab3e;
}

#advice_from_the_experts {
	text-align: left;
}

#content #advice_from_the_experts .page_description {
	margin: 0 20px 25px 0;
	font-size: 1.1em;
}


#advice_from_the_experts ul {
		margin: 2em;
	padding: 0;
	border: 0;
}

#advice_from_the_experts #links {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 20px 0 150px;
}

#advice_from_the_experts #links li {
	display: block;
	width: 87px;
	height: 66px;
}

#advice_from_the_experts #links li a {
	display: block;
	width: 87px;
	height: 66px;
	text-indent: -9999px;
}

#advice_from_the_experts #links li#attitudes_link		{ margin: 0 0 31px 0; background: url(../images/advice-attitudes.gif); }
#advice_from_the_experts #links li#lemonade_link		{ margin: 0 0 31px 0px; background: url(../images/advice-lemonade.gif); }
#advice_from_the_experts #links li#agentvideo_link		{ margin: 0 0 31px 0px; background: url(../images/advice-video.gif); }
#advice_from_the_experts #links li#perspective_link		{ margin: 0 0 0 0px; background: url(../images/advice-perspective.gif); }

#advice_from_the_experts #links .pubdate {
	display: none;
	text-align: right;
	font-style: italic;
	padding: 0 1em 0 0;
}

#advice_from_the_experts #photo {
}

#bain_business_minute {
	text-align: justify;
	margin: 25px 0 0 0;
}

#bain_business_minute #video {
	float: right;
	width: 300px;
	margin: 0px 50px 0 0;
}

#bain_business_minute #about_text {
	float: left;
	display: inline;
	width: 300px;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 10px 0 0;
}

#bain_business_minute #about_text p {
	margin: 0 0 1em 0;
}

#bain_business_minute #about_text h3 {
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

#bain_business_minute #about_text em {
	display: block;
	font-style: italic;
	margin: 0 0 1em 0;
}

#bain_business_minute #about_text #last_week {
	text-align: center;
	margin-top: 2em;
}

#bain_business_minute #about_text #last_week a {
	display: block;
	padding: 1em 2em;
	background: #76923c;
	color: white;
}

#advantages {
}

#advantages .page_description {
	margin: 0 0 25px 25px;
	font-size: 1.2em;
}

#advantages #links {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 75px 0;
}

#advantages #links li {
	display: block;
	float: left;
}

#advantages #links li a {
	display: block;
	width: 87px;
	height: 66px;
	text-indent: -9999px;
}

/*
#advantages #links li#sneakpeek_link		{ width: 350px; background: #b8cce4;	}
#advantages #links li#sneakpeek_link a		{ color: #000000; }
#advantages #links li#education_link		{ background: #c0504d;	}
#advantages #links li#relocation_link		{ background: #9bbb59;	}
#advantages #links li#technology_link		{ background: #365f91;	}
#advantages #links li#video_link			{ background: #000000;	}
*/

#advantages #links li#sneakpeek_link		{ margin: 0 0 31px 72px; background: url(../images/advantage-peek.gif); }
#advantages #links li#education_link		{ margin: 0 0 31px 9px; background: url(../images/advantage-education.gif); }
#advantages #links li#relocation_link		{ margin: 0 0 31px 39px; background: url(../images/advantage-relocation.gif); }
#advantages #links li#technology_link		{ margin: 0 0 0 9px; background: url(../images/advantage-global.gif); }
#advantages #links li#video_link			{ margin: 0 0 0 39px; background: url(../images/advantage-video.gif); }

#advantages #photo {
}

/*
	FOOTER
*/
#footer {
	position: relative;
	color: #ccc;
	padding: 18px 0 0 20px;
	width: 778px;
	background: #3e5780 url(../images/footer_bg.gif) no-repeat;
}

#footer #contact_button {
	position: absolute;
	display: block;
	top: 30px;
	right: 0px;
	width: 25em;
	font-size: 1.2em;
	border: #ffffff 1px solid;
	margin: 0 18px 20px 0;

	background: #cccccc;
	color: #3f8cba;
	text-align: right;
	font-weight: bold;

	text-decoration: none;
}

#footer #contact_button:hover {
	text-decoration: underline;
}

#footer #contact_button span {
	display: block;
	padding: 5px 10px 0;
}

.back_and_pdf {
	clear: both;
	text-align: right;
	padding: 10px 18px 0 0;
}

.back_and_pdf .back_button {
	margin-right: 10px;
}

.back_and_pdf .pdf_button{
}

#training-license-overview .content_generic_image {
	text-align: left;
}

#tlo_bullets li {
	list-style-image: url(../images/bullet_arrow_dark2.gif);
}

#tlo_bullets li.highlight {
	list-style-image: url(../images/bullet_arrow_yellow.gif);
	color: #f0cb00;
}

#train_lic_c1,
#train_lic_c2,
#train_lic_c3,
#train_lic_c4,
#train_lic_c5,
#train_lic_c6 {
	display: none;
}

.publication_title {
	font-style: italic;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
