/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_486_page6_wrapper {
}

#stacks_in_486_page6_wrapper #stacks_in_486_page6_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter: alpha(opacity=90);
	opacity: 0.90;
	-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_486_page6 {
	border: solid #666666;
	border-width: 0px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Add-Ons Pack 1'
fsrnavmenures6f.css Style Sheet
Created: 24, July, 2013
Last Modified: 03, September, 2013
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: 40px;
	font-size: 1.00em;
	font-weight: 600;
}

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

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

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

#nav ul li a, #nav ul li a:visited {
	background-color: rgba(127, 140, 141, 0.0);
	color: #999999;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 38px 0 38px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: rgba(127, 140, 141, 0.0);
	/*background: 127, 140, 141,;*/
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: rgba(127, 140, 141, 0.0);
	color: #FFFFFF;
}

#nav ul li .currentAncestor {
	color: #FFFFFF;
}

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

#nav ul li.hasChild > a {
	background-image: url(downarrow_black50.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	padding: 0 52px 0 38px;
}

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

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

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

/* Sub Menu Levels */

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

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

#nav ul ul li a, #nav ul ul li a:visited {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #000000;
	border-top: px solid #666666;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

#nav ul ul li a:hover {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #FFFFFF;
	width: 186px;
}

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

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

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

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

#nav ul ul ul {
	top: 0;
	left: 214px;
}

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

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

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

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

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


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

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media screen and (max-width: 700px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
/*original background: #0c1923;*/
padding: 4px 0 0 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #75222B;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
/*original background: #0c1923;*/
margin-top: 38px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #CCCCCC;
/*original active link color: #fff;*/
border-bottom: 1px solid #F1F1F1;
/*original border-bottom: 1px solid #383838;*/
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li #current {
	background-color: #75222B;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #75222B;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_488_page6 {
	margin:  5px;
	padding:  5px;
}
/* Start Eternity stack CSS code */


/* ---------------------------- //
/ ---------- Base CSS --------- //
/------------------------------ */
#stacks_in_294_page6{
	background: url("bgimageurl_294.jpg");
	min-height: 50px;
	background-size: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-attachment: none;
	/* -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear;  */
	background: url("bgimageurl_294.jpg") none; 
}






/* ---------------------------- //
/ ---------- Repeat --------- //
/------------------------------ */
#stacks_in_294_page6, #stacks_in_294_page6:hover{
	background-repeat: no-repeat !important;
}











/* ---------------------------- //
/ ----------- Bg Size --------- //
/------------------------------ */
#stacks_in_294_page6, #stacks_in_294_page6:hover{
	background-size: 100%;
}


/* --- if the background type is 100% width
------ use alternitive positioning -- */
#stacks_in_294_page6, #stacks_in_294_page6:hover{
	background-position:top center;
}







/* -----------------------------------------
    Links Managment
   ----------------------------------------- */




/* End Eternity stack CSS code */
  @media screen and (max-width:500px){#stacks_in_248_page6{display:none}} 
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_251_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 400px;
	background: transparent;
}
  #stacks_in_252_page6{display:none}@media screen and (max-width:500px){#stacks_in_252_page6{display:block}} 
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_254_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 200px;
	background: transparent;
}
#stacks_in_299_page6 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_299_page6 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_299_page6 #jwresp_col2_stacks_in_299_page6{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_299_page6 #jwresp_col1_stacks_in_299_page6,#stacks_in_299_page6 #jwresp_col2_stacks_in_299_page6{width:100%;float:none;display:block}#stacks_in_299_page6 #jwresp_col1_stacks_in_299_page6{margin-bottom:15px}}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_320_page6_wrapper {
}

#stacks_in_320_page6_wrapper #stacks_in_320_page6_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-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_320_page6 {
	border: solid #666666;
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}
/* Start Calligrapher stack CSS code */


/* -----------------------------------------
    Main Body Text Global Styles
   ----------------------------------------- */


	
		.stacks_in_198_page6Calligrapher{
			font-size: 300% !important;
			color: #FFFFFF !important;
			font-weight:   normal !important;
			font-style: normal !important;
			line-height: 1.2em !important;
			font-variant: normal !important;
			letter-spacing: 0px !important;
			word-spacing: 0 !important;
			text-indent:none;
			text-align: left !important;
		}
		
		.stacks_in_198_page6Calligrapher h1{
			font-size: 2em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h2{
			font-size: 1.7em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h3{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h4{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h5{
			font-size: 1.3em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h6{
			font-size: 1.1em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_198_page6Calligrapher h6, .stacks_in_198_page6Calligrapher h5, .stacks_in_198_page6Calligrapher h4, .stacks_in_198_page6Calligrapher h3, .stacks_in_198_page6Calligrapher h2, .stacks_in_198_page6Calligrapher h1{
			color: #333333 !important;
		}
	



/* -----------------------------------------
    Google
   ----------------------------------------- */


/* -----------------------------------------
    Serifs
   ----------------------------------------- */


/* -----------------------------------------
    Sans
   ----------------------------------------- */


/* -----------------------------------------
    Display
   ----------------------------------------- */


/* -----------------------------------------
    Handwriting
   ----------------------------------------- */


/* -----------------------------------------
    Universal
   ----------------------------------------- */


/* -----------------------------------------
    Custom
   ----------------------------------------- */
 
@font-face {
 font-family: 'CustomFont';
 src: url('../resources/bebasneue.eot');
 src: url('../resources/bebasneue.eot#iefix') format('embedded-opentype'),
 url('../resources/bebasneue.woff') format('woff'),
 url('../resources/bebasneue.ttf') format('truetype'),
 url('../resources/bebasneue.svg') format('svg');
}


.stacks_in_198_page6Calligrapher, .stacks_in_198_page6Calligrapher h1, .stacks_in_198_page6Calligrapher h2, .stacks_in_198_page6Calligrapher h3, .stacks_in_198_page6Calligrapher h4, .stacks_in_198_page6Calligrapher h5, .stacks_in_198_page6Calligrapher h6{
	font-family: "CustomFont" !important;
}




/* -----------------------------------------
    Text Shadow
   ----------------------------------------- */



/* -----------------------------------------
    Drop Zone Managment
   ----------------------------------------- */
.stacks_in_198_page6targetNote{
	display: none;
}



/* -----------------------------------------
    Links Managment
   ----------------------------------------- */

		.stacks_in_198_page6Calligrapher a:link{
			color: #124A7A !important;
			text-decoration: none !important;
		}
		
		.stacks_in_198_page6Calligrapher a:visited{
			color: #124A7A !important;
		}
		
		.stacks_in_198_page6Calligrapher a:active{
			color: #124A7A !important;
		}
		
		.stacks_in_198_page6Calligrapher a:hover{
			color: #1C72BD !important;
			text-decoration: underline !important;
		}


/* End Calligrapher stack CSS code */
#stacks_in_209_page6 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_3613_page6{text-align:justify}

#stacks_in_3613_page6 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_3614_page6 {
	font-weight: lighter;
}
/* Start Contact Form stack CSS code */

.stacks_in_3615_page6formwrap{
	margin: 0;
}

#stacks_in_3615_page6comment{
display: none;
height: 0px;
padding: 0px;
margin: 0px;
}

.stacks_in_3615_page6mail{
padding: 0;
}

.stacks_in_3615_page6fieldset{
	border: none;
	outline: none;
	float : none !important;
	text-align: left !important;
}


.stacks_in_3615_page6formail{
}

.stacks_in_3615_page6fieldset{
	padding: 0 20px 0 3px;
}



#stacks_in_3615_page6 label{
display: block;
margin: 10px 0 0 0;
padding: 0 0 5px 0;
line-height: 1.1em;
}

#stacks_in_3615_page6 label *{
display: inline;
}

#stacks_in_3615_page6 .stacks_in_3615_page6input{
padding: 3px 7px 3px 7px;
width: 100%;
font-size: 12px;
background: #000000;
color: #CCCCCC;
margin: 0;
border: 1px solid #000000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#stacks_in_3615_page6 textarea{
padding: 7px;
width: 100%;
font-size: 13px;
border: 1px solid #000000;
background: #000000;
color: #CCCCCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}



.stacks_in_3615_page6sendmail{
margin-top: 20px;
padding: 4px 7px 4px 7px;
display: block;
font-size: 12px;
color: #444444;
border: 1px solid #D8D8D8;
background-color: #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}


#sendmail:hover{
cursor: pointer;
}

.stacks_in_3615_page6response{
display: none;
width: 80%;
border: 1px solid #D6392B;
background: #FEF4FA;
padding: 10px;
margin: 20px auto 0 0;
color: #444444;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
min-height: 35px;
}


.stacks_in_3615_page6loader{
float: left;
width: 35px;
height: 35px;
padding: 0 15px 30px 0;
}






.stacks_in_3615_page6autoreplay{
visibility: hidden;
height: 0px;
}




#stacks_in_3615_page6 textarea{
	color: #CCCCCC !important;
}


/* End Contact Form stack CSS code */


#stacks_in_3615_page6 {
	margin:  5px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_330_page6_wrapper {
}

#stacks_in_330_page6_wrapper #stacks_in_330_page6_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-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_330_page6 {
	border: solid #666666;
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}
/* Start Calligrapher stack CSS code */


/* -----------------------------------------
    Main Body Text Global Styles
   ----------------------------------------- */


	
		.stacks_in_214_page6Calligrapher{
			font-size: 300% !important;
			color: #FFFFFF !important;
			font-weight:   normal !important;
			font-style: normal !important;
			line-height: 1.2em !important;
			font-variant: normal !important;
			letter-spacing: 0px !important;
			word-spacing: 0 !important;
			text-indent:none;
			text-align: left !important;
		}
		
		.stacks_in_214_page6Calligrapher h1{
			font-size: 2em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h2{
			font-size: 1.7em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h3{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h4{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h5{
			font-size: 1.3em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h6{
			font-size: 1.1em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_214_page6Calligrapher h6, .stacks_in_214_page6Calligrapher h5, .stacks_in_214_page6Calligrapher h4, .stacks_in_214_page6Calligrapher h3, .stacks_in_214_page6Calligrapher h2, .stacks_in_214_page6Calligrapher h1{
			color: #333333 !important;
		}
	



/* -----------------------------------------
    Google
   ----------------------------------------- */


/* -----------------------------------------
    Serifs
   ----------------------------------------- */


/* -----------------------------------------
    Sans
   ----------------------------------------- */


/* -----------------------------------------
    Display
   ----------------------------------------- */


/* -----------------------------------------
    Handwriting
   ----------------------------------------- */


/* -----------------------------------------
    Universal
   ----------------------------------------- */


/* -----------------------------------------
    Custom
   ----------------------------------------- */
 
@font-face {
 font-family: 'CustomFont';
 src: url('../resources/bebasneue.eot');
 src: url('../resources/bebasneue.eot#iefix') format('embedded-opentype'),
 url('../resources/bebasneue.woff') format('woff'),
 url('../resources/bebasneue.ttf') format('truetype'),
 url('../resources/bebasneue.svg') format('svg');
}


.stacks_in_214_page6Calligrapher, .stacks_in_214_page6Calligrapher h1, .stacks_in_214_page6Calligrapher h2, .stacks_in_214_page6Calligrapher h3, .stacks_in_214_page6Calligrapher h4, .stacks_in_214_page6Calligrapher h5, .stacks_in_214_page6Calligrapher h6{
	font-family: "CustomFont" !important;
}




/* -----------------------------------------
    Text Shadow
   ----------------------------------------- */



/* -----------------------------------------
    Drop Zone Managment
   ----------------------------------------- */
.stacks_in_214_page6targetNote{
	display: none;
}



/* -----------------------------------------
    Links Managment
   ----------------------------------------- */

		.stacks_in_214_page6Calligrapher a:link{
			color: #124A7A !important;
			text-decoration: none !important;
		}
		
		.stacks_in_214_page6Calligrapher a:visited{
			color: #124A7A !important;
		}
		
		.stacks_in_214_page6Calligrapher a:active{
			color: #124A7A !important;
		}
		
		.stacks_in_214_page6Calligrapher a:hover{
			color: #1C72BD !important;
			text-decoration: underline !important;
		}


/* End Calligrapher stack CSS code */
#stacks_in_216_page6 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_373_page6{text-align:justify}

#stacks_in_373_page6 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_374_page6 {
	font-weight: lighter;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_377_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_6894_page6_wrapper {
}

#stacks_in_6894_page6_wrapper #stacks_in_6894_page6_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-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_6894_page6 {
	border: solid #666666;
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}
/* Start Calligrapher stack CSS code */


/* -----------------------------------------
    Main Body Text Global Styles
   ----------------------------------------- */


	
		.stacks_in_6896_page6Calligrapher{
			font-size: 300% !important;
			color: #FFFFFF !important;
			font-weight:   normal !important;
			font-style: normal !important;
			line-height: 1.2em !important;
			font-variant: normal !important;
			letter-spacing: 0px !important;
			word-spacing: 0 !important;
			text-indent:none;
			text-align: left !important;
		}
		
		.stacks_in_6896_page6Calligrapher h1{
			font-size: 2em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h2{
			font-size: 1.7em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h3{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h4{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h5{
			font-size: 1.3em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h6{
			font-size: 1.1em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_6896_page6Calligrapher h6, .stacks_in_6896_page6Calligrapher h5, .stacks_in_6896_page6Calligrapher h4, .stacks_in_6896_page6Calligrapher h3, .stacks_in_6896_page6Calligrapher h2, .stacks_in_6896_page6Calligrapher h1{
			color: #333333 !important;
		}
	



/* -----------------------------------------
    Google
   ----------------------------------------- */


/* -----------------------------------------
    Serifs
   ----------------------------------------- */


/* -----------------------------------------
    Sans
   ----------------------------------------- */


/* -----------------------------------------
    Display
   ----------------------------------------- */


/* -----------------------------------------
    Handwriting
   ----------------------------------------- */


/* -----------------------------------------
    Universal
   ----------------------------------------- */


/* -----------------------------------------
    Custom
   ----------------------------------------- */
 
@font-face {
 font-family: 'CustomFont';
 src: url('../resources/bebasneue.eot');
 src: url('../resources/bebasneue.eot#iefix') format('embedded-opentype'),
 url('../resources/bebasneue.woff') format('woff'),
 url('../resources/bebasneue.ttf') format('truetype'),
 url('../resources/bebasneue.svg') format('svg');
}


.stacks_in_6896_page6Calligrapher, .stacks_in_6896_page6Calligrapher h1, .stacks_in_6896_page6Calligrapher h2, .stacks_in_6896_page6Calligrapher h3, .stacks_in_6896_page6Calligrapher h4, .stacks_in_6896_page6Calligrapher h5, .stacks_in_6896_page6Calligrapher h6{
	font-family: "CustomFont" !important;
}




/* -----------------------------------------
    Text Shadow
   ----------------------------------------- */



/* -----------------------------------------
    Drop Zone Managment
   ----------------------------------------- */
.stacks_in_6896_page6targetNote{
	display: none;
}



/* -----------------------------------------
    Links Managment
   ----------------------------------------- */

		.stacks_in_6896_page6Calligrapher a:link{
			color: #124A7A !important;
			text-decoration: none !important;
		}
		
		.stacks_in_6896_page6Calligrapher a:visited{
			color: #124A7A !important;
		}
		
		.stacks_in_6896_page6Calligrapher a:active{
			color: #124A7A !important;
		}
		
		.stacks_in_6896_page6Calligrapher a:hover{
			color: #1C72BD !important;
			text-decoration: underline !important;
		}


/* End Calligrapher stack CSS code */
#stacks_in_6898_page6 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_6902_page6{text-align:justify}

#stacks_in_6902_page6 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_6903_page6 {
	font-weight: lighter;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_710_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}
#stacks_in_357_page6 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_357_page6 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6{float:left}#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col5_stacks_in_357_page6{float:right}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6{margin-left:0}#stacks_in_357_page6 #jwresp_col5_stacks_in_357_page6{margin-right:0}#stacks_in_357_page6 #jwresp_col3_stacks_in_357_page6{margin:0 auto;float:none}#stacks_in_357_page6 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_357_page6 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col3_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6{margin:0}#stacks_in_357_page6 #jwresp_col5_stacks_in_357_page6{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6{width:32%}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6{float:left}#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col3_stacks_in_357_page6{float:right}#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col3_stacks_in_357_page6{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col3_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col5_stacks_in_357_page6{width:100%;display:block;margin:0}#stacks_in_357_page6 #jwresp_col1_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col2_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col4_stacks_in_357_page6,#stacks_in_357_page6 #jwresp_col5_stacks_in_357_page6{margin-bottom:15px}}

#stacks_in_306_page6 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_310_page6 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_308_page6 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_312_page6 {
	margin:  2px;
	padding:  2px;
}

#stacks_in_314_page6 {
	margin:  2px;
	padding:  2px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_289_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
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_292_page6 {
	-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_292_page6 #footer {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

#stacks_in_292_page6 #footer p {
	color: #999999;
}

#stacks_in_292_page6 #footer a:link, #stacks_in_292_page6 #footer a:active {
	color: #CCCCCC;
}

#stacks_in_292_page6 #footer a:visited {
	color: #999999;
}

#stacks_in_292_page6 #footer a:hover {
	color: #CCCCCC;
}
#stacks_in_292_page6 {
	margin:  5px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 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_293_page6_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}