@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  font-size: 100%;
}
html {
	background-image: url(../assets/mill_bckgnd.gif);
	background-repeat: repeat;
	background-position: 0px 143px;
}

body {
    background-image:url(../assets/mill_base_green.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}
/*Container*/
#LayerContainer {
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #E6E6E6;
	text-align: left;
	width: 765px;
	top:0px;
	z-index:1;
}

/*Top Menu*/
#LayerTopMenu {
	position:absolute;
	width:243px;
	height:25px;
	z-index:2;
	left: 493px;
	top: 70px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.tmenu {
 	text-align:right;
	color:#FFFFFF;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.tmenu a {
     color:#FFFFFF;
	 text-decoration:none;
	 padding: 4px 2px 4px 2px;
}
.tmenu a:hover {
	 color:#FFCC00;
}
/*Front Page body head pics*/
#ContentHpics {
	position:absolute;
	width:200px;
	height:95px;
	z-index:81;
	left: 50px;
	top: 75px;
}

/*Body Picture Header*/
#Containerheader {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border:none; 
}
/*Body Content*/
#ContentHead {
   background-image:url(../assets/mill_body_hbckgndf.jpg);
   margin:0;
   padding:0;
   width:100%;
   top:100px;
   height:57px;
   left:0px;
}

/*Body Main content*/
#ContentBody, #ContentBody2 {
   background-image:url(../assets/mill2_bbckgnd.jpg);
   background-repeat: repeat-y;
   margin:0 0 0 0;
   padding: 0px 60px 10px 260px;
   color:#333333;
   text-align:left;
   font: normal 12px/15px Arial, Helvetica, sans-serif;
}
#ContentBody2 {
    padding:10px 60px 10px 60px;
}
#ContentBody a, #ContentBody2 a {
     color: #007300;
	 text-decoration:none;
}
#ContentBody a:hover, #ContentBody2 a:hover {
     color:#000000;
	 font-weight:bold;
}
#ContentBody h3, #ContentBody2 h3 {
    color: #007300;
}
#ContentBody h4, #ContentBody2 h4 {
    color: #007300;
	font-size:14px;
}
#ContentBody hr, #ContentBody2 hr {
	color:#CCCCCC;
}
.pintro {
    width: 480px;
}
/*Content table*/
#ContentBody tr {
	background-color:#E9E9E9;
}
/*Body Footer*/
#ContentFooter {
	background-image:url(../assets/front/mill2_front_fbcknd.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 px;
	height:202px;
	width: 100%;
}
/*Up Button*/
#Layertbutt {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 969px;
	top: 527px;
	z-index: 80;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.italic p { 
    font-style:italic;
}
     