/* global whitespace */

* { margin:0; padding:0; }

/*= BODY/GLOBALS */

html {
    text-align: center;
}

body {
	background:#660000 url(/images/bg-body.gif) top center repeat-x;
	color: #333;
	font-size:12px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;
}

a, a:link {
    color:#28507C;
}

a:visited {
    color:#001551;
}

a:hover {
	text-decoration:none;
}	

/* =WRAPPER */

#wrapper {
	background:#660000 url(/images/bg-wrapper.gif) top left repeat-y;
	margin:0 auto;
	position: relative;
	text-align:left;
	width:869px;
}

/* =HEADER */

#header {
	background:url(/images/bg-top-page.gif) top left no-repeat;
	height:154px;
	margin:0 auto;
	position: relative;
	width:869px;
}

#header .promo {
	height:64px;
	position:absolute;
	right:33px;
	top:10px;
	width:296px;
}

#header .promo a {
	background:transparent url(/images/gr-teleclasses.gif) top left no-repeat;
	display:block;
	height:64px;
	position:absolute;
	width:296px;
}

#header .promo a:hover {
	
}

#header .promo a span {
	display:none;
}

/* =BREADCRUMB */

.breadcrumb {
	font-size:.9em;
	font-style:italic;
	right:70px;
	position:absolute;
	overflow:visible;
	text-align:right;
	top:123px;
	width:525px;
	z-index:999;
}

.breadcrumb a, .breadcrumb a:visited {
	color:#7F0000;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
}

/* =FOOTER */

#footer {
	background:url(../images/bg-footer.gif) top no-repeat;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
	height:114px;
	margin:0 auto;
	width:869px;
}

#footer div { 
	padding:27px 70px 40px 0;
	text-align:right;
}

#footer div p {
    padding:25px 0 25px 0;
}

#footer div span {
    color:#B38080;
    padding:0;
    margin:0 0 0 15px;
}

#footer a, #footer a:visited, #footer a:link {
    color:#fff;
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
    text-decoration:none;
}

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

/*= PRIMARY NAVIGATION */

ul.menu {
	height:49px;
	left:255px;
	list-style-type:none;
    position:absolute;
    top:81px;
    z-index:100;
}

ul.menu li {
	float:left;
	margin: 0;
}
	
ul.menu li a {
	display:block;
}
	
ul.menu li a span {
    display:none;
}

ul.menu li#nav1 a {
    width:77px; height:49px; background: url(/images/mainnav_01.gif) no-repeat 0px 0px;
}

/* ok total kludge - serve different version to home page that doesn't have left drop shadow */
#home ul.menu li#nav1 a {
    width:77px; height:49px; background: url(/images/mainnav-home_01.gif) no-repeat 0px 0px;
}
	
ul.menu li#nav2 a {
    width:137px; height:49px; background: url(/images/mainnav_02.gif) no-repeat 0px 0px;
}
	
ul.menu li#nav3 a {
    width:76px; height:49px; background: url(/images/mainnav_03.gif) no-repeat 0px 0px;
}
	
ul.menu li#nav4 a {
    width:103px; height:49px; background: url(/images/mainnav_04.gif) no-repeat 0px 0px;
}
	
ul.menu li#nav5 a {
    width:86px; height:49px; background: url(/images/mainnav_05.gif) no-repeat 0px 0px;
}
	
ul.menu li#nav6 a {
    width:99px; height:49px; background: url(/images/mainnav_06.gif) no-repeat 0px 0px;
}

ul.menu li#nav1 a:hover, ul.menu li#nav2 a:hover, ul.menu li#nav3 a:hover, ul.menu li#nav4 a:hover, ul.menu li#nav5 a:hover, ul.menu li#nav6 a:hover, #home ul.menu li#nav1 a:hover {
    background-position:0 -49px;
}

#about ul.menu li#nav1 a,
#lifequest ul.menu li#nav2 a,
#services ul.menu li#nav3 a,
#testimonials ul.menu li#nav4 a,
#resources ul.menu li#nav5 a,
#contact ul.menu li#nav6 a {
background-position:0 -98px;
}

/* =CONTENT */

#content {
	background:#FFFFFF url(../images/bg-content.jpg) top left no-repeat;
	margin:0 44px 0 75px;
	position:relative;
	width:750px;
}

#content #copy {
	margin:0 20px 0 191px;
	padding-bottom:15px;
}

*html #content #copy {
    margin:0 0 0 191px; /* IE but why? */
}

#content #copy p {
	color:#4C4C4C;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	padding:5px 70px 10px 15px;
	text-indent:15px;
}

#content #copy p.flush {
	text-indent: 0;
}

#content #copy ul, 
#content #copy ol {
	background:url(../images/bg-content-ul.gif) no-repeat 0px 3px;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	margin:10px 78px 14px 42px;
	padding:0 0 0 7px;
}

#content #copy ol {
	background:none;
	list-style-type:decimal;
	padding:0 0 0 12px;
}

#content #copy li {
	background:url(../images/bullet-list.gif) no-repeat 0px 5px;
	margin:6px 0;
	padding:0 0 0 14px;
	position:relative;
}

#content #copy ol li {
	background:none;
}

img.float-r {
	border:1px solid #DFDFB7;
	float:right;
	margin:0 5px 15px 14px !important;
	margin-right:25px;
	padding:5px;
	position:relative;
}

.large {
	color:#666;
	font-size:1.5em;
}

#content #copy table {
	border:none;
	font-size:1.1em;
	margin:10px 65px 10px 25px;
	padding:0;
	width:88%;
}

#content #copy table td  {
	padding:7px 5px;
	border-bottom:1px solid #eee;
}

#content #copy table th  {
	padding:7px 5px;
	background:#eee;
	text-align:left;
}

/* wordpress */

#content #copy .navigation {
	font-size:1em;
	font-style:italic;
	margin:20px 0 15px 0;
	position:relative;
	width:475px;
}

#content #copy .navigation a {
	color:#660000;
}

#content #copy .navigation .left {
	width:230px;
}	

#content #copy .navigation .right {
	float:right;
	margin-left:10px;
	text-align:right;
	width:230px;
}

#content #copy .bio {
	border:3px double #9B9B68;
	background:url(/images/bg-newsletter.gif) bottom repeat-x;
	font-size:.9em;
	font-style:italic;
	margin:10px 65px 10px 15px;
	padding:7px 12px;
}

#content #copy .postmetadata {
	border:3px double #E0E0C8;
	background:url(/images/bg-newsletter.gif) bottom repeat-x;
	font-size:.9em;
	font-style:italic;
	margin:10px 0 4px 0;
	padding: 2px 2px 2px 25px;
}

#content #copy .bio p {
	padding:5px 0;
	text-indent:0;
}

#content #copy .postmetadata p {
	margin: 0 !important;
	padding: 0;
	text-indent:0;
}

#content #copy .bio img {
	float:left;
	margin-right:7px;
	padding:2px;
	position:relative;
}

#content #copy #press p {
	font-size:1.1em;
	line-height:1.3em;
	padding:8px 0;
	text-indent:0;
}

/* =SIDEBAR */

#sidebar {
	margin-left:10px;
	position:absolute;
	top:39px;
	width:160px;
}

#sidebar .more {
	border:3px double #E0E0C8;
	color:#A4A477;
	font-size:1.1em;
	font-style:italic;
	line-height:1.2em;
	margin-top:75px;
}

#sidebar .more div {
	padding:6px;
}

div.wp-sidebar {

}

div.wp-sidebar h2 {
	font-size: 13px;
	line-height: 14px;
}

/* =SUBNAVIGATION */

#sidebar ul#nav {
    display:none;
	font-size:1.3em;
	font-style:italic;
    list-style-type:none;
	margin:0 0 50px 10px;
	text-transform:lowercase;
}

#sidebar ul#nav li {
	display:inline;
}

#sidebar ul#nav a, #sidebar ul#nav a:visited {
    border-bottom:1px solid #e3e3e3;
	color:#243C57;
	display:block;
	font-weight:bold;
	height:27px;
    line-height:26px;
    padding:0 5px 0 5px;
    text-decoration:none;	
}

#sidebar ul#nav a:hover {
	background:url(../images/bg-nav-over.gif) top left no-repeat;
	color:#eee;
	padding:0 5px 0 7px;
}

#sidebar ul#nav a.current, #sidebar ul#nav a.current:visited {
	background:url(../images/bg-nav-current.gif) top right no-repeat;	
	color:#fff;
	padding:0 12px 0 5px;
}

#sidebar ul#nav ul {
    background:none;
    border-bottom:none;
    list-style-type:none;
    padding-top:0;
}
	
#sidebar ul#nav li, #sidebar ul#nav ul li {
    display:inline;
}

#about ul.about { display:block !important; }

#lifequest ul.lifequest { display:block !important; }

#services ul.services { display:block !important; }

#testimonials ul.testimonials { display:block !important; }

#resources ul.resources { display:block !important; }

#contact ul.contact { display:block !important; }

#sidebar ul {
	font-size:1em;
	font-style:italic;
    list-style-type:none;
	margin:5px 0 15px 10px;
}

div.wp-sidebar li {
	margin: 4px 0;
}

/*= HEADERS */

h1, h2, h3, h4, h5 {
	font-weight:normal;
	font-style:italic;
}

h1 {
	border-bottom:1px solid #ccc;
	color:#7D0000;
	font-size:1.8em;
	margin:0 0 15px 0;
	padding:5px 20px 10px 15px;
}

h2 {
	font-size:1.45em;
}

h3 {
	color:#243C57;
	font-size:1.3em;
	font-weight:bold;
}

#content #copy h2 {
	background:url(../images/bg-rule.gif) no-repeat 0 100%;
	color:#444;
	margin:10px 0 12px 25px;
	padding:8px 70px 5px 5px;
}

.blog #content #copy h2 {
	font-size: 1.6em;
	padding-top: 15px;
}

.blog #content #copy h2 a {
	text-decoration: none !important;
}

.blog #content #copy .entry h2 {
	font-size: 1.3em;
	padding-top: 15px;
}

.blog #content #copy h2 a:hover {
	text-decoration: underline !important;
}

#content #copy h3 {
	color:#444;
	padding:6px 0 0 30px;
}

#content #copy h3#respond {
	border-top:3px double #E0E0C8;
	margin:8px 65px -15px 15px;
	padding:6px 0 0 0;
}

h4 {
	color:#fff;
	font-size:11px;
	font-style:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}

h1#brand { 
	background:none;
	border:none;
	height:164px;
	left:29px;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:211px;
}

h1#brand a,  
h1#brand a:visited {
	background:none;
	display:block;
	height:164px;
	text-decoration:none;
	width:211px;		
}

h1#brand a:hover {
	background:url(/images/bg-h1-brand-hover.gif) top no-repeat;x
}

/* =NEWSLETTER */

.newsletter {
    /* display:none; */
	line-height:12px;
}

.newsletter h3 {
	padding:0 0 7px 10px;
}

.newsletter p {
	font-size:.95em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1em;
	padding:0 0 7px 10px;
}

.newsletter form {
    margin:5px 0 0 0;
    padding:0;
	text-align:right;
}

.newsletter fieldset {
	background:url(/images/bg-newsletter.gif) bottom repeat-x;
	border:1px solid #CCCCB2;
	padding:6px;
	text-align:left;
}

.newsletter legend {
    border:none;
	background:none;
	color:#660000;
	font-size:1em;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:0 5px;
}

.newsletter label {
    color:#001551;
    display:block;
	font-style:italic;
    font-size:1em;
	font-weight:bold;
    margin:3px 5px 0px 7px !important;
}

.newsletter input.text {
    border:1px solid #CCCCB2;
    font-size:10px;
    margin:2px 1px;
    padding:2px;
    width:145px;
}

.newsletter input.submit {
    margin:5px -7px 0 0;
}

/* IE hax */
*html .newsletter fieldset {
	margin:10px 0 0 0;
}

*html .newsletter legend {
	margin:-10px 0 7px 0;
	position:relative;
}

*html .newsletter label {
	margin:2px 5px -2px 7px;
	padding-bottom:3px;
}

/* =FORMS */

#content #copy form {
    margin:20px 35px 0 20px;
    padding:0;
}

#content #copy form p {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1em;
	padding:10px 0 7px 10px;
	text-indent:0;
}

#content #copy fieldset {
	background:url(/images/bg-newsletter.gif) bottom repeat-x;
	border:1px solid #CCCCB2;
	margin:0 0 0 0;
	padding:6px;
	text-align:left;
	width:418px;
}

#content #copy legend {
    border:none;
	background:none;
	color:#660000;
	font-size:1em;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding:0 5px;
}

#content #copy label {
    color:#001551;
    display:block;
    float:left;
	font-style:italic;
    font-size:1em;
	font-weight:bold;
    margin:3px 5px 0px 7px;
	width:140px;
}

#content #copy label.comments {
	padding-bottom:6px;
	width:350px;
}

html>body label.comments { /* IE puts random line if no float is provided so hide this decleration from IE */
	float:none;
}

#content #copy label.inline {
	display:inline;
	float:none;
	font-style:normal;
	font-weight:normal;
	width:auto;
}

#content #copy input.text {
    border:1px solid #CCCCB2;
	display:inline;
    font-size:10px;
    margin:2px 1px;
    padding:2px;
    width:235px;
}

#content #copy form textarea {
	height: 133px;
	overflow:auto;
	width: 390px;
	padding: 2px;
}

#content #copy input.submit {
    float: right;
	margin:5px 0 0 0;
}

form em {
  color:#798238;
  margin-left:5px;
  font-size:0.8em;
  font-style:italic;
}

form .button {
  width:90px;
  border:1px solid #E9D7BC;
  font-weight:bold;
}

form .hiddenfield {display:none;}

input[type=text], textarea {
	font: 1em Gill Sans, Trebuchet, Trebuchet MS, Arial;
	border: 1px #ccc solid;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
}

form input[type=text] {
	margin: 5px 5px 1px 0;
}

/* IE hax */
*html #content #copy fieldset {
	position:relative;
}

*html #content #copy legend {
	margin-bottom:7px;
}

*html #content #copy label {
	margin:2px 5px -2px 7px;
	padding-bottom:3px;
}

/* =HOME */

#home #header,
#home-book #header {
	background:url(/images/bg-top-home.gif) top left no-repeat;
}

#home #header h1#brand a,
#home-book #header h1#brand a {
	display:none;
}

#home #header .promo,
#home-book #header .promo {
	display:none;
}

#home .breadcrumb,
#home-book .breadcrumb {
	top:127px;
	z-index:199;
}

#home .breadcrumb h3,
#home-book .breadcrumb h3 {
	color:#A4A477;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:0;
}

#home #wrapper,
#home-book #wrapper {
	background:url(../images/bg-wrapper-home.jpg) bottom no-repeat;
}

#home #content {
	background:#fff url(../images/bg-home-content.jpg) top left no-repeat;
	height:507px;
	margin:0 44px 0 85px;
	position:relative;
	width:730px;
}

/* kevin added 1/28/07 for book promo in middle column on home page. old markup is at /index-070128.php and can be reverted whenever */
#home-book #content {
	background:#fff url(../images/bg-home-content-book.jpg) top left no-repeat;
	height:557px;
	margin:0 44px 0 85px;
	position:relative;
	width:730px;
}

#about-block-book {
	left:248px;
	position:absolute;
	top:385px;
	width:147px;
}

img.book {
	float:right;
	height:85px;
	margin:0 -15px 0 5px;
	width:70px;
}
/* eo book variations - elsehwere there are simply additive style i.e. #home-book */

#home #footer,
#home-book #footer {
	background:url(../images/bg-footer-home.gif) top no-repeat;
}

#home #content h3,
#home-book #content h3 {
	font-weight:bold;
	margin:12px 0 8px 0 !important;
	margin:3px 0 8px 0; /* IE only */
}

#home #content p,
#home-book #content p {
	color:#555;
	margin:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	padding-left:5px;
}

#home #content em,
#home-book #content em {
	display:block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	margin:0 5px 0 0;
}

#lifequest-block {
	left:6px;
	position:absolute;
	top:188px;
	width:230px;
}

*html #lifequest-block {
	top:186px;
}

#lifequest-block h3, #lifequest-block a,  #lifequest-block em,  #lifequest-block strong {
	color:#660000;
}

#lifequest-block em {
	line-height:1.1em;
}

#lifequest-block ul {
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.95em;
	margin:7px 20px 7px 15px;
}

#lifequest-block ul li {
	padding:2px 0px;
}

#lifequest-block a {
	display:block;
	margin-top:12px;
	text-align:right;
}

#lifequest-block a img {
	border:none;
}
		
#services-block {
	left:248px;
	position:absolute;
	top:188px;
	width:217px;
}

*html #services-block {
	top:186px;
}

#services-block h3 {
	color:#243C57;
	padding-left:5px;
}	
		
#about-block {
	left:248px;
	position:absolute;
	top:340px;
	width:193px;
}

*html #about-block {
	top:338px;
}	
		
#news-block {
	left:495px;
	padding-right:5px;
	position:absolute;
	top:188px;
}

*html #news-block {
	top:186px;
}

#news-block .testimonial {
	background:url(../images/bg-home-testimonials.gif) no-repeat 0px -1px;
	color:#243C57;
	font-size:1.35em;
	font-style:italic;
	line-height:1.3em;
	margin:0;
	padding:6px 10px 0 18px;
}

#news-block span {
	color:#bbb;
	display:block;
	font-size:11px;
	font-style:normal;
	letter-spacing:1px;
	margin:7px 0 0 0;
	text-transform:uppercase;
	text-align:right;
}

#home h4 a,
#home h4 a:visited,
#home-book h4 a,
#home-book h4 a:visited {
    color:#fff;
    display:block;
    text-decoration:none;
}

#home #lifequest-block h4 a,
#home-book #lifequest-block h4 a {
    margin:0;
    text-align:left;
}

#home h4 a:hover,
#home-book h4 a:hover {
    color:#dedede;
}

/* =UTILTIES - use as necessary */

a.video { 
    background:url(/images/control_play.gif) no-repeat 0 4px;
    border-top:1px solid #e7e7dc;
	border-bottom:1px solid #e7e7dc;
    color:#660000;
    display:block;
    font-family:Georgia, Times, Times New Roman, Serif;
    margin:15px 0 11px 0;
    padding:6px 0 6px 19px;
    text-decoration:underline;
}

a.video:hover {
    text-decoration:none;
}

h3 a.video {
	background-position: 0 50%;
	margin: 0;'
}

/* basic layout formatting classes */

.clear {
	clear:both;
	height:1px;
	font-size:1px;
}

span.hr {
    /*  background:url(/images/bg-hr.gif) repeat-x 0 50%; */
    clear:both;
    font-size:1px;
    display:block;
    height:4px;
    margin-bottom:15px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.center {
	text-align:center;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

/* text utility classes */

blockquote {
    background:#fff url(/images/bg-blockquote-sm.gif) no-repeat 5px 0px;
    border-left:3px double #E0E0C8;
	color:#83835F;
    float:right;
	font-size:1.3em;
	font-style:italic;
	line-height:1.3em;
    margin:10px 0px 5px 25px;
    padding-left:25px;
	position:relative;
    width:245px;
}

#content #copy blockquote p {
	color:#83835F;
	font-size:1.3em;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-indent:0;
}

blockquote.steven {
	background: url(/images/bg-blockquote.gif) no-repeat 0px 0px;
	border:none;
	color:#7D0000;
	float:none;
	font-size:1.5em;
	font-style:normal;
	line-height:1.25em;
	margin: 10px 0 15px 0;
	padding: 0 60px 0 30px;
	text-align:justify;
	width:auto;
}

blockquote.steven span {
	color:#243C57;
	font-size:.6em;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
}

blockquote span,
blockquote.addendum span {
	color:#555;
    font-size:.7em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
}

blockquote.addendum {
	background:#fff url(/images/bg-blockquote-sm.gif) no-repeat 5px 0px;
	clear:both;
	display:block;
	float:none;
	margin:10px 20px 5px 17px;
	padding-left:25px;
	position:relative;
	width:auto;
}

blockquote.testimonial, 
#testimonial-block blockquote {
	background: url(/images/bg-blockquote-sm.gif) no-repeat 0px 3px;
	border:none;
	color:#333;
	float:none;
	font-family: Gill Sans, Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1.2em;
	font-style:normal;
	line-height:1.3em;
	margin: 15px 35px 15px 35px;
	padding: 0 60px 0 23px;
	text-indent:0 !important;
	text-align:justify;
	width:auto;
}

#testimonial-block blockquote {
	padding-right:30px;
}

blockquote.testimonial span, 
#testimonial-block blockquote span {
	color:#243C57;
	display:block;
	font-size:.9em;
	letter-spacing:0;
	margin:4px 0 0 0;
	padding-bottom:8px;
	text-align:right;
	text-transform:none;
}

#content #testimonial-contribute p {
	background: url(/images/bg-blockquote-sm.gif) no-repeat 0px 3px;
	border:none;
	color:#333;
	float:none;
	font-family: Gill Sans, Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	font-size:1.2em;
	font-style:normal;
	line-height:1.3em;
	margin: 15px 35px 15px 35px;
	padding: 0 60px 0 28px;
	text-indent:0 !important;
	text-align:justify;
	width:auto;
}

#content #testimonial-contribute p {
	padding-right:30px;
}

#content #testimonial-contribute strong,
#content #testimonial-contribute b {
	color:#243C57;
    font-family: Gill Sans, Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial, Sans-Serif;
	display:block;
	font-size:.9em;
	letter-spacing:0;
	margin:4px 0 0 0;
	padding-bottom:8px;
	text-align:right;
	text-transform:none;
}

.caption, 
#content #copy p.caption {
	color:#999966;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
}

/* various image classes  */

img.thumb {
    float:left;
    border:none;
    margin:1px 10px 0 0;
}

img.callout {
    border:none;
    float:right;
    margin:0px 0px 15px 35px;
}

img.portal {
    border:none;
    float:left;
    margin:0 12px 12px 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
img.noborder {
	border: none;
}

/* random stuff */

/* pull quote */

div.pull {
    background:#fff;
    border-left:3px double #E0E0C8;
	color:#83835F;
    float:right;
	font-size:1.4em;
	font-style:italic;
	line-height:1.4em;
    margin:10px 30px 5px 25px;
    padding-left:8px;
	position:relative;
    width:235px;
}

div.pull.addendum {
	float:none;
	display:block;
	margin:10px 60px 5px 17px;
	width:auto;
}

div.pull div {
    background:#FAEEB4;
    border:1px solid #fff;
    color:#555;
    margin:0;
    padding:8px 12px;
}

div.pull p {
    font-size:1em;
    line-height:1.2em;
    margin-right:0px;
    margin-top:0px;
}

div.pull h3 {
    margin:8px;
    padding-bottom:8px;  
}

div.pull ul, 
div.pull ul li {
    margin:5px 8px;
    text-align:left;
}

div.pull ul h3 {
    font-size:1.3em;
    font-weight:normal;
    line-height:1.1em;
    margin:0;
}

.alert {
	color:#770000;
}