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

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html{
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*Remove dotted line around linked images in Firefox*/

a:active, a:focus, input[type="image"] {
outline: 0;
}


html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

a{
	text-decoration: underline;
	color: #025fbf;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover{
	color: #429FFD;
}

a:visited{

}

h1{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 35px;
}
.txt_head_home {
	background-image:url(../images/h1_home.jpg);
	height: 52px;
	margin-top: 70px;
}
.txt_head_why-janet {
	background-image:url(../images/h1_why-hire.jpg);
}
.txt_head_about-coaching {
	background-image:url(../images/h1_why-use-a-coach.jpg);
}
.txt_head_the-process {
	background-image:url(../images/h1_the-power-of-coaching.jpg);
}

.txt_head_contact {
	background-image:url(../images/h1_take-the-next-step.jpg);
}
.txt_head_focus-living-with-illness {
	background-image:url(../images/h1_focus-living-with-illness.jpg);
}
.txt_head_focus-relocation {
	background-image:url(../images/h1_focus-relocation.jpg);
}
.txt_head_focus-parenting {
	background-image:url(../images/h1_focus-parenting.jpg);
}
.txt_head_about-janet {
	background-image:url(../images/h1_about.jpg);
}


h2{
	font-size: 13px;
	font-weight: bold;
	color: #7e801f;
	font-family: Verdana, Geneva, sans-serif;
}

h3{
	
}

h4{
	
}

h5{
	
}

p{
	line-height: 21px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

ul{

}

ul li{
	margin: 8px 0px 8px 40px;
}
.icon {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
	width: 243px;
}

/* NAVIGATION */



#nav{
	height: 30px;
	width: auto;
	background-color: #696B18;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav a{ /* this ensures the background is clickable */
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#nav li {
	position:relative;
	float: left;
	display:block;
	height: 30px;
	margin: 0;
}
#nav li.nav-about a {
	background-image: url(../images/nav-about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.nav-about {
	width: 132px;
}
#nav li.nav-why a {
	background-image: url(../images/nav-why.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.nav-why {
	width: 112px;
}
#nav li.nav-process a {
	background-image: url(../images/nav-process.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.nav-process {
	width: 114px;
}

#nav li.nav-contact a {
	background-image: url(../images/nav-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav li.nav-contact {
	width: 96px;
}

#nav li a:hover {
	background-position: 0px -30px;
}

#nav li.nav-selected a{
	background-position: 0px -30px;
}


/* BEGIN FORMATTING */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #535353;
	background-color: #9A9F39;
	background-image: url(../images/background-green.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	line-height: 21px;
}

#wrapper{
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#header{
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 144px;
	overflow: hidden;
}

#logo{
	float: left;
	padding-top: 84px;
}
#flash {
	width: 420px;
	float: right;
	margin-left: 35px;
	margin-bottom: 25px;
}

#content {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	overflow: hidden;
	height: 100%;
}

#left-content {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 42px;
	height: auto;
}

#left-content ul {
	margin-bottom: 40px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 13px;
}

#left-content ul li {
	background-image: url(../images/bullet-arrow.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 0px;
	margin-left: 5px;
	padding-left: 19px;
}
#left-content ul li.no-link {
	background-image: url(../images/bullet-arrow-on.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 0px;
	margin-left: 5px;
	padding-left: 19px;
}

#left-content ul li a {
	color: #025fbf;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#left-content ul li a:hover {
	color: #429FFD;
}

.quote{
	margin-top: 0px;
	
}
.quote p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	color: #bec0a0;
	margin-top: 0px;
}

.quote p.attribution {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bec0a0;
	text-align: right;
	line-height: 17px;
	margin-top: -5px;
}

#right-content {
	float: right;
	width: 570px;
}

#right-content ul {
	margin-bottom: 20px;
}

#right-content ul li {
	background-image: url(../images/bullet-arrow-on.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 2px;
	padding-left: 18px;
	margin-left: 30px;
}

.right-image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
}

.body-quote {
	color: #8d8c8c;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 23px;
	padding-top: 25px;
}

.attribution {
	font-size: 11px;
	line-height: 15px;
	color: #7f8491;
	padding-bottom: 10px;
}

#left-quote {
	float: left;
	width: 145px;
	margin-right: 60px;
	color: #8d8c8c;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

#left-quote p {
	line-height: 23px;
}

#left-quote p.attribution{
	font-size: 11px;
	text-align: right;
	line-height: 15px;
	color: #7f8491;
	padding-bottom: 10px;
}

#content-right {
	float: right;
	width: 664px;
}

#content-right-home {
	float: right;
	width: 295px;
	margin-left: 50px;
}

#yellow-border {
	background-color: #EAC409;
	height: 31px;
	width: auto;
}

#yellow-border.home {
	height: 87px;
}

#footer{
	background-image: url(../../trial_support_technology/images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}

#footer p{
	font-size: 10px;
	color: #535536;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a{
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #535536;
}
#footer a:hover {
	text-decoration: underline;
}

