/* mr.css */
/* Designed by: Skillings Technology, New Ulm Web Design (Ronald Calbick) */
/* Date: 02/06/09*/

/* ----------UNIVERSAL STYLES---------- */
* {
	margin: 0px;
	padding: 0px;
}

* p {
	margin-bottom: 10px;
}

.whiteText {
	color: #ffffff;
}

img {
	margin: 0px;
	border: 0px;
}

h1{ 
	font-size: 16pt; 
	font-weight: normal; 
	text-decoration: none; 
}

h2, h3 {
	margin-bottom: 10px;
	font-size: 14pt;
}

h2 {
	text-align: center;
}

h3 {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

/* ----------PAGE STYLES---------- */
body { 
	margin: 10px 0px 10px 0px;
	padding: 0px;
    background: #000000;
	text-align: center;
	font-family: "Times New Roman", arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

/* WRAPPER */
#wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;	
}

/* BANNER */
#banner {
	position: relative;
	width: 798px;
	height: 300px;
	border: 1px solid #000000;
	background: url(../images/logo.jpg) no-repeat;
}

#estimates {
	float: right;
	width: 400px;
	margin-top: 265px;
	text-align: center;
}

#estimates a {
	font-size: 14pt;
	color: #ffffff;
}

/* SLIDESHOW AND BANNER IMAGES */
#slide, #bannerImg {
	position: absolute;
	top: 30px;
	left: 452px;
	width: 300px;
	height: 225px;
}

/* CONTENT WRAPPER */
#contentWrapper {
	position: relative;
	width: 798px;
	padding: 20px 0px 20px 0px;
	background: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
}

/* NAVIGATION COLUMN */
#navCol {
	float: left;
	width: 210px;
	margin-bottom: -3950px;
	padding: 0px 20px 4000px 20px;
}

#navCol a {
	display: block;
	height: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000000;
	font-size: 12pt;
	text-decoration: none;
	line-height: 24px;
	color: #000000;
}

#navCol a:hover {
	border-bottom: 1px solid #fc0101;
	background: #a25858 url(../images/navHover.jpg) no-repeat;
	color: #fc0101;
}

/* CONTENT COLUMN */
#content {
	float: left;
	width: 506px;
	margin-bottom: -4000px;
	padding: 0px 20px 4000px 20px;
	overflow: hidden;
}

#content p.fancy:first-line {
	font-variant: small-caps
}
#content p.fancy:first-letter {
	font-size: 150%;
	float: left
}	

#content h1 {
	height: 35px;
	background: #ffffff url(../images/headerBack.jpg) no-repeat;
	text-align: center;
}

.noBorder, .border {
	float: right;
	margin-left: 5px;
}

.border {
	border: 4px ridge #000000;
}

#content ul {
	margin-bottom: 25px;
	margin-left: 25px;
	list-style-position: outside;
}

#content ul li ul {
	margin-bottom: 0px;
}

#content ul.noBullet {
	list-style-type: none;
}

#content ul li ul li {
	text-indent: 70px;
}

#values table tr td, #waste tr td{
	width: 255px;
	vertical-align: top;
}

#waste ul {
	margin-bottom: 0px;
}

/* GALLERY */
#gallery img{
	margin: 0px 5px;
	padding: 5px;
	border: 1px solid #fc0101;
}

/* FOOTER */
#footer {
	clear: both;
	width: 798px;
	height: 48px;
	padding: 25px 0px;
	border: 1px solid #000000;
	background: #000000 url(../images/footerBack.jpg) repeat-x;
	text-align: center;
}

#footer p {
	font-size: 10pt;
}
	
