/*
*
*
*	Fundraising Node Page styles
*
*
*/

/*	Structure
-------------------------------------------------------------- */


#fundraisingSideBoxContainer{
    float: right;
    margin: 0;
    width: 210px;
}
#fundraisingSideBoxText {
    background: #f8f2ea;
    border: 1px solid #ff6600;
    height: auto !important;
    margin-bottom: 10px;
    min-height: 144px;
}
#fundraisingSideBoxText h3 {
    background: #ff6600;
    color: #fff;
    margin: 0;
	text-align:center;
    padding: 4px 0 4px 10px;
}
#fundraisingSideBoxText p {
    font-size: 0.91em;
    line-height: 1.6em;
    margin: -2px;
    padding: 7px 8px 10px 10px;
	text-align:center;
}
 
 



.fundraisingtopleft {
	width: 475px;
	float: left;
	min-height:250px;
}
 
	
 
.fundraisingcontent {
    background: #f8f2ea;
    border: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 25px 25px 5px 25px;
    width: 670px;
}
 
 .fundraisingcontent h3 {
 margin-bottom:2px;
     color: #1d38ac;
   font-weight:bold;
}
 
 



.fundraisingcontentleftimg {
	width:205px;
	float: left;
}


.morelink a {
    background: #1d38ac;
    color: #fff;
    display: block;
    font-size: 1.0em;
    padding: 5px 5px 5px 5px;
    width: 165px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	 border-radius: 0 0 12px 12px;
	 text-align:center;
	 font-weight:bold;
}

.morelink a:hover {
    background: #ff6600;
    text-decoration: underline;
}

.fundraisingcontentrighttext {
	width:465px;
	float: left;
	min-height:215px;
}

.fundraisingcontentrighttext a {
    font-size: 1.0em;
	font-weight:bold;
}

.fundraisingcontentrighttext a:hover {
	text-decoration:underline;
}



.fundraisingsep {
border-top: 1px dotted #1d38ac;
margin-bottom:10px;
clear:both;
}


.highlight {
    border: 1px solid #1d38ac;
	background:#fff;
    clear: both;
    font-size: 0.9em;
    line-height: 1.7em;
    margin: 15px 0;
    padding: 10px;
}
 
.registerinterest a {
    background: #1d38ac;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 5px 5px 6px;
    text-align: center;
    width: 180px;
}
.registerinterest a:hover {
    background: #ff6600;
    text-decoration: underline;
}
 

.LeftFRBody {
    background:  #fff;
    border: 1px solid #ddd;
    float: left;
    height: auto !important;
    margin-top: 0;
    padding: 15px;
    width: 420px;
}
 
 
 
.fundraisingSideBoxInfo {
    float: right;
    margin-left: 10px;
    width: 200px;
border: 1px #ddd solid;
background:#FFF;
} 
 
 
.fundraisingSideBoxInfo p {
    font-size: 90%;
    line-height: 160%;
    margin: 0;
    padding: 12px;
}

 
 .imagespacer {
	 margin: 0 0 2px 15px;
 }
 
 
 
 
/*	Search box on easysearch page
-------------------------------------------------------------- */
.esBanner200x130 { width: 230px; height: 130px; padding: 3px; margin: 5px; background-color: #ffffff; display: inline;  float: right;  }
.esBanner200x130 form { margin: 0px; }
.esBanner200x130 .inner { width: 100%; height: 130px; border: 1px solid #999999; }
.esBanner200x130 .inner .searchInput { width: 133px; }
.esBanner200x130 .inner .searchInput input { width: 120px; margin-left: 4px; margin-bottom: 4px; font-family: arial, verdana, sans-serif; font-size: 13px; color: #828282; }
.esBanner200x130 .inner .searchButton { width: 66px; }
.esBanner200x130 .inner .searchButton input { width: 60px; margin-right: 3px; margin-bottom: 4px; font-family: arial, verdana, sans-serif; font-size: 13px; }

 
 
 


 
 
	
	
 

.ChapterBlock{
    margin-right: 30px;

}

.chaptercontainer{
	float: right;
    width: 225px;
	 overflow:hidden;
	 margin-left: 30px;
	 border-left: 1px dotted #cccccc;
	 border-bottom: 1px dotted #cccccc;
}


.chaptercontainer h2 {
	padding: 7px;
}



.chapter {
    margin: 0;
    padding: 0;
	font-size: 1em;
}
.chapter li {
   	background: url("../img/icons/dotted.gif") repeat-x scroll left top transparent;
    padding: 8px 0;
}

.chapter li:last-child {
   background: url("../img/icons/dotted.gif") repeat-x scroll left top transparent;
    padding: 8px 0;
}

.chapter li.chaptext {

    font-size: 1em;
    padding: 10px 0 10px 5px;
}
.chapter li.chaptext h3 {
    color: #ff6600;
	font-weight: bold;
    font-size: 1.3em;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.chapter li.chaptext p {
    line-height: 1.5em;
    margin: 0;
	font-size: 0.9em;
}
.chapter li a {
    display: block;
    padding-left: 5px;
}

.highlight_box {
    border: 1px dashed #ff6600;
    margin: 10px 0;
	padding: 6px;
	background: #ffffff;
	font-size: 0.85em
}

label.radio-label {
    display: inline !important;
    font-size: 0.85em !important;
    font-weight: normal;
}


 