@import url("reset.css");
@import url("forms.css");

body {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: .75em;
	background: url('../images/bg.jpg') top center repeat;
}
#container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 968px;
	background: url('../images/bgmiddle.jpg') top center repeat-y;
}
#top {
	display: block;
	width: 968px;
	height: 253px;	
}
#middlebar {
	display: block;
	height: 393px;
	background: url('../images/middlebg.jpg') top center repeat-x;
}
#middlecontainer {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 968px;
	height: 393px;
	background: url('../images/middle.jpg') top center no-repeat;
}

#buttonnav {
	position: absolute;
	top: 72px;
	left: 3px;
	display: block;
	height: 229px;
}
#buttonnav li {
	float: left;
}
ol, ul {
	list-style: none;
}
#buttonnav span {
	display: none;
}
#buttonnav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
#buttonnav a:hover {
	background-position: bottom center;
}
#commercial{
	background-image: url(../images/commercial.jpg);
	width: 308px;
	height: 229px;
	margin-right: 18px;
}
#industrial{
	background-image: url(../images/industrial.jpg);
	width: 308px;
	height: 229px;
	margin-right: 18px;
}
#residential{
	background-image: url(../images/residential.jpg);
	width: 309px;
	height: 229px;
}




#nav {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 20px;
	color: #E03D27;
	font-weight: bold;
}
#nav a {
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}
#nav a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #E03D27;
	text-decoration: none;
}

#address {
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
#by2fish {
	float: left;
	position: relative;
	left: 3px;
}
#copyright {
	float: right;
	position: relative;
	right: 3px;
	font-size: .8em;
	color: #807D7C;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
}
cite {
	font-style: normal;
}

strong, b {
	font-weight: bold;
}
td {
	vertical-align: middle;
	padding: 10px;
}
a {
	color: #C50C2B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}