@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	line-height: normal;
	background-color: #FFF;
	font-size: 80%;
	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: #000000;
	background-color: #ffffff;
	background-image: url(images/vert_strip.png);
	background-repeat: repeat-x;
	background-position: 0px 200px;
}
p {
	font-size: 11pt;
	margin-top: 0px;
}

h1 {
	font-size: 22px;
	margin-top: 15px;
	color: #036;
	margin-bottom: 20px;
}

h2{
	color: #F00;
	font-size: 18px;
	margin-top: 5px;
}

a:link, a:visited{
	color: #06F;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}

ul{
	padding: 0px;
	line-height: 160%;
	color: #333333;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#banner  {
	width: 100%;
	background-color: #70AED0;
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 165px;
	text-align: center;
}
#bannerdiv {
	width: 898px;
	height: 165px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	text-indent: -9999px;
	background-color: #036;
	background-image: url(images/logo2010.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}


#nav {
	height: 40px;
	width: 100%;
	text-align: center;
	background-image: url(images/navback.png);
	background-repeat: repeat-x;
	background-color: #000;
	background-position: 0px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#container {
	width: 898px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #036;
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#header  {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 1px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent800 {
	background: #999 url(images/quarrybgd.jpg) no-repeat;
	width: 800px;
	margin: 0px auto;
}

#mainContentTop {
	background: url(images/quarrytopstrip.png) no-repeat 0px 0px;
	width: auto;
	padding-top: 30px;
	padding-right: 110px;
	padding-left: 110px;
	height: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainContentMid {
	background: url(images/quarrymidstrip.png) repeat-y center;
	padding-right: 110px;
	padding-left: 110px;
	overflow: auto;
}
#mainContentBot {
	background: url(images/quarrybottom.png) no-repeat center top;
	height: 60px;
}


#footer {
	background-color: #036;
	text-align: center;
	padding: 7px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #06F;
}
#footer a:hover {
	color: #0CF;
}
#mainContent ul {
	list-style: disc outside;
	font-size: 11pt;
	line-height: normal;
	margin-left: 50px;
}
.alignright {
	text-align: right;
}
.telephone {
	font-size: 13pt;
	text-align: left;
	margin-left: 20px;
}
.smalltext {
	font-size: 10px;
}



.BigText {
	font-size: 13pt;
}
.Sitemaplist {
	list-style: url(images/listarrow.png) inside;
	line-height: 2em;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
.SitemaplistSub {
	margin-left: 90px;
	list-style: url(images/listarrow.png) inside;
	line-height: 2em;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
}
.clearboth {
	clear: both;
}

