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

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { 
	list-style: none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size: 1em;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { 
	border: none;
}
#mail {
	text-decoration: none;
	color: #333;
	padding: 0 2px 0 0;
}
/* reset margin and padding for all elements to 0 */
* { 
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#nav { background:url("IMAGES/navgood.gif") no-repeat; width:820px; height:45px; position:relative; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:45px; display:block; }
#nav span { display:none; }

#nav-01 { width: 121px; left: 0px; }
#nav-02 { width: 131px; left: 121px; }
#nav-03 { width: 137px; left: 256px; }
#nav-04 { width: 131px; left: 394px; }
#nav-05 { width: 152px; left: 524px; }
#nav-06 { width: 145px; left: 675px; }


#nav-01 a:hover { background: transparent url("IMAGES/navgood.gif") -0px -48px no-repeat; }
#nav-02 a:hover { background: transparent url("IMAGES/navgood.gif") -121px -48px no-repeat; }
#nav-03 a:hover { background: transparent url("IMAGES/navgood.gif") -256px -48px no-repeat; }
#nav-04 a:hover { background: transparent url("IMAGES/navgood.gif") -394px -48px no-repeat; }
#nav-05 a:hover { background: transparent url("IMAGES/navgood.gif") -524px -48px no-repeat; }
#nav-06 a:hover { background: transparent url("IMAGES/navgood.gif") -675px -48px no-repeat; }

#learn { background:url("IMAGES/learn02.gif") no-repeat; width:240px; height:40px; position:relative; }
#learn li { position:absolute; top: 0; }
#learn li, #learn a { height:40px; display:block; }
#learn span { display:none; }

#learn-01 { width: 240px; left:0; }

#learn-01 a:hover { background: transparent url("IMAGES/learn02.gif") -0px -42px no-repeat; }

#sharecont { background:url("IMAGES/sharecont.gif") no-repeat; width:520px; height:40px; position:relative; }
#sharecont li { position:absolute; top: 0; }
#sharecont li, #sharecont a { height:40px; display:block; }
#sharecont span { display:none; }

#sharecont-01 { width: 520px; left:0; }

#sharecont-01 a:hover { background: transparent url("IMAGES/sharecont.gif") -0px -42px no-repeat; }

#flash {
	padding: 0 0 0 15px;
}

table #content {
	margin: 0;
	padding: 0;
}
table td #who div {
	margin: 5px 5px;
	font-size: 14px;
}
table td #who p {
	font-size: 10px;
	line-height: 15px;
	margin: 10px 10px;
	padding: 0 0 0 5px;
}
table td #who p a {
        text-decoration: none;
        color: #333;
}
table td #who p a:hover {
        color: #DDD;
}
#quote {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#quote img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #ddd;
}
#mission {
	font-size: 11px;
	line-height: 16px;
	margin: 20px 2px;
	padding: 0;
	text-align: justify;
}
#mission span {
        font-style: italic;
}
#mission img {
	margin: 0 5px 5px 5px;
	border: 1px solid #ddd;
	padding: 2px;
}
#title {
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}
#title a {
	text-decoration: none;
	color: #333;
}
#title a:hover {
	color: #b4e372;
}