/* CSS Document */

.textContainerWrapper {
	padding: 0;
}
.whiteBox{
-moz-box-shadow: 4px 4px 5px #666;
-webkit-box-shadow: 4px 4px 5px #666;
box-shadow: 4px 4px 5px #666;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	padding: 0 25px 0 0;
	background-color:#f7f6f1;
	margin-top: 15px;
}
.headingBkg {
	background-image: url(SA_TitleBKG.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 225px;
	height: 80px;
	}
.textContentPane {
	padding: 0 0 10px 30px;
	/*background-color: #fff;*/
	}
.textContentPaneWhite {
	-moz-box-shadow: 4px 4px 5px #a58f85;
-webkit-box-shadow: 4px 4px 5px #a58f85;
box-shadow: 4px 4px 5px #a58f85;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a58f85')";
	padding: 0;
	background-color:#efeae2;
	margin-top: 1px;
	}
.textContentPaneWhite H2 {
	padding: 10px 30px 0 25px;
	}
.textContentPaneWhite p {
	padding: 0 30px 9px 25px;
	}
.quoteContainerWrapper {
	width: 100%;
	padding: 0 0 0 40px;
}
.quoteLeft{
	width: 60px;
	float:left;
	background-image: url(SA_QuoteLeft.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.quoteContent {
	float:left;
}
.quoteRight{
	width: 60px;
	float:left;
	background-image: url(SA_QuoteRight.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.pictureContainerWrapper {
	margin: 0;
	padding: 0 ;
}
.titleOne {
	font-family: 'Artifika', Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 83px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #CA0083;
	padding-left: 30px;
    width: 100%;
}
/*html>body .titleOne { 
	line-height: 90px;
}*/
.titleTwo {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1px;
    padding:0 0 0 30px;
    color:#666;
    margin-top: 40px;
}
.titleThree {
    color:#333;
    font-weight: bold;
}
H2  {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;*/
	line-height: 22px;
    font-weight: normal;
    text-decoration: none;
   /* text-transform: uppercase;
    letter-spacing: 1px;*/
    color: #000;
	/*margin-bottom: 10px;*/
}
a.SubHead:link, a.SubHead:visited, a.SubHead:active {
		text-decoration: none;
		}
a.SubHead:hover, a:hover H2 {
    color:#CA0083;
	text-decoration: underline;
}
.slideInfoZone H2  {
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    /*font-family: "Avenir";*/
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #CA0083;
	/*margin-bottom: 10px;*/
}
.slideInfoZone p {
	text-align: left;
	font-variant: normal;
	font-size: 11px;
	color: #333;
	
	}





