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

* {
	margin: 0;
	padding: 0;
}

/*html {
	height: 100%;
}*/

body {
	margin: auto;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #000000;
	/*height: 100%;*/
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
	color: #000000;
}

a {
	outline: none;
	text-decoration: none;
	color: #4D4D4D;
}
a:hover {
	color: #EB911E;
}

img {
	border: none;
	outline: none;
}

img a{
	border: none;
	outline: none;
}
/*title in green*/
h1, h3, h4 {
	color: #004C8A;
}
h2 {
	color: #004C8A;
}

/*content text in grey*/
p {
	color: #000000;
}

.container {
	margin: auto;
	/*width: 100%;
	height: 100%;	*/
}
/*logo as background & navigation on top*/
/*i can't CENTER the nav list, please help*/
.top_logo {
	margin: auto;
	position: relative;
	width: 900px;
	min-height: 140px;
	background-image: url(../images/bg_toplogo.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 2;
}
/*home button link to landing page*/
.homebtn, a.homebtn {
	width: 26px;
	height: 20px;
	background-image: url(../images/btn_home.png);
	background-position: 0 0;
	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);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}
/*top left links: language & login*/
.topleftlink {
	width: 404px;
	font-size: 11px;
	color: #EB911E;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	list-style: none;
}
.topleftlink a{
	font-size: 11px;
	color: #999999;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
	display: block;
}
.topleftlink a:visited {
	font-size: 11px;
	color: #999999;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}
.topleftlink a:hover {
	font-size: 11px;
	color: #EB911E;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}
.topleftlink a:active {
	font-size: 11px;
	color: #999999;
	float: left;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	padding: 0px 10px;
	border-left: 1px solid #EB911E;
}

/*top right search area*/
.searchbar {
	width: 200px;
	height: 18px;
	border: 1px solid #999999;
	float: right;
	margin-top: 10px;
	background-image: url(../images/icon_search.png);
	background-position: 2%;
	background-repeat: no-repeat;
}
a.searchbtn {
	width: 54px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/btn_search.png);
	background-repeat: no-repeat;
}
a.searchbtn:hover {
	width: 54px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/btn_search.png);
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
/*top right social media icon links*/
.toprightlink {
	width: 440px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}
a.topright_fb{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:active{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:visited{
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_fb:hover {
	width: 17px;
	height: 17px;
	background-image: url(../images/btn_facebook_s.png);
	background-position: 0 -17px; 
	background-repeat: no-repeat;
	float: right;
}
a.topright_email {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	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;
	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;
	padding: 0px 10px;
	float: right;
}

a.topright_email:hover {
	width: 19px;
	height: 12px;
	background-image: url(../images/btn_email_s.png);
	background-position: 0 -12px;
	padding: 0px 10px;
	float: right;
}
a.topright_video {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}
a.topright_video:active {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}
a.topright_video:visited {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}

a.topright_video:hover {
	width: 21px;
	height: 17px;
	background-image: url(../images/btn_video_s.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
	padding: 0px 10px;
	float: right;
}
/*main banner as background*/
#edpe_banner {
	margin: auto;
	position: relative;
	width: 880px;
	height: 330px;
	background-image: url(../images/edpe/banner_edpe.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	bottom: 45px;
	border-bottom: 8px solid #006837;
}
/*animated drop down menu "OUR SERVICES"*/
/*i can't CENTER it, please help*/
.dropdown_service {
	margin: auto;
	width: 180px;
	height: 30px;
}
/*content container for homepage, includes 3 grids*/
.content {
	margin: auto;
	width: 900px;
	min-height: 200px;
	position: relative;
	bottom: 25px;
}
/*content container for subpages*/
.content_container {
	/*height: 100%;*/
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 880px;
}
.leftmenu {
	width: 328px;
	float: left;
	position: relative;
	clear: both;
}
.leftmenu a:link {
	font-size: 12px;
	line-height: 18px;
	color: #527199;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #527199;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:active {
	font-size: 12px;
	line-height: 18px;
	color: #527199;
	text-decoration: none;
	background-image: url(../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu a:hover {
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #004C8A;
	background-image: url(../images/icon_list_over.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	padding: 2px 20px;
}
.leftmenu ul {
	font-size: 12px;
	line-height: 18px;
	color: #527199;
	text-decoration: none;
}
.leftmenu ul ul li {
	padding-left: 10px;
}
.leftmenu_header {
	width: 290px;
	min-height: 20px;
	font-size: 18px;
	color: #004C8A;
	display: block;
	border-bottom: 1px dotted #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftmenu_list {
	width: 290px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Left Menu "Tell A Friend" Icons*/
.leftmenu_icon {
	width: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.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;
	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;
	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;
	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);
	background-repeat: no-repeat;
	background-position: 0 -49px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	line-height: 36px;
	color: #808080;
}
.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;
	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;
	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;
	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);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
}
/*riht content container*/
.rightcontent {
	width: 550px;
	float: right;
	margin-top: 10px;
	min-height: 400px;
}
.rightcontent_bannerpic {
	width: 550px;
	height: 200px;
	border: 1px solid #F2F2F2;
}
.rightcontent_title {
	width: 530px;
	min-height: 100%;
	background: #004C8A;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightcontent_subtitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #004C8A;
	padding: 5px 0px;
}
.rightcontent_formtitle {
	font-size: 13px;
	line-height: 16px;
	color: #004C8A;
	padding-top: 10px;
	padding-bottom: 5px;
}
.rightcontent_formtext {
	font-size: 13px;
	line-height: 16px;
	color: #004C8A;
	padding-top: 10px;
	padding-bottom: 5px;
}
.rightcontent_lefttext {
	width: 330px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 200%;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
}
.rightcontent_maintext {
	width: 550px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 200%;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
}
.rightcontent_maintext ul li {
	list-style: circle outside;
	margin-left: 15px;
}
.rightcontent_rightpic {
	width: 180px;
	min-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	float: left;
	position: relative;
	text-align: center;
}
/*Media Page*/
.recent_container {
	width: 550px;
	min-height: 150px;
	background: #EFF1F7;
}
.recentvideo_col {
	width: 120px;
	min-height: 130px;
	padding-left: 14px;
	padding-top: 10px;
	position: relative;
	float: left;
}
.media_title a:link, a:visited {
	font-size: 12px;
	color: #004C8A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	list-style: none;
}
.media_title a:hover {
	color: #AEB8D6;
}
.media_description {
	font-size: 10px;
	color: #AEB8D6;
	padding: 0px 5px;
	text-align: left;
}
.media_date {
	font-size: 10px;
	color: #999999;
	padding: 0px 5px;
	text-align: left;
}
/*view more link*/
.media_viewmore {
	width: 550px;
	padding-top: 10px;
	text-align: right;
}
.media_viewmore a:link {
	font: 12px;
	color: #AEB8D6;
	text-decoration: none;
}
.media_viewmore a:visited {
	color: #AEB8D6;
}
.media_viewmore a:hover {
	color: #004C8A;
}
/*Leftmenu for media pages : video & album*/
.media_leftmenu_container {
	width: 300px;
	min-height: 100%;
	float: left;
	position: relative;
}
.media_leftmenu_title {
	color: #004C8A;
	padding-left: 130px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.media_leftmenu_description {
	color: #AEB8D6;
	padding-left: 130px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.media_leftmenu_date {
	font-size: 10px;
	color: #999999;
	padding-left: 130px;
}
.pane-list a:link {
	color: #004C8A;
	text-decoration: none;
}
.pane-list a:visited {
	color: #004C8A;
}
.pane-list a:hover {
	color: #AEB8D6;
}
.pane-list {
	margin: 0;
	padding: 0;
	width: 300px;
	list-style: none;
}
.pane-list_video li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(../images/thumb_video.png);
	background-color: #FFFFFF;
	background-position: center left;
	background-repeat: no-repeat;
}
.pane-list_video li:hover {
	background-image: url(../images/thumb_video.png);
	background-color: #EFF1F7;
	background-position: center left;
	background-repeat: no-repeat;
}
.pane-list_news li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(../images/thumb_news.png);
	background-color: #FFFFFF;
	background-position: center left;
	background-repeat: no-repeat;
}
.pane-list_news li:hover {
	background-image: url(../images/thumb_news.png);
	background-color: #EFF1F7;
	background-position: center left;
	background-repeat: no-repeat;
}
.pane-list_album li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(../images/thumb_album1.png);
	background-color: #FFFFFF;
	background-position: center left;
	background-repeat: no-repeat;
}
.pane-list_album li:hover {
	background-image: url(../images/thumb_album1.png);
	background-color: #EFF1F7;
	background-position: center left;
	background-repeat: no-repeat;
}
.page {
	width: 300px;
	text-align: right;
	padding: 5px 0px;
	color: #AEB8D6;
}
.page a:link {
	color: #AEB8D6;
}
.page a:visited {
	color: #AEB8D6;
}
.page a:hover {
	color: #004C8A;
}
.video_container {
	padding: 10px 0px;
}
.news_container {
	width: 530px;
	padding: 10px;
	background: #EFF1F7;
}
/*the news & FAQs parts*/
.header {
	font-size: 21px;
	color: #006837;
	padding-bottom: 20px;
}
.grid {
	width: 255px;
	height: 180px;
	padding: 10px 20px;
	float: left;
	border-left: 1px dotted #808080;
}
.grid ul li {
	color: #4D4D4D;
	line-height: 18px;
	list-style: disc inside;
	color: #AEB8D6;
}
.grid a{
	color: #808080;
	text-decoration: none;
}
.grid a:hover {
	color: #8CC63F;
	text-decoration: none;
}
/*the questionnaire part*/
#quiz {
	width: 255px;
	min-height: 180px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	text-align: left;
	line-height: 12px;
	background-image: url(../images/bg_quiz.png);
	background-repeat: no-repeat;
	background: #FFFFFF;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E6E6E6'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E6E6E6')"; /* IE8 */
	background: -moz-linear-gradient(top, #E6E6E6, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6));
	border-radius: 10px;
	behavior: url(ie-css3.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #E6E6E6;
	-moz-box-shadow: 2px 2px 5px #808080;
    -webkit-box-shadow: 2px 2px 5px #808080;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=120, Strength=4);
}
/*the color bar with logo & address*/
#address_banner {
	margin: auto;
	width: 100%;
	height: 230px;
	background-color: #004C8A;
	background-image: url(../images/banner_address.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 20px;
}
/*the slidedown sitemap*/
.sitemap {
	margin: auto;
	width: 100%;
	min-height: 50px;
	background: #EFF1F7;
}
/*footer*/
.footer {
	margin: auto;
	width: 900px;
	min-height: 50px;
	margin-top: 10px;
	background: #EFF1F7;
	clear: both;
}
.footer_left {
	margin: auto;
	width: 450px;
	min-height: 50px;
	position: relative;
	float: left;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:link{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:visited{
	font-size: 11px;
	color: #808080;
	line-height: 18px;
}
.footer a:hover{
	font-size: 11px;
	color: #EB911E;
	line-height: 18px;
	text-decoration: none;
}
.footer_right {
	margin: auto;
	width: 450px;
	min-height: 50px;
	position: relative;
	float: right;
	font-size: 11px;
	text-align: right;
	color: #808080;
	line-height: 18px;
}
/*next button & more button*/
a#nextbtn {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/edpe/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:active {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/edpe/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:visited {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/edpe/btn_next.png);
	background-repeat: no-repeat;
}
a#nextbtn:hover {
	width: 80px;
	height: 30px;
	float: left;
	background-image: url(../images/edpe/btn_next.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
}

a#morebtn {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:active {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:visited {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more.png);
	background-repeat: no-repeat;
}
a#morebtn:hover {
	width: 60px;
	height: 20px;
	float: right;
	background-image: url(../images/edpe/btn_more.png);
	background-position: 0 -20px;
	background-repeat: no-repeat;
}
/*header in green*/
.corner_datesource {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0;
}