body {
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	margin: 10px 10px;
	background: transparent url(../images/esrg-bg.gif) repeat scroll 0%
}	

/* Header ===================================================================*/

#header
{
	margin: 0px auto;
    width:750px;
    height:91px;
    position: relative;
    background: transparent url(../images/header.jpg) no-repeat;
}

#header h1 a
{
    width:100%;
    height:100%;
    display:block;
    text-decoration: none;
    }

#header1 {
	width: 750px; 
	height: 91px; 
	background: transparent url(../images/bg_header.jpg) repeat-x;
}

/* Utility Links (header) ===================================================*/

#utility {
    height:11px;
    width:179px;
    text-align:center;  /*for IE*/
	white-space: nowrap;
	margin-left: auto;
	padding-top: 20px;
}

#utility a {
     text-decoration:none;
     color:#CDA529;
     font-size: 8pt;
}

/* Dropdown Menus (header) ===========================================================*/
#menu {
	border: 0px solid red;
    height:14px;
	padding-top: 40px;
    }

#menu a 
{
    text-decoration:none;
    color: #fff;
    font-weight: bold;
    vertical-align:top;      
    display:block; 
    font-size: 8pt;   
}

#nav {
  padding: 0;
  margin: 0;
	float: right;
  list-style: none;
  }
  
#nav li {
  float: left;
  position: relative;
  padding: 0px 8px;
  background: transparent url(../images/sep_menu.gif) no-repeat;
  text-align:center;
  }  

#nav li ul {
	display: none;
	position: absolute;
	top: 0.75em;
	left: 0;
	list-style:none;
	padding-top: 6px;
	background: #ECE9D8;
	background: transparent;
  	width: 100px;
	margin-left: 0px;
	padding: 0px;
  }

* html #nav li ul 
{
    padding-top: 7px;}

#nav li ul li   
{   background: none;
    background-color: #fff;
    line-height: 1.25em;
    -moz-opacity:.80;
    opacity:.80;
    filter:alpha(opacity=80);
	width: 100px;
	margin: 0px;
 }  

#nav li ul li a 
{
    color: #000;
    font-weight: bold;
    padding: .25em 5px;
    text-align: left;
    height:100%;
}

#nav li ul li a:hover
{
    background-color: #c4bd9d;
}

#nav li:hover ul, #nav li.over ul { display: block; }

/* Body ==================================================================== */

#tagline {
	background: url(../images-old/bg_tagline.jpg) no-repeat; 
	height: 174px;
}
#tagline div {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 0.75em;
	font-weight: bold;
	width: 250px;
}

#body_header {
    background: transparent url(../images/bg_home_main.jpg) repeat-x;
	background-color: white;
}

#col1 {
	padding: 10px;
}
#col1 a {
	color: #776633;
}
#col1 a:hover {
	color: #999933;
}

#col1 h2 {   
	color: #999;
    margin-bottom: .5em;
    font-size: 9pt;
}

#col1 h3 {
	color: #763;    
    font-size: 8pt;
}

#col1 p {
	color: #666;
    margin-bottom: .75em;    
    font-size: 8pt;
}

#col2 {
    padding: 10px;
    background: transparent url(../images/sep_col2.gif) no-repeat center left;   
}
#col2 a {
	color: #776633;
}
#col2 a:hover {
	color: #999933;
}

#col2 h2 {
	color: #a95;
    font-size: 11pt;   
}

#col2 p {
	margin-bottom: .75em; 
    font-size: 8pt;   
}

#col2 ul {
	margin-bottom: .75em; 
    list-style-type: none;
}

#col2 ul li {
     font-size: 8pt;
     color: #763;
     font-weight: bold;
}

#col2 ul li ul {
     padding-left: 1em;
}

#col2 ul li ul li {
     font-size: 8pt;
     color: #666;
     font-weight: lighter;
}

/* Footer ================================================================== */

#footer  
{
    width: 750px;
    height: 62px;
    background: transparent url(../images/bg_footer.gif) repeat;
    text-align: left;
    clear:both;} 

#footer p
{    padding-top: 42px;
    font-size: 8pt;}

/* Sub Main ================================================================= */

#sub_main {
	width: 750px;
    background: transparent url(../images/bg_home_main.jpg) repeat-x;
	background-color: white;
}

#sub_main div.pad {
	padding: 10px 10px;
}

#sub_main h2, #sub_main h3 {
    font-size: 12pt;
    margin-bottom: 0.5em;
}

#sub_main h2 {
    color:763;
} 
 
#sub_main p {
    font-size: .75em;
    margin-bottom: 1em;
} 

#sub_main ul {
    margin-left: 2em;
}

#sub_main li {
    font-size: 8pt;
    margin-bottom: 1em;
} 

/* Misc ===================================================================== */

span.updated {
	color: #FF0000; 
	font-style: italic;
}
span.new {
	color: #FF0000; 
	font-style: italic;
}

#logo_home {
	position: absolute; 
	width: 148px; 
	height: 52px; 
	left: 10px; 
	top: 20px;
}

