body, div, p, h1, h2, blockquote, ol, ul, dl, li, dt, dd, td, hr, .quarry {
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	margin: 10px;
  color: #000066;
  background-color: #e7dfc6;
}

.character_counter
{
	/*style="width:25px;font-family:Arial;border:none;background-color:##ffffee;font-size:10px;color:navy;"*/
	width:25px;
	font-family:Arial;
	border:none;
	background-color:##ffffee;
	font-size:10px;
	color:navy;
	margin-right:4px;
	text-align:right;
}

h1 {
  color: #fff;
  font-size: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 2px;
  background-color: #000066;
}

h2 {
  color: #fff;
  font-size: 12px;
  margin: 0px;
  padding: 5px;
  background-color: #000066;
}

h3 { // used for quarry info headings
  color: #000066;
  font-size: 11px;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  border-top: 0px;
  border-right; 0px;
  border-bottom: 1px dashed #ccc;
  border-left: 0px;
}

p {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
}

li {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin-left: -20px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
}

.contacts {
  font-size: 11px;
  color: #000066;
}

.container {
  border: 1px solid #000066;
  margin-right: auto;
  margin-left: auto;
  background: #ffffee;
  background-image: url(../graphics/background.jpg);
  background-repeat: repeat-x;
}

.copyright {
  color: #999;
  font-size: 10px;
  margin: 5px;
}

.homeList {
  color: #000066;
  font-size: 10px;
}

.kraemer {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.lime-table-head {
  color: #fff;
  background-color: #000066;
  font-size: 11px;
}

.lime-table-zones {
  color: #000066;
  background-color: #e7dfc6;
  font-size: 11px;
}

.main {
  font-size: 11px;
  color: #000066;
}

.note {
  font-size: 10px;
  color: #666;
  margin: 0px;
  padding: 0px;
}

.photo {
  border: 1px solid #999;
  margin-bottom: 5px;
}

.photo_text {
  color: #000066;
  font-size: 10px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.quarry_name {
  color: #ff0000;
  font-weight: bold;
}

.timedate {
  color: #0000ff;
  font-size: 10px;
  margin: 0px;
  padding-top: 5px;
}

.user_input { border:1px solid navy; }

a:link    {color: #0000ff; text-decoration: underline;}
a:visited {color: #3333cc; text-decoration: underline;}
a:hover   {color: #000066; text-decoration: none;}
a:active  {color: #ff0000; text-decoration: none;}

