/* CSS Document */

a:active, a:focus /* gets rid of dotted box aroundinks in Firefox */ 
	{
	outline: 0;
	}

/* generic navigation for Alex pages */

#alex a
	{
	color: #333333;
	font-weight: normal;
	}

#alex a:hover
	{
	color: #FF6600;
	}
	
/* generic navigation for Consulting pages */

#consulting a
	{
	color: #2C3A69;
	font-weight: normal;
	}

#consulting a:hover
	{
	color: #01B3B5;
	}
	
/* generic navigation for Heathers pages */

#heather a
	{
	color: #2C3A69;
	font-weight: normal;
	}

#heather a:hover
	{
	color: #43c8f5;;
	}

/* topper navigation */

#topper a, #footer h2 a, #footer h1 a,  #footer h1 
	{
	position:relative;
	border: none;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float:left;
	}
	
/* topper and footer nav for alex */ 


#alex #topper a
	{
	color: ##333333;
	}


#alex #footer  h2 a , #alex #footer  h1 a 
	{
	color: #333333;
	}
	
#alex #topper a:hover, #alex #footer h2 a:hover, #alex #footer h1 a:hover, #alex #footer h1
	{
	color: #FFFFFF;
	}

/* topper and footer nav for consulting */ 

#consulting #topper a
	{
	color: #FFFFFF;
	}

#consulting #footer h2 a, #consulting #footer h2 a
	{
	color: #99FFFF;
	}
	
#consulting #topper a:hover, #consulting #footer h2 a:hover, #consulting #footer h1 a:hover, #consulting #footer h1
	{
	color: #CCCCCC;
	}
	
/* topper and footer nav for heather */ 


#heather #topper a
	{
	color: #333333;
	}


#heather #footer h2 a, #footer h1 a
	{
	color: #0e1e53;
	}


#heather #topper a:hover
	{
	color: #FFFFFF;
	}

 #heather #footer a:hover, #heather #footer h2 a:hover, #footer h1 a:hover, #heather #footer h1
	{
	color: #43c8f5;
	}

.topper-divider
	{
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border:none;
	float:left;
	}

#footer a
	{
	font-weight: normal;
	text-decoration: none;
	}


#credits p, #credits a
	{
	font-weight: normal;
	text-decoration: none;
	color: #3399CC;
	}

#credits  a:hover
	{
	color: #FFFFFF;
	}

/* misc navigation spans */

.more a, .back a, .top a
	{
	background-repeat: no-repeat;
	padding-left: 16px;
	display: block;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	}

.more a
	{
	background-image: url(http://www.yellowleesconsulting.com/decoration/more.gif);
	}
	
.back a
	{
	background-image: url(http://www.yellowleesconsulting.com/decoration/back.gif);
	}
	
.top a
	{
	background-image: url(http://www.yellowleesconsulting.com/decoration/top.gif);
	}

a:active, a:focus /* gets rid of dotted box aroundinks in Firefox */ 
	{
	outline: 0;
	}


	

