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

/* Main template styles */
body, ul, li, p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	color: #231f20;
	font-size: 12px;
	line-height: 20px;
}

a{
	color: #3366cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body{
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

#container{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

#header{
	width: 980px;
	height: 24px;
	border-top: solid 3px #231f20;
}

#footer{
	height: 53px;
	background-color: #ebebeb;
	padding-top: 14px;
	clear: left;
	position: relative;
}

/* Common */
.hidden{
	display:none;
}

.clear{
	clear: both;
}

.current{
	color: #999;
}

/* Top Nav */
#topnav li{
	float: left;
	list-style-type: none;
	position: relative;
}

#topnav li a{
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	width: 245px;
	height: 19px;
	padding-top: 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

#topnav li#services-programsNav a,
#topnav li#services-programsNav li a{
	background-color: #778822; //green
}

#topnav li#services-programsNav a:hover,
#topnav li#services-programsNav ul .current{
	color: #e1ebad; //light green
}

#topnav li#supportNav a,
#topnav li#supportNav li a{
	background-color: #cc9933; //orange
}

#topnav li#supportNav a:hover,
#topnav li#supportNav ul .current{
	color: #ebd6ad; //light orange
}

#topnav li#volunteerNav a,
#topnav li#volunteerNav li a{
	background-color: #cc4d33; //red
}

#topnav li#volunteerNav a:hover,
#topnav li#volunteerNav ul .current{
	color: #ebb8ad; //light red
}

#topnav li#aboutNav a,
#topnav li#aboutNav li a{
	background-color: #3366cc; //blue
}

#topnav li#aboutNav a:hover,
#topnav li#aboutNav ul .current{
	color: #adc2eb; //light blue
}

#topnav li ul{
	position: absolute;
	top: 24px;
	left: 0;
	display: none;
}

#topnav li ul li{
	float: none;
}

#topnav li ul li a{
	height: auto;
	width: 225px;
	padding: 5px 10px 7px 10px;
}

#topnav li:hover ul,
#topnav li.over ul{
	display: block;
	z-index: 10;
}

/* Footer */
#footernav{
	margin-left: 37px;
}

#footernav li{
	float: left;
	list-style-type: none;
}

#footernav li a{
	text-decoration: none;
	color: #231f20;
	display: block;
	font-size: 10px;
	margin-right: 60px;
}

#footernav li a.current{
	color: #757779;
}

#footer #searchInput{
	width: 200px;
}

#footer p#legal{
	font-size: 8px;
	position: absolute;
	top: 38px;
	left: 244px;
}

/* Home page styles */
#homeBanner{
	height: 199px;
	background: #ecf2ff url(/images/layout/home-banner.jpg) no-repeat top left;
	padding: 43px 39px 0 17px;
}

#logo{
	float: left;
	margin-right: 62px;
	width: 165px;
	height: 173px;
}

#homeBanner p{
	font-family: Minion, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

#homeContent{
	padding: 20px 23px 30px 17px;
	background: url(/images/layout/bottom-shadow-tile-white.jpg) repeat-x bottom left;
}

#address{
	float: left;
	width: 226px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#address p{
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#address a.volunteerLounge{
	display: block;
	border: solid 1px #555;
	width: 127px;
	height: 39px;
	background-color: #ffec95;
	padding-top: 3px;
	margin-top: 34px;
	color: #231f20;
	text-align: center;
}

#address a.volunteerLounge:hover{
	background-color: #ffe260;
	text-decoration: none;
}

#extraSpace{
	float: left;
	width: 246px;	
}

#headlines{
	float: left;
	width: 466px;
	font-size: 14px;
	line-height: 23px;
}

#headlines h2{
	font-size: 18px;
	line-height: 23px;
	color: #3366cc;
}

#headlines p{
	font-size: 14px;
	line-height: 23px;
	margin-top: 9px;
}

#headlines a{
	font-style: italic;
}

/* Section template styles */
#sectionTop{
	background: url(/images/layout/top-shadow.jpg) no-repeat top left;
	width: 980px;
	height: 9px;
	font-size: 1px;
}

#section{
	background: url(/images/layout/side-tile.gif) repeat-y top left;	
}

#sectionBottom{
	background: url(/images/layout/bottom-shadow.jpg) no-repeat top left;
	width: 980px;
	height: 9px;
	font-size: 1px;
}

#subMenu{
	width: 200px;
	float: left;
	display: inline;
	margin: 36px 0 50px 33px;
}

#subMenu img{
	width: 170px;
	height: 111px;
	margin-bottom: 50px;
	border: 0;
}

#subMenu ul{
	list-style-type: none;
}

#subMenu li a{
	font-weight: bold;
	color: #231f20;
	line-height: 18px;
	font-size: 15px;
}

#subMenu li{
	margin-bottom: 13px;
}

#subMenu a.current{
	color: #757779;
}

#content{
	float: left;
	display: inline;
	width: 669px;
	margin: 36px 0 36px 31px;
}

#content p.teaser{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 25px;
}

#content h2{
	font-size: 17px;
}

#content h3{
	font-weight: bold;
	margin-top: 12px;
	font-size: 14px;
}

#content h4{
	color: #000 !important;
	font-weight: bold;
	margin-top: 12px;
}

#content p{
	margin-bottom: 16px;
	color: #000;
}

#content ul{
	margin: 0 0 20px 17px;
	list-style-type: square;
}

#content img{
	margin: 5px 20px;
}

/* Spotlight Insets on Landing pages */
#spotlightTeaserWrapper{
	float: right;
	margin-left: 20px;
}

#spotlightTeaser{
	width: 166px;
	padding: 14px 17px 0 17px;
	text-align: center;
}

#spotlightTeaserBottom{
	width: 200px;
	height: 17px;
}

#spotlightTeaser h3{
	line-height: 17px;
	margin-bottom: 5px;
}

#spotlightTeaser h3 span{
	display: block;
	color: #000;
	margin: 5px 0;
}

#spotlightTeaser p{
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 0;
}

#spotlightTeaser p a{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0;
	font-style: italic;
}

/* Contact Us Form styles */
fieldset{
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}

label#name,
label#title,
label#organization,
label#phone,
label#email,
label#streetAddress{
	display: block;
	float: left;
	width: 125px;
}

input.name,
input.title,
input.organization,
input.phone,
input.email,
input.streetAddress{
	width: 200px;
}

input.orgAddress {
	width: 300px;
}

input.city {
	width: 200px;
}

input.state {
	width: 100px;
}

input.zip {
	width: 50px;
}

textarea{
	display: block;
	width: 650px;
}

label.missing{
	color: red;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#ccc !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #ccc !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #ccc !important; //Text input field border color
   background-color:#ccc !important; //Text input field background color
 }
