*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #818181;
	background: #fff url(/images/bgrounds/body-inner.gif) repeat-y 50% 0;
}
body#home {
	background-image: url(/images/bgrounds/body-home.gif);
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #2e58a3; text-decoration: underline; }
a:visited { color: #2e58a3; text-decoration: underline; }
a:hover { color: #2e58a3; text-decoration: none; }
a:active { color: #2e58a3; text-decoration: underline;}
a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px;}
#content ul li { 
	margin: 0 0 .6em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/arrow.gif) no-repeat 4px 4px; 
}
#content ol {
	margin: 0 0 1em 15px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	color: #406478;
}
h1 { font-size: 1.1em; text-transform: uppercase; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #e1e5ee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 112px;
	background: url(/images/bgrounds/header.gif) repeat-x;
	border-bottom: 3px solid #fff;
}

#header .logo {
	position: absolute;
	top: 50px;
	left: 12px;
}




#nav {
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav {
	background-color: #81888e;
	/*padding: 25px 0 0 0;
	padding: 0 !important;*/
	height: 46px;
	width: 995px;
	border-bottom: 3px solid #fff;
	font-family: arial, helvetica, sans-serif;
}
#nav ul {
	margin-left: 234px;
}
#nav li a.current, #nav li a.current:link, #nav li a.current:visited, #nav li a.current:hover, #nav li a.current:active {
	background: url(/images/bgrounds/nav-over.gif) repeat-x;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #fff;
	padding: 17px 17px 17px 17px;
	font-weight: bold;
	text-transform: uppercase;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	margin-right: 3px;
	/*width: 96px;*/
}

#nav a:hover {
	color: #fff;
}

#nav li {
	float: left;
	text-align: center;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px;
	padding: 5px;
	line-height: 1.2em;
	font-weight: normal;
	width: 150px;
	font-size: .9em;
	text-transform: none;
}
#nav li ul li a:hover {
	background-color: #c6c9cc;
	color: #fff;
}


#nav li ul {
	position: absolute;
	background: #81888e;
	padding: 5px;
	width: 160px;
	left: -999em;
	z-index: 100;
	margin: 0px;
}
#nav li ul li {
	width: 160px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 5px;
	position: absolute;
	top: 0; right: -160px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background: url(/images/bgrounds/nav-over.gif) repeat-x;
}

#sidenav {
	padding: 31px 17px 0 17px;
}

#sidenav a, #sidenav a:link, #sidenav a:visited, #sidenav a:active {
	color: #81888e;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/icons/subnav-off.gif) no-repeat 0 7px;
	display: block;
	padding: 5px 0 5px 36px;
}
#sidenav a:hover,
#sidenav a.current, #sidenav a.current:link, #sidenav a.current:visited, #sidenav a.current:hover, #sidenav a.current:active {
	text-decoration: none;
	color: #214584;
	background-image: url(/images/icons/subnav-on.gif);
	
}
#sidenav li li a, #sidenav li li a:link,#sidenav li li a:visited, #sidenav li li a:active {
	padding-left: 50px;
	background-position: 14px 7px;
}

#container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}
#masthead {
	height: 139px;
	background-color: #c1cadd;
}
#home #main {
	background: none;
	background-color: #fff;
}
#main {
	width: 995px;
	background: #fff url(/images/bgrounds/main.gif) repeat-y;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#home #main-l {
	width: 228px;/* 228 */
	height: 545px;/* 545 */
	position: relative;
}
#main-l {
	width: 228px;
	margin-right: 3px;
}
#home #content {
	padding: 23px 20px 20px 16px;
}

#content {
	padding: 21px 149px 20px 32px;
}

#main-r {
	width: 764px;
}

.twentyyears, .relatedsites {
	position: absolute;
	width: 227px;
	height: 51px;
	background: #7c7c7c url(/images/text/20-years-of-lng-exports.gif) no-repeat 15px 30px;
	bottom: 53px;
	left: 0;
	overflow: hidden;
	text-indent: -9000px;
}
.relatedsites {
	bottom: 0;
	background-image: url(/images/text/related-sites.gif);
}
.twentyyears:hover, .relatedsites:hover {
	background-color: #6c6c6c;
}

#home #footer {
	border-top: 3px solid #fff;
	/*background-color: #e0e0e0;*/
}
#footer {
	/*background-color: #b9b9b9;*/
	padding: 9px 0 10px 234px;
	color: #717171;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}
#footer p {
	
}
#footer span {
	float: left;
}
#footer span.logins {
	float: right;
	margin-right: 20px;
}

#footer a,#footer a:link, #footer a:visited, #footer a:active {
	color: #717171;
	text-decoration: none;
}
#footer a:hover {
	color: #2e58a3;
	text-decoration: none;
}


.newslist li em {
	display: block;
	color: #214584;
	font-weight: bold;
	font-style: normal;	
}
#content .newslist li {
	border-bottom: 1px solid #e1e5ee;
	padding-bottom: 10px;
}
.pr_contacts {
	width: 580px;
}
.pr_contacts h2 {
	margin-bottom: .5em;
}
.pr_contacts div {
	float: left;
	display: inline;
	width: 160px;
}

.newsDate {
	font-weight: bold;
}

.ui-accordion { }
.ui-accordion h2 {
	text-decoration: underline;
	cursor: pointer;
	padding-left: 20px;
	padding-bottom: 0.3em;
	background: transparent url(../images/icons/subnav-off.gif) 5px 50% no-repeat;
	border-bottom: 1px solid #e1e5ee;
} 
.ui-accordion h2.selected { 
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	background-image: url(../images/icons/arrow-down.gif);
	border-bottom: 1px solid #2e58a3;
}