body {
	background: #dcf1ff url(../gfx/bgr.jpg) repeat-x;
	margin: 10px 0 10px 0;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color:#3c3c3c;
	line-height: 19px;
}

.more {
	float: right;
	width: 12px; 
	height: 11px;
	background: url(../gfx/greenOnBlueArrow.gif) no-repeat;
	margin: -15px 0px 0px;
}


.more span {
	display: none;
}

a
{
/*	text-decoration: none;
	*/
	color: black;
	text-decoration: underline;	
}

a:hover
{
	text-decoration: underline;	
}

h2 { padding: 0; margin: 0; }

h3 {
	color : #FFFFFF;
	padding: 0;
	margin: 0; 
	font-weight: bold;
	font-size: 13px;
}

h3.intro a {
	color : #4589A6;
	margin: 5px 0px;
	padding: 0px;
	text-decoration : none;
}


#submitEvent
{
	float: right;
}

#submitEvent a
{
	text-decoration: none;
	background-color: #4589a6;
	color: #fff;
	padding: 5px;
	padding-right: 24px;
	position: relative; left: 0px; top: -25px;
	font-size: 14px;
	
	
	
	background-image: url(../gfx/arrowWhite.png);
	background-repeat: no-repeat;
	background-position:  94px 8px;
	
}

#submitEvent a:hover { color: #d7d7d7; }

#popular {
	float: right;
	margin: 5 0 0 10px;
	padding: 5px 0px 0 10px;
}

#popular .button {
	padding: 0 0 0 15px;
	position : relative; left : 10px;
}

#popular .button a {
	display : block;
	width: 12px;
	height: 12px;
	background: url(../gfx/toolbarArrow.jpg) no-repeat;
}


/* utility styles */
.clearing { clear: both; }

/* structure */


#topContainer {
	width: 1000px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#root, #topContainer {
	width: 1000px;
	margin: auto;
}

#logoPanel {
	background: url(../gfx/egs_logo8.png) no-repeat;
}

#logoPanel a {
	height: 120px;
	display: block;
}

#logoPanel a span {
	display: none;
}

#imagePanel {
	float: right;
}

#topImage {
	position: relative;
	width: 675px;
	height: 262px;
	background: url(../../image.php?size=big) no-repeat;
}

#topImage #readMore {
	position: absolute;
	bottom: 20px;
	left: 25px;
	display: block;
	width: 12px;
	height: 11px;
	background: url(../gfx/whiteOnGreenArrow.gif);	
/*	width: 91px;
	height: 24px;
*/	
}	

#topImage span {
	font-size: 26px;
	color: white;
	line-height: 28px;
	
	position: absolute;
	bottom: 20px;
	right: 25px;
}

#topImage a span {
	display: none;
}

#toolbar {
	height: 42px;
	width: 675px;
}

#menu, #submenu {
  	padding: 0px;
  	width: 675px;
}

#menu ul, #submenu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li, #submenu li {
	text-align: center;
	float: left;
}

#menu li {
	padding-bottom: 5px;
	width: 112px;
}

#menu li.last {
	width: 115px;
}

#menu li.last a {
	background-image: none;
}

#menu li.active {
	background: url(../gfx/menuArrow.gif) bottom center no-repeat;
}

#menu li.active a {
	background-color: #dcf1ff;
}

#menu li a:hover {
	display: block;
	background-color: #eeeeee;
}

#menu li a {
	background-color: white;
	background-image: url(../gfx/dots.gif);
	background-position: right center;
	background-repeat: repeat-y;
	
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px;
	text-decoration: none;
	width: 100%;
}

#submenu ul {
	background-image: url(../gfx/submenuBgr.gif);
	line-height: 24px;
	margin-top: 1px;
}

#submenu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

#submenu li {
	background: url(../gfx/submenuArrow.png) 8px 9px no-repeat;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	white-space: nowrap;
}

#submenu a {
	color: #00546c;
	font-size: 12px;
	text-decoration: none;
}

#submenu li.active a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

#submenu a:hover {
	text-decoration: underline;
}

/* elements */
#leftContainer {
	float: left;
	width: 325px;
/*	background: url(../gfx/logoBgr.jpg) no-repeat;
*/
}

#about {
	margin: 15px 30px 15px 25px;
	padding-right: 15px;
}

#about p {
	position: relative;
	padding-right: 12px;
	margin-top: 0px;
}

#about .more {
	float: none;
	display: block;
	
	position: absolute;
	bottom: 5px;
	right: 0px;
}

#about p a, #about p a:hover  {
	text-decoration: underline;
}

#search {
/*	float: right;
*/	
	float: left;
	width: 275px;
	height: 35px;
	padding: 0px;
		
  	background-color: #4589a6;
}

#search form {
	margin: 8px 10px;
}

#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchTerm {
	margin: 0;
	float: left;
	color: #000000;
	font-size: 11px;
}

#search .submit {
	float: left;
	display: block;
	margin: 0px 5px;
}

#search a {
	color: white;
	margin-left: 10px;
}

#toolbox {
  	background-color: #4589a6;
	float: right;
	height: 35px;
	padding: 0px 42px;
}

#toolbox p {
	margin: 0px 0px 0px 10px;
	padding: 0;
	float: left;
}

#toolbox p.homepage {
	margin-left: 0px;
}

#toolbox p span {
	display: none;
}

#toolbox p a {
	display: block;
	background: url(../gfx/toolbar.gif) 0 0 no-repeat;	
	height: 35px;	
}

#toolbox .homepage a { width: 73px; }
#toolbox .homepage a:hover { background-position: 0 -34px; }

#toolbox .download a { width: 77px; background-position: -73px 0; }
#toolbox .download a:hover { background-position: -73px -34px; }

#toolbox .sitemap a { width: 68px; background-position: -150px 0; }
#toolbox .sitemap a:hover { background-position: -150px -34px; }

#toolbox .forum a { width: 58px; background-position: -218px 0px; }
#toolbox .forum a:hover { background-position: -218px -34px; }


/* headers */
h1 span, h2 span { display: none; }

#about #aboutMoreArrow {
	float: right;
	display: block;
	width: 12px;
	height: 11px;
	background: url(../gfx/arrowBlue.png);
}

#aboutMoreArrow span { display: none; }

#presentationButtons {
	padding: 20px 0 0 0;
}

#presentationButtons a span {
	display: none;
}

#aboutDownload {
	display: block;
	float: left;
	width: 167px;
	height: 26px;
	margin: 0 2px 0;
	background: url(../gfx/buttons/DownloadPresentation.jpg);
}

#aboutMore {
	display: block;
	float: left;
	width: 68px;
	height: 26px;
	background: url(../gfx/buttons/More.jpg);
}

#footer {
/*	padding: 10px 0 0 20px;
*/
	width:970px;
	padding: 10px 10px 0px 10px;
	float: left;
	margin: auto;
}

#footer  p { float: left; color: #00536d; padding: 10px 0 0 10px; margin: 0;}

#footer a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: #00536d; 
}

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

#footer a span {
	display: none;
}

#footer #planetEarth {
	float: right;
	width: 98px;
	height: 35px;
	background: url(../gfx/planetearth.gif) no-repeat;
	margin-right:10px;
	margin-top: 5px;
}

#footer #rss {
	float: right;
	width: 55px;
	height: 22px;
	background: url(../gfx/rssIco.gif) no-repeat;
	margin-top: 12px;
	margin-bottom: 10px;
}

#footer #igc {
	float: right;
	width: 54px;
	height: 43px;
	background: url(../gfx/igc.gif) no-repeat;
	margin-right:10px;
}

#footer #geo {
	float: right;
	width: 61px;
	height: 30px;
	background: url(../gfx/geo.jpg) no-repeat;
	margin-top: 7px;
	margin-right:10px;
}

#footer #onegeology {
	float: right;
	width: 60px;
	height: 33px;
	background: url(../gfx/onegeology.gif) no-repeat;
	margin-right:10px;
	margin-top: 5px;
}

#footer #statistics {
	background: url(../gfx/icoWebStat.jpg) 10px 13px no-repeat;
	padding: 11px 0 0 25px;
}

#footer #webmaster {
	background: url(../gfx/icoWebmaster.jpg) 10px 18px no-repeat;
	padding: 11px 0 0 18px;
}

#footerImages
{
	float:left;
}

#footerImages a span {
	display: none;
}

#footerImages #planetEarth {
	width: 98px;
	height: 35px;
	background: url(../gfx/planetearth.gif) no-repeat;
	margin-right:10px;
}

#footerImages #igc {
	float: right;
	width: 54px;
	height: 43px;
	background: url(../gfx/igc.gif) no-repeat;
	margin-right:10px;
}

#footerImages #geo {
	width: 61px;
	height: 30px;
	background: url(../gfx/geo.jpg) no-repeat;
	margin-top: 7px;
	margin-right:10px;
}

#footerImages #onegeology {
	float: right;
	width: 60px;
	height: 33px;
	background: url(../gfx/onegeology.gif) no-repeat;
	margin-right:10px;
}


#newsletter h2, #newsletter1 h2 {
	float: left;
	width: 66px;
	height: 19px;
	margin-left: 70px;
		
	background-image: url(../gfx/headers/newsletter.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#newsletterSign {
	float: right;
	margin-right: 70px;
	color: white;
}

#newsletterSign:hover {
	text-decoration: underline;
}

#newsletterReadMore {
	float: right;
	display: block;
	width: 98px;
	height: 22px;
	margin: 0px 10px 0px;
	
	background-color: #3D6E84;
	background-image: url(../gfx/whiteOnGreenArrow.gif);
	background-repeat: no-repeat;
	background-position: 88px;
	
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px 0px 10px;
	text-decoration: none;
}

#newsletterReadMore:hover {
	background-color: #244C5E;
}

#contentColumn h3 {
	color: #000;
}
#contentColumn h4 {
	margin-bottom: 10px;
	color:#4589a6;
	margin-top: 25px;
	font-size: 11px;
}
#contentColumn h4 a {
	color: #237897;
	text-decoration: none;
}
#contentColumn .item {
	border-bottom: 1px solid #e6e6e6;
}

/* */
#path {
	padding: 0 0 0 20px;
	line-height: 45px;
	border-bottom: solid 1px #dcf1ff;
}

#path * {
	color: #676767;
	text-decoration: none;
}

#path span span, #path span a.B_crumb {
	display: block;
	float: left;
	padding: 0 12px 0 6px;
	background: url(../gfx/breadcrumbsArrow.png) right center no-repeat;
}

#path a:hover {
	text-decoration: underline;
}

#path .B_lastCrumb, #path .B_lastCrumb * {
	background: none;
}

#path .B_firstCrumb {
	font-weight: bold;
}



/* table in More->Publications */
td.data
{
	width: 60px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-align: right;
	padding : 3px 3px 5px 3px;
}

td.title
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

#reachmap
{
	background: url(../gfx/egslocation.jpg) bottom center no-repeat;
	width: 650px;
	height: 283px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Styles for newsletter subscription. */
#newsletterForm {
	margin: 20px 50px;	
}

#newsletterForm .bold {
	font-weight: bold;	
}

#newsletterPersonalData {
	font-weight: bold;
	margin-bottom: 20px;
}

#newsletterPersonalData table {
	line-height: 25px;
	width: 100%;
}

#newsletterPersonalData td.label {
	width: 80px;
}

#newsletterPersonalData input.text, #newsletterPersonalData option {
	padding-left: 3px;
	padding-right: 5px;
}

#newsletterPersonalData input.text {
	width: 100%;
}

#newsletterPersonalData select {
	width: 355px;
}

#newsletterInterests {
	margin: 20px 0px;
}

#newsletterSubmit {
	margin-top: 20px;
}

#newsletterSubmit p {
	margin: 0px;
	padding: 10px 0px;
}

/* Styles for advanced search form. */
#advSearchForm {
	margin: 0px auto;
	width: 560px;
}

#advSearchTerms {
	margin: 0px auto;
	width: 490px;
}

#advSearchTerms label {
	font-weight: bold;
	padding: 0px 5px;
}

#advSearchTerms table {
	line-height: 25px;
	width: 100%;
}

#advSearchTerm {
	width: 317px;
}

#advSearchTerm, #advSearchTerms select option {
	padding-left: 3px;
	padding-right: 5px;
}

#advSearchTerms td.submit {
	padding-left: 10px;
	width: 32px;
}

#advSearchTerms td.leftLabel, #advSearchTerms td.rightLabel  {
	text-align: right;
}

#advSearchTerms td.leftLabel {
	width: 106px;
}

#advSearchTerms td.left {
	width: 90px;
}

#advSearchTerms td.right {
	width: 136px;
}

#advSearchTerms select {
	width: 100%;
}

#advSearchInterests {
	padding: 20px 0px;
}

#advSearchInterests td.label {
	font-weight: bold;
}

#advSearchInterests input {
	margin: 3px 0px;
	padding: 0px;
}

p.ajaxSearch_resultsInfo {
	font-size: medium;
	font-weight: bold;
}

p.ajaxSearch_paging {
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px;
}

p.ajaxSearch_paging a {
	color: #3C3C3C;
}

p.ajaxSearch_paging span.current {
	font-weight: bold;
	text-decoration: underline;
}

#ajaxSearch_resultListContainer {
	color: #237897;
	font-weight: bold;
	margin: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

#ajaxSearch_resultListContainer a {
	color: #237897;
}

#ajaxSearch_resultListContainer span.navPath,
#ajaxSearch_resultListContainer span.navPath a {
	color: gray;
}

#ajaxSearch_resultListContainer span.description {
	color: #3C3C3C;
	font-weight: normal;
}

/* Styles for news list */
p.templateVariable {
	margin: 5px 0px;
}

p.templateVariable span.name {
/*	font-weight: bold;
*/
	font-weight: normal;
}

div.popularSection h2 {
	margin-bottom: 20px;
}

.ditto_pages
{
	font-size: 11px;
	margin: 20px 0px;
	overflow: auto;
}

.ditto_pages a 
{
	text-decoration: none;
}

.ditto_page
{
	margin: 10px 5px 5px 5px;
	font-size: 12px;
	text-decoration: none;
aafloat: left;
}

.ditto_page:hover
{
	font-weight: bold;
	text-decoration: none;
}

.ditto_currentpage
{
	margin: 10px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #3068C5;
aafloat: left;
}

.ditto_off
{
	display: none;
}

#fontSize
{
	height: 20px;
}

#fontLinks 
{
	float: right;
	margin: 0px 5px 0px;
	color: #000000;
}

#fontLinks a.normal
{
	font-size: 11px;
}

#fontLinks a.big
{
	font-size: 14px;
}

#fontLinks a.bigger
{
	font-size: 17px;
}

#fontLinks a, #fontLinks a:hover
{
	text-decoration: none;
	margin : 0px 5px 0px 5px;
	color: #000000;
}

#contentColumn td p
{
	vertical-align: top;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

table .highlight1
{
	background-color: #EFEFEF;
}

table .highlight2
{
	background-color: #BFBFBF;
}



#newsletterArchive
{
	float: right;


	

}


#newsletterArchive a 
{
	text-decoration: none;
	background-color: #4589a6;
	color: #fff;
	padding: 5px;
	padding-right: 24px;
	
	background-image: url(../gfx/arrowWhite.png);
	background-repeat: no-repeat;
	background-position:  106px 7px;
}

.pLeft 
{ 
	float: left;
	
}

sub
{
	font-size: 50%;
}