@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: #808080;
/*	height: 100%;*/
}

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

a {
	outline: none;
	text-decoration: none;
	border: none;
}

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: #4D4D4D;
}

.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: 139px;
	background-image: url(../images/bg_toplogo_index.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_over.png);
	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_over.png);
	background-repeat: no-repeat;
	float: right;
}
a.topright_email {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:active {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:visited {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px 10px;
	float: right;
}
a.topright_email:hover {
	width: 19px;
	height: 14px;
	background-image: url(../images/btn_email_s_over.png);
	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_over.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	float: right;
}

/*animated drop down menu "OUR SERVICES"*/
/*i can't CENTER it, please help*/
.dropdown_service {
	margin: auto;
	width: 180px;
	height: 30px;
}

/*content container for subpages*/
.content_container {
	margin: auto;
	width: 882px;
/*	height: 100%;*/
	position: relative;
	clear: both;
	margin-top: 20px;
}
	
/*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;
	clear: both;
}
/*the slidedown sitemap*/
.sitemap {
	margin: auto;
	width: 100%;
	min-height: 50px;
	background: #EFF1F7;
	clear: both;
}
/*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_over.png);
	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_over.png);
	background-repeat: no-repeat;
}
/*header in green*/
