/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */

#stacks_in_51861_page0 h1,#stacks_in_51861_page0 h1 a,#stacks_in_51861_page0 p,#stacks_in_51861_page0 p a{
	color:rgba(159, 121, 23, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(255, 255, 255, 1.00),
		1px 1px 1px rgba(240, 240, 240, 1.00),
		2px 2px 1px rgba(225, 225, 225, 1.00),
		3px 3px 1px rgba(210, 210, 210, 1.00),
		4px 4px 1px rgba(195, 195, 195, 1.00),
		5px 5px 1px rgba(180, 180, 180, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_51861_page0 p a:hover, #stacks_in_51861_page0 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51861_page0 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_51862_page0 {
	font-size: 179%;
}


#stacks_in_51863_page0 h4,#stacks_in_51863_page0 h4 a,#stacks_in_51863_page0 p,#stacks_in_51863_page0 p a{
	color:rgba(212, 172, 59, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51863_page0 p a:hover, #stacks_in_51863_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51863_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_51865_page0 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_51866_page0 h2,#stacks_in_51866_page0 h2 a,#stacks_in_51866_page0 p,#stacks_in_51866_page0 p a{
	color:rgba(180, 139, 57, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51866_page0 p a:hover, #stacks_in_51866_page0 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51866_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_51868_page0 {
	width: 750px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_51869_page0 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_51869_page0 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_51869_page0 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_51869_page0 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_51869_page0 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_51869_page0 .owl-theme .owl-controls .owl-page.active span,#stacks_in_51869_page0 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_51869_page0 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_51869_page0 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_51869_page0outerwrapper{	max-width: 750px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_51869_page0owl-stack{	height:0px;}#stacks_in_51869_page0owl-stack .stacks_in_51869_page0item img{display: block;width: 100%;height: auto;}#stacks_in_51869_page0imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_51869_page0 {
	margin: 20px 0px 0px 0px;
}

#accstacks_in_51909_page0 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}
#stacks_in_51909_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_51909_page0 {
	width: 750px;
}


#stacks_in_51910_page0 h4,#stacks_in_51910_page0 h4 a,#stacks_in_51910_page0 p,#stacks_in_51910_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51910_page0 p a:hover, #stacks_in_51910_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51910_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_51910_page0 {
	width: 620px;
}

#smPlayer_stacks_in_51913_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_51913_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_51913_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_51913_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_51913_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_51913_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_51913_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_51913_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_51913_page0 {
	width: 620px;
}


#stacks_in_51916_page0 h4,#stacks_in_51916_page0 h4 a,#stacks_in_51916_page0 p,#stacks_in_51916_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51916_page0 p a:hover, #stacks_in_51916_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51916_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_51916_page0 {
	width: 620px;
}

#smPlayer_stacks_in_51919_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_51919_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_51919_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_51919_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_51919_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_51919_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_51919_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_51919_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_51919_page0 {
	width: 620px;
}


#stacks_in_51922_page0 h4,#stacks_in_51922_page0 h4 a,#stacks_in_51922_page0 p,#stacks_in_51922_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51922_page0 p a:hover, #stacks_in_51922_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51922_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_51922_page0 {
	width: 620px;
}

#smPlayer_stacks_in_51925_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_51925_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_51925_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_51925_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_51925_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_51925_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_51925_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_51925_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_51925_page0 {
	width: 620px;
}


#stacks_in_51928_page0 h4,#stacks_in_51928_page0 h4 a,#stacks_in_51928_page0 p,#stacks_in_51928_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51928_page0 p a:hover, #stacks_in_51928_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51928_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_51928_page0 {
	width: 620px;
}

#smPlayer_stacks_in_51931_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_51931_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_51931_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_51931_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_51931_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_51931_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_51931_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_51931_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_51931_page0 {
	width: 620px;
}


#stacks_in_52219_page0 h4,#stacks_in_52219_page0 h4 a,#stacks_in_52219_page0 p,#stacks_in_52219_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52219_page0 p a:hover, #stacks_in_52219_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52219_page0 {
	background-color: rgba(228, 240, 254, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52219_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52222_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52222_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52222_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52222_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52222_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52222_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52222_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52222_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52222_page0 {
	width: 620px;
}


#stacks_in_52225_page0 h4,#stacks_in_52225_page0 h4 a,#stacks_in_52225_page0 p,#stacks_in_52225_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52225_page0 p a:hover, #stacks_in_52225_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52225_page0 {
	background-color: rgba(222, 236, 253, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52225_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52228_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52228_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52228_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52228_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52228_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52228_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52228_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52228_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52228_page0 {
	width: 620px;
}
/* Start Button Press stack CSS code */#stacks_in_51935_page0{	text-align: center !important;}.stacks_in_51935_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFE473;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFE473;	box-shadow:inset 0px 1px 0px 0px #FFE473;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B99E2D), color-stop(1, #9B800F) );	background:-moz-linear-gradient( center top, #B99E2D 5%, #9B800F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B99E2D', endColorstr='#9B800F');	background-color:#AF9423;	text-shadow:none;		text-shadow:1px -1px 0px #876C00;			border:1px solid #917605;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_51935_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #876C00;		-webkit-box-shadow:inset 0px 1px 0px 0px #876C00;		box-shadow:inset 0px 1px 0px 0px #876C00;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9B800F), color-stop(1, #B99E2D) );		background:-moz-linear-gradient( center top, #9B800F 5%, #B99E2D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B800F', endColorstr='#B99E2D');		background-color:#AF9423;					color:;		}/* End Button Press stack CSS code */
#stacks_in_51935_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_51935_page0 {
	width: 350px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_51936_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_51936_page0 .theDivider1, #simpleDivider_stacks_in_51936_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_51936_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_51936_page0 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}

#stacks_out_51938_page0 {
	width: 950px;
}

#stacks_in_51939_page0 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_51940_page0 h2,#stacks_in_51940_page0 h2 a,#stacks_in_51940_page0 p,#stacks_in_51940_page0 p a{
	color:rgba(180, 139, 57, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51940_page0 p a:hover, #stacks_in_51940_page0 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51940_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_51942_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_51944_page0 {
	width: 750px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_51945_page0 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_51945_page0 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_51945_page0 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_51945_page0 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_51945_page0 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_51945_page0 .owl-theme .owl-controls .owl-page.active span,#stacks_in_51945_page0 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_51945_page0 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_51945_page0 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_51945_page0outerwrapper{	max-width: 750px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_51945_page0owl-stack{	height:0px;}#stacks_in_51945_page0owl-stack .stacks_in_51945_page0item img{display: block;width: 100%;height: auto;}#stacks_in_51945_page0imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_51945_page0 {
	margin: 20px 0px 0px 0px;
}

#accstacks_in_51997_page0 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}
#stacks_in_51997_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_51997_page0 {
	width: 750px;
}


#stacks_in_51998_page0 h4,#stacks_in_51998_page0 h4 a,#stacks_in_51998_page0 p,#stacks_in_51998_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_51998_page0 p a:hover, #stacks_in_51998_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_51998_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_51998_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52001_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52001_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52001_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52001_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52001_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52001_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52001_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52001_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52001_page0 {
	width: 620px;
}


#stacks_in_52004_page0 h4,#stacks_in_52004_page0 h4 a,#stacks_in_52004_page0 p,#stacks_in_52004_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52004_page0 p a:hover, #stacks_in_52004_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52004_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52004_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52007_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52007_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52007_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52007_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52007_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52007_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52007_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52007_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52007_page0 {
	width: 620px;
}


#stacks_in_52010_page0 h4,#stacks_in_52010_page0 h4 a,#stacks_in_52010_page0 p,#stacks_in_52010_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52010_page0 p a:hover, #stacks_in_52010_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52010_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52010_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52013_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52013_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52013_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52013_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52013_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52013_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52013_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52013_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52013_page0 {
	width: 620px;
}


#stacks_in_52016_page0 h4,#stacks_in_52016_page0 h4 a,#stacks_in_52016_page0 p,#stacks_in_52016_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52016_page0 p a:hover, #stacks_in_52016_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52016_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52016_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52019_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52019_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52019_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52019_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52019_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52019_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52019_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52019_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52019_page0 {
	width: 620px;
}


#stacks_in_52233_page0 h4,#stacks_in_52233_page0 h4 a,#stacks_in_52233_page0 p,#stacks_in_52233_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52233_page0 p a:hover, #stacks_in_52233_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52233_page0 {
	background-color: rgba(228, 240, 254, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52233_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52236_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52236_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52236_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52236_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52236_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52236_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52236_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52236_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52236_page0 {
	width: 620px;
}


#stacks_in_52239_page0 h4,#stacks_in_52239_page0 h4 a,#stacks_in_52239_page0 p,#stacks_in_52239_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52239_page0 p a:hover, #stacks_in_52239_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52239_page0 {
	background-color: rgba(222, 236, 253, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52239_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52242_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52242_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52242_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52242_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52242_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52242_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52242_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52242_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52242_page0 {
	width: 620px;
}
/* Start Button Press stack CSS code */#stacks_in_52023_page0{	text-align: center !important;}.stacks_in_52023_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFE473;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFE473;	box-shadow:inset 0px 1px 0px 0px #FFE473;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B99E2D), color-stop(1, #9B800F) );	background:-moz-linear-gradient( center top, #B99E2D 5%, #9B800F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B99E2D', endColorstr='#9B800F');	background-color:#AF9423;	text-shadow:none;		text-shadow:1px -1px 0px #876C00;			border:1px solid #917605;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_52023_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #876C00;		-webkit-box-shadow:inset 0px 1px 0px 0px #876C00;		box-shadow:inset 0px 1px 0px 0px #876C00;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9B800F), color-stop(1, #B99E2D) );		background:-moz-linear-gradient( center top, #9B800F 5%, #B99E2D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B800F', endColorstr='#B99E2D');		background-color:#AF9423;					color:;		}/* End Button Press stack CSS code */
#stacks_in_52023_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52023_page0 {
	width: 350px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_52024_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_52024_page0 .theDivider1, #simpleDivider_stacks_in_52024_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_52024_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_52024_page0 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}

#stacks_in_52026_page0 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_52027_page0 h2,#stacks_in_52027_page0 h2 a,#stacks_in_52027_page0 p,#stacks_in_52027_page0 p a{
	color:rgba(180, 139, 57, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52027_page0 p a:hover, #stacks_in_52027_page0 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52027_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_52029_page0 {
	width: 750px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_52030_page0 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_52030_page0 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_52030_page0 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_52030_page0 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_52030_page0 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_52030_page0 .owl-theme .owl-controls .owl-page.active span,#stacks_in_52030_page0 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_52030_page0 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_52030_page0 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_52030_page0outerwrapper{	max-width: 750px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_52030_page0owl-stack{	height:0px;}#stacks_in_52030_page0owl-stack .stacks_in_52030_page0item img{display: block;width: 100%;height: auto;}#stacks_in_52030_page0imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_52030_page0 {
	margin: 20px 0px 0px 0px;
}

#accstacks_in_52088_page0 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}
#stacks_in_52088_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52088_page0 {
	width: 750px;
}


#stacks_in_52089_page0 h4,#stacks_in_52089_page0 h4 a,#stacks_in_52089_page0 p,#stacks_in_52089_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52089_page0 p a:hover, #stacks_in_52089_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52089_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52089_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52092_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52092_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52092_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52092_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52092_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52092_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52092_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52092_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52092_page0 {
	width: 620px;
}


#stacks_in_52095_page0 h4,#stacks_in_52095_page0 h4 a,#stacks_in_52095_page0 p,#stacks_in_52095_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52095_page0 p a:hover, #stacks_in_52095_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52095_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52095_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52098_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52098_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52098_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52098_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52098_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52098_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52098_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52098_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52098_page0 {
	width: 620px;
}


#stacks_in_52101_page0 h4,#stacks_in_52101_page0 h4 a,#stacks_in_52101_page0 p,#stacks_in_52101_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52101_page0 p a:hover, #stacks_in_52101_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52101_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52101_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52104_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52104_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52104_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52104_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52104_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52104_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52104_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52104_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52104_page0 {
	width: 620px;
}


#stacks_in_52107_page0 h4,#stacks_in_52107_page0 h4 a,#stacks_in_52107_page0 p,#stacks_in_52107_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52107_page0 p a:hover, #stacks_in_52107_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52107_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52107_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52110_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52110_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52110_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52110_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52110_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52110_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52110_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52110_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52110_page0 {
	width: 620px;
}


#stacks_in_52247_page0 h4,#stacks_in_52247_page0 h4 a,#stacks_in_52247_page0 p,#stacks_in_52247_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52247_page0 p a:hover, #stacks_in_52247_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52247_page0 {
	background-color: rgba(228, 240, 254, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52247_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52250_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52250_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52250_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52250_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52250_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52250_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52250_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52250_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52250_page0 {
	width: 620px;
}


#stacks_in_52253_page0 h4,#stacks_in_52253_page0 h4 a,#stacks_in_52253_page0 p,#stacks_in_52253_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52253_page0 p a:hover, #stacks_in_52253_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52253_page0 {
	background-color: rgba(222, 236, 253, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52253_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52256_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52256_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52256_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52256_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52256_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52256_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52256_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52256_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52256_page0 {
	width: 620px;
}
/* Start Button Press stack CSS code */#stacks_in_52114_page0{	text-align: center !important;}.stacks_in_52114_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFE473;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFE473;	box-shadow:inset 0px 1px 0px 0px #FFE473;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B99E2D), color-stop(1, #9B800F) );	background:-moz-linear-gradient( center top, #B99E2D 5%, #9B800F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B99E2D', endColorstr='#9B800F');	background-color:#AF9423;	text-shadow:none;		text-shadow:1px -1px 0px #876C00;			border:1px solid #917605;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_52114_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #876C00;		-webkit-box-shadow:inset 0px 1px 0px 0px #876C00;		box-shadow:inset 0px 1px 0px 0px #876C00;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9B800F), color-stop(1, #B99E2D) );		background:-moz-linear-gradient( center top, #9B800F 5%, #B99E2D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B800F', endColorstr='#B99E2D');		background-color:#AF9423;					color:;		}/* End Button Press stack CSS code */
#stacks_in_52114_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52114_page0 {
	width: 350px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_52116_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_52116_page0 .theDivider1, #simpleDivider_stacks_in_52116_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_52116_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_52116_page0 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}

#stacks_out_52118_page0 {
	width: 950px;
}

#stacks_in_52119_page0 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_52120_page0 h2,#stacks_in_52120_page0 h2 a,#stacks_in_52120_page0 p,#stacks_in_52120_page0 p a{
	color:rgba(180, 139, 57, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52120_page0 p a:hover, #stacks_in_52120_page0 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52120_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_52122_page0 {
	width: 750px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_52123_page0 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_52123_page0 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_52123_page0 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_52123_page0 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_52123_page0 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_52123_page0 .owl-theme .owl-controls .owl-page.active span,#stacks_in_52123_page0 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_52123_page0 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_52123_page0 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_52123_page0outerwrapper{	max-width: 750px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_52123_page0owl-stack{	height:0px;}#stacks_in_52123_page0owl-stack .stacks_in_52123_page0item img{display: block;width: 100%;height: auto;}#stacks_in_52123_page0imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_52123_page0 {
	margin: 20px 0px 0px 0px;
}

#accstacks_in_52163_page0 h3 {
	margin: 0;
	padding:0;
	cursor: pointer;
}
#stacks_in_52163_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52163_page0 {
	width: 750px;
}


#stacks_in_52164_page0 h4,#stacks_in_52164_page0 h4 a,#stacks_in_52164_page0 p,#stacks_in_52164_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	
		text-shadow: 0.05em 0.05em 0.1em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52164_page0 p a:hover, #stacks_in_52164_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52164_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52164_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52167_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52167_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52167_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52167_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52167_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52167_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52167_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52167_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52167_page0 {
	width: 620px;
}


#stacks_in_52170_page0 h4,#stacks_in_52170_page0 h4 a,#stacks_in_52170_page0 p,#stacks_in_52170_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52170_page0 p a:hover, #stacks_in_52170_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52170_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52170_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52173_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52173_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52173_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52173_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52173_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52173_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52173_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52173_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52173_page0 {
	width: 620px;
}


#stacks_in_52176_page0 h4,#stacks_in_52176_page0 h4 a,#stacks_in_52176_page0 p,#stacks_in_52176_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52176_page0 p a:hover, #stacks_in_52176_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52176_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52176_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52179_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52179_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52179_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52179_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52179_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52179_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52179_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52179_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52179_page0 {
	width: 620px;
}


#stacks_in_52182_page0 h4,#stacks_in_52182_page0 h4 a,#stacks_in_52182_page0 p,#stacks_in_52182_page0 p a{
	color:rgba(162, 86, 5, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52182_page0 p a:hover, #stacks_in_52182_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52182_page0 {
	background-color: rgba(253, 217, 182, 0.48);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52182_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52185_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52185_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52185_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52185_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52185_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52185_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52185_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52185_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52185_page0 {
	width: 620px;
}


#stacks_in_52261_page0 h4,#stacks_in_52261_page0 h4 a,#stacks_in_52261_page0 p,#stacks_in_52261_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52261_page0 p a:hover, #stacks_in_52261_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52261_page0 {
	background-color: rgba(228, 240, 254, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52261_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52264_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52264_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52264_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52264_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52264_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52264_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52264_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52264_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52264_page0 {
	width: 620px;
}


#stacks_in_52267_page0 h4,#stacks_in_52267_page0 h4 a,#stacks_in_52267_page0 p,#stacks_in_52267_page0 p a{
	color:rgba(27, 118, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52267_page0 p a:hover, #stacks_in_52267_page0 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52267_page0 {
	background-color: rgba(222, 236, 253, 1.00);
	margin: 10px 0px 0px 0px;
}

#stacks_out_52267_page0 {
	width: 620px;
}

#smPlayer_stacks_in_52270_page0 .sm2-bar-ui .sm2-main-controls,
#smPlayer_stacks_in_52270_page0 .sm2-bar-ui .sm2-playlist-drawer {
 background-color: rgba(255, 255, 255, 1.00);
}

#smPlayer_stacks_in_52270_page0 .sm2-bar-ui {
 font-size: 16px;
}

@media screen and (max-width: 768px) {
	#smPlayer_stacks_in_52270_page0 .sm2-bar-ui {
 		font-size: 1em;
	}
}

#smPlayer_stacks_in_52270_page0 .sm2-bar-ui.center {
	display: block;
	margin: 0 auto;
}

#smPlayer_stacks_in_52270_page0 .sm2-bar-ui.playlist-full .sm2-playlist-drawer .sm2-playlist-wrapper ul {
    max-height: 9999px;
}

#smPlayer_stacks_in_52270_page0 .sm2-bar-ui.playlist-full .bd.sm2-playlist-drawer {height: auto !important;}
 




#stacks_in_52270_page0 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 20px 0px;
}

#stacks_out_52270_page0 {
	width: 620px;
}
/* Start Button Press stack CSS code */#stacks_in_52189_page0{	text-align: center !important;}.stacks_in_52189_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFE473;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFE473;	box-shadow:inset 0px 1px 0px 0px #FFE473;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B99E2D), color-stop(1, #9B800F) );	background:-moz-linear-gradient( center top, #B99E2D 5%, #9B800F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B99E2D', endColorstr='#9B800F');	background-color:#AF9423;	text-shadow:none;		text-shadow:1px -1px 0px #876C00;			border:1px solid #917605;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_52189_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #876C00;		-webkit-box-shadow:inset 0px 1px 0px 0px #876C00;		box-shadow:inset 0px 1px 0px 0px #876C00;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9B800F), color-stop(1, #B99E2D) );		background:-moz-linear-gradient( center top, #9B800F 5%, #B99E2D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B800F', endColorstr='#B99E2D');		background-color:#AF9423;					color:;		}/* End Button Press stack CSS code */
#stacks_in_52189_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52189_page0 {
	width: 350px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_52191_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_52191_page0 .theDivider1, #simpleDivider_stacks_in_52191_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_52191_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_52191_page0 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}

#stacks_in_52193_page0 {
	margin: 20px 0px 0px 0px;
}


#stacks_in_52194_page0 h2,#stacks_in_52194_page0 h2 a,#stacks_in_52194_page0 p,#stacks_in_52194_page0 p a{
	color:rgba(178, 137, 57, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"";
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_52194_page0 p a:hover, #stacks_in_52194_page0 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_52194_page0 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_52196_page0 {
	width: 750px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_52197_page0 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_52197_page0 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #1C9E34;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_52197_page0 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_52197_page0 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_52197_page0 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #1C9E34;}#stacks_in_52197_page0 .owl-theme .owl-controls .owl-page.active span,#stacks_in_52197_page0 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_52197_page0 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_52197_page0 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_52197_page0outerwrapper{	max-width: 960px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_52197_page0owl-stack{	height:0px;}#stacks_in_52197_page0owl-stack .stacks_in_52197_page0item img{display: block;width: 100%;height: auto;}#stacks_in_52197_page0imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_52197_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52197_page0 {
	width: 750px;
}
/* Start Button Press stack CSS code */#stacks_in_52214_page0{	text-align: center !important;}.stacks_in_52214_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFE473;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFE473;	box-shadow:inset 0px 1px 0px 0px #FFE473;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B99E2D), color-stop(1, #9B800F) );	background:-moz-linear-gradient( center top, #B99E2D 5%, #9B800F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B99E2D', endColorstr='#9B800F');	background-color:#AF9423;	text-shadow:none;		text-shadow:1px -1px 0px #876C00;			border:1px solid #917605;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_52214_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #876C00;		-webkit-box-shadow:inset 0px 1px 0px 0px #876C00;		box-shadow:inset 0px 1px 0px 0px #876C00;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9B800F), color-stop(1, #B99E2D) );		background:-moz-linear-gradient( center top, #9B800F 5%, #B99E2D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B800F', endColorstr='#B99E2D');		background-color:#AF9423;					color:;		}/* End Button Press stack CSS code */
#stacks_in_52214_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_52214_page0 {
	width: 350px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_52215_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_52215_page0 .theDivider1, #simpleDivider_stacks_in_52215_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_52215_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_52215_page0 .theDivider2 {
	height: 1px;
	background-color: #FFB486;
}
