/* CUSTOM CSS */

#facebook {
position: absolute;
display: block;
top: 0px;
margin-left:50%;
left: 382px;
width: 111px;
height: 33px;
background: url(/siteimages/clear_px.png) top left repeat;

}


#emaillink {
	cursor: pointer;
        position: absolute;
	width: 280px;
	left: 690px;
	margin-left: 0px;
	top:38px;
	margin-top: 0px;
	z-index: 99999;
	background: rgb(255,0,0);
    background: rgba(255,0,0,0);
	text-decoration: none;
	filter:alpha(opacity=1);
	-moz-opacity:0.001;
}


.box.welcome-statement h2 {
	display: none;
	visibility: none;
}
