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:100%;
  height: 170px;
  margin: 0;
  padding: 0;
  background-image: url(/hfm/HESS/images/masthead_4tel_sun_900x174.png);  
  background-repeat: no-repeat;
  background-position: left;
 }
 
#header h1 
{
    margin: 0;
    padding: 8px 0px 0px 10px;
    font-size:45px;
    color: rgb(250,250,250);
    line-height: 1em;
}
 
#header h2 
{
    margin: 0;
    padding: 0px 0px 0px 14px;
    font-size: 14px;
    color: rgb(250,250,250);
    line-height: 0.8em;
}

ul#menu 
{
    width: 100%;
    clear: both;
    //float: left;
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2em;
    color: white;
    background-color: rgb(136,114,81);
    font-size: 85%;
    border-top: 1px solid rgb(93,74,44);
}

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;
  background-color: rgb(136,114,81);
  padding: 3px 10px;     
  margin: 0px;
  border-bottom: 1px solid rgb(93,74,44);
}

ul#menu li a:hover 
{
  background-color: rgb(165,142,105);
  color: white;
}

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

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

#main 
{ 
  max-width: 900px;
  min-width: 300px;
  margin: 0 auto;
  // margin: 0 55px; /* IE HACK LEAVE IN */
  padding:0;
  background-color: white;
}

#content 
{ 
  float:none !important;
  //float: left;
  width: 580px;
  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:1.3em;
  margin-bottom:0.8em;
}

#content h3, #content h2 
{
}

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

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

#sidebar {
    display:none;
    //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-botton: 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;
}

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

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

#content div.news div.newsHeader
{
    border-bottom: 1px solid #000;
    padding-bottom: 0.4em;
    // padding-bottom: 1.1em; /* IE HACK, DON't REMOVE */
    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;
  }