/* Header styles */
#header {
	clear: both;
}
#header .topWrapper {
	height: 63px;
	position: relative;
}
#header .navWrapper {
	height: 31px;
	position: relative;
	background: url('http://static.dailystrength.org/templates/images/ep/epNavBar/epNavBarBg.gif') no-repeat;
}
#header .logo {
	position: absolute;
	left: 0px;
}
#header .userbar {
	position: absolute;
	right: 0px;
	top: 10px;
}
#header .userbar .left {
	background: url('http://static.dailystrength.org/templates/images/ep/epUserBar/epUserBarLeft.gif') no-repeat scroll left top;
	width: 9px;
	height: 45px;
	float: left;
}
#header .userbar .mid {
	height: 45px;
	float: left;
}
#header .userbar .mid .text {
	font-size: 14px;
	font-family: arial;
    float: left;   
}
#header .userbar .signIn {
    color:#4F4E4E;
    font-family:Arial;
    font-size:15px;
    padding:10px 0;
    line-height: 20px;
}
#header .userbar .right {
	background:url('http://static.dailystrength.org/templates/images/ep/epUserBar/epUserBarRight.gif') no-repeat scroll right top;
	width: 9px;
	height: 45px;
	float: left;
}
