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

/* Content */

div#container{
	background:url(../images/bg_internal.png) 0 0 repeat-y;
}

/* Left Menu */
div#rotate{
	overflow:hidden;
	width:984px;
	padding:0px 20px 20px 20px;
	text-align:left;
}

ul#rotnav{
	width:223px;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}

#rotnav li{
	display:block;
	list-style:none;
	padding:0px;
	margin:15px 0px;
}

#rotnav li a{
	display:block;
	width:223px;
	height:22px;
	text-indent:-9999px;
}

a#tab_responsibility{
	background:url(../images/tab_responsibility.png) 0 0 no-repeat;
}
a#tab_responsibility:hover{
	background:url(../images/tab_responsibility.png)0 -24px no-repeat;
}
.ui-tabs-selected a#tab_responsibility{
	background:url(../images/tab_responsibility.png)0 -24px no-repeat;
}

a#tab_leaders{
	background:url(../images/tab_leaders.png) 0 0 no-repeat;
}
a#tab_leaders:hover{
	background:url(../images/tab_leaders.png)0 -24px no-repeat;
}
.ui-tabs-selected a#tab_leaders{
	background:url(../images/tab_leaders.png)0 -24px no-repeat;
}
a#tab_evmanagement{
	background:url(../images/tab_evmanagement.png) 0 0 no-repeat;
}
a#tab_evmanagement:hover{
	background:url(../images/tab_evmanagement.png)0 -24px no-repeat;
}
.ui-tabs-selected a#tab_evmanagement{
	background:url(../images/tab_evmanagement.png)0 -24px no-repeat;
}
div#sp_responsibility, div#sp_leaders, div#sp_evmanagement{
	float:right;
	width:710px;
	height:345px;
	margin:10px 0px;
	overflow:hidden;
	}

div.scroll-pane{
	width:710px;
	height:345px;
	overflow:auto;
}

.scroll-pane p{
	line-height:16px;
}
.scroll-pane p:first-child{
	margin-top:0px;
}
	

/* Header BG Swap */

h2.blogpost{
	background:url(../images/h2_featuredpost_w.png) 0 0 no-repeat;
}

h2.hotoff{
	background:url(../images/h2_hotoff_w.png) 0 0 no-repeat;
}
h3.scotton{
	background:url(../images/h3_scotton_w.png) 0 0 no-repeat;
}

/* Social Networking BG Swap */

a.sn_twitter{
	background:url(../images/sn_twitter_w.png) 0 0 no-repeat;
}

div#footer_container{
	width:1024px;
	margin:0 auto;
	background: url(../images/bg_footer.png) bottom right no-repeat;
	overflow:hidden;
}
div#latestpost{
	background:none;
}
div#footer{
	clear:both;
	background:none;
}
a.readmoreblog{
	display:block;
	text-indent:-9999px;
	background:url(../images/readmoreblog_w.png) 0 0 no-repeat;
	height:10px;
	width:169px;
	margin:0px 0px 0px 126px;
	padding:0px;
}
a.readmoreblog:hover{
	background:url(../images/readmoreblog_w.png) 0px 0px no-repeat;
}