﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 16px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}

#content {
	width: 1070px;
	margin: 0 auto;
}

.nav {
	border: none;
}

#sub_footer {
	background-image: url(../images/content_bkg.gif);
	background-repeat: repeat-y;
	width: 1070px;
	margin: 0 auto;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	width: 1070px;
	height: 99px;
	margin: 0 auto;
}

#services {
	width: 100%;
}

#services td {
	background-color: #EEE;
}

#services div {
	text-align: center;
	padding: 14px;
	border: 1px outset #FFF;
}

#services img {
	border: none;
}

#services a {
	color: #000;
	text-decoration: none;
}


#services div:hover {
	margin: 0px;
	cursor: pointer;
	border: 1px inset #FFF;
}

#address {
	font-size: 15px;
	text-align: center;
	font-family: Tahoma;
}

#contact {
	margin: 0 auto;
}

#contact td {
	font-size: 14px;
}

input {
	border: 1px solid #CCC;
}

textarea {
	border: 1px solid #CCC;
}

#quote td {
	font-size: 11px;
}

#quote_top {
	width: 100%;
}

#quote_top td {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}

#quote_top input {
	font-size: 11px;
}

.quote {
	border: none;
	padding-right: 9px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

.permits td {
	font-size: 14px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #EEE;
}

#sub_footer_content {
	width: 639px;
	margin-left: 380px;
}

.staff {
	border-collapse: collapse;
	width: 100%;
}

.staff td {
	font-size: 14px;
	padding: 2px;
	border-bottom: 1px solid #999;
}

.other {
	background-color: #EEEEEE;
}

#msg {
	text-align: center;
	font-weight: bold;
	color: red;
	background-color: white;
	font-size: 16px;	
}