/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image:url(images/bizgradient.jpg);
	background-repeat:repeat-x;
	}
	
h1 {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
	}
	
h2 {
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	margin-bottom: 6px;
	text-transform:uppercase;
	}
	
h3 {/*use this for hedline with bkgd*/
	font-size: .9em;
	text-align: center;
	line-height: 1.6em;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color:#333;
	padding:6px;
	}
	
h4 {/*store heders*/
	font-size: .9em;
	line-height: 1.4em;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 3px;
	}
		
p {
	font-size: 90%;
	text-align: left;
	line-height: 1.7em;
	padding-bottom: 9pt;
		}
	
#container {
	width: 800px;
	height: 600px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	position: relative;
	background-image:url(images/bizinteriorbackground.jpg);	
	}

#top {position: relative;
	background-image:  url(images/interiorbackground.jpg);	
	height: 106px;
	font-size: 0.7em;
	}


#text {
	position: relative;
	padding-left: 295px;
	padding-right: 80px;
	text-align: left;
	font-size:.8em;
	}


#text a {
	text-decoration: underline;
	color: #3f7da0;
	}
	
#text a:link, #text a:visited {
	color: #3f7da0;
	}

#text a:hover {
	color: #999;
	}


#photo{
	position: relative;
	width: 209px;
	text-align: center;
	}


#testbkgd{
	position: absolute;
	top: 485px;
	text-align: right;
	width: 209px;
	border-bottom-color:#3f7da0;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#CCCCCC;
	background-image:url(images/clientcommentsSM.jpg);
	background-position:top;
	background-repeat:no-repeat;
	left: 33px;
	}
	
#testimonial{
	position: relative;
	padding-top:40px;
	text-align: right;
	width: 188px;
	padding-right:9px;
	padding-left:9px;
		}
	
p.testimonial{
	font-size: .7em;
	line-height: 1.6em;
	text-align:right;
	font-style:italic;
	}
	
	
#testimonial a {
	text-decoration: underline;
	}

#testimonial a:link, #testimonial a:visited {
	color: #3f7da0;
	}

#testimonial a:hover {
	color: #333;
	}
	
#storetable {/*For Online Store image*/
	width: 420px;
	text-align: left;
	position: relative;
	height: 196px;
	}
	
#storetableshort {/*For Online Store image short*/
	width: 420px;
	text-align: left;
	position: relative;
	height: 160px;
	}

#storetabletwo {/*For Online Store description*/
	text-align: left;
	position: absolute;
	padding-left:110px;
	left: 12px;
	top: 1px;
}

	
p.table{
	font-size: .9em;
	padding-bottom:0em;
	line-height: 1.8em;
	}
	
#newsletter{
	position: absolute;
	top: 343px;
	left: 34px;
	text-align: left;
	font-size:.7em;
	width: 209px;
	background-position:top;
	background-image:url(images/bizsignupnewsletterSM.jpg);
	background-repeat:no-repeat;
	padding-top: 44px;
	}
	
p.newsletter{
	font-size: .9em;
	line-height: 1.5em;
	text-align:right;}

#navcontainer {
	position: absolute;
	top: 16px;
	height: 50px;
	width: 770px;
	line-height: 2.5em;
	font-size:.9em;
	text-align:right;
	}
	
#navcontainer ul { 
	text-align: right;	
		}


#navbar li {
	display: inline;
	}

#navbar a {
	text-decoration: none;
	font-weight:bold;
	}

#navbar a:link, #navbar a:visited {
	color: #FFF;
	padding:0px 0px 0px 24px; /*top right bottom left*/

	}

#navbar a:hover{
	color: #333;
	padding: 0px 0px 0px 24px; /*top right bottom left*/
	text-decoration: underline;
	}
	
	
#navbar a:active,
.home #navbar #home a,
	.about #navbar #about a,
	.articles #navbar #articles a,
	.coaching #navbar #coaching a,
	.contact #navbar #contact a,
	.retreats #navbar #retreats a,
	.store #navbar #store a,
	.teaching #navbar #teaching a,
	.whatyouget #navbar #whatyouget a,
	.aboutamy #navbar #aboutamy a,
	.guarantee #navbar #guarantee a,
	.scheduletopics #navbar #scheduletopics a,
	.presenters #navbar #presenters a,
	.travel #navbar #travel a{
	color: #333;
	padding: 0px 0px 0px 24px; /*top right bottom left*/
	text-decoration: underline;
		}
		
a:link {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:visited {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
a:active {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
		
	
#subnav {
	position: absolute;
	top: 64px;
	height: 24px;
	width: 475px;
	font-size:.9em;
	line-height: 2.4em;
	text-align:center;
	left: 296px;
		background-color:#9cb7c6;
	}
	
		

#subnav ul { 
	text-align: center;	
		}


#navbartwo li {
	display: inline;
	}

#navbartwo a {
	text-decoration: none;
	font-weight:bold;
	}

#navbartwo a:link, #navbartwo a:visited {
	color: #333;
	padding:0px 7px 0px 7px; /*top right bottom left*/

	}

#navbartwo a:hover {
	color: #3f7da0;
	padding: 0px 7px 0px 7px; /*top right bottom left*/
	}
	
	#navbartwo a:active,
.whatyouget #navbartwo #whatyouget a,
	.aboutamy #navbartwo #aboutamy a,
	.guarantee #navbartwo #guarantee a,
	.scheduletopics #navbartwo #scheduletopics a,
	.presenters #navbartwo #presenters a,
	.travel #navbartwo #travel a{
	color: #3f7da0;
	padding: 0px 7px 0px 7px; /*top right bottom left*/
	}
	
		
#footer {
	height: 100px;
	position: relative;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #999999;
	padding-left: 22px;
	width: 748px;
	margin-top: 10px;
	}
	
p.footer {
	font-size: .7em;
	line-height: 1.7em;
	text-align: right;			
	padding-top:10px;
	color:#999999
	}

#footer a {
	text-decoration: underline;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #999;
	}

#footer a:hover {
	color: #3f7da0;
	}
	
#jack{
	position: absolute;
	left: 0px;
	width: 200px;
	top: 0px;
	left:2px;
	}
	
p.jack {
	font-size: 60%;
	line-height: 1.9em;
	text-align: left;			
	padding-top:10px;
	color:#ccc;
	}

#jack a {
	text-decoration: none;
	color: #ccc;
}
#jack a:link, #jack a:visited {
	color: #ccc;
	}

#footer a:hover {
	jack: #3f7da0;
	}
