@charset "utf-8";

/** { margin: 0; padding: 0; }*/

/*****************************
* TAGS 
*****************************/
body {
	background-color: #00102e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
  	font-style: normal;
  	line-height:normal;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

a {
	color: #bbdffe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*	border-bottom-style: dotted;
	border-bottom-width: 1px;*/
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*****************************
* CLASSES
*****************************/

/* Text styles */
.lightBlue {
	color: #bbdffe;
}
.microWhite {
	color: #FFFFFF;
	font-size: 10px;
}
.microWhiteBold {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.searchInput {
	background-image: url(../images/magglass.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	color: 404040;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #a0a0a0;
	border-bottom-color: #2e3541;
	border-right-style: none;
	border-left-style: none;
	padding-left: 3px;
}

/* Optional padding for rounded boxes */
.rPadding {
	padding: 8px;
}

/* Program Category Bullet Colors */
.category_1 {
	color: #cc4d00;
}
.category_2 {
	color: #632b0c;
}
.category_3 {
	color: #143a81;
}
.category_4 {
	color: #410047;
}
.category_5 {
	color: #bf7146;
}
.category_6 {
	color: #b4ac50;
}
.category_7 {
	color: #079000;
}
.category_8 {
	color: #007f72;
}
.category_9 {
	color: #a60101;
}

.dotted-left {
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

.dotted-right {
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: dotted;
}

.dotted-bottom {
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
}

.solid-bottom {
	border-bottom-width: 1px;
	border-bottom-color: #405580;
	border-bottom-style: solid;
}

.tooltip {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
	background-color: #333d4e;
	border: 1px solid #d9d9d9;
	padding: 10px;
}

.indent {
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A5C7E3;
	border-right-color: #A5C7E3;
	border-bottom-color: #A5C7E3;
	border-left-color: #A5C7E3;
	padding-left: 5px;
}

table.income{
	background-color: #333d4e;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.income th{
	padding: 4px;
	border: 1px solid #1C212B;
}

table.income td{
	padding: 4px;
	border: 1px solid #1C212B;
	background-color: #455369;
}

/*****************************
* ROUNDED CORNER BOX 
*****************************/
.rTM {
	background-image: url(/images/rTM.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.rTR {
	background-image: url(/images/rTR.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.rGL {
	background-image: url(/images/rGL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 96px;
	width: 32px;
}
.rGM {
	background-image: url(/images/rGM.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000817;
	padding-top: 8px;
}
.rGR {
	background-image: url(/images/rGR.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 32px;
	background-position: left top;
	max-height: 96px;
}

.rFL {
	background-image: url(/images/rFL.jpg);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 32px;
}
.rFR {
	background-image: url(/images/rFR.jpg);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}

.rBL {
	background-image: url(/images/rBL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rBR {
	background-image: url(/images/rBR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rBM {
	background-image: url(/images/rBM.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
}

/* Center ALL content except footer*/
#content {
	width: 944px;
	margin: auto;
	padding-bottom: 40px;
	overflow: hidden;
}

/*****************************
* NAVIGATION 
*****************************/
#nav {
	list-style-type: none;
	padding: 0px;
	height: 48px;
	width: 944px;
}

#nav li {
	height: 48px;
	float: left;
	background-repeat: no-repeat;
}

#nav li a {
	height: 48px;
	display: block;
	outline:none;
}

#btn_home a, #btn_programs a, #btn_aboutus a, #btn_donate a, #btn_contactus a {
	background-image: url(/images/navbar.jpg);
}

#btn_home, #btn_home a, #btn_home a:hover{
	background-position: 0px 0px;
	width: 200px;
}

#btn_home a:hover, #btn_home.active a {
	background-position: 0 48px;
}

#btn_programs, #btn_programs a, #btn_programs:hover{
	background-position: -200px 0px;
	width: 168px;
}

#btn_programs a:hover, #btn_programs.active a {
	background-position: -200px 48px;
}

#btn_aboutus, #btn_aboutus a, #btn_aboutus:hover {
	background-position: -368px 0px;
	width: 157px;
}

#btn_aboutus a:hover, #btn_aboutus.active a {
	background-position: -368px 48px;
}

#btn_donate, #btn_donate a, #btn_donate:hover {
	background-position: -525px 0px;
	width: 139px;
}

#btn_donate a:hover, #btn_donate.active a {
	background-position: -525px 48px;
}

#btn_contactus, #btn_contactus a, #btn_contactus:hover {
	background-position: -664px 0px;
	width: 280px;
}

#btn_contactus a:hover, #btn_contactus.active a {
	background-position: -664px 48px;
}

/*****************************
* BILLBOARD
*****************************/
#billboard {
	padding: 0px;
	list-style-type: none;
}

#billboard li {
	height: 320px;
	width: 880px;
	position: relative;
	overflow: hidden;
	display: none;
}

#billboard li div{
/*	width: 864px;
	height: 304px;*/
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	background-image: url(/images/bg_opacity_70.png);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 8px;
	/*margin: 8px;*/
}

#footer, #footer td {
	height: 40px;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#partners {
	width: 944px;
	clear: both;
	margin: auto;
	padding: 0px;
}

/*****************************
* PAGE SPECIFIC STYLES
*****************************/
/* HOME */
#page_home #content_left {
	float: left;
	width: 592px;
	height: auto;
}

#page_home #content_right {
	float: right;
	width: 352px;
	height: auto;
}

/* PROGRAMS */
#page_programs ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#page_programs ul li a{
	color: #FFFFFF;
}

/* PROGRAM DETAILS */
#page_program_details #content_left {
	float: left;
	width: 592px;
	height: auto;
}

#page_program_details #content_right {
	float: right;
	width: 352px;
	height: auto;
}

#page_program_details ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#page_program_details .indent {
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A5C7E3;
	border-right-color: #A5C7E3;
	border-bottom-color: #A5C7E3;
	border-left-color: #A5C7E3;
	padding-left: 5px;
}

/* ABOUT US */
#page_aboutus #content_left {
	float: left;
	width: 592px;
	height: auto;
}

#page_aboutus #content_right {
	float: right;
	width: 352px;
	height: auto;
}

/* Box - Our History */
#page_aboutus #timeline ul.nav_timeline {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#page_aboutus #timeline ul.nav_timeline li {
	float: left;
	height: 32px;
	width: 60px;
	line-height: 32px;
	text-align: center;
	margin: 0px;
}

#page_aboutus #timeline ul.nav_timeline li a.selected{
	background-color: #333d4e;
	font-weight: bold;
	background-image: url(/images/th_slate-32px.jpg);
}

#page_aboutus #timeline ul.nav_timeline li a {
	display: block;
	outline:none;
	color: #FFFFFF;
}

#page_aboutus .timeline_content {
	background-color: #333d4e;
	clear: both;
	padding: 8px;
}

/* CONTACT US */
#page_contactus ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type:none;
}
#page_contactus ul li{
	margin-bottom: 4px;
}

#page_contactus ul li a{
	color: #FFFFFF;
}

#page_contactus ul li.active {
	font-weight: bold;
	font-size: 16px;
	background-image: url(/images/th_red_24px.jpg);
	height: 24px;
	padding-left: 4px;
	line-height: 24px;
	background-repeat: repeat-x;
}

#page_contactus .indent {
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A5C7E3;
	border-right-color: #A5C7E3;
	border-bottom-color: #A5C7E3;
	border-left-color: #A5C7E3;
	padding-left: 5px;
}


/*****************************
* JAVASCRIPT
*****************************/
.ui-state-default, .ui-widget-content .ui-state-default {
	font-weight: normal;
	color: #00102e;
	outline: none;
	background-color: #e6e6e6;
	background-image: url(/images/content/home/bg_accordion_middle.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Reset jQuery UI styles (remove rounded corners for Firefox) */
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
	height: 28px;
}

.ui-accordion .ui-accordion-header a {
	padding-top: 0.4em;
}

