body
{
  font-family: century gothic, tw cen mt, arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 0px;
}

a, a:visited
{
	color: #A00944;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
  text-decoration: underline;
}

h1, .contentheading, .componentheading
{
	color: #C37E56;
	font-size: 1.7em;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.es-header
{
	width: 100%;
	height: 98px;
	background-color: #190002;
	background-image: url('../images/bg_header.jpg');
	background-position: left;
}

.es-logo
{
  width: 206px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.es-center-container
{
	text-align:center;
	width:100%;
}

.es-menu-container
{
  text-align:left;
  width:80%;
  margin-left:auto;
  margin-right:auto;
}

/* Rounded corners for main menu */
.rbroundbox 
{ 
  background: url('../images/nt.gif') repeat; 
}
.rbtop div 
{ 
  background: url('../images/tl.gif') no-repeat top left; 
}
.rbtop 
{ 
  background: url('../images/tr.gif') no-repeat top right; 
}
.rbtop div, .rbtop /*, .rbbot div, .rbbot */
{ 
  width: 100%;
  height: 27px;
  font-size: 1px;
}
.rbcontent 
{ 
  margin-left: 30px;
  margin-top: -20px;
  color: #ffffff;
  font-weight: bold;
}
.rbroundbox 
{ 
  width: 100%;
}
.es-content
{
  text-align: center;
}
.es-content-table
{
  width: 95%;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  margin-top: -4px;
}
.es-content-inner
{
  border-bottom: solid 1px #cccccc;
  width: 100%;
}

/* Rounded corners for main content area (w = wireframe) */
.w-tl
{
	width: 28px;
	height: 28px;
	background-image: url('../images/w-tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.w-t
{
	height: 28px;
	background-image: url('../images/w-tb.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.w-tr
{
	width: 28px;
	height: 28px;
	background-image: url('../images/w-tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.w-l
{
	width: 28px;
	background-image: url('../images/w-l.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.w-r
{
	width: 28px;
	background-image: url('../images/w-r.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.w-bl
{
	width: 28px;
	height: 28px;
	background-image: url('../images/w-bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.w-b
{
	height: 28px;
	background-image: url('../images/w-tb.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.w-br
{
	width: 28px;
	height: 28px;
	background-image: url('../images/w-br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.es-footer
{
	margin-top: 20px;
	background-color: #C37E56;
	color: #eeeeee;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-align: left;
}

.es-contact
{
	float: right;
	text-align: right;
	padding-right: 5px;
	color: #ffffff;
}

.es-contact a
{
  text-decoration: none;
  color: #ffffff;
}

.small, .createdate, .modifydate
{
	font-size: 0.8em;
	color: #999999;
}
.mosimage_caption
{
	background-color: #eeeeee;
	border: solid 1px #999999;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	margin: 3px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.sectiontableheader
{
  font-weight:bold;
  background-color: #C37E56;
  color: #ffffff;
  padding:2px;
}
.sectiontableentry1
{
  background-color:#ffffff;
}
.sectiontableentry2
{
  background-color:#F6EAE4;
}
.sectiontableentry1 td, .sectiontableentry2 td
{
	padding: 2px;
}
span.pathway
{
  border-bottom: solid 1px #cccccc;
  display: block;
  margin-bottom: 5px;
}
.home-intro
{
  font-size: 1.5em;
  font-weight: bold;
  color: #666666;
  margin-bottom: 7px;
}
ul.home-list
{
  font-size: 1.1em;
}
ul
{
  list-style: disc;
  list-style-image: url('../images/bullet.gif');
}

