@import url("reset.css");
@import url("forms.css");

body {
	font-family: Myriad, Arial, Sans-serif;
	font-size: .75em;
	color: #000000;
	background: #F2EEEB;
	line-height: 1.35em;
}
#container {
	margin: 0 auto;
	width: 901px;
	min-height: 1000px;
	position: relative;
	background: url('../images/bg.gif') top center repeat-y;
}
#content {
	position: relative;
	top: 25px;
	left: 265px;
	width: 599px;
	z-index: 700;
	padding-bottom: 300px;
}
#faqlinks a {
	font-weight: bold;
	color: #7C6A54;
}
#sidebar {
	position: absolute;
	left: 9px;
	top: 0px;
	width: 244px;
	z-index:550;
}
#testimonials_content {
	padding-top: 25px;
}
#contactblock {
	position: relative;
	padding-left: 23px;
	padding-top: 22px;
	z-index: 601;
	display: block;
	width: 219px;
	line-height: 1.15em;
	font-size: 1.1em;
}
#contactblock p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav {
	position: relative;
	padding-left: 23px;
	padding-top: 3px;
	z-index: 600;
	display: block;
	width: 219px;
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
}
#nav a:hover {
	background-position: top right;
}
body#p-home a#home,
body#p-about a#about,
body#p-contact a#contact,
body#p-coaching a#coaching,
body#p-process a#process,
body#p-benefits a#benefits,
body#p-resources a#resources,
body#p-faqs a#faqs, 
body#p-testimonials a#testimonials{
	background-position: top right;
	repeat: no-repeat;
}
#home {
	background-image: url(../images/home.jpg);
	width: 199px;
	height: 21px;
}
#about {
	background-image: url(../images/about.jpg);
	width: 199px;
	height: 21px;
}
#contact {
	background-image: url(../images/contact.jpg);
	width: 199px;
	height: 21px;
}
#coaching {
	background-image: url(../images/coaching.jpg);
	width: 199px;
	height: 21px;
}
#process {
	background-image: url(../images/process.jpg);
	width: 199px;
	height: 21px;
}
#benefits {
	background-image: url(../images/benefits.jpg);
	width: 199px;
	height: 21px;
}
#resources {
	background-image: url(../images/resources.jpg);
	width: 199px;
	height: 21px;
}
#faqs {
	background-image: url(../images/faqs.jpg);
	width: 199px;
	height: 21px;
}
#testimonials {
	background-image: url(../images/testimonials.jpg);
	width: 199px;
	height: 21px;
}
	
#footer {
	position: absolute;
	z-index: 400;
	bottom: 0px;
	height: 938px;
	width: 1295px;
	left: -197px;
	background: url('../images/bottom.gif');
}
#footerinside {
	position: absolute;
	z-index: 500;
	top: 623px;
	left: 229px;
	height: 101px;
	width: 837px;
	background: url('../images/footer.gif');
}
#copy {
	position: absolute;
	top: 14px;
	left: 131px;
	font-size: .8em;
	color: #716F62;
}
a {
	color: #00718F;
	text-decoration: underline;
	font-weight: bold;
}
#links a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #00718F;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.brown {
	color: #7C6A54;
}
.blue {
	color: #00718F;
}
.bigger {
	font-size: 1.2em;
}
.italics {
	font-style: italic;
}
hr {
	border-top: none;
	border-bottom: 2px #E1DAD2 dotted;
	border-left: 0px;
	border-right: 0px;
	background: none;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
	
h1 {
	font-family:Myriad, Arial, San-serif;
	color: #7C6A54;
	font-weight: bold;
	font-size: 1.05em;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 7px;
	border-bottom: 2px #E1DAD2 dotted;
}
p {
	padding-top: 8px;
	padding-bottom: 8px;
}	
