
#stacks_in_164 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_164 .stacks_right {
	float:right;
	width:76%;
}
#stacks_in_164 {
	border: solid rgba(254, 251, 149, 1.00);
	border-width: 0px 0px 4px 0px;
	margin: 10px 0px 0px 0px;
}

#stacks_out_166 {
	width: 220px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedheight.css Style Sheet
Created: 17, January, 2011
Last Modified: 23, Apri;, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_190_1 {
	border: solid rgba(254, 251, 149, 1.00);
	border-width: 0px 0px 0px 4px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedheight.css Style Sheet
Created: 17, January, 2011
Last Modified: 23, Apri;, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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

#stacks_out_190_2 {
	margin-left:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fstitle.css Style Sheet
Created: 24, January, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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

#title {
	font-size: 30px;
	line-height: 32px;
	color: #FEFB95;
}



#stacks_in_190_3 {
	padding: 0px 0px 10px 14px;
}

#stacks_out_190_3 {
	margin-left:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedheight.css Style Sheet
Created: 17, January, 2011
Last Modified: 23, Apri;, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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

#stacks_out_190_4 {
	margin-left:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmenu1.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
-------------------------------------------
*/


#nav {	
}

#nav ul {
	bottom: 0;
	left: 0;
	background: #022C9F;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

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

#nav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FFFFFF;
}

#nav ul li a, #nav ul li a:visited {
	background: #022C9F;
	color: #FFFF7D;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

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

#nav ul li #current, #nav ul li .currentAncestor {
	background: #022C9F;
	color: #FFFF7D;
}

#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: 40px;
	width: 200px;
}

#nav ul ul li {
	padding: 0;
	height: 26px;
	width: 200px;
	border-right: 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #7B8B99;
	color: #FFFF7D;
	border-top: 1px solid #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	height: 26px;
	padding: 0px 14px 0px 14px;
	margin: 0;
	text-shadow: none;
	width: -28px;
}

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

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

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

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

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

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





#stacks_in_174 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_174 .stacks_right {
	float:right;
	width:76%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedheight.css Style Sheet
Created: 17, January, 2011
Last Modified: 23, Apri;, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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

#stacks_in_178 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_182 {
	margin: 25px 2px 2px 2px;
	padding: 5px 5px 5px 10px;
}

#stacks_in_184 {
	border: solid rgba(254, 251, 149, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 2px 2px 0px 2px;
	padding: 0px 5px 5px 5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsstyler.css Style Sheet
Created: 17, January, 2011
Last Modified: 09, July, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_186 {
	-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;
	font-size: 18px;
	color: #FEFB95;
	line-height: 28px;
}

#stacks_in_186 p {
	font-size: 18px;
	color: ##FEFB95;
	line-height: 28px;
}

#stacks_in_186  a:link, #stacks_in_186  a:active  {
	color: #FFFF7D;
	text-decoration: underline;
}

#stacks_in_186 a:visited {
	color: #FFFF7D;
	text-decoration: underline;
}

#stacks_in_186 a:hover {
	color: #F5FAFE;
	text-decoration: none;
}

#stacks_in_186 h1 {
	color: #FFFF7D;
}

#stacks_in_186 h2 {
	color: #FFFF7D;
}

#stacks_in_186 h3 {
	color: #FFFF7D;
}

#stacks_in_186 h4 {
	color: #FFFF7D;
}

#stacks_in_186 h5 {
	color: #FFFF7D;
}

#stacks_in_186 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_188 {
	margin: 25px 5px 5px 5px;
	padding:  10px;
}

#stacks_out_188 {
	margin-left:0;
}
