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

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #00a0df;
}
/*FOR EXPANDING BACKGROUND IMAGE*/
.bkgnd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/*GLOBAL CSS FOR OVERALL SITE*/
p {
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	color: #00a0df;
	font-size:20px;
}
h2 {
	color: #00a0df;
	font-size:18px;
	padding-bottom: 10px;
}
h3 {
	color: #00a0df;
	font-size:16px;
	padding-bottom: 10px;
}
h4 {
	color: #00a0df;
	font-size:14px;
	padding-bottom: 10px;
}
dl, dt, dd {
	font-size: 13px;
}
dd {
	margin-bottom: 8px;
}
td {
	font-size: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00a0df;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00a0df;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00a0df;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00a0df;
	text-decoration: none;
}
/*.search a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.search a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00;
	text-decoration: underline;
}
.search a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.search a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}*/
.black a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.black a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.black a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.black a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
ul {
	font-size: 13px;
	padding: 0px 0px 0px 25px;
}
li {
	padding: 0px;
}
.noPadMarg {
	margin: 0px;
	padding: 0px;
}
.textBlue {
	color: #00a0df;
}
.textBlueBold {
	color: #00a0df;
	font-weight: bold;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
ul.yellow li {
	color: #fc0;
}
.black {
	color: #000;
}
.paddingTop20 {
	padding-top: 20px;
}
.textSize12 {
	font-size: 11px;
}
.imgRight {
	padding-bottom: 5px;
	padding-left: 10px;
}
.imgLeft {
	padding-bottom: 5px;
	padding-right: 10px;
}
.pageNumbers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 378px;
}
.pageNumbers a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00a0df;
	text-decoration: underline;
}
.pageNumbers a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00a0df;
	text-decoration: underline;
}
.pageNumbers a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00a0df;
	text-decoration: underline;
}
.pageNumbers a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00a0df;
	text-decoration: none;
}
/*PAGE WRAPPER - SETS CENTERING AND Z- INDEX TO SIT ABOVE BACKGROUND*/
#wrapper {
	position:relative;
	margin: 0px auto;
	z-index: 20;
}
/*WRAPPER FOR THE WHOLE CONTENT AREA OF THE PAGE*/
#mainBodyWrap {
	background-color: #fff;
	width: 830px;
	/*height: 740px;*/
	margin: 60px auto;
	height: 100%;
	background-image: url(../../images/backgrounds/nav_content_white_horiz_bar.gif);
	background-repeat: repeat-y;
}
/*HEADER*/
#header {
	height: 55px;
	background-color: #fff;
}
.imageTitleBar {
	padding-top: 28px;
}
/*NAV COLUMN*/
#navColumn {
	position: inherit;
	top: 0;
	left: 0;
	/*height: 625px;*/
	height: 100%;
	width: 250px;
	padding: 0px;
	float: left;
	background-color: #fff;
}
/*NAV MENU*/
#navigation {
	width:200px;
	padding: 15px 0px 0px 16px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation ul li {
	height:21px;
	line-height:21px;
	list-style:none;
	padding-left:10px;
}
#navigation ul li:hover {
	position:relative;
}
/*NAV SUB MENU*/
#navigation ul ul {
	display:none;
	position:absolute;
	left:100px;
	background-color:#00a0e0;
}
#navigation ul li:hover ul {
	display:block;
	padding-bottom: 3px;
}
#navigation ul ul li {
	width:122px;
	float:left;
	display:inline;
	border:none;
	height:19px;
	line-height:22px;
}
#navigation ul ul li:hover {
	width:122px;
	text-decoration:none;
	border:none;
	background-color:#0072bc;
}
#navigation ul li ul li a {
	width:122px;
	text-decoration:none;
	color: #FFF;
	font-size: 12px;
	display: block;
}
/*NAV IMAGES*/
#home {
	background-image: url(../images/nav/home_white.gif);
	background-repeat: no-repeat;
}
#home:hover {
	position:relative;
	background-image: url(../images/nav/home_blue.gif);
	background-repeat: no-repeat;
}
#about {
	background-image: url(../images/nav/about_white.gif);
	background-repeat: no-repeat;
}
#about:hover {
	position:relative;
	background-image: url(../images/nav/about_blue.gif);
	background-repeat: no-repeat;
}
#programs {
	background-image: url(../images/nav/programs_white.gif);
	background-repeat: no-repeat;
}
#programs:hover {
	position:relative;
	background-image: url(../images/nav/programs_blue.gif);
	background-repeat: no-repeat;
}
#donate {
	background-image: url(../images/nav/donate_regular.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: 10px;
}
#donate:hover {
	position:relative;
	background-image: url(../images/nav/donate_over_01.gif);
	background-repeat: no-repeat;
}
#newsMedia {
	background-image: url(../images/nav/news_media.gif);
	background-repeat: no-repeat;
}
#newsMedia:hover {
	position:relative;
	background-image: url(../images/nav/news_media_blue.gif);
	background-repeat: no-repeat;
}
#artApp {
	background-image: url(../images/nav/art_app.gif);
	background-repeat: no-repeat;
}
#artApp:hover {
	position:relative;
	background-image: url(../images/nav/art_app_blue.gif);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
}
#contact:hover {
	position:relative;
	background-image: url(../images/nav/contact_blue.gif);
	background-repeat: no-repeat;
}
/*I BELIEVE THESE NEXT LINES ARE FOR THIRD LEVEL NAVIGATION IF ADDED AT ANY POINT*/
/*#navigation li:hover ul li ul {
	display:none;
}*/
/*#navigation ul ul li ul {
	left:110px;
	background-color:#fff;
}
#navigation ul ul li:hover ul {
	display:block;
}*/
/*NAV COLUMN SEARCH BOX*/
#navColSearchBox {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	color: #000;
	background-color: #faeec3;
	width: 185px;
	padding: 16px 0px 0px 0px;
	margin: 7px 0px 0px 30px;
}
#navColSearchBoxImg {
	width: 185px;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*#searchOurProgramCatalog {
	background-image: url(../images/nav/online_catalog_yellow.gif);
	background-repeat: no-repeat;
}*/
/*#searchOurProgramCatalog:hover {
	background-image: url(../images/nav/online_catalog_white.gif);
	background-repeat: no-repeat;
}*/
/*#searchOurProgramCatalog2 {
	background-image: url(../images/nav/test_button.gif);
	background-repeat: no-repeat;
}*/
/*#searchOurProgramCatalog2:hover {
	background-image: url(../images/nav/test_button.gif);
	background-repeat: no-repeat;
}*/
/*#searchOurProgramCatalog3 {
	background-image: url(../images/nav/test_button5.gif);
	background-repeat: no-repeat;
	margin-left: 14px;
}*/
/*#searchOurProgramCatalog3:hover {
	background-image: url(../images/nav/test_button5.gif);
	background-repeat: no-repeat;
}*/
#searchOurProgramCatalog4 {
	background-image: url(../images/nav/online_catalog_yellow_01.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#searchOurProgramCatalog4:hover {
	background-image: url(../images/nav/online_catalog_white_01.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.navColSearchBoxSub {
	width: 168px;
}
.searchButtonAllPages {
	margin: 10px 0px 0px 95px;
}
.otherSearches {
	line-height: 18px;
	padding-top: 15px;
}
/*MOVE ENEWSLETTER SIGNUP AND FACEBOOK LINKS TO BOTTOM*/
.enewsAndFbToBottom {
	/*position: absolute;
	bottom: 0;*/
	/*margin: 0px 0px 70px 0px;*/

	/*vertical-align: bottom;
	position: relative;
	bottom: 0px;
	top: 85px;*/
}

/*OPTIONAL TEXT IN NAV COLUMN*/
.optionalText {
	margin: 30px 0px 30px 30px;
	width: 199px;
	font-weight: bold;
}

/*ENEWSLETTER SIGNUP*/
#enewsletterSignup {
	margin: 10px 0px 0px 30px;
	width: 199px;
}
/*FACEBOOK*/
.facebookLinks {
	margin: 10px 0px 0px 30px;
	width: 199px;
	text-align: center;
}
.facebookLinks2 {
	margin: 10px 0px 0px 30px;
	width: 199px;
	text-align: center;
	vertical-align: middle;
}
/*MAIN CONTENT COLUMN*/
#homeMainColumn {
	/*height: 625px;*/
	height: 100%;
	width: 570px;
	float: left;
	background-color: #fff;
}
#mainColumn {
	/*height: 625px;*/
	height: 100%;
	width: 570px;
	float: left;
	background-color: #fff;
}
#mainColumn ul {
	font-size: 13px;
	padding: 0px 0px 10px 50px;
}
#mainColumn li {
	padding: 0px;
}
#mainColumn p {
	margin-bottom: 10px;
}
/*COLUMN FOR VERTICAL LINE*/
.lineColumn {
	margin: 0px;
	padding: 0px;
	width: 2px;
	float: left;
	clear: left;
}
/*WHAT"S NEW*/
.whatsNewText {
	width: 130px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.whatsNewText a {
	width: 130px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #00a0df;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.whatsNewText a:link {
	width: 130px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #00a0df;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.whatsNewText a:visited {
	width: 130px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #00a0df;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.whatsNewText a:hover {
	width: 130px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #00a0df;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.whatsNewPara {
	padding: 5px 0px;
}
/*FOOTER*/
#footer {
	background-color: #fff;
	clear: both;
	height: 57px;
	width: 830px;
}
.shortLineHeight {
	line-height: 13px;
}
.copyright {
	font-size: 11px;
	color: #000;
	padding-left: 25px;
}
/*-----------------------------------------------------------------------------STAFF*/
.twoColumn {
	text-align: center;
	font-size:small;
	width: 520px;
	position: inherit;
	display: table;
	padding-bottom: 15px;
}
.twoColumnCenteredHeader {
	text-align: center;
	font-size:small;
	width: 520px;
	position: inherit;
	display: table;
	padding-bottom: 15px;
}
.twoColumnLeft {
	text-align: left;
	width: 45%;
	float:left;
}
.twoColumnRight {
	text-align: left;
	width: 45%;
	float:right;
}
.twoColumnLeftCenter {
	text-align: center;
	width: 45%;
	float:left;
}
.twoColumnRightCenter {
	text-align: center;
	width: 45%;
	float:right;
}
.twoColumnLeft img {
	padding-right: 10px;
}
.twoColumnRight img {
	padding-right: 10px;
}
.support {
	padding: 0px;
	margin: 0px;
}
.support p {
	padding: 0px;
	margin: 0px;
}.blueWordHighlight {
	color: #FFF;
	background-color: #00a0df;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
