@charset "UTF-8";
/* CSS Document */

/*home button link to landing page*/
.homebtn, a.homebtn {
	width: 26px;
	height: 20px;
	background-image: url(../images/btn_home.png);
	background-position: 0 0; /*change position*/
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}
a.homebtn:hover {
	width: 26px;
	height: 20px;
	background-image: url(../images/btn_home.png); /*change url link*/
	background-position: 0 -20px; /*add position*/
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}
/*top right search area*/

a.searchbtn:hover {
	width: 54px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/btn_search.png); /*change url link*/
	background-position: 0 -18px; /*add position*/
	background-repeat: no-repeat;
}
/*top right social media icon links*/
a.topright_fb:hover {
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png); /*change url link*/
	background-position: 0 -17px; /*add position*/
	background-repeat: no-repeat;
	float: right;
}
/*email icon*/
a.topright_email {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: 0 0; /*add position*/
	padding: 0px 10px;
	float: right;
}
a.topright_email:active {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: 0 0; /*add position*/
	padding: 0px 10px;
	float: right;
}
a.topright_email:visited {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: 0 0; /*add position*/
	padding: 0px 10px;
	float: right;
}
a.topright_email:hover {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png); /*change url link*/
	background-position: 0 -12px; /*add position*/
	padding: 0px 10px;
	float: right;
}
/*video icon*/
a.topright_video:hover {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png); /*change url link*/
	background-repeat: no-repeat;
	background-position: 0 -17px; /*add position*/
	padding: 0px 10px;
	float: right;
}
/*questionnaire next button*/
a#nextbtn:hover {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/edpe/btn_next.png); /*change url link*/
	background-position: 0 -30px; /*add position*/
	background-repeat: no-repeat;
}
/*more button*/
a#morebtn:hover {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more.png); /*change url link*/
	background-position: 0 -20px; /*add position*/
	background-repeat: no-repeat;
}
/*left menu facebook button*/
.leftmenu_fb a:link {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: 0 5px; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:visited {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: 0 5px; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:active {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png);
	background-repeat: no-repeat;
	background-position: 0 5px; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	line-height: 36px;
}
.leftmenu_fb a:hover {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_facebook_b.png); /*change url link*/
	background-repeat: no-repeat;
	background-position: 0 -49px; /*change position*/
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	line-height: 36px;
	color: #808080;
}
/*left menu video button*/
.leftmenu_video a:link {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: 0 top; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:visited {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: 0 top; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:active {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png);
	background-repeat: no-repeat;
	background-position: 0 top; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
.leftmenu_video a:hover {
	width: 230px;
	height: 34px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/btn_video_b.png); /*change url link*/
	background-repeat: no-repeat;
	background-position: 0 bottom; /*change position*/
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
