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

* {
	padding:0;
	margin: 0;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*****************************************BACKGROUND******************************/
#headerBG {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 100%;
}
#middleBG {
	background-image: url(../images/orangeBGHome.png);
	background-repeat: repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fba51a;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #333333;
	height: 350px!important;
}
#middleBG2 {
	background-image: url(../images/orangeBG.png);
	background-repeat: repeat;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fba51a;
	border-bottom-color: #fba51a;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #333333;
}
#contentBG {
	color: #FFFFFF;
	background-image: url(../images/greyBG.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 0;
}
#homeBorderOrange {
height:24px;
width:100%;
background-image:url(../images/homeBorderOrange.gif);
background-repeat:repeat-x;
}
#bottomPhotoWrapper {
width:900px;
margin:0 auto;
padding:0;
}
#bottomPhoto {
background-image:url(../images/bottomPhoto.jpg);
background-repeat:no-repeat;
height:24px;
width:484px;
padding:0;
margin:0;
float:right;
}
#contentBGHome {
	color: #FFFFFF;
	background-image: url(../images/greyBGHome.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 0;
}
#footerBG {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/**********************************************HEADER*******************************************/
#headerBG #header {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 {
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 194px;
	width: 122px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#header h1 span {
display:none;
}

div#donateButton {
background-image:url(../images/donationBG1.gif);
background-repeat:no-repeat;
width:125px;
height:42px;
padding:12px 0 0 0;
margin:15px 0 0 0;
color:#f6ba58;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
text-align:center;
letter-spacing:1px;
}

div#donateButton a {
padding:10px;
color:#f6ba58;
text-decoration:none;
}

div#donateButton a:hover {
color:#fff;
}

div#donateButtonInside {
background-image:url(../images/donationBG2.gif);
background-repeat:no-repeat;
width:125px;
height:42px;
padding:12px 0 0 0;
margin:15px 0 15px 0;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
text-align:center;
letter-spacing:1px;
}

div#donateButtonInside a {
padding:10px;
color:#333333;
text-decoration:none;
}

div#donateButtonInside a:hover {
color:#fff;
}

#fscroller {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	float: right;
	width: 700px;
	padding: 5px;
	position: relative;
	top: 20px;
	height: 50px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fscroller p {
	float: right;
	padding: 5px;
}

/****************************************TEXT SIZE*********************************************/
#textSize {
text-align:right;
margin:0 0 22px 0;
font-size:14px;
color:#333;
}

#textSize a {
padding:1px;
color:#333;
border:none;
}

#textSize a:hover {
color:#fba51a;
border:none;
}

#textSize img {
border:2px solid #333;
}

#textSize img:hover {
border:2px solid #fba51a;
}

/****************************************MENU*********************************************/
#menu {
	list-style-type: none;
	float: right;
	padding-right: 10px;
	position: relative;
	width: 740px;
	top: 50px;
}
#menu li {
	list-style-type: none;
}
#navigation a
{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}
#navigation a span
{
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
	color: #000000;
	padding-left: 10px;
	background-color: #fcdaa3;
	background-image: url(../images/left_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a:hover span
{
	padding-right: 10px;
	background-image: url(../images/right_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}
#navigation li
{
float: left;
margin: 0;
} 
#menu li #visit {
	color: #000000;
	padding-left: 10px;
	background-color: #fcdaa3;
	background-image: url(../images/left_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li #visit span {
	padding-right: 10px;
	background-image: url(../images/right_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*************************************************MIDDLE CONTENT***********************************/
#middleBG #middleContent {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#middleBG2 #middleContent {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
}
#middleBG2 #middleContent img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#middleBG2 #middleContent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	font-weight:normal;
	padding: 5px 0 20px 10px;
	height: 24px;
	margin: 0;
}
#mission {
	float:left;
	width:390px;
	padding-left: 10px;
	padding-top: 10px;
	line-height:19px;
}

#mission h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	padding: 30px 0 30px 0;
	margin: 0;
}
#mission h1 a {
text-decoration:none;
color:#333;
padding:3px;
}

#mission h1 a:hover {
text-decoration:none;
color:#333;
background-color:#FFF;
padding:3px;
}

#mission h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	font-weight:normal;
	padding: 10px 0 10px 0;
	height: 24px;
	margin: 0;
}
#mission p {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}
#imageswap {
	padding:0 2px 0 0;
	position:relative;
	float:right;
	height:350px;
	width:482px;
}
#imageswap img {
border:none;
}
/*************************************CONTENT*******************************************/
#contentBG #content {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 300px;
	padding: 5px;
}
#contentBGHome #content {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 300px;
	padding: 5px;
}
#content p {
	padding: 5px;
}
#goals {
	padding: 5px;
	float: left;
	width: 410px;
}
#goals img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#f7ba59;
	font-weight:normal;
	padding: 0 0 20px 0;
	height: 24px;
	margin: 0;
}
#location {
	padding: 5px;
	float: left;
	width: 425px;
	margin-left: 10px;
}
#location img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#location strong {
	color: #F7BA59;
}
#location a {
	color: #FFFFFF;
	text-decoration: underline;
}
#location a:hover {
	color: #F7BA59;
}
#rightContent {
	float: left;
	width: 630px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightContent a {
	color: #F7BA59;
	text-decoration: underline;
}
#rightContent a:hover {
	color: #FFFFFF;
}
#rightContent ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#rightContent li {
	padding: 5px;
}
#rightContent h3 {
	font-style: italic;
	color: #F7BA59;
	padding: 5px;
	font-size: 18px;
}
#rightContent h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #F7BA59;
	margin:0;
	padding:0;
	font-size: 25px;
	letter-spacing:1px;
}
#rightContent h6 {
	font-style: italic;
	color: #F7BA59;
	padding: 5px;
	font-size: 14px;
	margin:0;
	padding:20px 0 10px 0;
}

img.oamLogo {
padding:1px;
margin:0px 0 0px 0;
border:1px solid #666;
}

#contentArea {
	padding: 5px;
}
#contentArea a {
	color: #F7BA59;
	text-decoration: underline;
}
#contentArea a:hover {
	color: #FFFFFF;
}
#contentArea ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#contentArea li {
	padding: 5px;
}
.bequest strong {
	color: #F7BA59;
	font-weight: bold;
}
.bequest li {
	list-style-type:decimal;
}
#content  h4 {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
#info {
	padding: 5px;
	width: 650px;
	margin: 0 auto;
}
#contentArea h3 {
	font-style: italic;
	color: #F7BA59;
	padding: 5px;
	font-size: 18px;
}


/***************************************SUB MENU****************************************************/
#submenu {
	width: 240px;
	font-size: 14px;
	float:left;
	padding: 5px;
}
#submenu li {
	padding-bottom: 10px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
}
#submenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	font-size: 14px;
	text-indent: 5px;
	padding-left: 5px;
}
#submenu a:hover {
	color: #F7BA59;
}
/***********************************************FOOTER**********************************************/
#footerBG #footer {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#contactInfo {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	margin-bottom: 10px;
}
#contactInfo p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactInfo a {
	color: #FFFFFF;
	text-decoration: underline;
}
#contactInfo a:hover {
	color: #F7BA59;
}
#rightContent .position {
	float: left;
	width: 200px;
}
#rightContent .directorName {

	float: left;
	width: 350px;
}
#footerMenu {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:right;
}
#footerMenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#footerMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerMenu a:hover {
	color: #F6BA58;
	text-decoration: underline;
}
#footerMenu p {
	padding: 10px;
	text-align: right;
	margin-top: 5px;
}

#footerMenu ul.privacy {
margin:10px 0 10px 0;
}





