/*
-------------------------------------------
File: 'Blueball FreeStacks' fsheader.css Style Sheet
Created: 20, January, 2011
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_151 {
	-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;
}

#pageheader {
	display: block;
	width: 960;
	height: 300;
	overflow: hidden;
}

#stacks_in_151 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 3px 0px 0px 10px;
}
#stacks_in_152>.s3_row {
	margin: 0 -10px;
}

#stacks_in_152>.s3_row>.s3_column_left {
	width: 35.00%;
}

#stacks_in_152>.s3_row>.s3_column_right {
	width: 65.000000%;
}




#stacks_in_152>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_152>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_152>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/*
-------------------------------------------
File: 'Blueball FreeStacks' fslogo.css Style Sheet
Created: 25, October, 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_170 {
	-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;
}

#logo {
	width: 200px;
	height: 128px;
	overflow: hidden;
	display: block;
}

/*
-------------------------------------------
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_164 {
	-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: 20px;
	line-height: 25px;
	color: #424242;
}



#stacks_out_164 {
	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: #FF6600;
	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: #FF6600;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-weight: 600;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

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

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

#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: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	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_154 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 20px 0px 0px;
}

#stacks_out_154 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsslogan.css Style Sheet
Created: 24, January, 2011
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_166 {
	-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;
}

#slogan {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}


#stacks_in_166 {
	padding: 0px 0px 5px 0px;
}

#stacks_out_166 {
	margin-left:0;
}

#stacks_in_122 .stacks_left {
	float:left;
	width:30%;
}

#stacks_in_122 .stacks_right {
	float:right;
	width:70%;
}
#stacks_in_122 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
}
#stacks_in_148_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_148 a:link, #stacks_in_148 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_148 a:hover, #stacks_in_148 a:active {
	color:#FFFFFF;
}










#stacks_in_148 a:link, #stacks_in_148 a:visited {
	background-color:#FF7F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#BF4C00));
	border:1px solid #BF4C00;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_148 a:hover {
	background-color:#FF8900;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8900), to(#A54200));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_148 a:active {
	background-color:#FF7F00;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_148 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_149 {
	font-weight: lighter;
}
#stacks_in_127>.s3_row {
	margin: 0 -4px;
}

#stacks_in_127>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_127>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_127>.s3_row>.s3_column {
	padding: 0 4px;
}










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



}



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


	#stacks_in_127>.s3_row  {
		margin: -4px 0;
	}
	#stacks_in_127>.s3_row>.s3_column {
		padding: 4px 0;
		width:100%;
	}


}






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

#stacks_in_141 {
	margin: 10px 0px 10px 50px;
}
#stacks_in_143{text-align:justify}

#stacks_in_143 {
	padding: 0px 0px 0px 50px;
}

#stacks_in_144 {
	display:inline-block; width:100%; line-height: 0.980000em;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfooter.css Style Sheet
Created: 25, 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_113_1 {
	-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_113_1 #footer {
	font-size: 11px;
	line-height: 16px;
	color: #FCFBFF;
}

#stacks_in_113_1 #footer p {
	color: #FCFBFF;
}

#stacks_in_113_1 #footer a:link, #stacks_in_113_1 #footer a:active {
	color: #FF6600;
}

#stacks_in_113_1 #footer a:visited {
	color: #FF850F;
}

#stacks_in_113_1 #footer a:hover {
	color: #FF5128;
}
#stacks_in_113_1 {
	background-color: rgba(180, 180, 180, 1.00);
	border: solid rgba(255, 133, 15, 1.00);
	border-width: 0px 10px 0px 50px;
	padding: 10px 0px 3px 10px;
}
