@charset "utf-8";
/* CSS Document */

/* HOWE ROOFS 2010
================================================== */

body {
  background-image: url("images/sky.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
color:#BC170F;
}

.main {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-right:10px;
}

.saletext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.redtitle {
font-family:Arial, Helvetica, sans-serif;
color:#BC170F;
font-size:12px;
font-weight:bold;
}

.sale {
font-family:Arial, Helvetica, sans-serif;
color:#BC170F;
font-size:18px;
font-weight:bold;
}

.graytitle {
font-family:Arial, Helvetica, sans-serif;
color:#544938;
font-size:24px;
font-style:italic;
}

.nav {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}

.navButton {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#fff;
line-height:35px;
background-image:url(images/navButton.gif);
background-repeat:no-repeat;
padding-left:12px;
}

.bottomlinks {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.locations {
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#000000;
font-weight:bold;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height:30px;
padding-left:2px;
}

/* LINKS
================================================== */
.main a:link, .main a:visited, .main a:active {
	color: #BC170F;
	text-decoration: underline;
}
.main a:hover {
	color: #BC170F;
	text-decoration: underline;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #BC170F;
	text-decoration: none;
}

.navButton a:link, .navButton a:visited, .navButton a:active {
	color: #fff;
	text-decoration: none;
}
.navButton a:hover {
	color: #fff;
	text-decoration: none;
}

.bottomlinks a:link, .bottomlinks a:visited, .bottomlinks a:active {
	color: #000;
	text-decoration: none;
}
.bottomlinks a:hover {
	color: #BC170F;
	text-decoration: none;
}

.locations a:link, .locations a:visited, .locations a:active {
	color: #000;
	text-decoration: none;
}
.locations a:hover {
	color: #BC170F;
	text-decoration: none;
}

.sale a:link, .sale a:visited, .sale a:active {
	color: #BC170F;
	text-decoration: none;
}
.sale a:hover {
	color: #BC170F;
	text-decoration: none;
}

.redtitle a:link, .redtitle a:visited, .redtitle a:active {
	color: #BC170F;
	text-decoration: none;
}
.redtitle a:hover {
	color: #BC170F;
	text-decoration: none;
}

.saletext a:link, .saletext a:visited, .saletext a:active {
	color: #000;
	text-decoration: none;
}
.saletext a:hover {
	color: #000;
	text-decoration: none;
}



/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
