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

body {
	margin:0; 
	padding:0;
	background:url(../images/layout/header_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
}
a img {
	border:none;
	display:block;
}
a {
	color:#0762BC;
}
.spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}


/**************\
 * TYPOGRAPHY *
\**************/
p, h1, h2, h3, h4 {
	margin:0;
	margin-bottom:16px;
}
#contentwrapper {
	line-height:18px;
	font-size:14px;
}
h1 {
	font-size:18px;
	color:#0762BC;
}
h2 {
	font-size:18px;
}
h2.hdrblue {
	background:url(../images/layout/hdr_blue.jpg) repeat-x;
	line-height:35px;
	color:white;
	padding-left:10px;
	text-transform:uppercase;
	margin-bottom:0;
}
h2.hdrblue a {
	color:white;
}
h2.hdrsidebar {
	line-height:33px;
	background:#EAEAEA;
	text-transform:uppercase;
	margin-bottom:0;
	padding-left:10px;
	border-bottom:#999999 solid 1px;
}


/***********\
 * UTILITY *
\***********/

.content_small {
	width:230px;
}
.content_medium {
	width:459px;
}
.pad_small {
	padding:10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.border {
	border:#999999 solid 1px;
}
.imgborder {
	border:#CCCCCC solid 1px;
}
div.hr {
	height:1px;
	font-size:0;
	line-height:0;
	background:#CCCCCC;
	margin:14px 0;
	clear:both;
}
.imgfloatright {
	float:right;
	margin-left:14px;
	margin-bottom:14px;
}
.section {
	overflow:auto;
}
.content_footer {
	text-align:center;
	font-size:smaller;
	margin-top:40px;
}


/********\
 * HOME *
\********/

#welcome {
	border:#999999 solid 1px;
	margin-bottom:10px;
}
#whoweare {
	float:left;
	height:343px;
	background:url(../images/home/content_small_bg.jpg) no-repeat;
	border:#999999 solid 1px;
}
#whoweare ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#whoweare ul li ul {
	margin:0;
	margin-left:10px;
	padding:0;
	list-style-type:none;
}
#whoweare ul li ul li {
	margin-bottom:14px;
}
#whoweare a {
	color:#005496;
	font-weight:bold;
	text-decoration:none;
}
#whoweare a:hover {
	text-decoration:underline;
}
#outreach {
	height:203px;
	width:458px;
	overflow:hidden;
	border:#999999 solid 1px;
	font-size:12px;
	line-height:14px;
	margin-bottom:9px;
}
#outreach .pad_small {
	float:right;
	display:inline;
	width:339px;
}
#outreach img {
	float:left;
	display:inline;
	margin:10px 0 10px 10px;
}
.cf_wrapper {
	position:relative;
	height:396px;
}
.cf_element {
	position:absolute;
	visibility:hidden;
}
.cf_link {
	position:absolute;
	left:16px;
	bottom:16px;
	background:url(../images/home/cf_link_bg_left.png) no-repeat left top;
}
.cf_link a {
	display:block;
	height:30px;
	line-height:30px;
	background:url(../images/home/cf_link_bg_right.png) no-repeat right top;
	padding:0 10px 0 5px;
	margin-left:5px;
}


/*************\
 * DONATIONS *
\*************/

.payment_box {
	width:400px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
}
.payment_box .contents {
	background:#EAEAEA;
	border:#999999 solid 1px;
	padding:20px;
}


/**********\
 * LAYOUT *
\**********/

#pagewrapper {
	width:960px;
	margin:0 auto;
	overflow:auto;
	margin-bottom:8px;
}
#logo, #header_text {
	float:left;
}
#header_text {
	font-size:16px;
	font-style:italic;
	background:black;
	color:white;
	width:455px;
	text-align:center;
	line-height:110px;
}
#header_right {
	float:right;
	width:177px;
	height:110px;
	background:black;
}
#header_right img {
 margin-right:10px;
}
#header_nav {
	margin-bottom:10px;
}
#content_wide {
	float:left;
	width:700px;
	background:white;
}
#content_fauxcols {
	overflow:auto;
	height:1%;
	background:url(../images/layout/content_fauxcols.gif) right top repeat-y;
	padding-bottom:49px;
}
#content_fauxcols_home {
	padding-bottom:0;
	overflow:auto;
	height:1%;
	background:url(../images/layout/content_fauxcols.gif) right top repeat-y;
}
#sidebar {
	float:right;
	height:1%;
	width:250px;
	background:#CCCCCC;
}
#contentwrapper {
	margin:12px auto;
	padding:10px;
	border:#CCCCCC solid 1px;
	overflow:auto;
	background:white;
	height:1%;
}
#footer {
	clear:both;
	padding:20px;
	font-size:12px;
	text-align:center;
	background:black;
}


/***********\
 * SIDEBAR *
\***********/

#sidebar .pad {
	padding-top:7px;
}
#sidebar .box {
	border:#999999 solid 1px;
	width:235px;
	margin:auto auto;
	margin-bottom:7px;
	background:white;
}
#sidebar .boxpad {
	padding:10px;
	font-size:12px;
	line-height:12px;
}
#sidebar img {
	display:block;
}
#services {
	height:188px;
	overflow:auto;
	text-align:center;
	background:white url(../images/sidebar/services_bg.jpg) no-repeat bottom left;
}


/**********\
 * FOOTER *
\**********/

#footer a, #footer {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	color:white;
}
#footer_subnav {
	clear:both;
	float:left;
	padding-top:10px;
	background:white;
	margin-top:-59px;
}

/**************\
 * NAVIGATION *
\**************/

#header_nav ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
}
#header_nav ul li {
	display:inline;
	margin:0 12px;
}
#header_nav ul li a {
	line-height:30px;
	color:#FFFF99;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#header_nav ul li a:hover {
	color:white;
}
ul.subnav {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	background:white;
	white-space:nowrap;
}
.subnav li {
	display:inline;
}
.subnav li a {
	color:white;
	text-decoration:none;
	height:50px;
}
.subnav li a img {
	display:inline;
}
a.btngreen, a.btnblue {
	margin-right:9px;
}

#footer_nav {
	margin:0;
	margin-bottom:14px;
	padding:0;
	list-style-type:none;
}
#footer_nav li {
	display:inline;
	margin:0 10px;
}