@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "chaparral-pro",serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background-color: #D0DDBF;
}
p {
	font-size: 16px;
	text-decoration: none;
	color: #333;
}
li {
	font-size: 16px;
	text-decoration: none;
}
table p {
	font-size: 16px;
	text-decoration: none;
	line-height: 25px;

}
#menu p {
	font-family: "prenton",sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #AD6FAE;
}
#submenu p {
	font-family: "prenton",sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #AD6FAE;
}
#footer p {
	font-family: "prenton",sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #FFF;
}
#sidebar img {
	padding-bottom: 20px;
	height: 125px;
	width: 125px;
}
#content img {
	padding-right: 15px;
}
img{
	border: none;
}
h1 {
	font-family: "prenton",sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #AD6FAE;
	margin-top: 0;
	margin-bottom: 20px;
}
h2 {
	font-family: "prenton",sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	display: inline;
	color: #016F87;
}
strong {
	font-weight: 400;
	color: #016F87;
}
a:link {
	text-decoration: none;
	color: #016F87;
}
a:visited {
	text-decoration: none;
	color: #016F87;
}
a:hover {
	text-decoration: none;
	color: #016F87;
}
a:active {
	text-decoration: none;
	color: #016F87;
}

#menu a:link {
	text-decoration: none;
	color: #AD6FAE;
}
#menu a:visited {
	text-decoration: none;
	color: #AD6FAE;
}
#menu a:hover {
	text-decoration: none;
	color: #016F87;
}
#menu a:active {
	text-decoration: none;
	color: #016F87;
}
body#about a#aboutnav,
body#philosophy a#philosophynav,
body#partners a#partnersnav,
body#definitions a#definitionsnav,
body#activities a#activitiesnav,
body#resources a#resourcesnav,
body#contact a#contactnav,
body#home a#homenav{
	text-decoration: none;
	color: #016F87;
}
#submenu a:link {
	text-decoration: none;
	color: #AD6FAE;
}
#submenu a:visited {
	text-decoration: none;
	color: #AD6FAE;
}
#submenu a:hover {
	text-decoration: none;
	color: #016F87;
}
#submenu a:active {
	text-decoration: none;
	color: #016F87;
}

#background {
	position:fixed;
	width: 100%;
	height: auto;
	top:0;
	padding:0;
	margin:0;
	text-align:center;
}
#container {
	min-height: 1000px;
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
}
#menu {
	position: absolute;
	top: 305px;
	width: 944px;
	height: 17px;
	text-align: right;
	padding: 3px;
	letter-spacing: 3px;
	color: #38667E;
}
#submenu {
	position: absolute;
	top: 335px;
	width: 944px;
	height: 17px;
	text-align: right;
	padding: 3px;
	letter-spacing: 3px;
	color: #38667E;
}
#content {
	position: absolute;
	top: 350px;
	width: 800px;
	padding-right: 100px;
	padding-left: 50px;
	padding-top: 45px;
	padding-bottom: 35px;
	background-image: url(../images/body_trans.png);
}
body#faq #content,
body#nutrition #content {
	position: absolute;
	top: 350px;
	width: 800px;
	height: auto;
	padding-right: 100px;
	padding-left: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../images/body_trans.png);
}
#image_bar {
	position: relative;
	margin-top: 100px;
	width: 870px;
	text-align: right;
}
#sidebar {
	position: absolute;
	top: 380px;
	width: 125px;
	right: 44px;
	height: auto;
}
#footer {
	position: absolute;
	right: 0px;
	margin-top: 25px;
	height: 30px;
	width: 930px;
	background-color: #AD6FAE;	
	padding: 10px;
	text-transform: uppercase;
	text-align: right;
}
li {
	list-style: circle;
}
ul, li {margin-left: 8px; padding-left: 0;}