/* %stackName% v1.0.0 */



#appender_content_stacks_in_208 {
  display: none;
}


/* Start Gradient stack CSS code */

#stacks_in_205{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_205::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(15, 34, 84, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(15, 34, 84, 1.00) 0%,   rgba(19, 147, 204, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15, 34, 84, 1.00)),   color-stop(100%,rgba(19, 147, 204, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(15, 34, 84, 1.00) 0%,rgba(19, 147, 204, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(15, 34, 84, 1.00) 0%,rgba(19, 147, 204, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(15, 34, 84, 1.00) 0%,rgba(19, 147, 204, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(15, 34, 84, 1.00) 0%,rgba(19, 147, 204, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(15, 34, 84, 1.00)', endColorstr='rgba(19, 147, 204, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code *//*
-------------------------------------------
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_215 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsheaderplus.css Style Sheet
Created: 22, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1 {
}

#stacks_in_1_pageheader {
	position:  relative;
	display: block;
	width: 960;
	height: 112;
	overflow: hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmenut1.css Style Sheet
Created: 29, March, 2011
Last Modified: 24, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#nav {	
}

#nav ul {
	position: relative;
	bottom: 0;
	left: 0;
	background: transparent;
	height: 28px!important;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#nav ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	width: auto;
	background: url(navtransbg.png) top left no-repeat;
}

*:first-child+html #nav ul li {
	display: inline-block;
}

#nav ul li a, #nav ul li a:visited {
	background: transparent;
	color: #A6A6A6;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 0 12px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: transparent;
	color: #7ADAFC;
}

#nav ul li #current, #nav ul li .currentAncestor {
	background: transparent;
	color: #7ADAFC;
}

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

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin: 0;
	position: absolute;
	top: 28px;
	width: 172px;
}

#nav ul ul li {
	padding: 0;
	height: 26px;
	width: 172px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #7B8B99;
	color: #000000;
	border-top: 1px solid #FFFFFF !important;
	border-left: 1px solid #FFFFFF !important;
	border-right: 1px solid #FFFFFF !important;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	padding: 0px 14px 0px 14px;
	margin: 0;
	text-shadow: none;
	width: 172px;
}

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

#nav ul ul li a:hover {
	background: #EDEDED;
	color: #777777;
	width: 172px;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #8AE1FD;
	color: #D60000;
	width: 172px;
}

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

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 200px !important;
}


#stacks_in_195 {
	margin: 0px 0px 0px 305px;
	padding: 84px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fscontent.css Style Sheet
Created: 17, January, 2011
Last Modified: 20, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#stacks_in_4 #content {
	font-size: 12px;
	line-height: 16px;
}

#stacks_in_4 {
	background-color: rgba(121, 217, 251, 1.00);
}

#stacks_in_197 {
	background-color: rgba(204, 204, 204, 1.00);
}
 #stacks_in_197_40{ overflow:hidden;height:640px; } 
#stacks_in_197_20{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_197_20 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_197_20{visibility:hidden}#stacks_in_197_20 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_197_20 .cycler_reel > div.stacks_out:first{visibility:visible}

#stacks_in_197_20 {
	background-color: rgba(138, 225, 253, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_197_32 {
	
}

#stacks_in_197_32 #stacks_in_197_32_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_197_32 #stacks_in_197_32_image {
		display: block;
		text-align: center;
}

#stacks_in_197_32 #stacks_in_197_32_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 200px) {
	
	#stacks_in_197_32 #stacks_in_197_32_image {
		display: block;
		text-align: center;
}

#stacks_in_197_32 #stacks_in_197_32_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_197_33 {
	
}

#stacks_in_197_33 #stacks_in_197_33_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_197_33 #stacks_in_197_33_image {
		display: block;
		text-align: center;
}

#stacks_in_197_33 #stacks_in_197_33_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 200px) {
	
	#stacks_in_197_33 #stacks_in_197_33_image {
		display: block;
		text-align: center;
}

#stacks_in_197_33 #stacks_in_197_33_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_197_34 {
	
}

#stacks_in_197_34 #stacks_in_197_34_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_197_34 #stacks_in_197_34_image {
		display: block;
		text-align: center;
}

#stacks_in_197_34 #stacks_in_197_34_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 200px) {
	
	#stacks_in_197_34 #stacks_in_197_34_image {
		display: block;
		text-align: center;
}

#stacks_in_197_34 #stacks_in_197_34_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image URL Stack' 
Style Sheet: fsrimageurl.css
Created: 05, June, 2014
Last Modified: 08, August, 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_197_35 {
	
}

#stacks_in_197_35 #stacks_in_197_35_image #editmessage {
	position: absolute; 
	top: 0; 
	left: 0;
	visibility: visible;
	display: block;
	width: 100%; 
	height: 38px;
	margin: 0 auto; 
	padding: 8px 12px 0 12px; 
	color: #ffffff; 
	font-size: 14px; 
	line-height: 18px; 
	text-align: center; 
	font-weight: bold; 
	background-color: rgba(0, 0, 0, 0.66);
}

#stacks_in_197_35 #stacks_in_197_35_image {
		display: block;
		text-align: center;
}

#stacks_in_197_35 #stacks_in_197_35_image img {
	max-width: 100% !important;
	height: auto !important;
	min-height: 38px;
	padding: 0;
	margin: 0 auto;
	border: 0px;
}

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

@media screen and (max-width: 200px) {
	
	#stacks_in_197_35 #stacks_in_197_35_image {
		display: block;
		text-align: center;
}

#stacks_in_197_35 #stacks_in_197_35_image img {
	max-width: 75% !important;
	min-width: 40% !important;
	height: auto !important;
}

}
#stacks_in_217 .stacks_left {
	float:left;
	width:72%;
}

#stacks_in_217 .stacks_right {
	float:right;
	width:28%;
}
#stacks_out_217 {
	width: 960px;
}

#stacks_in_219 .stacks_left {
	float:left;
	width:65%;
}

#stacks_in_219 .stacks_right {
	float:right;
	width:33%;
}
#stacks_in_219 {
	padding: 0px 0px 30px 0px;
}

#stacks_in_220 {
	margin: 50px 20px 0px 40px;
}

#stacks_in_222 {
	display:inline-block; width:100%; line-height: 1.700000em;
	font-size: 120%;
}

#stacks_in_223 {
	margin: 50px 0px 0px 0px;
}

#stacks_in_225 {
	display:inline-block; width:100%; line-height: 1.700000em;
	font-size: 120%;
}
/*
-------------------------------------------
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_227 {
	max-width: 190px;
	min-width: 190px;
	margin: 0px auto !important;
}

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

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

#stacks_in_227 {
	max-width: 190% !important;
	min-width: 190% !important;
}

}

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

#stacks_in_203 {
	padding: 30px 0px 80px 0px;
}

#stacks_in_204 {
	font-size: 90%;
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_231 {
	height: auto;
	padding-bottom: 20vh;
}

}