@import url("/style/nav.css");

h2 {
	color: #E48200;
	font-style: normal;
	font-size: 13px;
}

.clr {
	clear: both;
}

.imgRt {
	margin: 0 0 10px 10px;
}

.noBullets {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* form styling */

form {
	margin: 0;
}


.formDisplay td, .formDisplay th {
	border: 0 none;
	padding:0 10px 10px 0;
	vertical-align:top;
}

.formDisplay th {
	width:141px;
}

th {
	font-weight:bold;
	text-align:right;
}

.formDisplay input, .formDisplay textarea {
	border: solid 1px #ccc;
}

.formDisplay .error {
	color: #cc0000;
}

.formDisplay label.error {
	padding: 0 5px;
}

.formDisplay input.error {
	border: solid 1px #cc0000;
}

/* end form styling */


blockquote .author {
	font-style: italic;
	color: #666666;
}

.campaignInfo {
	border: solid 1px #ccc;
	padding: 8px;
	font-size: 11px;
	background: #EFE9E0;
	margin-top: 10px;
}

.campaignInfo p {
	font-size: 11px;
	margin: 5px 0;
}

.campaignInfo ul {
	margin: 0 0 5px 10px;
	padding-left: 10px;
}

.makeDonation {
	margin-top: 8px;
}

.section {
	border-top: dashed 1px #CEC7B7;
	margin-top: 8px;
}

.sectionLinks {
	padding: 10px 0;
}

a.cta {
	font-weight:bold;
	color:#0082C8;
	padding-right:20px;
	background-image:url(/images/arrow-orange-square.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: underline;
}

.infoDisplay th{
	text-align: left;
}

.infoDisplay td, .infoDisplay th {
	padding: 5px;
}

.altRow {
	background: #DFF4FF;
}

/* Right nav with Flyout */

.rightMenu { }

.rightMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

.rightMenu li
{
	border-bottom: dashed #ccc 1px;
	padding: 4px 0;
	position: relative;
}

.rightMenu li li
{
	border-bottom: none;
	padding: 4px 0;
}

.rightMenu ul a
{
	background-image:url(/images/arrow-orange-square.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
	padding:0px 0px 5px 18px;
	font-size: 11px;
}

.rightMenu li ul {
	position: absolute;
	top: 0;
	left: -999em;
	background: #FEE797 url(/images/bkgd-grad-yellow.jpg) 0 0 no-repeat;
	padding: 10px;
	border: solid 1px #fed131;
	width: 168px;
}

.rightMenu li:hover ul, .rightMenu li.sfHover ul {
	left: -190px;
	z-index: 100;
}

li ul.sf-js-enabled {
	left: -190px !important;
}

.testimonial {
	float: right;
	margin: 10px 0 10px 0;
	width: 144px;
	padding: 8px;
	background-color: #FFFFCC;
	border: solid 1px #FFCC00;
}

.testimonial h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0 0 5px 0;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
	color: #E48200;
	padding: 0;
}

.testimonial p {
	margin: 0 0 5px 0;
	font-size: 11px;
}

.testimonial a {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #E48200;
	font-weight: bold;
	text-decoration: underline;
}

.testimonial a:hover {
	color: #FF9900;
	text-decoration: none;
}

.itemList {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
}

.itemList ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.itemList a {
	color: #0095E5;
	display: block;
}

.itemList a:hover { color: #86C2E3; }

#applyNow h3{
	margin-bottom: 3px;
	text-align: center;
}

