@charset "UTF-8";
/* CSS Document */



body {
	background-color: #B15C11;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
	width: 1084px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}


/*header*/



/*header*/

#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1084px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
  {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 175px;
	text-align: center;
} 


#topbar {
	background-color: #B15C11;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



/*mainContent*/



#mainContent  {
	margin-top: 40px;
	margin-right: 260px;
	margin-bottom: 0px;
	margin-left: 235px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #68781A;
	height: auto;
}



#mainContent hr {
	color: #B4CD95;
}

#mainContent  h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	font-size: 16px;
	color: #B15C11;
}
#mainContent   h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #B15C11;
}
#mainContent  h4 {
	font-weight: normal;
	color: #93431F;
	font-size: 12px;
}
#mainContent  ul {
	list-style-type: square;
}
#mainContent li {
	list-style-type: disc;
}
.list {
	text-indent: 25px;
}
#list {
}
#mainContent  a {
	font-weight: normal;
	color: #B15C11;
	text-decoration: underline;
}
#mainContent   a:visited {
	font-weight: normal;
	color: #B15C11;
	text-decoration: underline;
}
#rightcol {
	background-color: #C30;
}
#rightcol ul li {
	list-style-type: none;
	margin-left: -40px;
	display: block;
}
#rightcol ul li a {
}




/*sidebar1*/

#sidebar1  {
	position: absolute;
	top: 60px;
	left: 0;
	width: 210px; /* padding keeps the content of the div away from the edges */
	margin-top: 150px;
	float: left;
	padding-left: 10px;
	text-align: center;
	padding-top: 15px;
	background-color: #FFFFFF;
}



#sidebar1    ul {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}


#sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


/*sidebar2*/

#sidebar2  {
	position: absolute;
	top: 60px;
	right: 0;
	width: 210px; /* padding keeps the content of the div away from the edges */
	margin-top: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
	vertical-align: top;
	font-size: .75em;
	color: #687819;
	background-color: #FFFFFF;
}

/*float*/


.fltlft { /* this class can be used to float element left on page */
	float: left;
	margin-right: 8px;
}





#nav {
	padding: 0px;
	margin-bottom: 20px;
	width: 200px;
}
#sidebar1  img {
	padding-bottom: 6px;
}
#sidebar   li {
}


/*sidebar1*/

/*sidebar2*/


/*sidebar2*/


.logo {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B4C58F;
	text-align: center;
}
.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	width: 180px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
}

.contentLeft {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #964D2A;
	width: 180px;
	font: bold .95em Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 15px;
}

.phone {
	background-color: #b15c11;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.5em;
	padding-left: 15px;
}
.rightCol {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color: #666600;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#rightCurrent {
	padding: 6px;
	border: 1px solid #687819;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 0px;
}
#steppingOut {
	width: 185px;
	padding: 6px;
	margin-bottom: 20px;
}
#radiolisten {
	background-color: #684f40;
	text-align: center;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 11px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar2  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #964D2A;
	text-decoration: underline;
	font-size: 12px;
}
#sidebar2 a:visited {
	color: #964D2A;
}
#footer {
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #68781A;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #B15C11;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer  a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #68781A;
	text-decoration: underline;
}
#contact {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left {
	color: #8D431D;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	width: 220px;
	padding-top: 15px;
}
.contact a, contact a:visited {
	color: #8D431D;
	text-decoration: underline;
}









.style5 {color: #CCCCCC}
.navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85px;
	font-style: normal;
	font-weight: normal;
	color: #666600;
	list-style-type: none;
}
.navcontainer li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}
.navcontainer a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #86964F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86964F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #86964F;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #86964F;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}
.navcontainer a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #86964F;
}

.navcontainer a:hover {
	color: #8D431D;
	background-color: #FFFFFF;
	background-image: url(styles/box-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8D431D;
}
.navcontainer a:active {
	color: #964D2A;
	background-color: #FFFFFF;
	background-image: url(styles/box-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #90421B;
}

.imgLeft {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
}
.rightCol p {
	font-size: 1.0em;
}


.quoteBox {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3CB3C5;
	border-right-color: #A5BC79;
	border-bottom-color: #A5BC79;
	border-left-color: #A5BC79;
}
.mail {
	width: 150px;
	border: 1px solid #86964F;
}
.compConsult {
	padding: 4px;
	border: 1px double #964D2A;
	text-align: center;
	vertical-align: top;
}
.bookcover {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}
.rightCol #testimonial2 .testimonial {
	padding: 10px;
	background-color: #FFFFCC;
}
.guaranteeimg {
	padding-bottom: 6px;
}
#clutterfree {
	font-size: 14px;
	color: #DB0B57;
	font-weight: bold;
}
.clutterfree a, .clutterfree a:visited {
	color: #DB0B57;
	text-decoration: underline;
}
.listen {
	font-size: 1.2em;
	font-weight: bold;
	color: #B46307;
}
#show-of-the-week {
	text-align: center;
	vertical-align: top;
}
.booksimg {
	padding-top: 0px;
	padding-right: 16px;
	padding-left: 0px;
	padding-bottom: 25px;
}
.books {
	height: 250px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4CD95;
}

#leftimage {
	width: 185px;
	float: left;
	margin-right: 25px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
}
#list {
	margin-left: 240px;
}
#list li {
	margin-left: 222px;
	list-style-type: none;
}
#volunteer {
	font-size: .96em;
}
.footer p {
	color: #666600;
}
#email {
	background-color: #00929F;
	padding: 3px;
	margin-bottom: 20px;
}
#email p {
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}
#email a:link {
	color: #FFFFFF;
}
.footerPhone {
	font-weight: bold;
	color: #B15C11;
	letter-spacing: .5em;
	font-size: 1.10em;
}
#startwhereyoustand {
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#whatwoulditbelike {
	font-style: italic;
	color: #B15C11;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#sallie {
	float: right;
	width: 185px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#sallie li {
	color: #B15C11;
	list-style-type: disc;
	font-size: 13px;
	margin-left: -18px;
}
#sallie p {
	color: #68781A;
}
#socialicons  {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 96px;
	padding: 0px;
	text-align: center;
	float: none;
	margin-top: 30px;
}
.productRight {
	margin-bottom: 18px;
	padding: 6px;
	border: 1px solid #B4CD95;
}

.productLeft {
	margin-bottom: 18px;
	padding: 6px;
	border: 1px solid #B4CD95;
}
.productLeftImg {
	margin: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 65px;
	padding-left: 0px;
}

.productRightImg {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	padding-left: 32px;
	float: right;
}
.clutterfreeImg {
	padding-bottom: 24px;
	padding-left: 24px;
	float: right;
}
.pageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00929F;
	padding: 6px;
	width: 100%;
}


/*start page headers*/

#booksheader {
	background-color: #687819;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
#speakingheader {
	background-color: #B15C11;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
#testimonialsheader {
	background-color: #684F40;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
#radioshowheader {
	background-color: #684F40;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
#booksDownloadsHeader {
	background-color: #687819;
	padding: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
#contactHeader {
	background-color: #684F40;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 3px;
	letter-spacing: .2em;
	margin-bottom: 15px;
}
#faqsHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00929F;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#sponsorsAffiliatesHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #687819;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 15px;
}
#coachingServicesHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #687819;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 15px;
}
#newsHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00929F;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 15px;
}
#testimonialsHeader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #684F40;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 15px;
}

/*end page headers*/

#icons {
	text-align: center;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}



/*other*/



.style10 {	font-size: 18px;
	color: #B15C11;
	font-weight: bold;
	font-style: italic;
}
.style11 {	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.style6 {color: #B15C11}
.style7 {	font-size: 18px;
	color: #B15C11;
}
.style8 {	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.style9 {font-size: 18px; color: #B15C11; font-style: italic; }



#steppingOut h1 {
	font-size: 14px;
}
#about {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #B05C11;
	letter-spacing: .2em;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
a:link {
	color: #B15C11;
	text-align: center;
}

#productsTable {
	width: 100%;
}
#productsTable td {
	border: 1px solid #B4CD95;
	width: 50%;
}
#steppingStoneBox {
	height: 235px;
	margin-bottom: 25px;
	border: 1px solid #B4CD95;
	padding: 6px;
	margin-top: 25px;
}


.center {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.paypal {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}
.guest {
	float: left;
	height: auto;
	width: 125px;
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 0px;
	margin-bottom: 16px;
}
#wrapthis {
	background-color: #F66;
}

