/* CFNF.org */


#logoBar h1 {
	display: none;
}


/* ------------------------------------------------------------- MAIN BODY AREA -----*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #445638;
	font-weight: normal;
	margin-bottom: 24px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #445638;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 24px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #445638;
	clear:both;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #445638;
	font-weight: bold;
	margin-bottom: 10px;
}

p, ul, ol, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #445638;
	margin-bottom: 24px;
}

#sidebar p {
	margin-bottom: 0px;
	line-height: 18px;
}

#pageBody a:link, #pageBody a:visited {
	color: #8B8759;
}

#pageBody a[href$=".pdf"] {
	background-image:url(../images/icon-pdf.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 20px;
	}
	
#pageBody a[href^="http"] {
	background-image:url(../images/icon-offsite.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right: 20px;
	}

#pageBody ul, #pageBody ol {
	padding-left: 1.5em;
}

/* two-column lists */
ul.columns {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.columns li {
	float: left;
	width: 40%;
	text-align: left;
	margin-bottom: 5px;
}

/* bios */

.bio {
	margin-bottom: 10px;
}
.bio img {
	float: left;
	margin-right: 15px;
}
/*.bio p {
	float: right;
}*/

/* tables */

#fundsTable td {
	vertical-align: top;
	padding-right:15px;
}

#versusTable td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#versusTable thead td {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

#honorrollTable td {
	vertical-align: top;
	padding-right: 25px;
}

/* donor stories */

.donorStory {
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.donorStory h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

/* common classes */
.clear {
	clear: both;
}

.oddrow {
	background-color: #DEDEDE;
}

.callout {
	font-style: italic;
	font-weight: bold;
	background-color: #FFFF99;
	border: 1px solid #993300;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 24px;
	margin-bottom:20px;
}


/* -------------------------------------------------------- RIGHT COLUMN BLOCKS -----*/

.sideblock h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 24px;
}
.sideblock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/*-------------------------------------------------------- side menu */

#menu h1 {
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #B5AF72;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 15px;
	}

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

#menu li {
	background-color: #B5AF72;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #707D66;
	}

#menu li:hover {
	background-color: #BBCC7E;	
	}

#menu li a:link, #menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	display:block;
	}
#menu .current {
	background-color: #EDE7D6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #B5AF72;
	background-image: url(../images/current_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#menu li.current:hover {
	background-color: #EDE7D6;
	}
	
/* end menu */


/* ------------------------------------------------------------- BOTTOM BLOCKS -----*/


#bottomContainer .left h1, #bottomContainer .middle h1, #bottomContainer .right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #70a333;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#bottomContainer .left p, #bottomContainer .middle p, #bottomContainer .right p {
	font-family: Arial, Helvetica, sans-serif;
	color: #445638;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
} 


/* ------------------------------------------------------------- contact form -----*/

#contact_table td {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
	}

#contact_table input[type="text"], #contact_table textarea {
	border:1px solid #666666;
	width: 100%;
	}
	
.formLabel {
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #445638;
	}

/* ------------------------------------------------------------- misc -----*/

blockquote {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 24px;
	color: #445638;
	background-color: #EDE7D6;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.important, .required, .error {
	color: #990033;
	}
	
.important, .error {
	font-weight: bold;
	}

.pictureHeader, photoHeader {
	font-weight:bold;
	}

.pictureCaption, .photoCaption {
	margin-top: 10px;
	font-style:italic;
	font-size:10px;
	line-height: 14px;
	}