/* 
-------------------------------------------------------------------
Samaritans stylesheet: User selectable styles
-------------------------------------------------------------------
*/

/* User Styles
--------------------------------------------------------------------------
*/

/*  Text styles  */
.Normal, p {}
.heading2, h2 {font-size: 1.4em; color: #2b7f2a; font-weight: bold;}
.heading3, h3 {font-size: 1.3em; color: #7cba01;}
.heading4, h4 {font-size: 1.2em; color: #7cba01; font-weight: bold;}
.darkGreen {color: #2b7f2a; font-weight: bold;}
.lightGreen {color: #7cba01; font-weight: bold;}

/* Feature area title and subtitle */
.featureTitle { margin-top: 0.9em; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; font-size: 1.6em; color: #2b7f2a; font-weight: bold; }
.featureSubtitle { margin-top: 0pt; margin-right: 0pt; margin-bottom: 0.6em; margin-left: 0pt; font-size: 1.3em; color: #7cba01; font-weight: bold; }

/* Quote areas */
.blockquote, blockquote { margin:0px; color: #495352; background-color:#a6d0e0; font-weight:bold; font-size:1.5em; font-style:italic; padding:12px 12px 50px 12px; background-image: url(../../../images/quote_box.gif); background-position: bottom; background-repeat: repeat-x; width: auto;}
.secondQuote { margin: 1.2em 0 0 0; color: #FFF; background-color: #3c8ba9; font-weight: bold; font-size: 1.5em; font-style: italic; padding: 1.5em; background-image: url(../../../images/quote_background.jpg); background-position: left top; background-repeat: no-repeat; width: auto; }
.paleQuote { margin: 1.2em 0 0 0; color: #3c8ba9; background-color: #a3d1e0; font-weight: bold; font-size: 1.5em; font-style: italic; padding: 1.5em; background-image: url(../../../images/quote_background2.gif); background-position: left top; background-repeat: no-repeat; width: auto; }

/* Link styles */
.linkParagraph, p.linkParagraph { background: url(../../../images/highlights-arrow.gif) no-repeat; background-position: 8px 2px; padding-left: 22px; margin: 0px; }
.wordDocument { background: url(../../../images/word_icon.gif) no-repeat left; padding-left:30px; height:27px;}
.pdfDocument { background: url(../../../images/pdf_icon.gif) no-repeat left; padding-left:30px; height:27px;}

/* Photo captions */
.photoCaptionRight { font-size: 1em;  background: #3c8ba8; color: #ffffff; float: right; margin-left: 10px; text-align: center; }
.photoCaptionLeft { font-size: 1em;  background: #3c8ba8; color: #ffffff; float: left; margin-right: 10px; text-align: center; }

/* Image style for border */
.blueBorder { border-top: 0.5em solid #a6d0df; border-bottom: 0.5em solid #a6d0df; border-left: 0.5em solid #b8d9e5; border-right: 0.5em solid #b8d9e5; }

/* Green curve page break */
.greencurve { margin: 1.5em 0; width: 100%; height: 18px; background: url(../../../images/hr-format-bg.gif) no-repeat left; clear: both;}

