@import url(reset.css);

/* @group general */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color: #534741;
	padding: 18px;
}
a:link {
	text-decoration: underline;
	color: #00447b;
}
a:visited {
	text-decoration: underline;
	color: #310f6b;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #6ca387;
}
h1{ 
}
h2{
}
h3{
}
h4{
}
h6 {
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:18px;
}
h6 span{
	display: block;
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
.highlight{
	background-color:#CCFF00;
}

ul.listNormal,
ol.listNormal {
	/*padding-left: 16px;*/
	padding-left: 40px;
}
ul.listNormal li{
	list-style-type: disc;
}
ol.listNormal li{
	list-style-type:decimal;
}
#skip {
	display: none;
}
.success {
	background-color:#8EFF52;
	padding: 2px 5px;
	color: #006600;
}
.alert {
	background-color:red;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
}
.hide{
	display:none;
}
.hidden{
	visibility:hidden;
}
a:link.link-call-to-action,
a:visited.link-call-to-action {
	color:#a3620a;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
a:hover.link-call-to-action,
a:active.link-call-to-action {
	color:#6ca387;
}



/* @group floats */
.left{
	float:left;
}
img.left-object,
.left-object{
	float:left;
	margin: 4px 15px 4px 0;
}
.right{
	float:right;
}
.right-object{
	float:right;
	margin: 4px 0 4px 15px;
}
.clearit{
	clear:both;
}
/* @end floats */


/* @end general*/






/* @group layout */
#container-container {
	margin:0 auto;
	width:956px;
}
#container {
	border: 1px solid #818181;
	width:100%;
}
#content{
	margin: 20px 0;
}
#aside-header{
	float: left;
	width: 151px;
	padding: 0 18px 0 7px;
}
#main{
	float: left;
	width: 545px; /* leaving a 25px gutter to the right */
	padding-top:8px;
}
#main p,
#main .listNormal li,
#main dd,
#main dt,
#ad-book-annex{
	font-size: 1.2em;
	line-height:1.334em;
}
#main p,
#main .listNormal li,
#main dd,
#main dt,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5{
	margin-bottom: 19px;
}

#content #main .list-single-space li {
	margin-bottom: 3px;
}
#content #main ul.list-single-space {
	margin-bottom: 19px;
}

#main .listNormal li p{
	font-size: 1em;
}
#main h1,
#page-courses #main h2{
	font-size: 2em;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	font-weight:normal;
}
#main h2, 
#main h3{
	font-size: 1.5em;
	font-weight:bold;
	line-height:1.067em;
}
#main h4{
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.333em;
}
hr{
	background-color: #c6c6c6;
	height: 1px;
	border: 0;
}
.center{
	text-align:center;
}







#page-about-landing #main h4{
	display:inline;
	font-weight:bold;
	line-height:1.067em;
	text-transform:uppercase;
}



/* @end layout*/



/* @group header */
#header {
	background: #fffdf8 url(/img/layout/header-bg.jpg)  right top no-repeat;
	overflow: hidden;
	padding: 0 0 8px 8px;
	height: 115px;
}
#header img{
	float:left;
}
#header h6{
	float:left;
	margin: 71px 0 0 11px;
}
#header-more {
	float: right;
	width: 210px;
	overflow:hidden;
	text-transform:uppercase;
}
#header-newsletter {
	background-color: #fff;
	border-left: 1px solid #827e85;
	border-bottom: 1px solid #827e85;
	padding: 12px 17px 15px;
}

#header-newsletter .alert {
	display: none;
}
#header-newsletter legend{
	color: #362f2d;
	font-size: .9em;
}
#header-newsletter input#ea{
	width:129px;
	height: 15px;
	padding: 1px 0 0 3px;
	border: 1px solid #999;
	font-size:10px;
}
#header-newsletter input{
	float: left;
	margin: 4px 2px 0 0;
}
#share{
	padding: 15px 0 0 18px;
	color: #998675;
}
#share p{
	margin-bottom:6px;
}


/* @end header*/





/* @group nav-primary */

#nav-primary {
	border-top: 1px solid #c6c6c6;
	background:url(/img/nav/nav-shadow.gif) bottom left repeat-x;
	padding-bottom:8px;
	text-transform:uppercase;
	letter-spacing:.044em;
}

/* @end nav-primary*/


/* @group nav-secondary */

#nav-secondary {
	text-transform:uppercase;
	line-height: 1.3em;
	padding: 13px 5px 7px 10px;
	border: 1px solid #c6c6c6;
	margin-bottom: 23px;
	letter-spacing:.044em;
}
#nav-secondary .on a{
	font-weight:bold;
	background:url(/img/nav/nav-sub-indicator.gif) no-repeat 0 1px;
}
#nav-secondary a:link,
#nav-secondary a:visited {
	color: #534741;
	text-decoration:none;
	display:block;
	padding: 0 0 9px 19px;
}
#nav-secondary a:hover,
#nav-secondary a:active{
	background:url(/img/nav/nav-sub-indicator.gif) no-repeat 0 -100px;
}
#nav-secondary .on a:hover,
#nav-secondary .on a:active{
	background:url(/img/nav/nav-sub-indicator.gif) no-repeat 0 1px;

}

/* @end nav-secondary*/




/* @group aside-footer*/
#aside-footer-container {
	float: right;
	width: 210px;
}
#aside-footer{	
	border-left: 1px solid #c6c6c6;
	padding: 0 18px 84px 0;	
}
#ad-book,
#testimonial,
#press-inquiries,
#press-coverage,
#participant-satisfaction-chart,
#ad-book-annex,
#stuart-lucas-in-the-media{
	border: 1px solid #c6c6c6;
	border-left-width: 0;
	margin-bottom:11px;
}
#ad-book,
#ad-book-annex{
	overflow:hidden;
	padding: 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fffdf8;
}
#ad-book div{
	float: right;
	width: 100px;
	padding-top: 16px;
}
#page-home #ad-book div{
	padding-top: 21px;
}
#ad-book img{
	float: right;
	width: 81px;
}
#ad-book a{
	text-decoration:none;
	color: #000;
}
#ad-book h5 {
	font-size: 1.7em;
	padding-left: 8px;
	padding-right: 8px;
	font-style:italic;
}
#ad-book-author{
	font-size:1em;
}
#ad-book p{
	padding: 0 8px 10px 8px;
}
#ad-book p#ad-book-order{
	padding:0;
}
#ad-book{
	margin-bottom:0;
}
#ad-book-annex{
	border-top:none;
	padding: 8px 12px;
}
#page-home #ad-book-annex,
#ad-book .ad-book-annex{
	display:none;
}
#page-home .ad-book-annex{
	display:block;
line-height: 1.1em;
	padding:8px 12px 0 13px;
	clear:both;
	
}
#ad-book-annex a:link,
#ad-book-annex a:visited,
#ad-book-annex a:hover,
#ad-book-annex a:active{
	color:#000;
	text-decoration:none;
}
.ad-book-annex a:link,
.ad-book-annex a:visited,
.ad-book-annex a:hover,
.ad-book-annex a:active{
	color: #534741;
	text-decoration:none;
}





#ad-book-order a{
	background-color:#fde8b9;
	font-size: 1.04em;
	display:block;
	padding: 4px 8px;
	margin-bottom:10px;
	text-transform:uppercase;
}
#ad-book-order a:link,
#ad-book-order a:visited{
	background-color:#fde8b9;
}
#ad-book-order a:hover,
#ad-book-order a:active{
	background-color:#d7e7e4;
}

#ad-book-more a{
	text-transform:uppercase;
	font-size:.83em;
}
#ad-book-more a:link,
#ad-book-more a:visited{
	color: #a3620a;
}
#ad-book-more a:hover,
#ad-book-more a:active{
	color:#7EACA0;
}



#testimonial,
#press-inquiries,
#participant-satisfaction-chart{
	color: #603913;
	background-color: #f3f8f6;
	font: 1.3em/1.308em Georgia, "Times New Roman", Times, serif;
}
#stuart-lucas-in-the-media{
	background-color: #f3f8f6;
	font-size:1.1em;
}
#stuart-lucas-in-the-media h5{
	color: #603913;
	font: 1.4545em/1.2em Georgia, "Times New Roman", Times, serif;
}
#stuart-lucas-in-the-media li{
	padding-top:19px;
}
#stuart-lucas-in-the-media img{
	margin-bottom:4px;
}
#stuart-lucas-in-the-media.tester img{
	width:164px;
}
#testimonial{
	padding: 20px 13px 70px;
}
#testimonial dt,
#participant-satisfaction-chart dt{
	margin-top: 20px;
	font-weight:bold;
}
#testimonial dd,
#participant-satisfaction-chart dd{
	font-size:.84em;
}
#testimonial span,
#participant-satisfaction-chart span{
	margin-left: -6px;
}

p#quotes-tagline{
	margin-top: 19px;
}
#quotes-tagline a.link-call-to-action{
	font-weight: normal;
	font-size:.65em;
}


#press-inquiries,
#stuart-lucas-in-the-media{
	padding: 20px 13px 35px;
}
#press-inquiries h5{
	margin-bottom:19px;
	font-size:1.230769em;
}



#press-coverage{
	padding: 12px 12px 20px;
	background-color: #f3f8f6;
}
#press-coverage h4{
	font: 1.8em/1em Georgia, "Times New Roman", Times, serif;
}
#press-coverage h4 a:link,
#press-coverage h4 a:visited{
	color: #534741;
	text-decoration:none;
}
#press-coverage h4 a:hover,
#press-coverage h4 a:active{
	color: #6ca387;
}
#press-coverage h5{
	font-size:1.4em;
	line-height:1.071em;
}
#press-coverage a.link-call-to-action{
	margin-bottom: 10px;
	display: block;
}
#press-coverage p{
	font-size: 1.1em;
	line-height:1.1818em;
}
 #main p.below{
	margin-bottom:3px;
}




#participant-satisfaction-chart{
	padding: 12px 12px 20px;
	background-color: #f3f8f6;
}
#participant-satisfaction-chart dd{
	/*text-transform:uppercase;*/
}
#participant-satisfaction-chart img{
	margin: 0 -12px 15px -3px;
}




/* @end aside-footer*/



/* @group footer*/
#footer{
	padding-top: 12px;
	overflow:hidden;
}
#footer div, 
#footer ul{
	float: left;
}
#footer a{
	text-transform:uppercase;
	margin-left:10px;
}
#footer a:link,
#footer a:visited {
	color: #362f2d;
}
#footer a:hover,
#footer a:active{
	color: #6ca387;
}


/* @end footer*/



/* @group Press */
#page-press-landing #main h2{
	font-size: 2em;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	line-height:.9em;
	margin-bottom: 19px;
	padding-bottom: 5px;
	border-bottom:1px solid #c6c6c6;
	font-weight:normal;
}
#page-press-landing #main h3{
	font-weight:normal;
	margin-bottom:3px;
}
#page-press-landing-aside1 #main h3{
	font-size:1.182em;
}
#page-press-landing #main p.date{
	font-weight:bold;
}
#page-press-landing #main-aside1 p.source{
	font-style:italic;
	font-size:1.2em;
	margin-bottom:3px;
}
#page-press-landing #main-aside1 p.date{
	font-size:1.2em;
}
#page-press-landing #main-aside1 li{
	border-bottom:1px solid #c6c6c6;
	margin-bottom:19px;
}
#page-press-landing #main-aside2 h3{
	font-size:1.3em;
}
#page-press-landing #main-aside2 p{
	font-size:1.1em;
}
#page-press-landing #main-aside2 p.date{
	margin-bottom:3px;
}
a:link.full-list,
.full-list a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #a3620a;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a:visited.full-list,
.full-list a:visited{
	color: #6ca387;
}
a:hover.full-list,
.full-list a:hover{
	color: #6ca387;
}
#page-press-landing #main-aside1 p.full-list{
	margin-top:14px;
}


/* @end Press */




/* @group Home */



#page-home #content{
	margin: 20px 20px 30px;
	overflow:hidden;
	background:url(/img/layout/2-column-vert-lines-home.gif) 508px 0 repeat-y;
}
#billboard,
#page-home h2,
#page-home h3,
#page-home h4,
#page-home .all,
#home-press-coverage h5{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#page-home h1 a,
#page-home h2 a{
	color: #000;
	text-decoration:none;
}
#page-home h1{
	font-size:1.95em;
	line-height:1.19em;
}
#page-home h2{
	font-size:1.6em;
	line-height:1.1em;
}
#page-home h4{
	font-size:1.4em;
	line-height:1.0714em;
}
#page-home h5{
	font-size:1.4em;
	line-height:1.0714em;
}
#page-home .all{
	font-size:1.1em;
	line-height:1.3636em;
	text-transform:uppercase;
	font-weight:bold;
}
#home-main p.all{
	border-bottom: 1px solid #c6c6c6;
	padding-bottom:8px;
	margin-bottom: 8px;
}
#home-aside1 p.all{
	margin-bottom: 8px;
}

#home-main{
	width: 509px;
	float: left;
	overflow:hidden;
}
.video-player{
	padding-bottom: 10px;
}
#page-family-business-philanthropy-life .video-player{
	padding: 10px 0 0;
}
#home-webinar{
	margin-bottom: 10px;
}
#billboard{
	background:url(/img/layout/home-egg-bg.jpg) no-repeat;
	padding: 16px 156px 20px 16px;	
	min-height:190px;
}
#billboard ul{
	padding-left: 15px;	
	color: #A3620A;
	font-size:1.4em;
	line-height:1.071em;
}
#billboard li{
	list-style-type:disc;
	padding-top: 8px;
}
#billboard li a:link,
#billboard li a:visited,
#page-home .all a:link,
#page-home .all a:visited{
	color: #A3620A;
	text-decoration:none;
}
#billboard li a:hover,
#billboard li a:active,
#page-home .all a:hover,
#page-home .all a:active{
	color: #6ca387;
	text-decoration:none;
}
#home-main-courses,
#home-main-reading{
	width: 228px;
	float: left;
	margin: 30px 20px 0 0;
	
}
#home-main-courses li,
#home-main-reading li{
	padding: 0 20px 15px 0;
}
#home-main-courses li.last,
#home-main-reading li.last{
	padding-bottom: 0 ;
}
#home-main-courses li p{
	font-size:1.1em;
	line-height:1.3636em;
}
#home-main-reading li p{
	font-size:1.1em;
	line-height:1.3636em;
	font-style:italic;
}
#home-aside1{
	width: 238px;
	float: left;
}
#home-aside1 p{
	font-size:1.1em;
	line-height:1.3636em;
}

#home-aside2{
	width: 151px;
	float: right;
}
.video-button{
	width:151px;
	margin-left:9px;
}
#page-home .video-button{
	margin-left:0;
}
.video-button p{
	margin-bottom:5px;
	font-size:1.1em;
	line-height:1.3636em;
}
.video-button p.last{
	padding:0 3px 19px 5px;
}
#page-home #ad-book{
	font-size: 1.137em;
	background-color:#fff;
	border-top-width:0;
	padding-top: 0;
	margin-bottom:0;
}
#page-home #ad-book div{
	width:120px;
}
#page-home #ad-book img{
	float: right;
	width: 106px;
}
#page-home #ad-book h5{
	font-style:italic;
	font-size:1.848em;
}
#page-home #ad-book #ad-book-order{
	font-weight:bold;
}
#page-home #ad-book #ad-book-more{
	line-height:.95em;
	font-weight:bold;
}
#home-press-coverage{
	padding: 16px 16px 0;
}
#home-press-coverage li{
	padding-top:15px;
}



/* @end Home */







/* @group About Landing */

#page-about #main h2{
	display:inline;
	font-size: 1.2em;
	line-height:1.33em;
}
#page-about #main h3{
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size: 2em;
	line-height:1em;
}
#page-about #main p.first{
	display:inline;
	pading-bottom: 19px;
}
#page-about #main ul.first {
	margin-top: 16px;
}
#page-about #main ul.listNormal {
	margin-bottom: 16px;
}
#page-about #main .listNormal li{
	margin-bottom: 1px;
}

/* @end About Landing */






/* @group Bios */

#page-wealth-management-senior-staff #main h2{
	margin-bottom: 0;
}
#page-wealth-management-senior-staff #main h3{
	border-top: 1px solid #c6c6c6;
	padding-top: 19px;
	margin-bottom: 0;
}

/* @end Bios */


/* @group About Clients */

#page-wealth-management-clients #main h2,
#page-wealth-management-clients #main ul.first h3{
	display:inline;
	font-size: 1.2em;
	line-height:1.333em;
}

#page-wealth-management-clients #main p.first{
	display:inline;
	pading-bottom: 19px;
	font-weight:bold;
}
#page-wealth-management-clients #main ul.first {
	margin-top: 16px;
}

#page-wealth-management-clients #main ul.first h3{
	display:inline;
	font-size: 1em;
	line-height:1.333em;
}
/* @end About Clients */






/* @group About Services */


#page-wealth-management-services #main h2{
	font-size: 2em;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	font-weight:normal;
	
}
#page-wealth-management-services #main h2 span{
	display:block;
}
#page-wealth-management-services #main #four-traits h5{
	display:inline;
	font-size: 1em;
	line-height:1.333em;
	
}
#page-wealth-management-services h4.four-traits{
	border-top:1px solid #c6c6c6;
	padding-top: 19px;
	text-transform:uppercase;
}
#page-wealth-management-services ol.four-traits{
	margin-bottom: 30px;
	border-bottom:1px solid #c6c6c6;
}
#page-wealth-management-services #main h5{
	display:inline;
	font-weight:bold;
}



/* @end About Services */






/* @group About Privacy Policy */


#page-privacy-policy #main h2{
	font-size: 1.2em;
	line-height:1.333em;
	text-transform:uppercase;
}
#page-privacy-policy #main li h3{
	display:inline;
	font-size: 1em;
	line-height:1.333em;
}
#page-privacy-policy #main dd{
	padding-left: 40px;
}



/* @end About Privacy Policy */





/* @group Courses - Overview */

#page-courses #main h2{
	padding-top:20px;
}

/* @end Courses - Overview */





/* @group Courses - Overview */


#page-wealth-management-course-overview #main h4,
#page-wealth-management-course-overview #main p.first{
	display:inline;
}
#page-wealth-management-course-overview #main a.first{
	margin-top: 19px;
	display:block;
}
#page-wealth-management-course-overview #main h2{
	padding-top: 19px;
	border-top:1px solid #c6c6c6;
	line-height:1.2em;
	margin-bottom: 20px;
}
#page-wealth-management-course-overview #main h3{
	text-transform:uppercase;
	margin-bottom: 3px;
	font-size:1.2em;
}
#page-wealth-management-course-overview #main p.last{
	padding-top: 19px;
	border-top:1px solid #c6c6c6;
}

/* @end Courses - Overview */






/* @group Courses - Upcoming Courses */



#video-promo{
	overflow:hidden;
	font-weight:bold;
}
#video-promo div{
	float: left;
	width: 203px;
}
#video-promo p.video{
	float: right;
	width: 321px;
}
#page-wealth-management-course-open-enrollment #main h2{
	margin-bottom:3px;
}
#page-wealth-management-course-open-enrollment #main dl{
	overflow:hidden;
}
#page-wealth-management-course-open-enrollment #main dt,
#page-wealth-management-course-open-enrollment #main dd{
	margin-bottom:3px;
	float: left;
	
}
#page-wealth-management-course-open-enrollment #main dt{
	clear: both;
	margin-right: 5px;
	font-weight:bold;
}
#page-wealth-management-course-open-enrollment #main p{
	/*clear: both;*/
}
#page-wealth-management-course-open-enrollment #main p.pdf{
	clear: both;
	margin-bottom:3px;
}
#page-wealth-management-course-open-enrollment #main ul{
	padding-top: 19px;
	border-top:1px solid #c6c6c6;
}
#page-wealth-management-course-open-enrollment #main li{
	margin-bottom:40px;
}


/* @end Courses - Upcoming Courses */








/* @group Courses - Custom Courses */

.inline{
	display:inline;
}
.inline-post{
	display:block;
	padding-top: 19px;
}
#page-custom-wealth-management-courses #main h2{
	font: 2em/1em Georgia, "Times New Roman", Times, serif;
	display: inline;
}
#page-custom-wealth-management-courses #main h3{
	font-size:1.2em;
}
#page-custom-wealth-management-courses #main h4#consulting{
	display: inline;
	text-transform:uppercase;
}
#page-custom-wealth-management-courses #main h5{
	font-size:1.5em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom: 0;
}
#page-custom-wealth-management-courses hr,
hr.full-page {
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom: 19px;
}
#page-custom-wealth-management-courses ol#consulting-list {
	padding-left: 22px;
	margin-top: 19px;
	font-weight:bold;
	font-size: 1.2em;
	line-height:1.3em;
}
#page-custom-wealth-management-courses ol#consulting-list  li{
	list-style-type:decimal;
	margin-bottom: 19px;
}
#page-custom-wealth-management-courses ol#consulting-list ul {
	padding-left: 40px;
}
#page-custom-wealth-management-courses ol#consulting-list ul li{
	list-style-type:disc;
	font-weight:normal;
	margin-bottom: 10px;
}
#page-custom-wealth-management-courses #main  ol#consulting-list h6{
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.333em;
}
#page-custom-wealth-management-courses ol#consulting-list p{
	font-size: 1em;
	font-weight:normal;
	margin-bottom: 19px;
}
#page-custom-wealth-management-courses ol#consulting-list span{
	line-height:1.333em;
	font-weight:normal;
}
#page-custom-wealth-management-courses ol#consulting-list p.post-inline{
	margin-top: 19px;
	margin-bottom:3px;
}


/* @end Courses - Custom Courses */







/* @group Consulting Services */


#page-private-wealth-management-consulting-services #main h3{
	padding-top: 19px;
	border-top:1px solid #c6c6c6;
	margin-bottom:3px;
	text-transform:uppercase;
	line-height:1.2em;
}
#page-private-wealth-management-consulting-services #main h3{
	padding-top: 19px;
	border-top:1px solid #c6c6c6;
	margin-bottom:3px;
	text-transform:uppercase;
	line-height:1.2em;
}


/* @end Consulting Services */








/* @group Research & Publications Landing */


#page-research-publications #main h2{
	font: 2em/1em Georgia, "Times New Roman", Times, serif;
	
}
.wealth-book-lg{
	float: right;
	margin: 0 0 5px 25px;
}
#page-research-publications hr {
	margin: 35px 0;
}


/* @end Research & Publications Landing */







/* @group Research & Publications: Rec Readings */


#page-wealth-management-investing #main ul,
#page-family-business-philanthropy-life #main ul{
	margin-bottom: 19px;
}
#page-wealth-management-investing #main h2,
#page-family-business-philanthropy-life #main h2{
	font-size:1.2em;
	line-height:1.28em;
	padding-bottom: 10px;
	margin: 45px 0 10px;
	border-bottom:1px solid #c6c6c6;
	text-transform:uppercase;
}
#page-wealth-management-investing #main dt,
#page-wealth-management-investing #main dd,
#page-family-business-philanthropy-life #main dt,
#page-family-business-philanthropy-life #main dd{
	margin: 3px 0 0;
	line-height:1.4em;
}
#page-wealth-management-investing #main dt,
#page-family-business-philanthropy-life #main dt{
	font-weight:bold;
	margin-bottom:3px;
	margin-top: 30px;
}
#page-wealth-management-investing #main dt.first,
#page-family-business-philanthropy-life #main dt.first{
	margin-top: 3px;
}
#page-wealth-management-investing dd.name,
#page-family-business-philanthropy-life dd.name{
	font-style:italic;
	display:inline;
}
#page-wealth-management-investing dd.date,
#page-family-business-philanthropy-life dd.date{
	display:inline;
}
#page-wealth-management-investing #main dd.description p,
#page-family-business-philanthropy-life #main dd.description p{
	margin:13px 0 0;
}
#page-wealth-management-investing #main dd.description p.first,
#page-family-business-philanthropy-life #main dd.description p.first{
	margin:3px 0 0;
}
#page-wealth-management-investing dd p,
#page-family-business-philanthropy-life dd p{
	font-size:1em;
}


/* @end Research & Publications: Rec Readings */











/* @group Research & Publications: Book */


#page-book-wealth-stuart-lucas #main h3{
	font-size: 1.2em;
	line-height: 1.25;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:3px;
	

}
#page-book-wealth-stuart-lucas #main h5{
	font-size: 1.4em;
	line-height: 1.2857;
	font-weight:bold;
	padding: 5px 0;
}
#page-book-wealth-stuart-lucas #main p.author{
	font-size: 1.4em;
	line-height: 1.2857;
}
#page-book-wealth-stuart-lucas #main img{
	margin-bottom: 19px;
}
#page-book-wealth-stuart-lucas hr{
	margin: 19px 0;
	clear:both;
}
#page-book-wealth-stuart-lucas object{
	margin-bottom: 19px;
}
.book-title{
	font-weight:bold;
	font-style:italic;
}
p.author{
	font-size: 1.4em;
	padding-left: 10px;
	background:url(/img/misc/dash.gif) 0 8px no-repeat  ;
}




#book-rotating img{
	display:none;
	margin: 0 0 5px 25px;
	float: right;
	width:181px;
}
#book-rotating img.active{
	display:inline;
}


/* @end Research & Publications: Book */






/* @group Press */



#page-press #main h2{
	font-weight:normal;
	margin-bottom:2px;
}
#page-press #main div.description{
	font-weight:normal;
	margin-bottom: 19px;

}
#page-press #main li{
	padding-bottom:19px;
	border-bottom:1px solid #c6c6c6;
	margin-top:29px;
}
#page-press #main div.description p{
	margin-bottom: 15px;
}
#page-press #main p.source{
	margin-bottom: 10px;
}
#page-press #main p.date,
#page-press #main p.video{
	font-weight:bold;
	margin-bottom: 10px;
}


#page-press .show{
	display:none;
}



/* @end Press */






/* @group Contact */


#page-contact #main dt,
#page-contact #main dd{
	margin-bottom:1px;
}

#page-contact #main .address a:link{
	color: #534741;
	text-decoration:none;
}
#page-contact #main dt{
	margin-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.0666em;
	text-transform:uppercase;
}

#page-contact #main h3{
	margin-top:39px;
	font-weight:normal;
	font-size: 1.2em;
	line-height:1.3333em;
}


/* @end Contact */








/* @group Submit Newsletter */

#page-subscribe-to-our-newsletter iframe{
	border:none;
	Xborder:1px solid red;
	
}


#page-subscribe-to-our-newsletter #aside-header{
	padding-right:0;	
}
#page-subscribe-to-our-newsletter #main{
	width: 616px;
}
#page-subscribe-to-our-newsletter #aside-footer-container{
	width: 170px;
}

#page-subscribe-to-our-newsletter h1{
	padding-left:18px;	
	

}


#page-subscribe-to-our-newsletter #ad-book div{
	width: 90px;
	padding-top: 16px;
}
#page-subscribe-to-our-newsletter #ad-book div{
	padding-top: 0;
}
#page-subscribe-to-our-newsletter #ad-book img{
	width: 53px;
	margin-top:3px;
}
#page-subscribe-to-our-newsletter #ad-book-order a{
	font-size: .9em;
}
#page-subscribe-to-our-newsletter #ad-book-more{
	padding-bottom:0;
}
#page-subscribe-to-our-newsletter #ad-book h5{
	font-size:1.5em;
	
}

#page-subscribe-to-our-newsletter #press-coverage p{
	font-size: 1em;
}




/* @end Submit Newsletter */




