body  {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #b35a4b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position: relative;
}

.twoColFixLtHdr #container { 
 background-image: url(../images/header.jpg);
background-repeat:no-repeat;

	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.twoColFixLtHdr #header { 

margin: 0;
padding: 0;
height: 265px;
}

.twoColFixLtHdr #subcontainer {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: #C99 1px solid;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 5px 10px 0px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 


.twoColFixLtHdr #footer {
  clear:both;
	margin: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #C99 1px solid;
	font-size: 90%;
	float:left;
	text-align:center;
} 

.twoColFixLtHdr #footerlogos {
 	clear:both;
	margin-top: 30px;
	font-size: 90%;
	float:left;
	vertical-align:baseline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.copyright {
	font-size: 90%;
	font-style:italic;
}

.imgwrap {
	font-size: 90%;
	text-align:center;
	width: 420px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: #dddddd 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

.artefactwrap {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: #ffffee 5px solid;
	padding: 10px;
	width: 450px;
}

/*menu*/

#menu {
padding:0;
margin:0;
list-style-type:none;
font-size: 14px;
}
#menu .top {
	border-top:0px;
}
#menu ul {
	background-color:#f5f1e8;
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li {
	margin:0;
	margin-bottom:2px;
}
#menu ul a {
	display:block;
	padding:3px 5px 3px 5px;
	width:180px;
	color:#993333;
	text-decoration:none;
	font-size:100%;
	font-weight: 900;
	background:#D3A8A0 url(../../images/menubg.gif) bottom right no-repeat;
}
#menu ul a:hover {
	color:#f5f1e8;
	background:#993333 url(../../images/menubg_over.gif) bottom right no-repeat;
	text-decoration:none;
}

#menu ul a.active{
	color:#f5f1e8;
	background-color:#993333;
	}
	
#menu ul ul li {
	margin:0 0 2px 0;
}

#menu ul ul a {
	display:block;
	padding:3px 5px 3px 10px;
	width:167px;
	color:#444444;
	background-color:#e5e5e5;
	background-image:none;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
	font-size:90%;
	font-weight: normal;

}
#menu ul ul a:hover {
	color:#993333;
	text-decoration:none;
	font-weight: normal;
	border-bottom:1px solid #666666;
	background-color:#f5f1e8;
	background-image:none;
}

#menu ul ul a:active {
	color:#993333;
	text-decoration:none;
	font-weight: normal;
	border-bottom:1px solid #666666;
	background-color:#f5f1e8;
}

/*image drop shadows*/

div.shadow {
  padding: 0 1px;
  background-color: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: #ffffee url(shad_bottom.png) repeat-x bottom left;
}

div.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* highslide styling */

.highslide {
	  cursor: url(/materialhistories/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-html { background-color: #ffffee; }
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: #fbfbfb;
	padding-left: 22px;
	background-image: url(/materialhistories/highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: white;
  text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper { background-color: #ffffee; }
.highslide-wrapper .highslide-html-content {
  width: 410px;
  padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	color: #892E2E;
	text-transform: lowercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move {
	display: none;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/materialhistories/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.box {
border-bottom:#993300 1px solid;
margin-bottom: 20px;
}
