html
{
  margin:0;
  padding:0;
  min-height: 100%;
  margin-bottom: 1px;
}

body
{ 
  font-family: Helvetica, Arial, sans-serif;
  margin:0;
  line-height: 1.2em;
}

a 
{ 
  text-decoration: none;
  color: DarkRed;
}

a:hover 
{ 
    text-decoration: underline;
}

h1, h2, h3, h4
{
    line-height: 1.2em;
}

hr 
{ 
    border: 0;
    height: 1px;
    width: 66%;
    color: black;
    background-color: black;
}

ul.linklist li
{
    padding-bottom: 0.2em;
}

ul.linklist 
{
    list-style: square
    url(/hfm/HESS-new-format/images/marker_triangle_9x11px.png);
    list-style: square url(/hfm/HESS/images/marker_triangle_9x11px.png);

}

/***********************************************************************/
/*   Header Menu */
/***********************************************************************/

#header 
{ 
  width:730px;
  height: 100px;
  margin: 0;
  padding: 0;
  background-image: url(/images/banner.gif);  
  background-repeat: no-repeat;
  background-position: left;
 }
 
#header h1 
{
    margin: 0;
    position: relative;
    right: -45%;
    padding: 8px 0px 0px 10px;
    font-size:45px;
    color: rgb(250,250,250);
    line-height: 1em;
    width: 375px;
}
 
#header h2 
{
    margin: 0;
    padding: 0px 0px 0px 14px;
    font-size: 14px;
    color: rgb(250,250,250);
    line-height: 0.8em;
}

ul#menu 
{
    width: 730px;
    clear: both;
    float: left;
    list-style: none;
    position: relative;
    margin: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    color: white;
    font-size: 85%;
    border-top: 6px solid white;
    background-color: LightSeaGreen;
#    background-color: rgb(164,0,29);
}

ul#menu li 
{
	float: left;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.4;
	border-right: 1px solid rgb(93,74,44);
}


ul#menu li#selected a 
{ 
  background-color: White;
  background-image: none;
  color: black;
  border-bottom:1px solid white;
}

ul#menu li a 
{
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 3px 6px;     
  margin: 0px;
  border-bottom: 1px solid rgb(93,74,44);
  background-color: LightSeaGreen;
  # background-color: rgb(164,0,29);
}

ul#menu li a:hover 
{
  background-color: rgb(200,0,0);
  color: white;
}

ul#menu li a.selected 
{
  background-position: bottom left;
}

/***********************************************************************/
/*   Main Content */
/***********************************************************************/

#main 
{ 
  max-width: 730px;
  min-width: 300px;
  margin: 1px auto;
  padding:0;
  background-color: white;
}

#content 
{ 
  float: left;
  width: 710px;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 95%;
}

#content p, #content span, #content div, #content li, #content dl
{
  line-height:140%;
}

#content p
{
  margin: 0.6em 0;
}

#content h1 {
  margin-top:0.8em;
  margin-bottom:0.8em;
}

#content h2 
{
  text-align: center;
  line-height: 0.6em;
}

#content h3
{
  text-align: center;
}

#content h4
{
  margin-bottom: 0.5em;
}

#content img.ctr
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/***********************************************************************/
/*   Sidebar */
/***********************************************************************/

#sidebar {
    float: right;
    width: 250px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(233, 244, 255);
    font-size: 13px;
    text-align: center;
}

#sidebar h1 {
    font-size: 18px;
    padding: 0;
    margin: 0.2em auto;
}

#sidebar h2 {
    font-size: 13px;
}

#sidebar p.more {
    font-size: 11px;
    text-align: right;
    margin-top: 0;
}

#sidebar hr {
     border: 0;
     height: 1px;
     width: 66%;
     background: rgb(0,0,0);
     color: rgb(0,0,0);    
}

#sidebar .caption { 
  font-size: 13px;
}

/***********************************************************************/
/*  Footer */
/***********************************************************************/

#footer {
    text-align: center;
    font-size: 11px;
    line-height: 1.4em;
    color: Grey;
    padding-bottom: 10px;
}

#footer hr {
     border: 0;
     height: 1px;
     width: 75%;
     background-color: Grey;
     color: Grey;
}

/***********************************************************************/
/*   Images with captions */
/***********************************************************************/


.image
{ 
  text-align: center;
  padding: 6px;
}

.caption
{ 
  font-style: italic;
  font-size: 14px;
  text-align: left;
  margin-top: 0.5em;
 }
 
.imageleft, .imageright
{ 
  margin:0;
  padding:0;
  text-align: center;
  padding: 6px;
}

.imageleft
{
  float:left;
  margin: 8px 8px 8px 0;
}

.imageright
{
  float:right;
  margin: 8px 0 8px 8px;
}

.imageright .caption, .imageleft .caption
{ 
  font-style: italic;
  font-size: 80%;
  text-align: left;
  margin-top: 0.5em;
 }

/***********************************************************************/
/*  General flotation stuff */
/***********************************************************************/


.left { 
  float:left;
 }

.right { 
  float:right;
  
 }

.clearright { 
  clear:right;
}

.clearleft { 
  clear:left;
}

/***********************************************************************/
/*  Tables */
/***********************************************************************/

#content table.std
{
  margin: 0.6em 0;
}

#content table.std td, #content table.std th
{
    padding: 0.15em 0.2em;
    vertical-align: top;
}

#content table.std th 
{
    background-color: #ddd;
    color: #000;
    font-weight: bold;
}

#content table.data
{
  border: 1px solid #666666;
  margin: 0.6em 0;
  font-size:90%;
}

#content table.data td, #content table.data th
{
	padding: 0.2em 0.3em;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#content table.data th 
{
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

table.twoboxes {}
td.twoboxes {width:50%; border: 1px solid black; padding: 3px 3px 6px 3px}
ul.twoboxes {padding-left:20px; padding-right:5px; margin:0px}


/***********************************************************************/
/*  News */
/***********************************************************************/

#content div.news
{
    margin-bottom: 35px;
}

#content div.news div.newsHeader
{
    border-bottom: 1px solid #000;
    padding-bottom: 0.4em;
    margin-bottom: 1em;

}

#content div.news div.newsHeader div.newsHeadline
{
    float: left;
    width: 82%;
    padding-bottom:0;
    font-weight: bold;
}


#content div.news div.newsHeader div.newsDate
{
    float: right;
    vertical-align:bottom;
    width: 16%;
    font-size: 80%;
    text-align: center;
    margin-bottom:0;
    padding:2px;
    font-style:italic;
}

#content div.news div.newsMore
{
    font-size: 90%;
    text-align: right;
    margin-top: 0px;
    clear: both;
}


/* source catalog style */
#catalog code 
{ 
  font-family: sans-serif;
  font-size: small;
  }

#catalog table 
{ 
  border-collapse: collapse;
  border-color: #cccccc;
  border-style: none;
  empty-cells: hide;
  }
