
#stacks_in_208830_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width: 3px 3px 3px 3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_in_208832_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	padding:  20px;
}
/*
 * Typography: Core
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Core stack for RapidWeaver 5+ Stack 2+
 */

#typography_stacks_in_208848_page1,
#typography_stacks_in_208848_page1 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#typography_stacks_in_208848_page1 .fontImport {
	border: solid 2px #e0e0e0;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 12px;
}



	/* Typography - Text Global Styles */
	#typography_stacks_in_208848_page1 .typography_text,
	#typography_stacks_in_208848_page1 .typography_text div,
	#typography_stacks_in_208848_page1 .typography_text p,
	#typography_stacks_in_208848_page1 .typography_text blockquote,
	#typography_stacks_in_208848_page1 .typography_text address,
	#typography_stacks_in_208848_page1 .typography_text details {
		color: #333333;
	}
	
	
		#typography_stacks_in_208848_page1 h1.typography_headers,
		#typography_stacks_in_208848_page1 h2.typography_headers,
		#typography_stacks_in_208848_page1 h3.typography_headers,
		#typography_stacks_in_208848_page1 h4.typography_headers,
		#typography_stacks_in_208848_page1 h5.typography_headers,
		#typography_stacks_in_208848_page1 h6.typography_headers {
			color: #111111;
		}
	
	
	#typography_stacks_in_208848_page1 .typography_text a,
	#typography_stacks_in_208848_page1 .typography_headers a,
	#typography_stacks_in_208848_page1 a .typography_headers {
		color: #0276FD;
	}
	#typography_stacks_in_208848_page1 .typography_text a:hover,
	#typography_stacks_in_208848_page1 .typography_headers a:hover,
	#typography_stacks_in_208848_page1 a:hover .typography_headers,
	#typography_stacks_in_208848_page1 .typography_text a:active,
	#typography_stacks_in_208848_page1 .typography_headers a:active,
	#typography_stacks_in_208848_page1 a:active .typography_headers {
		color: #60AFFE;
	}
	#typography_stacks_in_208848_page1.linkDecorationInherit .typography_text a {
		text-decoration: inherit;
	}
	#typography_stacks_in_208848_page1.linkDecorationNone .typography_text a {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_208848_page1.linkDecorationUnderline .typography_text a {
		text-decoration: underline;
		font-weight: normal;
	}
	#typography_stacks_in_208848_page1.linkDecorationBold .typography_text a {
		text-decoration: none;
		font-weight: bold;
	}
	#typography_stacks_in_208848_page1.linkDecorationItalic .typography_text a {
		text-decoration: none;
		font-weight: none;
		font-style: italic;
	}
	
	#typography_stacks_in_208848_page1.linkDecorationHoverInherit .typography_text a:hover,
	#typography_stacks_in_208848_page1.linkDecorationHoverInherit .typography_text a:active {
		text-decoration: inherit;
	}
	#typography_stacks_in_208848_page1.linkDecorationHoverNone .typography_text a:hover,
	#typography_stacks_in_208848_page1.linkDecorationHoverNone .typography_text a:active {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_208848_page1.linkDecorationHoverUnderline .typography_text a:hover,
	#typography_stacks_in_208848_page1.linkDecorationHoverUnderline .typography_text a:active {
		text-decoration: underline;
	}
	#typography_stacks_in_208848_page1.linkDecorationHoverBold .typography_text a:hover,
	#typography_stacks_in_208848_page1.linkDecorationHoverBold .typography_text a:active {
		font-weight: bold;
	}
	#typography_stacks_in_208848_page1.linkDecorationHoverItalic .typography_text a:hover,
	#typography_stacks_in_208848_page1.linkDecorationHoverItalic .typography_text a:active {\
		font-style: italic;
	}
	


#stacks_in_208848_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding: 0px 0px 20px 0px;
}
/*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_208850_page1,
.typography_core p#typography_text_stacks_in_208850_page1,
.typography_core div#typography_text_stacks_in_208850_page1,
.typography_core blockquote#typography_text_stacks_in_208850_page1,
.typography_core address#typography_text_stacks_in_208850_page1,
.typography_core details#typography_text_stacks_in_208850_page1 {
	width: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-align: justify;
	display: block;
	
	
	
	-webkit-transform: scale(1.00,1.00);
	-moz-transform: scale(1.00,1.00);
	transform: scale(1.00,1.00);
}

#typography_text_stacks_in_208850_page1.layoutColumns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-fill: auto;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_208850_page1.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_208850_page1 {
	padding: 10px 10px 5px 10px;
}
/*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_208852_page1,
.typography_core p#typography_text_stacks_in_208852_page1,
.typography_core div#typography_text_stacks_in_208852_page1,
.typography_core blockquote#typography_text_stacks_in_208852_page1,
.typography_core address#typography_text_stacks_in_208852_page1,
.typography_core details#typography_text_stacks_in_208852_page1 {
	width: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-align: justify;
	display: block;
	
	
	
	-webkit-transform: scale(1.00,1.00);
	-moz-transform: scale(1.00,1.00);
	transform: scale(1.00,1.00);
}

#typography_text_stacks_in_208852_page1.layoutColumns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-fill: auto;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_208852_page1.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_208852_page1 {
	padding: 0px 40px 0px 40px;
}
/*Archetypon Slideshow Classic*/
.galleriaTitle { 
    padding: 4px;
    width: 50%;
    margin: 10px auto; 
    font: 500 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 2px;
        -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
}
.galleriaInfo {
    display: none; 
    padding: 5px;
    width: 90%;
    margin: 10px auto; 
    text-align: center;
}
.gImagesContainer{
	display: none;
	background-color: #f7f7f7;
	border-radius: 4px;
	    -moz-border-radius: 4px;
	        -webkit-border-radius: 4px;
}



#a-gallery{width: 100%; height: 700px; border: 1px solid #000000;}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #666666;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    margin: 0 auto;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    visibility: visible;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal .8em arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: none;
    background: url(../files/themes/classic/progress.gif) no-repeat center;
}
.galleria-info {
    visibility: visible;
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    zoom:1;
}
.galleria-info-title {
    visibility: visible;
    font: bold 1em arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    visibility: visible;
    font: italic 1em georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .8;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background-color: #000;*/
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

.galleria-thumbnails{
	true
}

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(../files/themes/classic/classic-map1.png);
    background-repeat: no-repeat;
}

#stacks_in_392_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 51, 255, 1.00);
	border-width: 3px 3px 3px 3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 10px 0px 0px 0px;
	padding:  4px;
}

#stacks_in_764_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_404_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_394_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_396_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_398_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_400_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_402_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_414_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_406_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_410_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_412_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_408_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_416_page1 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* Start Hunter 2 stack CSS code */#stacks_in_3625_page1 .hunterItemPad{	height: 8px;	margin: 0;	padding: 0;}/* End Hunter 2 stack CSS code */
#stacks_in_3625_page1 {
	background-color: rgba(51, 153, 204, 1.00);
}
/* Start Hunter Menu stack CSS code */#stacks_in_3627_page1 .huntFilterbar span{	float:left;	font-weight: normal;		line-height: 1.5em;}@media all and (max-width: 1px) {#stacks_in_3627_page1 .huntFilterbar span{	display: inline;	float: left;}}.huntWrapperIdCatcher{	display: none;	height: 0;	padding: 0;	margin: 0;}.stacks_in_3627_page1clearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}/* ####################################### *//*        Menu Link Styling                *//* ####################################### */#stacks_in_3627_page1 .huntFilterbar span a, #stacks_in_3627_page1 .huntFilterbar span a:active, #stacks_in_3627_page1 .huntFilterbar span a:visited{	color: #336699 !important;	text-decoration: none !important;}#stacks_in_3627_page1 .huntFilterbar span a:hover{	color: #FF0000 !important;	text-decoration: none !important;}#stacks_in_3627_page1 .huntFilterbar span a.huntcurrent{	color: #FF0000 !important;}/* End Hunter Menu stack CSS code */
#stacks_in_3627_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(255, 102, 51, 1.00);
	border-width:  2px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 10px 0px 10px 0px;
	padding:  20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_3628_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code */
#stacks_in_7037_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_in_7018_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_7024_page1 {
	padding: 20px 20px 20px 20px;
}

#stacks_in_7031_page1 {
	padding: 20px 20px 20px 20px;
}

#stacks_in_418_page1 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_418_page1 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_418_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 51, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 0px 0px 20px 0px;
}

#stacks_in_420_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_1766_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_1757_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_1759_page1 {
	padding: 20px 20px 0px 20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_6913_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code */
#stacks_in_6935_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_in_6918_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	padding: 20px 20px 0px 20px;
}

#stacks_in_6930_page1 {
	padding: 20px 20px 0px 20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_3635_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code */
#stacks_in_3635_page1 {
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_in_1826_page1 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_1826_page1 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_1826_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 51, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 0px 4px 0px 4px;
	padding: 0px 0px 20px 0px;
}

#stacks_in_1828_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_1832_page1 {
	padding: 20px 20px 0px 20px;
}

#stacks_in_1837_page1 {
	padding: 20px 20px 0px 20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_3638_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code */
#stacks_in_441_page1 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_441_page1 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_441_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 51, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 0px 4px 0px 4px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_443_page1 {
	padding:  20px;
}

#stacks_in_446_page1 {
	padding:  20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_208887_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code */
#stacks_in_208889_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_208882_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code *//*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_208905_page1,
.typography_core p#typography_text_stacks_in_208905_page1,
.typography_core div#typography_text_stacks_in_208905_page1,
.typography_core blockquote#typography_text_stacks_in_208905_page1,
.typography_core address#typography_text_stacks_in_208905_page1,
.typography_core details#typography_text_stacks_in_208905_page1 {
	width: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-align: justify;
	display: block;
	
	
	
	-webkit-transform: scale(1.00,1.00);
	-moz-transform: scale(1.00,1.00);
	transform: scale(1.00,1.00);
}

#typography_text_stacks_in_208905_page1.layoutColumns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-fill: auto;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_208905_page1.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_208905_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  20px;
}
/* Start Hunter Item stack CSS code */.stacks_in_208855_page1topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter Item stack CSS code *//*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_208907_page1,
.typography_core p#typography_text_stacks_in_208907_page1,
.typography_core div#typography_text_stacks_in_208907_page1,
.typography_core blockquote#typography_text_stacks_in_208907_page1,
.typography_core address#typography_text_stacks_in_208907_page1,
.typography_core details#typography_text_stacks_in_208907_page1 {
	width: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-align: justify;
	display: block;
	
	
	
	-webkit-transform: scale(1.00,1.00);
	-moz-transform: scale(1.00,1.00);
	transform: scale(1.00,1.00);
}

#typography_text_stacks_in_208907_page1.layoutColumns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-fill: auto;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_208907_page1.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_208907_page1 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 0, 255, 1.00);
	border-width:  3px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding:  20px;
}
