/* begin main content */

body {
	margin: 0;
	padding: 0;
	background-color: #e3e6e9;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #32a5cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.wrapper {
	width: 100%;
	background-color: #fff;
}

.wrapper_cnt {
	margin: 0 auto;
	width: 1014px;
}

.header {
	width: 100%;
	height: 152px;
	background: #e3e6e9 url(../i/header_bg.png) top center no-repeat;
}

.header_cnt {
	margin: 0 auto;
	width: 1014px;
	height: 152px;
}

.header img {
	border: none;
}

.header .logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.header .subscribe {
	display: block;
	float: right;
	margin: 51px 10px 0 0;
	padding: 0;
}
.in {
	display:block;
	width:25px;
	height:25px;
	background: url(../i/social_05.png) no-repeat;
	text-decoration:none;
	float: right;
	margin: 45px 10px 0 0;
}
.twee {
	display:block;
	width:26px;
	height:25px;
	background: url(../i/social_03.png) no-repeat;
	text-decoration:none;
	float: right;
	margin: 45px 10px 0 0;
}

.menu {
	clear: both;
	width: 1014px;
}

.menu ul {
	list-style-type: none;
	clear: both;
	float: left;
	position: relative;
	margin: 14px 0 0 12px;
	padding: 0;
	width: 750px;
	height: 41px;
}

*html .menu ul {
	margin: 14px 0 0 6px;
}

.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 41px;
}

.menu ul li a {
	display: block;
	float: left;
	height: 41px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.menu ul li a:hover,
.menu ul li a.current {
	background-position: 0 -41px;
	text-decoration: none;
}

.menu ul li a.home {
	width: 76px;
	background-image: url(../i/menu_btn_01.png);
}

.menu ul li a.corporate {
	width: 116px;
	background-image: url(../i/menu_btn_02.png);
}

.menu ul li a.projects {
	width: 105px;
	background-image: url(../i/menu_btn_03.png);
}

.menu ul li a.investors {
	width: 172px;
	background-image: url(../i/menu_btn_04.png);
}

.menu ul li a.news {
	width: 76px;
	background-image: url(../i/menu_btn_05.png);
}

.menu ul li a.contact {
	width: 97px;
	background-image: url(../i/menu_btn_06.png);
}

.menu ul ul {
	clear: both;
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 950px;
}

.menu ul ul li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu ul ul li a {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

.menu ul ul li a:hover {
	color: #fff;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left:	15px;
	top: 43px;
}

.search {
	float: right;
	margin: 27px 24px 0 0;
	width: 220px;
	text-align: left;
}

*html .search {
	margin: 27px 12px 0 0;
}

html>body .search {
	*margin: 27px 12px 0 0;
}

.search .search_textfield {
	float: right;
	width: 130px;
	height: 16px;
	border: none;
	font-size: 11px;
	color: #4b4b48;
}

.search .search_btn {
	float: right;
	margin: 0 0 0 1px;
	padding: 0 6px 3px 6px;
	height: 18px;
	background: url(../i/search_btn_bg.png) top left repeat-x;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.main {
	clear: both;
	width: 1014px;
	background: url(../i/main_bg.png) top left no-repeat;
}


.inside_main {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 1014px;
	background: url(../i/inside_main_bg.png) bottom left no-repeat;
}

.main_cnt {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	background: url(../i/main_bg.gif) top left repeat-y;
}


/* end main content */

/* begin home page styles */

.home .main_cnt,
.home .inside_main {
	background-color: #fff;
}

.under_menu {
	clear: both;
	width: 990px;
	height: 170px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

.under_menu .image {
	float: left;
	width: 778px;
	height: 170px;
}

.share_price {
	float: right;
	padding: 60px 30px 0 30px;
	width: 151px;
	height: 110px;
	background: #e3e6e9 url(../i/home_share_price_heading.png) top right no-repeat;
}

.share_price a {
	display: block;
}

.share_price_orange {
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fdb813;
}

.share_price_bold {
	padding: 0 0 7px 0;
	font-size: 13px;
	font-weight: bold;
	color: #020202;	
}

.share_price_regular {
	font-size: 11px;	
}

.home_section {
	clear: both;
	float: left;
	margin: 20px 0 0;
	padding: 20px 0 0;
	width: 990px;
	background-color: #fff;
	border-top: 5px solid #f5f7f9;
}

.right_cnt {
	float: right;
	padding: 0 20px 0 20px;
	width: 700px;
	background-color: #fff;
}

.left_cnt {
	float: left;
	width: 250px;
}

.cnt {
	margin: 20px 0 0;
}

.home_quick_links {
	float: left;
	margin: 0 30px 0 0;
	padding: 30px 0 0;
	width: 240px;
	background: url(../i/home_quick_links_heading.png) top left no-repeat;
}

.home_latest {
	float: left;
	margin: 0 30px 0 0;
	padding: 30px 0 0;
	width: 350px;
	background: url(../i/home_latest_heading.png) top left no-repeat;
}

.rows {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rows li {
	margin: 5px 0;
	padding: 5px 10px 10px 10px;
	background: url(../i/rows_bg.gif) bottom left repeat-x;
}

.rows li a {
	display: block;
	font-size: 11px;
}

.home_quick_links .rows li a {
	padding-left: 20px;
	background: url(../i/downloads_bulllet.png) 0 3px no-repeat;
}

.home_latest .rows {
	display: block;
	height: 200px;
	overflow: hidden;
}

.home_latest .rows li {
	clear: both;
	float: left;
	width: 330px;
}

.home_latest .rows li a {
	float: left;
	width: 250px;
}

.home_latest .rows li span {
	display: block;
	float: left;
	width: 60px;
	font-size: 11px;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #fdb813;
}

.home_latest .latest_nav {
	clear: both;
	float: left;
	padding: 5px;
	width: 340px;
	background-color: #f6f8f9;
}

.home_latest .latest_nav span {
	cursor: pointer;
}

.home_latest .latest_nav img {
	float: right;
	margin: 0 0 0 10px;
	border: none;
}

.home_map {
	float: right;
	padding: 30px 0 0 ;
	width: 340px;
	background: #cee1e9 url(../i/home_map.png) top left no-repeat;
	font-size: 11px;
	color: #4b4b48;
}


.home_map img {
	float: left;
}

.home_map a {
	display: block;
	font-weight: bold;
	color: #fdb813;
}

.home_map a span {
	font-size: 12px;
	font-weight: bold;
	color: #32a5cc;
}

.home_map a div {
	font-size: 11px;
	color: #4b4b48;
	font-weight: normal;
}

.home_map a div:hover {
	
	text-decoration: underline;
}


.home_map a:hover {
	text-decoration: none;
}

/* end home page styles */

/* begin page styles */

ul.submenu {
	list-style-type: none;
	float: left;
	margin: 36px 0 0;
	padding: 0;
	width: 250px;
	border-top: 1px solid #e9ecf0;
}

ul.submenu li {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

ul.submenu li a {
	display: block;
	padding: 13px 15px 11px 15px;
	width: 220px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9ecf0;
	text-decoration: none;
	color: #0e6b8a;
}

ul.submenu li a:hover,
ul.submenu li a.present {
	background-color: #e8f3f7;
	border-bottom: 1px solid #deebf0;
}

ul.submenu ul {
	list-style-type: none;
	float: left;
	margin: -1px 0 0;
	padding: 0 0 10px 20px;
	width: 230px;
	background-color: #e8f3f7;
}

ul.submenu ul li {
	clear: both;
	float: left;
}

ul.submenu ul li {
	width: 230px;
}

ul.submenu ul li a {
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #32a5cc;
	border: none;
}

ul.submenu ul li a:hover {
	text-decoration: underline;
	padding: 5px;
	border: none;
}

.title {
	margin: 0;
	padding: 6px 0 0;
	width: 700px;
	height: 30px;
	border-bottom: 1px solid #e8f3f7;
	font-size: 21px;
	font-weight: bold;
	color: #cadfe6;
}

.footer {
	margin: 0 auto;
	width: 100%;
	height: 152px;
	background: url(../i/footer_bg.png) top center repeat-x;
	text-align: center;
	color: #fff;
}

.footer_cnt {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 1014px;
	height: 152px;
	background: url(../i/footer_cnt_bg.png) top center no-repeat;
	text-align: center;
	color: #fff;
}

.footer a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

.copyright {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 990px;
	text-align: center;
	font-size: 11px;
	color: #899099;
}

/* end page styles */

/* begin corporate page */

.director {
	clear: both;
	float: left;
	margin: 5px 0 0;
	padding: 15px 0 10px 0;
	width: 700px;
	background-color: #fff;
}

.director .bluebold {
	clear: both;
	float: left;
	width: 700px;
}

.director .position {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 700px;
	color: #0e6d8e;	
}

.director img {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

.conpany_background {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.conpany_background li {
	clear: both;
	float: left;
	margin: 0;
	padding: 15px 0 0;
}

.conpany_background li .company_heading {
	clear: both;
	float: left;
	width: 700px;
	height: 31px;
}

.conpany_background li .company_heading label {
	display: block;
	float: left;
	padding: 0 0 6px 0;
	height: 25px;
	background: url(../i/company_label_arrow.png) bottom left no-repeat;
}

.conpany_background li .company_heading label span {
	display: block;
	float: left;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background: url(../i/company_label_bg.png) top left repeat-x;
	font-weight: bold;
	color: #fff;
}

.conpany_background li .company_heading_txt {
	clear: both;
	float: left;
	width: 700px;
}

.rule_26 {
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
}

.rule_26 li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 5px solid #f5f7f9;
}

.rule_26 li .bluebold {
	margin: 0 0 5px 0;
}

/* end corporate page */

/* begin webcasts page */

ul.webcast {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.webcast li {
	clear: both;
	float: left;
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 700px;

}

ul.webcast li .thumb {
	float: left;
	margin: 0 20px 0 0;
	padding: 2px;
	width: 50px;
	border: 1px solid #e7eaee;
}

ul.webcast li .txt {
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0;
	width: 500px;
}

ul.webcast li .txt a {
	text-decoration: none;
	color: #32a5cc;
}

ul.webcast li .txt a:hover {
	text-decoration: underline;
}

ul.webcast li .webcast_btn {
	float: left;
	padding: 10px 0 0;
	width: 100px;
}

ul.webcast li .webcast_btn a {
	display: block;
	width: 87px;
	height: 25px;
	text-decoration: none;
}

ul.webcast li .webcast_btn a.listen {
	background: url(../i/btn_listen.png) top left no-repeat;
}

ul.webcast li .webcast_btn a.view {
	background: url(../i/btn_view.png) top left no-repeat;
}

ul.webcast li .webcast_btn a.watch {
	background: url(../i/btn_watch.png) top left no-repeat;
}
/* end webcasts page */

/* begin projects page */

.project_overview_header {
	clear: both;
	margin: -20px -20px 0 0;
	float: left;
	width: 700px;
	color: #7e818a;
}

.project_overview_header img {
	float: left;
}

.project_overview_header_cnt {
	float: right;
	padding: 10px;
	width: 230px;
	background: url(../i/projects_overview_bg.png) top left repeat-x;
}

.projects_overview_cnt {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	width: 700px;
	border-bottom: 3px solid #f5f7f9;	
}

.projects_overview_cnt img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #dadbdf;	
}

.projects_overview_cnt .projects_overview_txt {
	float: left;
	width: 520px;
}

.projects_overview_cnt .bluebold {
	float: left;
	margin: 0 0 10px 0;
	width: 700px;
}

.projects_overview_cnt .morelink {
	clear: both;
	float: left;
	width: 700px;
}

.projects_overview_cnt .morelink a {
	float: right;
	background: url(../i/light_btn_bg.png) top left repeat-x;
}

.projects_overview_cnt .morelink a span {
	display: block;
	padding: 3px 10px 3px 20px;
	background: url(../i/more_bullet.gif) 7px 7px no-repeat;
}

.heading {
	clear: both;
	float: left;
	padding: 2px 0 2px 10px;
	margin: 10px 0;
	width: 690px;
	background-color: #f5f7f9;
	font-size: 16px;
	font-weight: bold;
	color: #0f7ea3;
}

.heading a {
	display: block;
	float: right;
	margin: 0;
	padding: 0 0 0 12px;
	width: 30px;
	font-size: 11px;
	font-weight: normal;
	color: #32a5cc;
	background: url(../i/top_bullet.png) 0 4px no-repeat;
}

html>body .heading a {
	*margin: -20px 0 0;
}

*html .heading a {
	*margin: -20px 0 0;
}

.bluebold {
	font-size: 13px;
	font-weight: bold;
	color: #0f7ea3;
}

.gallery {
	list-style-type: none;
	clear: both;
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.gallery li {
	display: block;
	float: left;
	margin: 0 25px 25px 0;
	padding: 0;
	height: 200px;
}

.gallery li a {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #c3e5f1;	
}

.gallery li a:hover {
	border: 1px solid #3aa9ce;	
}

.gallery img {
	float: left;
	margin: 0;
	padding: 0;
	height: 105px;
	border: none;
}

.gallery li span {
	display: block;
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	width: 135px;
	background: url(../i/gallery_li_bg.png) 0 3px no-repeat;
	font-size: 11px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	
		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.downloads {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.downloads li {
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 0 0 0 12px;
	background: url(../i/downloads_bulllet.png) 0 3px no-repeat;
}

.print_mail {
	clear: both;
	float: right;
	width: 100%;
}

.print_mail a {
	display: block;
	float: right;
	padding: 2px 7px 2px 20px;
	margin: 0 10px 0 0;
}

.print {
	background: #e8f3f7 url(../i/print_bullet.png) top left no-repeat;
}

.email {
	background: #e8f3f7 url(../i/email_bullet.png) top left no-repeat;
}

/* end projects page */

/* begin news page */

.news_box {
	clear: both;
	margin: 20px 0 0;
	width: 680px;
}

.news_box ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.news_box ul li {
	margin: 0;
	padding: 0 0 5px 0;
}

.news_box ul li span {
	display: block;
	float: left;
	width: 70px;
	color: #fcb913;
}

/* end news page */

/* begin contact page */

.contact_us {
	clear: both;
	float: left;
	margin: 30px 0 0;
	width: 680px;
}

.contact_col {
	float: left;
	width: 340px;
}

.contact_us label {
	display: block;
	margin: 10px 0 0;
	color: #0f7ca3;
}

.contact_us input {
	width: 300px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #e4e8eb;
}

.contact_us textarea {
	width: 300px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #e4e8eb;
}

.security {
	margin: 75px 0 0;
	width: 340px;
}

.security label,
.security img {
	float: left;
	margin: 0 20px 0 0;
}

.security input {
	float: right;
	margin: 0 38px 0 0;
	width: 110px;
}

.contact_btn {
	clear: both;
	float: left;
	margin: 20px 0 0;
	width: 640px;
}

.contact_btn input {
	float: right;
	padding: 0 8px 3px 8px;
	height: 25px;
	background: url(../i/light_btn_bg.png) top left repeat-x;
	border: none;
	color: #33a5ca;
}

/* end contact page */

/* begin print styles */

@media print{

body,
.wrapper {
	background-image: none !important;
}

.header,
ul.submenu,
.heading a,
.print_mail,
.footer {
	display: none !important;
}

.right_cnt,
.wrapper_cnt {
	clear: both !important;
	float: left !important;
}

wrapper_cnt,
.main,
.inside_main,
.main_cnt,
.right_cnt,
.title {
	width: 100% !important;
}

}

/* end print styles */

/* begin sitemap */

 

.sitemap {

            list-style-type: none;

            margin: 0;

            padding: 0;

}

 

.sitemap li {

            margin: 0;

            padding: 15px 0 0;

}

 

.sitemap li a {

            color: #0f7ea3;

            font-size: 13px;

            font-weight: bold;

}

 

.sitemap ul {

            list-style-type: none;

            margin: 5px 0 5px 20px;

            padding: 0;

}

 

.sitemap ul li {

            margin: 0;

            padding: 0;

}

 

.sitemap ul li a {

            font-size: 12px;

            font-weight: normal;

            color: #32a5cc;

}

 

/* end sitemap */

 

/* begin search results */

 

.search_res {

            list-style-type: none;

            margin: 0;

            padding: 0;

}

 

.search_res li {

            margin: 10px 0;

            padding: 10px 0;

            border-top:1px solid #E8F3F7;

}

 

/* end search results */

