/************************************************************************/
/*Globals*/ 
/************************************************************************/

body {
	background: #66ccff url('../img/bodyn.png') repeat-x top left;
	font: 12px Arial, Verdana, Serif;
	color: #5f6062;
}

p {
	line-height: 170%;
	margin: 14px 0;
}

a img
{  border-style: none;
}

#c-wrapper {
	background: #fff;
	height: 100%;
	width: 960px;
	margin: 15px auto;
	margin-bottom: 0;
	padding: 0 0 30px 0;
}

#content {
	clear: both;
	width: 960px;
	background: transparent;
	margin: 0;
	padding: 0;
}

#d-content {
	clear: both;
	margin: 10px 0;
	background: url('../img/wrap-bg.jpg') top left;
	background-repeat: repeat-y; 
	}
	
#footer {
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #ccc;
}
	#footer #copy {
		padding: 10px 0 10px 40px;
		width: 50%;
		float: left;
		font-size: 10px;
	}
	
	#footer #copy a {
		color: #c4c4c4;
		text-decoration: none;
	}
	
#footer-links {
	padding: 10px 30px 10px 0;
	float: right;
	width: 315px;
	text-align: right;
	color: #66ccff;
	font-size: 10px;
}

#footer-links a {
	padding: 0 5px;
	color: #7ebde1;
	text-decoration: none;
}

.clear-all {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
/************************************************************************/
/*Sidebars*/ 
/************************************************************************/

#r-sidebar {
	float: right;
	background: #eaeaea url('../img/sidebar.jpg') repeat-x top left;
	width: 315px;
	text-align: left;
}

#r-sidebar a img {
	padding: 5px;
}

#r-sidebar a:hover img  {
	background: #0f6cb6;
}

	.media-contact {
		margin: 95px 0 0 30px;
		font-size: 13px;
		color: #0f6cb6;
	}
	
	.media-contact a {
		color: #0f6cb6;
		text-decoration: none;
	}
	
	.media-contact a:hover {
		text-decoration: underline;
	}
	
	.media-contact h1 {
		color: #0f6cb6;
		font-size: 18px;
		margin-bottom: 8px;
	}
	.media-contact h2 {
		color: #666;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.media-contact p {
		margin: 2px 0;
	}
	
	.media-contact p strong {
		color: #0f6cb6;
		font-weight: normal;
	}

#l-sidebar {
	float: left;
	width: 200px;
	margin-top: 30px;
}


.side-nav {
	background: #fff url('../img/sub-nav.png') no-repeat top left;
	min-height: 465px;
}

ul.nav {
	padding: 15px 0;
	margin: 0 0 0 36px;
	text-indent: -1em;
	
}

	ul.nav li {
		padding: 6px 0;
		list-style: none;
		margin: 0;
	}
	
	ul.nav li ul {
		margin: 0;
		padding: 5px 0;
		width: 100%;
	}

ul.nav li a {
	/*display: block;
	color: #919fa8;*/
	color: #a5a5a5;
	text-decoration: none;
	padding: 0 10px;
	font-size: 12px;
}

ul.nav li a:hover, ul.nav li a.nav-path-selected {
	font-weight: 200;
	color: #83a3c0;
}

	ul.nav li ul li {
		padding-left: 15px;
		margin-left: 0;
	}
	
	ul.nav li ul li ul li {
		padding-left: 15px;
		margin-left: 0;
		list-style-position:outside;
	}

.release-contact {
	margin: 0 15px;
	color: #0f6cb6;
}

	.release-contact p {
		font-size: 10px;
	}

	.release-contact p strong {
		font-size: 10px;
		color: #333;
	}
	
	.release-contact a {
		color: #0f6cb6;
		text-decoration: none;
	}
	
	.release-contact a:hover {
		text-decoration: underline;
	}

.side-image {
	text-align: center;
	padding: 20px 0;
	background: none;

}
/************************************************************************/
/*End Sidebars*/ 
/************************************************************************/

/************************************************************************/
/*Masthead*/ 
/************************************************************************/

#logo {
	padding: 15px 0 0 68px;
	float: left;
	width: 200px;
	text-align: left;
	z-index: 99999;
	height: 102px;
}

#logo a img  {
	border: none;
	background: transparent;
}

#search {
	background: url('../img/search.jpg') no-repeat top left;
	float: right;
	margin: 45px 85px 0 0;
	padding: 0;
	width: 214px;
	height: 38px;
}
	#search label {
		font-size: 10px;
		text-transform: uppercase;
	}
	
	#search input {
		border: 0;
		padding: 0;
		margin: 0;
		outline: none;
	}
	
	#search .button {
		margin: 0;
		float: left;
	}
	
	#search input.text {
		background: none;
		width: 150px;
		margin: 15px 0 0 5px;
		font-size: 11px;
		color: #666;
		
	}
	
	.find {
		width: 25px;
		margin: 0 0 0 10px;
		background: none;
	}

#main-nav {
	
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}	
	

	
#main-nav ul {
	clear: both;
	width: 945px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}


#main-nav ul li {
	display: inline;
	padding: 0 30px;
}
	
	#main-nav ul li a {
		padding: 5px;
		color: #7ebde1;
		text-decoration: none;
	}
	
	a:hover#menu-lands {
		color: #6cb33f;}
	a:hover#menu-resources {
		color: #e36f1e;}
	a:hover#menu-shareholders {
		color: #c69;}
	a:hover#menu-news {
		color: #5f6d62;}
	a:hover#menu-employment {
		color: #d7c300;}

#masthead {
	position: relative;
}
#flash {
	position: absolute; 
	left: 0; 
	top: 94px; 
	z-index:9999;
	}
	
#masthead img.banner {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
}
	
#welcome-vid {
	width: 256px;
	margin: 0 auto;
	padding: 0;
}
	
/*end Firefox hack*/
	
#banner {
	clear: both;
	/*background: #df822d;*/
	position: relative;
    width: 100%; /* for IE 6 */
	z-index: 1;
}

/************************************************************************/
/* End Masthead*/ 
/************************************************************************/



/************************************************************************/
/* Content Areas*/ 
/************************************************************************/

#main-content {
	width: 590px;
	float: left;
	background: #f4f4f4 url('../img/d-bg.jpg') repeat-x top left;
}

#main-content a img, #main-release a img {padding: 2px;}
#main-content a:hover img, #main-release a:hover img {background: #0f6cb6;}

#main-release {
	width: 750px;
	float: right;
}

#main-copy {
	margin: 30px 15px 0  15px;
}

	#main-copy h1 {
		font-size: 20px;
		margin: 8px 0;
		color: #0f6cb6;
	}
	
	#mang-copy h2 {
		font-size: 17px;
		margin: 8px 0;
		color: #333;
	}

	#main-copy h3 {
		font-size: 16px;
		color: #0f6cb6;
	}

	#main-copy h4 {
		font-size: 14px;
		font-weight: bold;
		color: #0f6cb6;
	}
	
	#main-copy a, #main-content a, #r-sidebar a {
		color: #0f6cb6;
		text-decoration: none;
	}
	
	#main-copy a:hover, #main-content a:hover, #r-sidebar a:hover {
		text-decoration: underline;
	}
	
	#main-copy input {
		padding: 2px 5px;
	}
	
	#main-copy table.profile {
		border-top: 2px solid #a1a1a5;
		border-left: 2px solid #a1a1a5;
	}
		
		#main-copy table.profile td {
			margin: 0;
			padding: 5px 8px;
			border-right: 2px solid #a1a1a5;
			border-bottom: 2px solid #a1a1a5;
		}

	
/************************************************************************/
/*Department/News Template*/ 
/************************************************************************/

.m-department {
	padding: 60px 20px;
	font-size: 11px;
	line-height: 140%;
}

.m-department h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

.m-department h1 {
	font-size: 20px;
	margin: 8px 0;
}

.m-department p {
	margin: 0;
	padding: 0;
}

#department-side {
	margin: 30px auto;
	margin-bottom: 0;
	width: 250px;
}

#department-side p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#banner-content, #news-banner-content {
	position: absolute;
   	top: 130px;
   	left: 40px;
   	width: 285px;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	color: #fff;
	z-index: 2;
}

#right-banner-content {
	position: absolute;
   	top: 143px;
   	right: 20px;
   	width: 285px;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	color: #fff;
	z-index: 2;
}

#news-banner-content {
	top: 50px;
	width: 420px;
}

	#banner-content h2, #news-banner-content h2 {
	font-size: 22px;
	margin: 14px 0 14px 0;
	font-weight: normal;
	}
	
	#news-banner-content a {
		text-decoration: none;
		color: #0cf;
	}
	#news-banner-content a:hover {
		text-decoration: underline;
	}
	
img.department-thumb {
	padding: 0 10px;
}

/************************************************************************/
/*Department/News Template*/ 
/************************************************************************/
/************************************************************************/
/* Home Page*/ 
/************************************************************************/

#home {
	width: 630px;
	float: left;
	}
	
/* root element for tabs  */

.tabs {
  		list-style:none; 
		margin:0 !important; 
		padding:0;	
		height:38px;
		width: 630px;
		background: url('../img/tabs/tab-menu.jpg') no-repeat;
 		position: relative;
 		overflow: hidden;
		}
		
.tabs li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
.tabs a {color: #fff; text-align: center; font-size: 11px; text-decoration: none; padding: 12px 0 0 0px;}
 
.tabs li, .tabs a {height: 46px; display: block;}
#tab1 {left: 0; width: 124px;}
#tab2 {left: 125px; width: 120px;}
#tab3 {left: 246px; width: 120px;}
#tab4 {left: 367px; width: 115px;}
#tab5 {left: 483px; width: 125px;}
 
#tab1 a:hover, #tab1 a.current {background: transparent url(../img/tabs/tab-menu.jpg) 0 -47px no-repeat;}
#tab2 a:hover, #tab2 a.current {background: transparent url(../img/tabs/tab-menu.jpg) -125px -93px no-repeat;}
#tab3 a:hover, #tab3 a.current {background: transparent url(../img/tabs/tab-menu.jpg) -246px -139px no-repeat;}
#tab4 a:hover, #tab4 a.current {background: transparent url(../img/tabs/tab-menu.jpg) -367px -185px no-repeat;}
#tab5 a:hover, #tab5 a.current {background: transparent url(../img/tabs/tab-menu.jpg) -483px -232px no-repeat;}

	.panes {
		background: #e4e5e5 url('../img/home-bg.jpg') repeat-x top left;
		margin: 0;
		padding: 0;
	}

	.panes div p {
		width: 85%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		color: #818285;
		font-size: 14px;
		z-index: 1;
	}
	
	.panes div a {
		color: #000;
		text-decoration: none;
		float: right;
		text-transform: uppercase;
		font-size: 10px;
		margin: 10px 60px 0 0;
	}
	
	.panes div img {
		margin: 0;
		padding: 0;
		top: 20px;
		left: 0;
	}
	
#nana-news
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url('../img/rss-bg.png') no-repeat;
	color: #fff;
	font-size: 11px;
	width: 260px;
	height: 172px;
	margin: 20px auto;
}
	
	#nana-news h2 {
		font-size: 18px;
		text-align: left;
		padding: 15px 0 0 0;
		margin-left: 15px;
		font-weight: normal;
		color: #fff;
	}

	#nana-news a, #ticker1 h4 a, h4 a{
	color: #fff;
}

	h2.home a {
	color: #fff;
	padding: 15px 0 0 0;
}

#social-icon {
	text-align: center;
	margin-bottom: 20px;
}

	#social-icon a:hover img {
		background: none;
	}

.rssFeed {
	margin: 0 10px;
}	

.rssFeed a
{
	color: #fff;
	text-decoration: none;
	margin: 4px 0;
	font-size: 11px;
}
.rssFeed a:hover
{
	color: #fff;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }
.rssRow h4, .rssRow p, .rssRow div
{
	margin: 0;
	padding: 0.5em;
	font-size: 11px;
}

/************************************************************************/
/* End Home Page*/ 
/************************************************************************/


