/*---------------------------------------
version:1.1
author: Andrew sherman
Company: visualBlaze, Inc.
Date: 04/04/08

----------------------------------------*/

#evFAQFlashDiv {
	position: fixed;
	left:0;
	bottom:0;
	z-index:1;
	/*display: none;*/
}

/*added 04/02/08*/
#eVisionBtn {
	/*position styles*/
	position: fixed;
	left: 0;
	/*bottom: 0;*/
	bottom: -60px;
	z-index: 2;
	background: url(http://www.getvisualblaze.com/evision/_clientFiles/here2ThereMovers/images/btnBorderTile.png) repeat-x;
	width: 100%;
	height: 53px;
}

#eVisionBtn p a span {
	display: none;
}

/*remove default padding*/
#eVisionBtn p {
	padding: 0px;
	margin:0px;
}


#eVisionBtn p a {
	position: relative;
	display: inline;
	width: 136px;
	height: 78px;
	margin-top: -15px;
	margin-left: 25px;
	background: url(http://www.getvisualblaze.com/evision/_clientFiles/here2ThereMovers/images/btn.png) no-repeat left top;
	float: left;
}

/*remove default padding*/
p#barCloseBtn {
	margin: 0px;
	padding: 0px;
}

p#barCloseBtn a span {
/*	display: none;*/
}

p#barCloseBtn a {
	display: inline;
	width: 75px;
	height: 45px;
	margin: 0px;
	/*margin-top: -3px;*/
	margin-top: 8px;
	background: url(http://www.getvisualblaze.com/evision/_clientFiles/here2ThereMovers/images/btnBorderClose.png) no-repeat top right;
	float: right;
}

/*IE6 only rule, applied on top of the default above - ignored by css2 compatable browsers*/
* html #evFAQFlashDiv { 
position: absolute;
top: expression( ( -0 - evFAQFlashDiv.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

* html #eVisionBtn { 
position: absolute;
top: expression( ( 60 - eVisionBtn.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


/*
* html #eVisionBtn { 
position: absolute;
top: expression( ( -0 - eVisionBtn.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
*/