html {
	height: 100%;
	width: 100%;
}
body {
	font: 12px Tahoma, Helvetica, sans-serif;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#2F4C62;
}
#wrapper {
	width:960px;
	margin:auto;
}
#page_wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}
#header_interior, #banner, #nav_bar, #content, #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#page_wrapper {
	background: url(../images/page-top_bg.png) repeat-x center top;	
}
#header_photo {
	width: 960px;
	margin:0;
	background: #333333;
	height: 260px;
}
#about_us #header_photo {
	background: url(../images/about_us_header.jpg) repeat-x center top;	
}
#how_you_can_help #header_photo {
	background: url(../images/how_you_can_help_header.jpg) repeat-x center top;	
}
#programs #header_photo {
	background: url(../images/programs_header.jpg) repeat-x center top;	
}
#agency #header_photo {
	background: url(../images/agency_header.jpg) repeat-x center top;	
}
#current_events #header_photo {
	background: url(../images/current_events_header.jpg) repeat-x center top;	
}
#contact #header_photo {
	background: url(../images/contact_header.jpg) repeat-x center top;	
}
#header_interior {
	text-align: left;
	background: url(../images/header_logo-top_int.png) no-repeat left top;
	height: 100px;
}
#banner {
	background: #F29D38 url(../images/banner_bg.png) repeat-x;
	height: 100px;
	text-align: left;
}
#nav_bar {
	background: #CCCCCC url(../images/nav_bg.png) repeat-x;
	height: 25px;
	vertical-align: middle;
}
#left_sidebar {
	width:120px;
	float:left;
	padding:0;
	font-size:12px;
	margin:0;
}
#left_sidebar p a {
	font-weight:normal;
	font-size:12px;
}
#right_sidebar {
	width:200px;
	float:right;
	background-color:#F8F8F8;
	background-image:url(../images/sidebar_bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin:0 0 20px 0;
}
#right_sidebar p {
	font-size:11px;
	line-height:16px;
	padding:0 10px;
}
#right_sidebar h3 {
	border-bottom:1px solid #fff;
	background-color:#112746;
	background-image:url(../images/sidebar_title_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	padding:4px 0 4px 8px;
	margin:0 0 10px 0;
	width:192px;
	font-weight:bold;
}
#right_sidebar p a {
	font-weight:normal;
}
#content {
	width:920px;
	padding: 20px;
	background-color:#ffffff;
}
#main_content {
	float:left;
	width:570px;
	margin:-19px 0px 0 20px;
	padding:15px 0;
}
#main_content p {
	padding:0 10px;
}
#main_content h1 {
	margin:0 10px 10px 10px;
}
#main_content h2 {
	margin:0 10px 10px 10px;
}
.extra_content {
	background-color:#eeeeee;
	padding:10px 0 15px 0;
	margin:10px;
	border:1px solid #cccccc;
}
.extra_content h2 {
	font-weight:normal;
	padding:0;
	margin:0;
}
.extra_content p {
	color:#003366;
	padding:0;
	margin:0 10px;
}
#event {
margin:0 0 40px 0;
}
#footer {
	height: 25px;
	background: url(../images/footer_bg.png) repeat-x;
}
#footer p {
	color: white;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 0;
}
#footer p a {
	color: white;
	font-weight: bold;
}
h2.highlights-box {
	font-size: 14px;
	text-align: center;
	margin: 0 0 2px;
}
div.highlights-box {
	background: #A5AFB8;
	padding: 8px;
	border-top: 2px solid #8794A0;
	border-bottom: 2px solid #8794A0;
}
div.highlights-box a:hover {
	color: #FFF;
	background: none;
}
div.highlights-box ul, div.highlights-box li {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
div.orange-box {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 5px 25px;
	padding: 10px 20px 20px;
	background: #F29D38;
	border-top: 2px solid #BF6A05;
	border-bottom: 2px solid #BF6A05;
}
#btnDonate {
	text-align:center;
	margin:auto;
}
.hidden {
	display: none;
}
.highlighted {
	color: #CC6600;
	font-weight: bold;
	padding: 1px;
}
.backtotop {
	font-size: 10px;
}
.image-left {
	float: left;
	margin: 0 10px 5px 0;
}
.image-right {
	float: right;
	margin: 0 5px 0 10px;
}
#content a {
	color: #003366;
	font-weight: bold;
	padding:0;
	text-decoration:none;
}
#content a.image {
	text-decoration:none;
	border:none;
}
#content a:hover {
	color: #CC6600;
	border:none;
}
#content h2 a {
	border:none;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background: #003366;
}
caption {
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
	text-transform: uppercase;
	margin-bottom: 1px;
	border-bottom: 5px solid #EEE;
}
h1 {
	color: #003366;
	text-transform: uppercase;

	font-weight: normal;
	font-size: 30px;
}
h2, .h2_inline {
	color: #CC6600;
	font-size: 17px;
	font-weight: bold;
	text-transform:uppercase;
}
h3, .h3_inline {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h4, .h4_inline {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
p, ol {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: normal;
}
ul {
	font-size:14px;
}
/*--------- SPGM STUFF ---------*/
/*#content .table-shadows img, #content .div-galheader img, #content .td-galitem-icon img {
	border: 0;
}
#content .table-shadows a:hover, #content .div-galheader a:hover, #content .td-galitem-icon a:hover {
	border: 0;
	background: none;
}*/
#content .img-folder, #content .img-thumbnail, #content .img-thumbnail-selected, #content .img-picture {
	border: none;

}
#content .td-thumbnails-navi a img, #content .td-picture-navi a:hover, #content .td-picture-navi a img, #content .td-galitem-icon .td-galitem-title:hover, #content .div-galheader .td-galitem-title:hover, #content .td-shadows-main a:hover, #content .td-thumbnails-navi a:hover {
	border: none;
	background: none;
}
/*--------- IdeaBox STUFF ---------*/
#messageboard .name {
	color: #CC6600;
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	border-right: 1px solid #E0E0E0;
}
#messageboard .title {
	font-size: 15px;
	padding-left: 10px;
}
#messageboard .date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 10px;
}
#messageboard .posting {
	position: relative;
}
#messageboard .header {
	border-top: 1px solid #E0E0E0;
	background: #F0F0F0;
}
#messageboard p {
	padding: 5px 10px;
}
#messageboard hr {
	border-bottom: 1px dashed #E0E0E0;
	width: 70%;
}
.clear {
	clear:both;
}
.img_right {
	float:right;
	margin:0 0 15px 15px;
	border:2px solid #2F4C62;
}
.img_left {
	float:left;
	margin:0 15px 15px 0;
	border:2px solid #2F4C62;
}
.calendar {
	background-color:#eeeeee;
	padding:10px 10px 0 10px;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
}
.calendar h2 {
	padding:0;
	margin:0 0 10px 0;
}
.calendar h4 {
	font-size:14px;
	margin:0 0 10px 0
}
fieldset {
	background-color:#F8F8F8;
	padding:10px 10px 0 20px;
	margin:0 0 20px 0;
	border:1px solid #ece8e8;
	font-size:14px;
}
label {
	padding:1px 0 0 0;
	line-height:16px;
	float:left;
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	margin:10px 0 10px 0;
}
label.small {
	width:100px;
	margin:20px 0 0 0;
}
fieldset p {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}
.text {
	height:16px;
	width:134px;
	line-height:14px;
	padding:1px 0 1px 3px;
	margin:20px 0 0 10px;
	border:1px solid #9e9d9d;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.text:focus {
	border:1px solid #000;
}
br {
	clear:both;
}
.button {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border:1px solid #000;
	background-color:#000;
	margin:20px 0 20px 110px;
	padding:1px 4px 1px 4px;
	color:#fff;
}
select {
    padding:2px 2px 2px 0;
	margin:0 0 0 110px;
	border:1px solid #9e9d9d; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height:16px;
}