@import "GCadvanced.css";
body {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 130%;
	font-family: "Arial Black", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-weight: normal;
}
h3 {
  font-size: 115%;
	font-family: "Arial Black", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-weight: normal;
}
h4 {
  font-size: 110%;
}
a:link {
  color: #ff5301;
  background-color: transparent;
	font-weight: bold;
}
a:visited {
  color: #846037;
  background-color: transparent;
}
a:hover,
a:focus,
a:active {
  color: #007742;
  background-color: #fff;
}

/* for pitiful IE */
a:link img {
	border-color: #ff5301;
}
a:visited img {
	border-color: #846037;
}
a:hover img,
a:focus img,
a:active img {
	border-color: #007742;
}

p, ol, ul, table {
	margin-top: 0;
	margin-bottom: 1em;
}

.guys {
  color: #007742;
  background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
}
h2 .guys,
h3 .guys {
	font-weight: normal;
}

.kc {
	font-size: 80%;
}


/* forms */
.contact textarea {
	width: 98%;
}

/* tables */
table {
	width: 100%;
}
table.pricing {
	width: auto;
	background: #fff;
	color: #000;
}
table.info {
	border: 1px solid #fdddb9;
}
caption {
	font-weight: bold;
}
th, td {
	padding: .2em .3em;
	vertical-align: top;
}
tbody th {
	padding: .2em .5em .2em 0;
	text-align: right;
}
table.info tbody th {
	text-align: left;
	padding-left: .2em;
}
thead th {
	background-color: #fdddb9;
	color: #000;
}
tr.alt-row th,
tr.alt-row td {
	background-color: #FFF4E8;
	color: #000;
}

.estimate .price th,
.estimate .price td {
	padding-top: .5em;
	font-size: 110%;
}
.estimate .msgs td {
	vertical-align: bottom;
}
.estimate textarea {
	background: #fff;
	color: #900;
	font-family: sans-serif;
	font-size: 100%;
	border: 1px solid #fdddb9; /*#feb18d; /* light orange */
	padding: .2em .3em;
}

table.contact {
	font-size: 110%;
	font-weight: bold;
}
	

