/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end clearfix */

body {
	font: 12px/1.6em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #3c3c3c;
	background: #F4F2ED url(../../../imgs/bg-body.jpg) repeat-x center -4px;
}

img { border: none; }

a:focus { -moz-outline-style: none; }
a {	color: #069;  text-decoration: none;}
a:link { color: #069; }
a:visited {	color: #069; }
a:hover { color: #324a6e; text-decoration: underline; }
a.active {	
}

h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #2fb92c;
	clear: both;
	border-bottom: 1px solid #aaa;
}

small {
	font-size: 10px;
	color: #808080;
}

fieldset {
	border: 1px solid #ccc;
	padding: 6px 6px 0;
}

textarea {
	overflow: auto;
}

input {
	outline: none;
}

label.hidden {
	display: none;
}

.text-input, #s {
	height: 20px;
}

.text-input, #s,
#wpcf_your_name,
#wpcf_email,
#wpcf_website,
#wpcf_message,
#wpcf_msg {
	border: 0;
	padding: 6px 7px;
	font-size: 14px;
	color: #666;
}

#s,
#wpcf_your_name,
#wpcf_email,
#wpcf_website,
#wpcf_message,
#wpcf_msg {
	background-color: #ccc;
	color: #333;
}

#wpcf_your_name,
#wpcf_email,
#wpcf_website {
	width: 240px;
}

#wpcf_message,
#wpcf_msg {
	width: 250px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.module {
	width: 300px;
}

.module p {
	font-size: 11px;
	line-height: 16px;
}

blockquote {
	margin: 0 20px;
	font-style: italic;
	color: #999;
	font-size: 14px;
}

.alert-good, .alert-bad{
	color: #006699;
	padding: 5px 3px 6px 22px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #FFFFCC url(../../../imgs/accept-icon.png) no-repeat 2px 4px;
	border: #EDD4A0 1px solid;
}

.alert-bad{
	color: #fb1612;
	background: #FFFFCC url(../../../imgs/cancel-icon.png) no-repeat 2px 4px;
}

a.more {
	text-transform: uppercase;
	padding: 7px 34px 5px 9px;
	color: #fff;
	font-size: 14px;
	background: #2fb92c url(../../../imgs/arrow-more.jpg) no-repeat right -5px;
	float: right;
	font-weight: bold;
}

a.more:hover {
	text-decoration: none;
	background-color: #269724;
}

.alignleft {
	float: left;
	margin: 2px 12px 10px 0;
}

.alignright {
	float: right;
	margin: 2px 0 10px 12px;
}

#container {
	width: 878px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	padding: 10px 0 0;
	height: 80px;
}

#header h2 {
	float: right;
	margin-top: 8px;
	width: 364px;
	height: 64px;
	background: url(../../../imgs/tag-line.png) no-repeat right;
	text-indent: -9999px;
}

#header #nav {
	margin-top: 28px;
	overflow: hidden;
	width: 510px;
	float: left;
}

#header #nav ul {
	overflow: hidden;
}

#header #nav li {
	display: block;
	float: left;
	margin-right: 3px;
}

#header #nav li a {
	display: block;
	padding: 6px 10px;
	color: #666;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
}

#header #nav li a:hover,
#header #nav li a.active {
	background-color: #2fb92c;
	text-decoration: none;
	color: #fff;
}

#content {
	background-color: #fff;
	padding: 28px 32px;
	overflow: hidden;
}

#content #sidebar {
	float: left;
	width: 300px;
	margin-right: 12px;
}

#content #headerimg a {
	display: block;
	width: 300px;
	height: 105px;
	text-indent: -9999px;
	margin-bottom: 22px;
	background: url(../../../imgs/header-logo.jpg) no-repeat;
}

#content .blockit {
	font: bold 16px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background-color: #ccc;
	text-transform: uppercase;
	padding: 10px 12px;
	letter-spacing: 1px;
	margin: 3px 0;
	display: inline-block;
}

#content p {
	padding: 8px 0;
}

#content p.mission {
	color: #666;
	font: bold 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

#content h2 {
	background-color: #3F9BDA;
	color: #fff;
	padding: 3px 6px 1px;
	text-transform: uppercase;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px;
	text-shadow: #9f9f9f 1px 1px 0;
	clear: both;
} 

#content .post h2 {
	margin-bottom: -8px;
}

#sidebar .elf-news {
	margin-bottom: 16px;
	overflow: hidden;
}

#sidebar .elf-news ul {
	margin: 3px 6px 6px;
}

#sidebar .elf-news li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

#sidebar .elf-news li .meta {
	display: inline-block;
	background-color: #939393;
	color: #fff;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 3px 4px 2px;
	margin-bottom: 4px;
	font-weight: bold;
}

#sidebar .elf-news li a.news-title {
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 2px;
	font-weight: bold;
}

#sidebar .elf-news li p {
	padding-top: 0;
}

#sidebar .news-nav {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

#sidebar .news-nav a.news-newer,
#sidebar .news-nav a.news-older {
	display: block;
	float: right;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .news-nav a.news-newer {
	background: url(../../../imgs/arrow-sprite2.jpg) no-repeat left 1px;
	padding-left: 30px;
}

#sidebar .news-nav a.news-older {
	background: url(../../../imgs/arrow-sprite2.jpg) no-repeat right -83px;
	float: left;
	padding-right: 30px;
}

#sidebar .news-nav a.news-newer:hover {
	background-position: left -36px;
}

#sidebar .news-nav a.news-older:hover {
	background-position: right -119px;
}

#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	color: #676767;
	letter-spacing: 1px;
	padding-left: 2px;
}

#sidebar .submenu {
	margin: 4px 0 28px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#sidebar .submenu li {
	color: #fff;
	background-color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#sidebar .submenu li a {
	color: #fff;
	display: block;
	padding: 2px 4px 0px 8px;
}

#sidebar .submenu li a:hover {
	text-decoration: none;
	background-color: #3F9BDA;
}

#sidebar .submenu .current_page_item,
#sidebar .submenu li ul li.current_page_item a {
	background-color: #2fb92c;
}

#sidebar .submenu li ul {
	padding: 2px 0 0 16px;
	background-color: #fff;
}

#sidebar .submenu li ul li a {
	color: #666;
	background-color: #daff84;
}

#sidebar .submenu li ul li a:hover {
	color: #fff;
}

#sidebar .submenu li ul li.current_page_item a {
	color: #fff;
}

#sidebar .grant-thumbs {
	overflow: hidden;
	margin: 0 0 28px 0 !important;
	border-bottom: 1px solid #ccc;
	width: 300px !important;
	padding-bottom: 8px;
	display: none;
}

#sidebar .grant-thumbs ul {
	overflow: hidden;
}

#sidebar .grant-thumbs li {
	float: left;
	height: 140px !important;
	width: 146px !important;
	margin: 0 8px 6px 0;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}

#sidebar .grant-thumbs li img {
	width: 140px;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #999;
}

#sidebar .grant-thumbs li img:hover {
	background-color: #3F9BDA;
}

#sidebar .grant-thumbs .back a,
#sidebar .grant-thumbs .next a {
	width: 113px;
}


#searchform {
	overflow: hidden;
	margin-bottom: 28px;
}

#sidebar select.news-archive {
	margin-bottom: 18px;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #666;
}

#content #right-column {
	width: 498px;
	float: right;
}

#right-column .home-img {
	width: 498px;
	height: 330px;
	background-image: url(../../../imgs/img-filler-feature.jpg);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#right-column .home-img .drop-desc {
	position: absolute;
	width: 498px;
	top: -200px;
}

#right-column .home-img .drop-desc h3 {
	color: #fff;
	background-color: #3F9BDA;
	padding: 7px 9px 5px;
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #9f9f9f 1px 1px 0;
	margin: 0;
}

#right-column .home-img .drop-desc p {
	color: #fff;
	padding: 6px 8px;
	background-image: url(../../../imgs/bg-trans.png);
	line-height: 14px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#right-column .cdv-ad {
	height: 150px;
	margin-bottom: 18px;
}

#right-column .cdv-ad img {
	margin-top: 46px;
}

#right-column .cdv-ad h2 {
	background: transparent url(../../../imgs/cdv-ribbon.png) no-repeat;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	width: 544px;
	z-index: 10;
}


#right-column .our-grants {
	overflow: hidden;
}

#right-column .our-grants p {
	padding: 0 6px;
}

#right-column .our-grants #grant-slides {
	margin: 14px 10px 0 15px;
	width: 476px !important;
	height: 200px;
	overflow: hidden;
	display: none;
}

#right-column .our-grants #grant-slides li {
	float: left;
	margin-right: 32px;
	display: block;
	width: 220px !important;
	height: 200px;
}

#right-column .our-grants li a {
	line-height: 15px;
}

#right-column .our-grants li a img {
	border: 8px solid #ccc;
	margin-bottom: 4px;	
}

#right-column .our-grants li a:hover img {
	border: 8px solid #2fb92c;
}

#right-column .our-grants .grants-nav {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#right-column .our-grants .grants-nav a.arrow-prev,
#right-column .our-grants .grants-nav a.arrow-next,
.alignleft a,
.alignright a,
.back a, .next a {
	padding: 1px 16px 0px;
	color: #fff;
	display: block;
	width: 216px;
	height: 18px;
	text-transform: uppercase;
}

#right-column .our-grants .grants-nav a.arrow-prev,
.alignleft a,
.back a  {
	background: url(../../../imgs/arrow-sprite.jpg) no-repeat left 0px;
	float: left;
	height: 18px;
}

#right-column .our-grants .grants-nav a.arrow-next,
.alignright a, .next a  {
	background: url(../../../imgs/arrow-sprite.jpg) no-repeat right -46px;
	float: right;
	text-align: right;
	height: 18px;
}

#right-column .our-grants .grants-nav a.arrow-prev:hover,
.alignleft a:hover,
.back a:hover {
	background-position: left -23px;
	text-decoration: none;
	height: 18px;
}

#right-column .our-grants .grants-nav a.arrow-next:hover,
.alignright a:hover,
.next a:hover {
	background-position: right -69px;
	text-decoration: none;
	height: 18px;
}

#right-column .entry {
	padding: 10px;
}

#right-column .post .alignleft {
	margin-left: -10px;
} 

#right-column .category-news .entry {
	padding: 0 10px 10px 0;
	margin: 0 0 10px 55px;
}

#right-column .entry .aligncenter {
	margin: 0 0 10px -10px;
}

#right-column .entry ul,
#right-column .entry ol {
	padding-left: 20px;
	margin: 12px 0;
	list-style-type: circle;
}

#right-column .entry ol {
	list-style-type: lower-roman;
	margin-left: 36px;
}

#right-column .entry ul li,
#right-column .entry ol li {
	margin-top: 8px;
}

#right-column #post-88 h3 {
	margin: 14px 0 2px 0;
}

#right-column #post-88 p {
	margin-left: 24px;
}

#right-column #post-5 ul,
#right-column #post-98 ul,
#right-column #post-240 ul,
#right-column #post-243 ul {
	padding: 0;
	list-style: none;
}

#right-column #post-5 ul li,
#right-column #post-98 ul li,
#right-column #post-240 ul li,
#right-column #post-243 ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
	margin-bottom: 16px;
	overflow: hidden;
}

#right-column #post-5 ul li img,
#right-column #post-98 ul li img,
#right-column #post-240 ul li img,
#right-column #post-243 ul li img {
	margin: 2px 10px 2px 0;
	float: left;
}

#right-column #post-5 ul li p.bene-info,
#right-column #post-98 ul li p.bene-info,
#right-column #post-240 ul li p.bene-info,
#right-column #post-243 ul li p.bene-info {
	margin-left: 212px;
	padding: 0;
}

#right-column #post-5 ul li p.bene-info a,
#right-column #post-98 ul li p.bene-info a,
#right-column #post-240 ul li p.bene-info a,
#right-column #post-243 ul li p.bene-info a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

#right-column .date {
	display: block;
	float: left;
	text-align: center;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	width: 44px;
	background-color: #2fb92c;
	margin-right: 8px;
	text-transform: uppercase;
}

#right-column .date .month {
	font-size: 14px;
	display: block;
	background-color: #3F9BDA;
	padding: 4px 4px 3px;
}

#right-column .date .day {
	display: block;
	padding: 3px 0 1px;
}

#right-column h3 {
	font-size: 18px;
	margin-left: 54px;
}

#right-column .postmetadata {
	font-size: 11px;
	background-color: #ccc;
	padding: 4px 8px;
	margin: 8px 0 28px;
	color: #fff;
	clear: both;
}

#right-column .postmetadata strong {
	margin-right: 6px;
}

.ngg-imagebrowser {
	width: 272px;
	margin: 16px 10px 26px 0;
	float: left;
	overflow: hidden;
	position: relative;
}

.ngg-imagebrowser .pic {
	margin-bottom: 12px;
	text-align: center;
}

.ngg-imagebrowser .pic img {
	border: 1px solid #ccc;
	padding: 2px;
}

.ngg-imagebrowser .ngg-imagebrowser-nav .back a,
.ngg-imagebrowser .ngg-imagebrowser-nav .next a {
	width: 70px;
}

.photo-nav {
	position: relative;
}

.photo-nav .slide-back a,
.photo-nav .slide-next a {
	width: 20px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	background: url(../../../imgs/arrow-sprite3.jpg) no-repeat 0 -68px;
	position: absolute;
	top: 27px;
	left: 2px;
}

.photo-nav .slide-next a {
	left: 254px;
	background-position: 0 0;
}

.photo-nav .slide-next a:hover {
	background-position: 0 -34px;
}

.photo-nav .slide-back a:hover {
	background-position: 0 -103px;
}

.ngg-imagebrowser .counter {
	text-align: center;
	font-weight: bold;
}

.photo-carousel {
	margin-left: 18px;
	display: none;
}

.photo-carousel ul {
	overflow: hidden;
}

.photo-carousel li {
	margin: 2px 4px;
}

.photo-carousel li img.bg-img-s {
	padding: 3px;
	background-color: #999;
}

.photo-carousel li img.bg-img-s:hover {
	background-color: #3F9BDA;
}

p.bene-summary {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 16px 290px;
	clear: none;
}

blockquote.bene-quote {
	font-size: 14px;
	margin: 6px 10px 0 300px;
	padding: 0;
}

blockquote.bene-quote span {
	display: block;
	font-size: 12px;
	color: #535353;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top: 4px;
}


/* @group Contact Form Stuff */

#right-column .contactform form {
	margin-top: 12px;
}

#right-column .contactform form label {
	font-weight: bold;
}

#right-column .contactform .contacterror {
	background-color: #f7908c;
}

#contactsubmit {
	padding: 8px 10px 5px;
	text-transform: uppercase;
	background-color: #2fb92c;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 0;
}

.contactleft label {
	margin-top: 6px;
	display: block;
	float: left;
}

/* @end */

#footer {
	padding: 8px 0 26px;
	overflow: hidden;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#footer h2 {
	color: #666;
	padding: 3px 6px 1px 2px;
	text-transform: uppercase;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	text-shadow: #fff 1px 1px 0;
	border-bottom: 1px solid #999;
}

#footer .elf-signup {
	float: left;
	padding-left: 32px;
}

#footer form {
	margin-top: 10px;
	overflow: hidden;
}

#footer #signup .text-input,
#searchform #s {
	width: 232px;
	float: left;
}

.narrowcolumn #searchform #s {
	width: 430px;
}

#footer #signup button,
#searchform #searchsubmit {
	width: 46px;
	height: 31px;
	background: url(../../../imgs/btn-go.jpg) no-repeat left top;
	text-indent: -9999px;
	border: 0;
	float: right;
	cursor: pointer;
}

#footer .cdv-promo {
	width: 498px;
	float: right;
	background: url(../../../imgs/cdv-2010-promo.png) no-repeat -25px 40px;
	height: 230px;
	padding-right: 32px;
}

#footer .cdv-promo p {
	text-indent: -9999px;
}

#footer .cdv-promo a {
	display: block;
	height: 180px;
}

.bottom-stripes {
	border-top: 1px solid #ccc;
	background: url(../../../imgs/blue-stripes.jpg) repeat center top;
	margin-top: 16px;
	height: 60px;
}

