/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_245_page2 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {

#stacks_in_245_page2 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}

#stacks_in_245_page2 {
	background-image: url("../files/backgroundImage_245.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  4px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_leftcol_stacks_in_567_page2 {
	float: left;
	display: block;
	width: 20%;
	height: auto;
	margin: 0;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_leftcol_stacks_in_567_page2 .leftcolpad_stacks_in_567_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_rightcol_stacks_in_567_page2 {
	float: right;
	display: block;
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_rightcol_stacks_in_567_page2 .rightcolpad_stacks_in_567_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_leftcol_stacks_in_567_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_leftcol_stacks_in_567_page2 .leftcolpad_stacks_in_567_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_rightcol_stacks_in_567_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_567_page2 #fsr_colwrap_stacks_in_567_page2 #fsr_rightcol_stacks_in_567_page2 .rightcolpad_stacks_in_567_page2 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_569_page2 {
	
}

#stacks_in_569_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_569_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_569_page2 {
	margin: 20px 0px 10px 10px;
}

#stacks_in_572_page2 {
	margin: 5px 20px 5px 0px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Add-Ons Pack 1'
fsrnavmenures6f.css Style Sheet
Created: 24, July, 2013
Last Modified: 09, September, 2013
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: auto;
	font-size: 1.10em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
}

*:first-child+html #nav ul {
	height: 32px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 32px;
	border-right: 2px solid #FFFFFF;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background-color: rgba(0, 0, 0, 0.0);
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.10em;
	font-weight: 600;
	padding: 0 30px 0 30px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.0);
	/*background: 255, 255, 255,;*/
	color: #FF0080;
}

#nav ul li #current {
	background-color: rgba(255, 255, 255 0.0);
	color: #FF8000;
}

#nav ul li .currentAncestor {
	color: #FF8000;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a {
	background-image: url(../files/downarrow_black50.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	padding: 0 44px 0 30px;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 31px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 40px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #000000;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 40px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #005DB3;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #005DB3;
	width: 186px;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#nav ul ul li.hasChild > a {
	background-image: url(../files/rightarrow_black50.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	width: 186px;
	padding: 0 14px 0 14px;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media screen and (max-width: 600px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}

@-moz-document url-prefix() {
    #pagecontainer, #pagewrapper {
	overflow: visible !important;
}
}

}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
/*original background: #0c1923;*/
padding: 4px 0 0 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #FF0080;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
/*original background: #0c1923;*/
margin-top: 38px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #FFFFFF;
/*original active link color: #fff;*/
border-bottom: 1px solid #F1F1F1;
/*original border-bottom: 1px solid #383838;*/
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li #current {
	background-color: #F6AA15;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #FF0080;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_252_page2 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 5px 0px 5px 0px;
}

#stacks_in_28670_page2 {
	background-image: url("../files/backgroundImage_28670.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_in_28674_page2 {
	background-image: url("../files/backgroundImage_28674.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_leftcol_stacks_in_28672_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_leftcol_stacks_in_28672_page2 .leftcolpad_stacks_in_28672_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_rightcol_stacks_in_28672_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_rightcol_stacks_in_28672_page2 .rightcolpad_stacks_in_28672_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_leftcol_stacks_in_28672_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_leftcol_stacks_in_28672_page2 .leftcolpad_stacks_in_28672_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_rightcol_stacks_in_28672_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_28672_page2 #fsr_colwrap_stacks_in_28672_page2 #fsr_rightcol_stacks_in_28672_page2 .rightcolpad_stacks_in_28672_page2 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_28672_page2 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_28817_page2 {
	margin:  5px;
}
 #stacks_in_28676_page2{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_28676_page2 .cycler_reel{position:relative;width:100%;overflow:hidden} #stacks_in_28676_page2{visibility:hidden}#stacks_in_28676_page2 .cycler_reel>div.stacks_out{width:100%!important}#stacks_in_28676_page2 .cycler_reel>div.stacks_out:first{visibility:visible}   

#stacks_in_28676_page2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28678_page2 {
	
}

#stacks_in_28678_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28678_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28680_page2 {
	
}

#stacks_in_28680_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28680_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_28815_page2 {
	background-image: url("../files/backgroundImage_28815.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	margin: 0px 5px 0px 0px;
	padding: 10px 5px 10px 10px;
}

#stacks_in_28683_page2 {
	background-image: url("../files/backgroundImage_28683.png");
	background-repeat: repeat;
	background-position: left top;
	margin: 0px 0px 0px 5px;
}
 #stacks_in_28685_page2{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_28685_page2 .cycler_reel{position:relative;width:100%;overflow:hidden} #stacks_in_28685_page2{visibility:hidden}#stacks_in_28685_page2 .cycler_reel>div.stacks_out{width:100%!important}#stacks_in_28685_page2 .cycler_reel>div.stacks_out:first{visibility:visible}   

#stacks_in_28685_page2 {
	margin: 30px 0px 20px 0px;
	padding: 0px 5px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28687_page2 {
	
}

#stacks_in_28687_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28687_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28689_page2 {
	
}

#stacks_in_28689_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28689_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_28691_page2 {
	
}

#stacks_in_28691_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_28691_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_28693_page2 {
	background-image: url("../files/backgroundImage_28693.png");
	background-repeat: repeat;
	background-position: left top;
	margin: 0px 0px 0px 5px;
	padding: 15px 0px 10px 0px;
}

#stacks_in_184_page2 {
	background-image: url("../files/backgroundImage_184.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 0px 10px 10px 10px;
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_leftcol_stacks_in_26179_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_leftcol_stacks_in_26179_page2 .leftcolpad_stacks_in_26179_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_rightcol_stacks_in_26179_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_rightcol_stacks_in_26179_page2 .rightcolpad_stacks_in_26179_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_leftcol_stacks_in_26179_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_leftcol_stacks_in_26179_page2 .leftcolpad_stacks_in_26179_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_rightcol_stacks_in_26179_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_26179_page2 #fsr_colwrap_stacks_in_26179_page2 #fsr_rightcol_stacks_in_26179_page2 .rightcolpad_stacks_in_26179_page2 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_25909_page2 {
	background-image: url("../files/backgroundImage_25909.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 5px 10px 5px 10px;
	padding: 33px 10px 33px 10px;
}

#stacks_in_18_page2 {
	background-image: url("../files/backgroundImage_18.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 5px 10px 5px 10px;
	padding: 18px 10px 18px 10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_left3col_stacks_in_4184_page2 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_left3col_stacks_in_4184_page2 .left3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_center3col_stacks_in_4184_page2 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_right3col_stacks_in_4184_page2 .right3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_right3col_stacks_in_4184_page2 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_center3col_stacks_in_4184_page2 .center3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 5px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_left3col_stacks_in_4184_page2 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_left3col_stacks_in_4184_page2 .left3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_center3col_stacks_in_4184_page2 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_center3col_stacks_in_4184_page2 .center3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_right3col_stacks_in_4184_page2 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4184_page2 #fsr_3colwrap_stacks_in_4184_page2 #fsr_right3col_stacks_in_4184_page2 .right3colpad_stacks_in_4184_page2 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4184_page2 {
	margin: 0px 0px 0px 2px;
}

#stacks_in_4186_page2 {
	background-image: url("../files/backgroundImage_4186.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4188_page2 {
	
}

#stacks_in_4188_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4188_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

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

#stacks_in_4190_page2 {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	padding:  10px;
}

#stacks_in_4195_page2 {
	background-image: url("../files/backgroundImage_4195.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4197_page2 {
	
}

#stacks_in_4197_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4197_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

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

#stacks_in_4118_page2 {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	padding:  10px;
}

#stacks_in_4326_page2 {
	background-image: url("../files/backgroundImage_4326.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(204, 102, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4328_page2 {
	
}

#stacks_in_4328_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_4328_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

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

#stacks_in_4330_page2 {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_leftcol_stacks_in_564_page2 {
	float: left;
	display: block;
	width: 85%;
	height: auto;
	margin: 0;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_leftcol_stacks_in_564_page2 .leftcolpad_stacks_in_564_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_rightcol_stacks_in_564_page2 {
	float: right;
	display: block;
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_rightcol_stacks_in_564_page2 .rightcolpad_stacks_in_564_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_leftcol_stacks_in_564_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_leftcol_stacks_in_564_page2 .leftcolpad_stacks_in_564_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_rightcol_stacks_in_564_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_564_page2 #fsr_colwrap_stacks_in_564_page2 #fsr_rightcol_stacks_in_564_page2 .rightcolpad_stacks_in_564_page2 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_564_page2 {
	background-color: rgba(204, 102, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_257_page2 {
}

#stacks_in_257_page2 #footer {
	font-size: 0.95em;
	line-height: 1.20em;
	width: 100%;
}



#stacks_in_257_page2 {
	border: solid rgba(204, 102, 255, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_leftcol_stacks_in_576_page2 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_leftcol_stacks_in_576_page2 .leftcolpad_stacks_in_576_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_rightcol_stacks_in_576_page2 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_rightcol_stacks_in_576_page2 .rightcolpad_stacks_in_576_page2 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_leftcol_stacks_in_576_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_leftcol_stacks_in_576_page2 .leftcolpad_stacks_in_576_page2 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_rightcol_stacks_in_576_page2 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_576_page2 #fsr_colwrap_stacks_in_576_page2 #fsr_rightcol_stacks_in_576_page2 .rightcolpad_stacks_in_576_page2 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_585_page2 {
	
}

#stacks_in_585_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_585_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_585_page2 {
	padding: 6px 0px 5px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_24718_page2 {
	
}

#stacks_in_24718_page2 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {

#stacks_in_24718_page2 img {
	float: none;
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_24718_page2 {
	padding: 6px 0px 5px 0px;
}

.bgstretcher {
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	margin: 0 !important;
	z-index: -1 !important;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#inputimages	{
	display: none;
}
