@charset "UTF-8";
/* CSS Document */
/*** top Nav**/

a#about {
	background:url(../images/about-but.gif) no-repeat;
	width:96px;
	height:30px;
	float:left;
}

a#about:hover {
	background-image:url(../images/about-o.gif);
}

a#philosophy {
	background:url(../images/philosophy-but.gif) no-repeat;
	width:96px;
	height:30px;
	float:left;
}

a#philosophy:hover {
	background-image:url(../images/philosophy-o.gif);
}

a#how {
	background:url(../images/howwework-but.gif) no-repeat;
	width:115px;
	height:30px;
	float:left;
}

a#how:hover {
	background-image:url(../images/how-o.gif);
}

a#resources {
	background:url(../images/resources-but.gif) no-repeat;
	width:96px;
	height:30px;
	float:left;
}

a#resources:hover {
	background-image:url(../images/resources-o.gif);
}

a#contact {
	background:url(../images/contact-but.gif) repeat-x;
	width:76px;
	height:30px;
	float:left;
	
}

a#contact:hover {
	background-image:url(../images/contact-o.gif);
}
/* end topNav**/
/** Side Nav**/

ul#sideNav {
width:187px;
margin-bottom:5px;

}

ul#sideNav a {
  display: block;
  text-decoration: none;	
}

ul#sideNav li {
  margin-top: 1px;
}

ul#sideNav li a, visited {
background:transparent url(../images/sideNav.gif) repeat-x scroll 0% 50%;
color:#000000;
display:block;
padding-bottom:10px;
padding-left:14px;
padding-top:7px;
}

ul#sideNav li a:hover {
 background:transparent url(../images/sideNav-o.jpg) repeat-x scroll 0% 50%;
color:#FFFFFF;
}

ul#sideNav li ul li a {
  background: #CCCCCC;
  color: #000;
}

ul#sideNav li ul li a:hover {
  background:transparent url(../images/sideNav-o.jpg) repeat-x scroll 0% 50%;
  color:#FFFFFF;
}

ul#sideNav li ul li {
	font-size:12px;
	
}

/*** end sideNav**/


