/*
-------------------------------------------
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_8_page20 {
	max-width: 960px;
	margin: 0px auto !important;
}
#stacks_in_8_page20 {
	background-color: #333333;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image BG Pro Stack' 
Style Sheet: fsrimagebgpro.css
Created: 22, October, 2012
Last Modified: 12, March 2013
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_10_page20 {
	z-index: 40;
	min-height: 30px !important;
	_height: 30px;
}

img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

@media \0screen {
img { 
	width: auto; /* for ie 8 */
	}
}

.stacks_in_10_page20_headerContent {
	position: relative;
	width: 100%;
	overflow: visible;
	margin-top: 0px;
	z-index: 50;
}

.stacks_in_10_page20_headerBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: visible;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 768px) {
img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%; /* Opera 9.5 */
	-webkit-background-size: 100% 100%;/* Safari 3.0 */
	-khtml-background-size: 100% 100%; /* Konqueror 3.5.4 */
	}
}
#stacks_in_10_page20 {
	background-image: url("../files/backgroundImage_10.jpg");
}
/*
-------------------------------------------
Stack: Blueball FreeStacks Responsive Title Stack
Style Sheet: fsrtitle.css
Created: 23, September 2012
Last Modified: 30, January 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_13_page20 {
	
}

#title h1 {
	line-height: 1.20em;
	text-align: right;
}
#stacks_in_13_page20 {
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Slogan Stack' 
Style Sheet: fsrslogan.css
Created: 25, September 2012
Last Modified: 05, February 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16_page20 {
}

#slogan h2 {
	line-height: 1.93em;
	text-align: right;
	font-weight: 500;
}


#stacks_in_16_page20 {
	padding:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsrnavmenures1.css Style Sheet
Created: 12, October, 2012
Last Modified: 12, March, 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {	
	font-size: 0.87em;
	font-weight: 600;

}

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

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

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

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

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

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

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

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

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

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

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

/* Sub Menu Levels */

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

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

#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: 106px;
}

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

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

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

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

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

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

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

#navbar ul ul ul {
	top: 0;
	left: 134px;
}

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

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

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

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

#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: 600px) {
	
.tinynav { 
   display: block; 
   width: 100% !important; 
   margin-top: 0px;
   font-size: 17px; 
}

#nav { 
    display: none; 
}


}


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

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

#nav {
	display: block !important;
}

.tinynav { 
   display: none !important; 
}

}




#stacks_in_18_page20 {
	margin: 10px 0px 0px 0px;
}
/* Responsive Layout v1.5.0 Copyright @2010-2012 Joe Workman */
#stacks_in_19_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_19_page20 .jwresp_col{vertical-align:top} #stacks_in_19_page20 #jwresp_col2_stacks_in_19_page20{position:relative;margin:0 auto;width:50%}#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20,#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20{width:23%}#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20{float:left}#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20{float:right} @media screen and (max-width:770px){#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20,#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20{margin-bottom:20px}#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20{width:49%}#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20{width:49%}#stacks_in_19_page20 #jwresp_col2_stacks_in_19_page20{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20,#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20,#stacks_in_19_page20 #jwresp_col2_stacks_in_19_page20{float:none;width:100%;display:block}#stacks_in_19_page20 #jwresp_col1_stacks_in_19_page20,#stacks_in_19_page20 #jwresp_col3_stacks_in_19_page20{margin-bottom:20px}} 

#stacks_in_19_page20 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_30_page20 {
	background-color: #FFFFFF;
	border: solid #954748;
	border-width:  3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 10px 10px;
	padding:  6px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Fixed height Stack' 
Style Sheet: fsrfixedheight.css
Created: 17, January, 2011
Last Modified: 28, September 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_32_page20 .setheightScroll {
	display: block;
	width: 100%;
	height: 700px;
	overflow: auto;
	overflow-x: hidden;
	zoom: 1;
	-ms-overflow-x: hidden;
}

#stacks_in_32_page20 {
	background-color: #FFFFFF;
	border: solid #954748;
	border-width:  3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 10px 0px 10px 10px;
}

#stacks_in_315_page20 {
	padding:  6px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Fixed height Stack' 
Style Sheet: fsrfixedheight.css
Created: 17, January, 2011
Last Modified: 28, September 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_34_page20 .setheightScroll {
	display: block;
	width: 100%;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	zoom: 1;
	-ms-overflow-x: hidden;
}

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

#stacks_in_28_page20 {
	background-color: #FFFFFF;
	border: solid #954748;
	border-width:  3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 5px 0px 0px 0px;
}
/*
-------------------------------------------
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_308_page20 {
	max-width: 2500px;
	margin: 0px auto !important;
}/* Responsive Layout v1.5.0 Copyright @2010-2012 Joe Workman */
#stacks_in_277_page20 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_277_page20 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_277_page20 .jwresp_col_wrapper.right{float:right}#stacks_in_277_page20 .jwresp_col{overflow:hidden;vertical-align:top;width:48%;float:left;margin:0}#stacks_in_277_page20 #jwresp_col2_stacks_in_277_page20,#stacks_in_277_page20 #jwresp_col4_stacks_in_277_page20{float:right}#stacks_in_277_page20 #jwresp_col1_stacks_in_277_page20,#stacks_in_277_page20 #jwresp_col3_stacks_in_277_page20{margin-right:2} @media screen and (max-width:770px){#stacks_in_277_page20 .jwresp_col_wrapper.left,#stacks_in_277_page20 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_277_page20 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_277_page20 .jwresp_col{width:49%}#stacks_in_277_page20 #jwresp_col1_stacks_in_277_page20,#stacks_in_277_page20 #jwresp_col3_stacks_in_277_page20{margin:0}}  @media screen and (max-width:500px){#stacks_in_277_page20 .jwresp_col{width:100%;display:block}#stacks_in_277_page20 #jwresp_col1_stacks_in_277_page20,#stacks_in_277_page20 #jwresp_col2_stacks_in_277_page20,#stacks_in_277_page20 #jwresp_col3_stacks_in_277_page20{margin:0;margin-bottom:20px}#stacks_in_277_page20 #jwresp_col4_stacks_in_277_page20{margin:0}#stacks_in_277_page20 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_25_page20 {
	background-color: #B7926C;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 20px 2px 2px 2px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_316_page20 {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 20px 2px 2px 2px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_334_page20 {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 20px 2px 2px 2px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_336_page20 {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 20px 2px 2px 2px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_763_page20 {
	background-color: #FFFFFF;
	border: solid #954748;
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 22, September, 2012
Last Modified: 15, October 2012
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_769_page20 {
}

img {
	position:  relative;
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 768px) {
	
	img {
		height: auto !important;
	max-width: 100% !important;
		background-size: 100% 100%;
		-moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
		-o-background-size: 100% 100%; /* Opera 9.5 */
		-webkit-background-size: 100% 100%;/* Safari 3.0 */
		-khtml-background-size: 100% 100%; /* Konqueror 3.5.4 */
	}
	}
#stacks_in_769_page20 {
	border: solid #4C4C4C;
	border-width:  6px;
}

#stacks_in_279_page20 {
	background-color: #FFFFFF;
	border: solid #954748;
	border-width:  3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 10px 30px 0px 30px;
	padding: 10px 0px 0px 0px;
}
