/*
-------------------------------------------
Stack: Blueball FreeStacks Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 06, December 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_380873_page15 {
	max-width: 960px;
	margin: 0px auto !important;
}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 11, September 2013
Author: Blueball Design, Charlie Lockhart
www.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_380870_page15 #fsr_colwrap_stacks_in_380870_page15 #fsr_leftcol_stacks_in_380870_page15 {
	float: left;
	display: block;
	width: 27%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_380870_page15 #fsr_colwrap_stacks_in_380870_page15 #fsr_rightcol_stacks_in_380870_page15 {
	float: right;
	display: block;
	width: 73%;
	height: auto;
	margin: 0;
	padding: 0;
}

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

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

#stacks_in_380870_page15 #fsr_colwrap_stacks_in_380870_page15 #fsr_leftcol_stacks_in_380870_page15 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_380870_page15 #fsr_colwrap_stacks_in_380870_page15 #fsr_rightcol_stacks_in_380870_page15 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

}
#stacks_in_384115_page15 {
	margin: 25px 0px 0px 0px;
}

#stacks_in_384117_page15 {
	padding: 18px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmenut5.css Style Sheet
Created: 03, December, 2010
Last Modified: 3, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#nav {
}

#nav ul {
	bottom: 0;
	left: 0;
	background: transparent;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 220px;
}

*:first-child+html #nav ul {
	line-height: 18px;
}

#nav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 220px;
}

*:first-child+html #nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

#nav ul li:first-child > a {
	border-top: 1px solid #555555;
}

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

#nav ul li a, #nav ul li a:visited {
	background: transparent;
	color: #0F2F28;
	border-top: 1px solid #555555;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px 6px 14px;
	text-decoration: none;
}

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

#nav ul li #current, #nav ul li .currentAncestor {
	background: transparent;
	color: #1F4F46;
}

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

/* Sub Menu Level 1 */

#nav ul ul {
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 220px;
	width: 200px;
}

*:first-child+html #nav ul ul {
	line-height: 18px;
}

#nav ul ul li {
	padding: 0;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #404040;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 14px 6px 14px;
	margin: 0;
	text-shadow: none;
	width: 200px;
}

#nav ul ul li a:hover {
	background: #A10518;
	color: #FFFFFF;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #CD180D;
	color: #FFFFFF;
}

#nav ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

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

/* Sub Menu Level 2 */

#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

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

#nav ul ul ul  li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

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

/* Sub Menu Level 3 */

#nav ul ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

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

#nav ul ul ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

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

/* Sub Menu Level 4 */

#nav ul ul ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

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

#nav ul ul ul ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul ul ul ul ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}
#stacks_in_384121_page15 {
	padding: 15px 0px 0px 18px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' sidebar.css Style Sheet
Created: 27, October, 2010
Last Modified: 24, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_384122_page15 {
	-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;
}

#sidebar {
	font-size: 12px;
	line-height: 16px;
	color: #151515;
}

#sidebar .sideHeader {
	font-size: 17px;
	line-height: 18px;
	color: #CD180D;
}

#sidebar h5 {
	font-size: 17px;
	line-height: 18px;
	color: #CD180D;
}

#sidebar a:link, #sidebar a:active {
	color: #0F2F28;
}

#sidebar a:visited {
	color: #0F2F28;
}

#sidebar a:hover {
	color: #FFFFFF;
}




#stacks_out_6_page15 {
	width: 90%;
}

#stacks_in_6_page15 {
	background-color: rgba(202, 232, 220, 1.00);
	border: solid rgba(17, 57, 50, 1.00);
	border-width:  1px;
	-moz-border-radius:  9px;
	-webkit-border-radius:  9px;
	border-radius:  9px;
	margin: 77px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#stacks_out_11_page15 {
	width: 87%;
}

#stacks_in_11_page15 {
	margin: 25px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 19, September 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_380869_page15 {
}

#stacks_in_380869_page15 #footer {
	line-height: 1.20em;
	width: 100%;
}


#stacks_in_380868_page15 .fullpagebg {

 
 




	position: fixed; z-index: -1;

 
	background: url(../files/imagelayerch1_380868.jpg) no-repeat center center; /*Modern browsers*/





	height: 100%; width: 100%;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	top: 0;
	left: 0;


	opacity: 1;
 


	background-size: cover;
	-webkit-background-size: cover; 
	-o-background-size: cover; 
 

 

/*customcss;*/
}

#stacks_in_380868_page15 .bgoverlay {
 


	


	opacity: 1;
 

/*customcss;*/
}


#fullpagebg {

}

#fullpagebg {

}

#fullpagebg {

}


body {

}

html {

background: transparent !important;

}








@media only screen and (max-width : 0px) {
#stacks_in_380868_page15 .fullpagebg {
 
 
 
 
}

#stacks_in_380868_page15 .bgoverlay {
 
}

html {
 
}
}




 
