.help{
	position:fixed;
    bottom:-3px;
    right:0px;
    padding:10px;
    font-size:13px;
    background-color:#a20d0d;
    color:white;
    border-radius:8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px;
    text-align:center;
    width:100px;
    margin-right:10px;
    cursor:pointer;
	opacity:.85;
	z-index:9999;
    vertical-align: middle;
    <cfif isdefined("url.noHelp") and url.noHelp is 1>
    display:none;
    </cfif>
}
a.footerLink{color:#fff;font-size:11px;}

.privacyBox{
	position:absolute;
	top:100px;
	background-color:white;
	width:700px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    left:50%;
    margin-left:-350px;
     display:none;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 2px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 2px 3px 5px 0px rgba(153,153,153,1);
	z-index:8000;
	height:800px;

}

.privacyBoxHeader{
	text-align:right;
	margin-bottom:20px;
	margin-top:20px;
	padding-right:20px;
	font-size:20px;color:#ccc;cursor:pointer;

}

.privacyBoxInner{
	padding:35px;
	padding-top:1px;
	height:643px;
	overflow:auto;
}
.footerHeader{
text-align:left;
font-size:13px;
font-weight:500;
color:#fff;
margin-bottom:5px;
text-decoration:underline;
width:180px;
}

.footerContent{
line-height: 1.1em;
color:#fff;
font-family: 'arial',sans-serif;
}

li.footerBullet{
list-style-type: none;
line-height: 1.3em;
color:#fff;
}

.footerColumn{
float:left;
margin-right:15px;
padding:2px;
width:18%;

}

.footerBox{
	font-size:.8rem;
	background-color:#444;
	color:#fff;
	vertical-align: middle;
	margin:auto;
	font-family: 'Oswald';
		position:fixed;
		right:0;
		bottom:-.25rem;
		left:0;
	max-height:65px;
	z-index:50000;
	width:100%;


}

.footerContainer{
background-color:transparent;
margin:auto;

padding:10px 0px;


}

.footerBullet{
list-style-type:none;
line-height:1.3em;
}



.footerFloat{
	float: left;
    position: absolute;
    top: 35%;
    left: 3%;
    font-family: sans-serif;
    color:white;
    font-size:10px;
}


