/*
-------------------------------------------
File: 'Blueball FreeStack Responsive' Nav Menu Res1
fsrnavmenures1.css Style Sheet
Created: 12, October, 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_87895 #navbar {	
	font-size: 1.00em;
	font-weight: 700;
}

#stacks_in_87895 #navbar ul {
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

*:first-child+html #stacks_in_87895 #navbar ul {
	height: 40px !important;
}

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

#stacks_in_87895 #navbar ul li a, #stacks_in_87895 #navbar ul li a:visited {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 700;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#stacks_in_87895 #navbar ul li a:hover {
	background: #454545;
	color: #CCCCCC;
}

#stacks_in_87895 #navbar ul li #current, #stacks_in_87895 #navbar ul li .currentAncestor {
	background: #454545;
	color: #FFFFFF;
}

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

#stacks_in_87895 #navbar ul li.hasChild > a {
	background-image: url(../files/arrow_down_white.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
	padding: 0 28px 0 14px;
}

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

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

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

/* Sub Menu Levels */

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

#stacks_in_87895 #navbar ul ul li {
	padding: 0;
	height: 26px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#stacks_in_87895 #navbar ul ul li a, #navbar ul ul li a:visited {
	background: #333333;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 0.75em;
	font-weight: normal;
	height: 26px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
}

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

#stacks_in_87895 #navbar ul ul li a:hover {
	background: #000000;
	color: #CCCCCC;
	width: 186px;
	background-image: none;
}

#stacks_in_87895 #navbar ul ul li #current, #stacks_in_87895 #navbar ul ul li .currentAncestor {
	background: #000000;
	color: #FFFFFF;
	width: 186px;
}

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

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

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

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

#stacks_in_87895 #navbar ul ul ul {
	top: 0;
	left: 214px;
}

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

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

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

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

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


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

@media screen and (max-width: 1500px) {
	
.tinynav { 
   display: block; 
   width: 100% !important; 
   margin-top: 0px;
   font-size: 20px; 
}

#nav { 
    display: none; 
}


}


@media screen and (min-width: 1501px) {

/* ensure #navbarbar is visible on desktop version */

#nav {
	display: block !important;
}

.tinynav { 
   display: none !important; 
}

}




#stacks_in_87895 {
	padding:  20px;
}

#stacks_in_87896 {
	margin: 0px 0px 15px 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_87897 #fsr_colwrap_stacks_in_87897 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_leftcol_stacks_in_87897 {
	float: left;
	display: block;
	width: 20%;
	height: auto;
	margin: 0;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_leftcol_stacks_in_87897 .leftcolpad_stacks_in_87897 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_rightcol_stacks_in_87897 {
	float: right;
	display: block;
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_rightcol_stacks_in_87897 .rightcolpad_stacks_in_87897 {
	padding: 0px 0px 0px 0px;
}

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

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

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_leftcol_stacks_in_87897 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_leftcol_stacks_in_87897 .leftcolpad_stacks_in_87897 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_rightcol_stacks_in_87897 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_87897 #fsr_colwrap_stacks_in_87897 #fsr_rightcol_stacks_in_87897 .rightcolpad_stacks_in_87897 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Sidebar Stack' 
Style Sheet: fsrsidebar.css Style Sheet
Created: 24, September 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_87900 {
}

#sidebar {
	line-height: 1.50em;
}

#sidebar .sideHeader {
	line-height: 1.20em;
}

#sidebar h5 {
	line-height: 1.20em;
}




#stacks_in_87900 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_87902 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

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

#stacks_in_87887 {
	margin:  15px;
}

#stacks_in_87889 {
	margin:  15px;
	padding:  15px;
}

#stacks_in_87890 {
	margin:  15px;
}

#stacks_in_87904 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_87881 {
	margin:  15px;
}

#stacks_in_87877 {
	margin:  15px;
}

#stacks_in_87865 {
	margin:  15px;
}

#stacks_in_87906 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_87908 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_87872 {
	margin: 0px 0px 14px 0px;
}

#stacks_in_87910 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

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

#stacks_in_82941 {
	margin: 0px 0px 15px 0px;
}

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

#stacks_in_87869 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}
