@charset "UTF-8";
/* =General + =Classes */

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear:both;	
}
.box2 {
	margin: 0 20px;
	background: #e7faff;
	border: 1px solid transparent;
	border-bottom: 1px solid #bdcacc;
}
#tertiaryContent .box img {
	margin: 1em 20px;
	border: 5px solid #fff;
}
#tertiaryContent .box h3, #tertiaryContent .box p {
	text-align:center;
	margin: 5px 0;
}

.floatLeft {
	float:left;
	margin: 20px;
	margin-top: 0;
}
.floatRight {
	float:right;
	margin: 20px;
	margin-top: 0;
}


.floatImgLeft {
	float:left;
	border: 5px solid #fff;
	margin: 20px;
	margin-top: 0;
}
.floatImgRight {
	float:right;
	border: 5px solid #fff;
	margin: 20px;
	margin-top: 0;
}
.contentImg {
	float:right;
	margin: 0 20px;
	width:275px;
	display:inline;
}
.contentImg img {
	height:265px;
	width:275px;
}
#content .contentImg p {
	margin:10px 0;
	font-size: .9em;
}




.quickLinks {
	float:right;
	margin: 0 20px 10px 20px;
	width:200px;
	border: 1px solid #b0c8cc;
	background: #fff;
}
.quickLinks li {
	padding-left: 24px;
	background: url(img/background_quickLink.gif) 0 50% no-repeat;
}
.quickLinks li a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: .85em;
}
.quickLinks li a:hover {
	text-decoration: underline;
}
#content .quickLinks h3 {
	 text-align:center;
	 color: #333833;
}

#content .noBullet {
	list-style-type: none;
}

#content .space li {
	margin:.5em 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #333833;
	background: #fff url(img/background.jpg) repeat-x top left;
}
/* =Boxes */
#alert {
	width: 880px;
	margin: 0 auto;
	color: #fff;
	background: #005696;
	border-top: 1px solid #005696;
	border-bottom: 1px solid #005696;
}

#alert h2 {
	margin-bottom:0;
	color: #c6f4ff;
}
#alert p {
	margin-top:.5em;
}

#alert a {
	color: #fff;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	padding-bottom:20px;
	background: url(img/background_wrapper.jpg) no-repeat left top;
}
.twoCol #wrapper {
	background: url(img/background_project_wrapper.jpg) no-repeat left top;
}
#splash {
	position:relative;
	width: 864px;
	margin: 0 8px;
	height: 220px;
}
#splash h1 {
	text-indent: -9000px;
}
#splash img {
	position: absolute;
	top: 50px;
	left:0;
}




#nav {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background: #c6f4ff url(img/background_nav.jpg) repeat-x left top;
	font-size:16px;
	text-transform:uppercase;
}
#nav ul {
	padding:0;
	width:730px;
	margin: 0 auto;
	list-style-type: none;
}
#nav li {
	float:left;
	line-height:50px;
}
#nav a {
	display: block;
	padding: 0 .6em;
	text-decoration:none;
}
#nav li a:hover {
	display: block;
	background: #aae6fa;
}
#nav li a:active {
	background: #8addf8;
}





#home #link_home {
	background: #aae6fa;
}
#about #link_about {
	background: #aae6fa;
}
#buyers #link_buyers {
	background: #aae6fa;
}
#partners #link_partners {
	background: #aae6fa;
}
#programs #link_programs {
	background: #aae6fa;
}
#donate #link_donate {
	background: #aae6fa;
}
#volunteer #link_volunteer {
	background: #aae6fa;
}


#donate-volunteer {
	position: absolute;
	top: 50px;
	right:0;
	line-height:4em;
	border-left: 2px solid #005696;
	background: #c6f4ff url(img/background_nav.jpg) repeat-x left top;
}
#donate-volunteer p {
	margin: 0;
}
#donate-volunteer a {
	display:block;
	float:left;
	padding: 0 1em;
	text-decoration:none;
}
#donate-volunteer a:hover {
	background: #aae6fa;	
}
.dvFirst {
	background: url(img/background_dvFirst.jpg) no-repeat right center;
}
#donate-volunteer a.dvFirst:hover {
	background: #aae6fa url(img/background_dvFirst.jpg) no-repeat right center;
}
#newsUpdate {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	background: #c6f4ff url(img/background_nav.jpg) repeat-x left top;
}
#newsUpdate p {
	line-height: 3em;
	margin:0 8px;
}
#content {
	width: 864px;
	margin: 0 8px;
	margin-top:20px;
	padding-bottom:20px;
	background: url(img/background_content.gif) repeat-y top left;
}
.twoCol #content {
	background: url(img/background_project_content.gif) repeat-y top left;
}
#colWrapper {
	width: 646px;
	float:left;
}
#primaryContent{
	float: right;
	width: 432px;
}
.twoCol #primaryContent {
	margin-top:10px;
	border-left: 2px solid #d0d0d2;
	border-right: 2px solid #d0d0d2;
	border-bottom: 2px solid #d0d0d2;
	padding-bottom: 20px;
	width: 646px;
	float:none;
}
#secondaryContent{
	float: left;
	width: 206px;
}
#tertiaryContent {
	float: right;
	width: 206px;
	padding: 10px 0;
}
.left {
	width: 216px;
	float:left;
	background: #eee;
}
.right {
	width: 216px;
	float:right;
	background: #ccc;

}

/* =Typography */
p, h2, h3, h4, #abstract, #primaryContent ul, #primaryContent ol, #tertiaryContent ul {
	margin: 1em 20px;
 }
#content ul, #content ol {
	padding-left: 15px;
}
#content ul.noPad, #content ol.noPad {
	padding-left: 0;
}
#primaryContent .noPadding {
	padding-left: 0;
}
#primaryContent p, #primaryContent ul, #primaryContent ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333833;
	line-height: 1.5em;
}

#abstract p {
	margin:0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333833;
	font-weight:normal;	
}
.twoCol #primaryContent h2 {
	font-size: 2em;
}
.twoCol #primaryContent h3 {
	font-size: 1.5em;
}
h3, caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333833;
	font-size: 1.5em;
	font-weight:normal;
	text-align:left;
	display: block;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333833;
	font-size: 1.2em;
	font-weight:normal;
	text-align:left;
}

#primaryContent h3 {
	color: #005696;
}
.subHeadline {
	margin-top: -1em;
}

h3 + p, #content h3 + ul, #content h3 + ol {
	margin-top: -1em;
}

#secondaryContent h2, .logo {
	margin:0;
	margin-left:1px;
	margin-right:2px;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #e9ebea;
	text-align:center;
}
.logo img {
	margin:10px 0;
	width: 120px;
}

#secondaryContent ul {
	list-style-type: none;
	padding-left: 0;
}
#secondaryContent li {
	margin-left:1px;
	margin-right:2px;
	padding: 20px;
	background: url(img/background_currentProjects.jpg) repeat-x left bottom;
	color: #333833;
}
#secondaryContent li a {		/* Should not require any HTML editing in CushyCMS */
	display:block;
	font-size: 1.167em;
	color: #50b948;
	text-decoration:none;
}
#secondaryContent li a:hover {
	text-decoration:underline;
}
#tertiaryContent h2 {
	position:relative;
}
#tertiaryContent h2 span {
	position:absolute;
	bottom:0;
	right:0;
	font-size: .75em;
	padding-right: 15px;
	background: url(img/background_readMore.gif) no-repeat right center;
}

/* =Flickr */

#flickr_badge_wrapper {
	margin: -1em 10px;
}
.flickr_badge_image {
	width:70px;
	margin: 5px;
	border:4px solid #fff;
	float:left;
}
.flickr_badge_image img {
	width: 70px;
	height:70px;
}
#footer {
	background: #005696 url(img/background_footer.gif) no-repeat left bottom;
}
#listWrapper {
	background: url(img/background_footerUL.gif) no-repeat left top;
}
#footer ul {
	list-style-type:none;
	margin: 0 20px;
	padding: 20px;
}
#footer ul li ul {
	margin:0;
	padding:0;
	margin-right: 30px;
}

#footer ul li ul li {
	text-indent: -10px;
	padding-left: 10px;
}
#footer ul a {
	color: #85e8ff;
	font-weight:bold;
	text-decoration:none;
}
#footer ul a:hover {
	text-decoration:underline;
}
#footer ul li {
	float:left;
}
#footer ul li ul li {
	float:none;
}
#footer .firstFootLink a, #footer .firstFootLink span {
	font-size: 1.8em;
	color: #fff;
	font-weight:normal;
	text-transform:uppercase;
}
#footer #siteInfo {
	margin-top: 1em;
	padding-bottom: 20px;
	color: #000;
}
#footer #siteInfo a {
	font-weight:normal;
}
#siteInfo #contact {
	float:left;
	padding:0;
	padding-left: 45px;
	background: url(img/logo_equalHousing.gif) no-repeat left center;
}
#footer #contact li, #footer #copyright li {
	float:none;
}
#siteInfo #copyright {
	float:right;
	padding:0;
}
/* =Links */
a {
	color: #005696;
}
#readMore {
	text-align:right;
	padding-right: 15px;
	background: url(img/background_readMore.gif) no-repeat right center;
}

a[title="Download"] {
	padding-right: 20px;
	background: url(img/background_download.gif) no-repeat right 50% ;
}
/* =Where Page */
#map {
	width: 430px;
	margin: 1em auto;
}
/* Expandable Content*/
#content #primaryContent .expandableArea h3 {
	margin:1em 20px;
	padding-left: 30px;
	background: url(img/background_question.gif) no-repeat 5px 50%;
	font-size:1em;
	cursor: pointer;
}
#content #primaryContent .expandableArea h3.close {
	background: url(img/background_question_alt.gif) no-repeat 5px 50%;
}
.expandableArea .answer {
	margin: 0 20px;
	background: #e7faff;
	border: 1px solid transparent;
	border-bottom: 1px solid #bdcacc;
}
#home .expandableArea .answer {
	margin: 0;
	background: #fff;
	border: 1px solid transparent;
	border-bottom: none;
}


.cushyCMS a {
	display: block;
}

/* =Programs Page */
#primaryContent ul#programsList {
	padding-left:0;
	list-style-type: none;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	width: 21em;
}
#programsList a {
	line-height: 2em;
	text-decoration:none;
	border: 1px solid transparent;
	display:block;
	text-indent: 20px;
}
#programsList a:hover {
	/* background: #aae6fa; */
	background: #c6f4ff url(img/background_nav.jpg) repeat-x left top;
	border: 1px solid #eee;
	border-bottom: 1px solid #bdcacc;
}

/* =Rusty's Blog Page */

.blogPics {
	margin: 1em 15px;
}
.blogPics img {
	margin: 0 5px 10px 5px;
	width:142px;
	height: 130px;
}

/* =Board and Sfaff Page */
#board b { /* Used in the CMS to format board/staff members list to look like a table */
	float: left;
	width: 10em;
	margin-right: 20px;
}


/* =Home Page */

#content #socialIcons {
	list-style-type: none;
	overflow:hidden;
	margin: 15px 0;
	padding: 0;
}

#socialIcons li {
	float: left;
	margin-left: 15px;
	display: inline;  /* IE6 KLUDGE */
}





