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

body
{
	background: #7a99d7;
	color: #669;
	margin: 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.25em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#page
{
	width: 860px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}

/* Link Styles */
  
a, a:link, a:active, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #006;
	text-decoration: underline;
}

h1
{
	color: #006;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

h3
{
	color: #006;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

h2
{
	color: #006;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

#logo
{
	display: block;
	width: 625px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	line-height: 0;
	background: url(images/logo.png) center no-repeat;
}

h2 a, .footer-menu a:link, h2 a:active, h2 a:visited {
	color: #ff0;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
}

p
{
	font-size: 14px;
	line-height: 1.25em;
}

li, dd
{
	margin-bottom: 1.5em;
}

#footer
{
	margin-top: 25px;
	font-size: 11px;
	text-align: center;
}

.nav-intro
{
	font-size: 11px;
	color: #7a99d7;
	font-style: italic;
	display: block;
	margin: 0 auto 1em auto;
	width: 625px;
}

.footer-menu
{
	text-align: center;
	background: #009;
	padding: 10px;
	margin: 0
}

.footer-menu ul
{
	padding: 0;
	margin: 0;
}

.footer-menu li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
	position: relative;
	border-left: solid 1px #fff;
}

.footer-menu li.first-child {
	border-left: none;
	padding-left: 0;
}

.footer-menu a, .footer-menu a:link, .footer-menu a:active, .footer-menu a:visited {
	padding: 2px 5px;
	color: #7a99d7;
	font-weight: bold;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #009;
	background: #7a99d7;
	text-decoration: none;
}

#home #nav-home a,
#ethical #nav-ethical a,
#distinguish #nav-distinguish a,
#faq #nav-faq a,
#people #nav-people a
{
	color: #ff0;
}

.contact-menu
{
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	background: #009;
	color: #fff;
	padding: 4px;
}

.contact-menu li.first-child {
	border-left: none;
}

.contact-menu li {
	display: inline;
	position: relative;
	border-left: solid 1px #fff;
}

.contact-menu a, .contact-menu a:link, .contact-menu a:active, .contact-menu a:visited {
	margin: 5px;
	color: #7a99d7;
	text-decoration: none;
}

.contact-menu a:hover {
	color: #ff0;
	text-decoration: underline;
}

.faq-menu
{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.faq-menu li.first-child {
	border-left: none;
}

.faq-menu li {
	position: relative;
}

.faq-menu a, .faq-menu a:link, .faq-menu a:active, .faq-menu a:visited {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}

.faq-menu a:hover {
	color: #7a99d7;
	text-decoration: underline;
}

.top
{
	font-size: 11px;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#footer p
{
	color: #7a99d7;
	font-size: 11px;
}
