/*
-------------------------------------------
File: 'Blueball FreeStacks' fscontent.css Style Sheet
Created: 17, January, 2011
Last Modified: 20, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_146_page0 {
	-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_146_page0 #content {
	font-size: 13px;
	line-height: 18px;
}

#stacks_in_781_page0 {
	margin: 20px 0px 20px 40px;
}

#stacks_in_926_page0 {
	margin: 0px 0px 0px 5px;
}

#stacks_in_934_page0 {
	margin: 45px 0px 0px 0px;
}
/*-- Cycler Image Stack v2.5.2 by Joe Workman --*/
 
 
#custom_nav_stacks_in_866_page0{display:none;}

#stacks_in_866_page0 .cycler_reel{position:relative;}
#stacks_in_866_page0 .cylcer_slide{width:100% !important;}
#stacks_in_866_page0 .cycler_nav {
    display: none;
    text-align: center;
    line-height: 40px;
}
#stacks_in_866_page0 .cycler_nav a {
    text-decoration: none !important;
    padding: 5px;
    font-weight: bold;
}
#stacks_in_866_page0 .cycler_nav a.activeSlide {
    background: #000000;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#cycler_nav_bottom_stacks_in_866_page0 {
    display: none !important;
}
#stacks_in_866_page0 .nav_bullet {
    padding:0;
    line-height:18px;
    height:18px;
	margin-top: 10px;
	z-index: 0;
}
#stacks_in_866_page0 .nav_bullet a {
    border-width: 0;
    text-indent: 9999px;
    display: inline-block;
    width: 18px;
    background-color:transparent;
    background-repeat:no-repeat;
    background: url(../files/cycler-images/nav_dot_normal.png) no-repeat;
	margin: 0 4px;
	padding: 0;
	top: 0;
	height: 18px;
}
#stacks_in_866_page0 .nav_bullet a:hover {
    background: url(../files/cycler-images/nav_dot_hover.png) no-repeat;
}
#stacks_in_866_page0 .nav_bullet a.activeSlide {
    background: url(../files/cycler-images/nav_dot_active.png) no-repeat;
    border-width: 0;
    background-color:transparent;
    background-repeat:no-repeat;
}
#stacks_in_866_page0 .cycler_pager {
	cursor:pointer;
	z-index:1000;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:40%;
}
#stacks_in_866_page0 .next_pager {
	right:10px;
    background: url(../files/cycler-images/next.png) no-repeat;
}
#stacks_in_866_page0 .prev_pager {
	left:10px;
    background: url(../files/cycler-images/prev.png) no-repeat;
}

/*-- End Cycler Image Stack --*/
#stacks_in_866_page0 {
	margin: 0px 50px 0px 50px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmenu6.css Style Sheet
Created: 18, May, 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
-------------------------------------------
*/

#nav {
	
}

#nav ul {
	bottom: 0;
	left: 0;
	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;
	background: transparent;
	border-right: 1px solid #FAFAFA;
}

#nav ul li a, #nav ul li a:visited {
	color: #FAFAFA;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 0 20px 0 20px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #CCCCCC;
}

#nav ul li #current, #nav ul li .currentAncestor {
	color: #CCCCCC;
}

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

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 40px;
	width: 160px;
}

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

#nav ul ul li a, #nav ul ul li a:visited {
	background: #003366;
	color: #FAFAFA;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	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: 40px !important;
	width: -28px !important;
}

#nav ul ul li a:hover {
	background: #CD180D;
	color: #FFFFFF;
	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: 160px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 160px !important;
}
#stacks_in_384_page0 {
	margin: 0px 50px 0px 50px;
}
/*** START absolute ***/

 
#stacks_in_951_page0_absolute_wrapper {
    left:       800px;
    top:        420px;
    z-index:    10000;
    position:   absolute;
    overflow:   hidden;
	width:      auto;
}

#stacks_in_951_page0 {
    height:     auto;
	display:	none;
}


/* minimize "stacks_in" in edit mode if the user selects it in the HUD */



/*** END absolute ***/
#fadeinWrapperstacks_in_984_page0 {
	display: block;
	position: relative;
	height: 400px;	
}

#fadeInStackstacks_in_984_page0 {
	display: none;
	position: relative;
	z-index: 20;
}
#stacks_in_746_page0 {
	margin: 50px 0px 50px 0px;
}

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

#stacks_in_777_page0 {
	margin: 20px 0px 10px 0px;
}
/*
-------------------------------------------
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_773_page0 .setheightScroll {
	display: block;
	width: 100%;
	height: 260px;
	overflow: auto;
	overflow-x: hidden;
	zoom: 1;
	-ms-overflow-x: hidden;
}

#stacks_in_773_page0 {
	background-color: #F0F0F0;
}

#stacks_in_755_page0 {
	padding: 10px 0px 10px 10px;
}

#stacks_in_759_page0 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_760_page0 {
	line-height: 1.750000em;
}
/*
-------------------------------------------
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_2254_page0 .setheightScroll {
	display: block;
	width: 100%;
	height: 230px;
	overflow: auto;
	overflow-x: hidden;
	zoom: 1;
	-ms-overflow-x: hidden;
}

#stacks_in_2254_page0 {
	background-image: url("../files/backgroundImage_2254.png");
}

#stacks_in_2256_page0 {
	margin: 25px 0px 0px 0px;
}

#stacks_in_2275_page0 {
	padding: 5px 0px 0px 15px;
}

#stacks_in_2276_page0 {
	line-height: 2em;
}
 #stacks_in_2286_page0 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_2286_page0 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#FFFFFF,#666666,#FFFFFF);background-image:-moz-linear-gradient(left,#FFFFFF,#666666,#FFFFFF);background-image:-ms-linear-gradient(left,#FFFFFF,#666666,#FFFFFF);background-image:-o-linear-gradient(left,#FFFFFF,#666666,#FFFFFF);background-image:linear-gradient(left,#FFFFFF,#666666,#FFFFFF)}#stacks_in_2286_page0 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_2286_page0 hr.dashed_fade{border-bottom:1px dashed #B1B1B1;background:#666666}#stacks_in_2286_page0 hr.dotted_fade{border-bottom:1px dotted #B1B1B1;background:#666666}#stacks_in_2286_page0 hr.dashed{border-bottom:1px dashed #666666}#stacks_in_2286_page0 hr.dotted{border-bottom:1px dotted #B1B1B1}#stacks_in_2286_page0 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_2286_page0 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #666666}#stacks_in_2286_page0 hr.cloudy:after{content:"\00a0"}#stacks_in_2286_page0 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_2286_page0 hr.inset_two{border-top:1px solid #FFFFFF;border-bottom:1px solid #666666}#stacks_in_2286_page0 hr.inset_three{border-top:1px solid #666666;border-bottom:1px solid #FFFFFF}#stacks_in_2286_page0 hr.inset_four{border-top:1px solid #666666;border-bottom:1px solid #CCCCCC}#stacks_in_2286_page0 hr.flared{height:30px;border-style:solid;border-color:#666666;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_2286_page0 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#666666;border-width:0 0 1px 0;border-radius:20px}#stacks_in_2286_page0 hr.glyph{padding:0;border:0;border-top:1px double #666666;color:#666666;text-align:center;margin:1em 0}#stacks_in_2286_page0 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.80em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_2286_page0 {
	margin: 20px 50px 10px 50px;
}
/*
-------------------------------------------
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_2287_page0 {
	-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_2287_page0 #footer {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

#stacks_in_2287_page0 #footer p {
	color: #666666;
}

#stacks_in_2287_page0 #footer a:link, #stacks_in_2287_page0 #footer a:active {
	color: #003366;
}

#stacks_in_2287_page0 #footer a:visited {
	color: #003366;
}

#stacks_in_2287_page0 #footer a:hover {
	color: #CC0000;
}
#stacks_in_2287_page0 {
	margin: 0px 0px 0px 50px;
}


/* Start doobox Chauffeur css */

.stacks_in_376_page0wrapper{
width: 60px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_376_page0bulter{
cursor: pointer;
border: 1px solid #001F52;
background: #003366;
width: 60px;
height: 60px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
text-align: center;
line-height: 60px;
margin: 5px;
z-index: 1000001;
background: #003366;
}


.stacks_in_376_page0bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 58px; 
	vertical-align: middle;
}


.stacks_in_376_page0bulter:hover{
color: #EBEBEB;
background: #0F4275; /* Old browsers */
}

/* end doobox Chauffeur css */

