/*Copyright 2005-07 by Transition Authority. All Rights Reserved.*/

/*Zero browser values*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
font-family: Verdana, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}
/*End*/

/*Look 'N Feel*/
a img { border: none; }

a:link {}
	
a:visited {}

a:hover	{ color:#990000; }

a:active {}

.bold {
font-weight: bold;
}

div.vidlink a, div.vidlink  a:hover, div.vidlink  a:link, div.vidlink  a:visited {
	color: #f00;
	font-size: 1.2em;
}

.footerlinks { font-size: 11px; color: #000;}

.footercontact, .footercontact a {
	font-size: 12px;
	line-height: 300%;
	font-weight: bold;
	color: #000;
	}
	
.footerlinks a {
	color: #000;
	}

h1 {
	color: #f00;
	font-size: 14px;
	}

h2 {
	color: #f00;
	font-size: 12px;
	}

.indent { text-indent:20px;	}

.inspiration {
	text-align:right;
	margin: 5px;
}

.quote {
	border: 1px #000 solid;
	margin: 15px;
	padding: 5px;
	text-align:justify;
	}
	
.road {
	text-align: center;
	width: 300px;
	float:right;
	margin: 5px;
	font-size: 10px;
}

.main {
	margin: 0;
	font-size:12px;
	padding: 5px;
	text-align:left;
	width: 455px;
	}

.main li {
	margin: 0 0 0 20px;
	}

.newEventsTitle {
	color:#00F;
	text-align:center;
	font-size:1.4em;
	text-decoration:none;
	font-weight: bold;
}

.newEvents li {
	text-align:center;
	margin: 5px;
	list-style: none;
}

.newEvents li a {
	text-decoration:underline;
	font-size:1.2em;
}

.footer {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	color: #000;
	}
	
.testimonials {
	font-size: 10px;
	width: 140px;
	margin: 5px auto;
	/*border: 1px #000 solid;*/
	padding: 0px;
}

.testimonials h1 {
	font-size: 10px;
	color:#F00;
}

.testimonials a:link, a:visited {
	font-size: 10px;
	color:#F00;
	text-decoration:none;
}

.testimonials a:hover {
	font-size: 10px;
	color:#f00;
	text-decoration:underline;
}

.vidlink {
	text-align: center;
	font-weight:bold;
	margin: 0 0 5px 0;
}

.vidlink a {
	font-size: 1.2em;
	text-decoration: underline;
}

.videopage , videopage a {
	font-size: .8em;
	text-align: center;
	}

.videopage h1 {
	font-size: 1.2em;
	color: #f00;
	text-align: center;
	}

/*End Look 'N Feel*/

/*Nav Subset*/
#menu {
width: 9em; /* set width of menu */
background: #eee;
text-align:right;
margin: 5px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font-family: Verdana, Arial;
font-size:.8em;
display: block;
/*border-width: 1px;*/
border-style: none;
/*border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 5px;
color: #000;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: #f00;
background: #fff;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

   #home #menu #nav-home a,
   #about_coaching #menu #nav-about_coaching a,
   #about_jeffrey #menu #nav-about_jeffrey a,
   #expectations #menu #nav-expectations a,
   #ethics #menu #nav-ethics a,
   #events #menu #nav-events a, 
   #articles #menu #nav-articles a,
   #group-coaching #menu #nav-group-coaching a,
   #contact #menu #nav-contact a {
   color:#f00; /*Links are red when that page is loaded*/
   }
   
   #home #menu #nav-home a:hover,
   #about_coaching #menu #nav-about_coaching a:hover,
   #about_jeffrey #menu #nav-about_jeffrey a:hover,
   #expectations #menu #nav-expectations a:hover,
   #ethics #menu #nav-ethics a:hover,
   #events #menu #nav-events a:hover,
   #articles #menu #nav-articles a:hover,
   #group-coaching #menu #nav-group-coaching a:hover,
   #contact #menu #nav-contact a:hover {
   color:#f00; /*Link turns red when hovered over. Body id, menu id, a:hover*/
   }
/*End Nav Subset*/
